/aosp12/bionic/libm/upstream-freebsd/lib/msun/src/ |
H A D | catrig.c | 279 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 D | catrigf.c | 150 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 D | catrigl.c | 169 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 D | s_clog.c | 48 double_t ax, ax2h, ax2l, axh, axl, ay, ay2h, ay2l, ayh, ayl, sh, sl, t; in clog() local
|
H A D | s_clogf.c | 48 float_t ax, ax2h, ax2l, axh, axl, ay, ay2h, ay2l, ayh, ayl, sh, sl, t; in clogf() local
|
H A D | s_clogl.c | 62 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 D | NetworkUtilsInternal.java | 95 long ay = Math.abs(y); in multiplySafeByRational() local
|
/aosp12/system/bt/gd/security/test/ |
H A D | ecdh_keys_test.cc | 83 …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 D | variadic_tests.cpp | 142 array_t ay{0, 3}; in TEST() local
|
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/ |
H A D | HermiteInterpolator.java | 86 final int ay = mP2Y - mP1Y; in setInterval() local
|
/aosp12/packages/apps/Gallery2/jni/filters/ |
H A D | tinyplanet.cc | 62 float ay = y - floor(y); in InterpolatePixel() local
|
/aosp12/packages/apps/Camera2/jni/ |
H A D | tinyplanet.cc | 63 float ay = y - floor(y); in InterpolatePixel() local
|
/aosp12/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
H A D | db_image_homography.cpp | 116 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 D | Delaunay.cpp | 500 double ay = sa[a].Y(); in ccw() local
|
/aosp12/frameworks/base/graphics/java/android/graphics/ |
H A D | ColorSpace.java | 3308 private static float cross(float ax, float ay, float bx, float by) { in cross()
|