Home
last modified time | relevance | path

Searched defs:ay (Results 1 – 15 of 15) sorted by relevance

/aosp12/bionic/libm/upstream-freebsd/lib/msun/src/
H A Dcatrig.c279 double x, y, ax, ay, rx, ry, B, sqrt_A2my2, new_y; in casinh() local
360 double x, y, ax, ay, rx, ry, B, sqrt_A2mx2, new_x; in cacos() local
460 double ax, ay, t; in clog_for_large_values() local
576 double x, y, ax, ay, rx, ry; in catanh() local
H A Dcatrigf.c150 float x, y, ax, ay, rx, ry, B, sqrt_A2my2, new_y; in casinhf() local
205 float x, y, ax, ay, rx, ry, B, sqrt_A2mx2, new_x; in cacosf() local
283 float ax, ay, t; in clog_for_large_values() local
343 float x, y, ax, ay, rx, ry; in catanhf() local
H A Dcatrigl.c169 long double x, y, ax, ay, rx, ry, B, sqrt_A2my2, new_y; in casinhl() local
225 long double x, y, ax, ay, rx, ry, B, sqrt_A2mx2, new_x; in cacosl() local
303 long double ax, ay, t; in clog_for_large_values() local
364 long double x, y, ax, ay, rx, ry; in catanhl() local
H A Ds_clog.c48 double_t ax, ax2h, ax2l, axh, axl, ay, ay2h, ay2l, ayh, ayl, sh, sl, t; in clog() local
H A Ds_clogf.c48 float_t ax, ax2h, ax2l, axh, axl, ay, ay2h, ay2l, ayh, ayl, sh, sl, t; in clogf() local
H A Ds_clogl.c62 long double ax, ax2h, ax2l, axh, axl, ay, ay2h, ay2l, ayh, ayl; in clogl() local
/aosp12/frameworks/base/core/java/com/android/internal/net/
H A DNetworkUtilsInternal.java95 long ay = Math.abs(y); in multiplySafeByRational() local
/aosp12/system/bt/gd/security/test/
H A Decdh_keys_test.cc83 …uint8_t ay[32] = {0x3D, 0x13, 0x76, 0x4F, 0xD1, 0x29, 0x6E, 0xEC, 0x8D, 0xF6, 0x70, 0x33, 0x8B, 0x… in TEST_F() local
/aosp12/system/media/audio_utils/tests/
H A Dvariadic_tests.cpp142 array_t ay{0, 3}; in TEST() local
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DHermiteInterpolator.java86 final int ay = mP2Y - mP1Y; in setInterval() local
/aosp12/packages/apps/Gallery2/jni/filters/
H A Dtinyplanet.cc62 float ay = y - floor(y); in InterpolatePixel() local
/aosp12/packages/apps/Camera2/jni/
H A Dtinyplanet.cc63 float ay = y - floor(y); in InterpolatePixel() local
/aosp12/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
H A Ddb_image_homography.cpp116 double m,ax,ay,apx,apy,bx,by,bpx,bpy; in db_CommonFocalLengthFromRotation_2Point() local
/aosp12/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
H A DDelaunay.cpp500 double ay = sa[a].Y(); in ccw() local
/aosp12/frameworks/base/graphics/java/android/graphics/
H A DColorSpace.java3308 private static float cross(float ax, float ay, float bx, float by) { in cross()