/packages/apps/Gallery2/jni/filters/ |
tinyplanet.cc | 61 float ax = x - floor(x); local 63 float axn = 1.0f - ax; 69 dest[0] = static_cast<unsigned char>(axn * ayn * p[0] + ax * ayn * p[4] + 70 ax * ay * p2[4] + axn * ay * p2[0] + 0.5f); 74 dest[1] = static_cast<unsigned char>(axn * ayn * p[0] + ax * ayn * p[4] + 75 ax * ay * p2[4] + axn * ay * p2[0] + 0.5f); 79 dest[2] = static_cast<unsigned char>(axn * ayn * p[0] + ax * ayn * p[4] + 80 ax * ay * p2[4] + axn * ay * p2[0] + 0.5f);
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/ |
HermiteInterpolator.java | 84 // A(ax,ay) is the vector p1->p2. 85 final int ax = mP2X - mP1X; local 99 final float crossProdAB = ax * by - ay * bx; 100 final float dotProdAB = ax * bx + ay * by; 101 final float normASquare = ax * ax + ay * ay; 104 mSlope1X = invHalfNormASquare * (dotProdAB * ax + crossProdAB * ay); 105 mSlope1Y = invHalfNormASquare * (dotProdAB * ay - crossProdAB * ax); 108 mSlope1X = ax; 123 final float crossProdAB = ax * by - ay * bx [all...] |
/bionic/libc/kernel/uapi/asm-x86/asm/ |
sigcontext32.h | 81 unsigned int ax; member in struct:sigcontext_ia32
|
/bionic/libm/upstream-freebsd/lib/msun/ld128/ |
s_logl.c | 571 int16_t ax, hx; local 576 ax = hx & 0x7fff; 577 if (ax >= 0x3fff) { /* x <= -1, or x neg NaN */ 578 if (ax == 0x3fff && (lx | llx) == 0) 583 if (ax <= 0x3f8d) { /* |x| < 2**-113 */
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
catrig.c | 277 double x, y, ax, ay, rx, ry, B, sqrt_A2my2, new_y; local 283 ax = fabs(x); 304 if (ax > RECIP_EPSILON || ay > RECIP_EPSILON) { 320 if (ax < SQRT_6_EPSILON / 4 && ay < SQRT_6_EPSILON / 4) 323 do_hard_work(ax, ay, &rx, &B_is_usable, &B, &sqrt_A2my2, &new_y); 358 double x, y, ax, ay, rx, ry, B, sqrt_A2mx2, new_x; local 367 ax = fabs(x); 388 if (ax > RECIP_EPSILON || ay > RECIP_EPSILON) { 405 if (ax < SQRT_6_EPSILON / 4 && ay < SQRT_6_EPSILON / 4) 408 do_hard_work(ay, ax, &ry, &B_is_usable, &B, &sqrt_A2mx2, &new_x) 458 double ax, ay, t; local 569 double x, y, ax, ay, rx, ry; local [all...] |
catrigf.c | 148 float x, y, ax, ay, rx, ry, B, sqrt_A2my2, new_y; local 154 ax = fabsf(x); 167 if (ax > RECIP_EPSILON || ay > RECIP_EPSILON) { 181 if (ax < SQRT_6_EPSILON / 4 && ay < SQRT_6_EPSILON / 4) 184 do_hard_work(ax, ay, &rx, &B_is_usable, &B, &sqrt_A2my2, &new_y); 203 float x, y, ax, ay, rx, ry, B, sqrt_A2mx2, new_x; local 212 ax = fabsf(x); 225 if (ax > RECIP_EPSILON || ay > RECIP_EPSILON) { 239 if (ax < SQRT_6_EPSILON / 4 && ay < SQRT_6_EPSILON / 4) 242 do_hard_work(ay, ax, &ry, &B_is_usable, &B, &sqrt_A2mx2, &new_x) 281 float ax, ay, t; local 341 float x, y, ax, ay, rx, ry; local [all...] |
e_pow.c | 99 double z,ax,z_h,z_l,p_h,p_l; local 160 ax = fabs(x); 164 z = ax; /*x is +-0,+-inf,+-1*/ 199 t = ax-one; /* t has 20 trailing zeros */ 211 {ax *= two53; n -= 53; GET_HIGH_WORD(ix,ax); } 219 SET_HIGH_WORD(ax,ix); 222 u = ax-bp[k]; /* bp[0]=1.0, bp[1]=1.5 */ 223 v = one/(ax+bp[k]); 227 /* t_h=ax+bp[k] High * [all...] |
e_powf.c | 58 float z,ax,z_h,z_l,p_h,p_l; local 111 ax = fabsf(x); 114 z = ax; /*x is +-0,+-inf,+-1*/ 140 t = ax-1; /* t has 20 trailing zeros */ 153 {ax *= two24; n -= 24; GET_FLOAT_WORD(ix,ax); } 161 SET_FLOAT_WORD(ax,ix); 164 u = ax-bp[k]; /* bp[0]=1.0, bp[1]=1.5 */ 165 v = one/(ax+bp[k]); 170 /* t_h=ax+bp[k] High * [all...] |
/development/ndk/platforms/android-21/arch-x86/include/asm/ |
sigcontext32.h | 81 unsigned int ax; member in struct:sigcontext_ia32
|
/development/ndk/platforms/android-21/arch-x86_64/include/asm/ |
sigcontext32.h | 81 unsigned int ax; member in struct:sigcontext_ia32
|
/external/clang/test/CodeGenCXX/ |
dynamic-cast-hint.cpp | 42 volatile X *ax = dynamic_cast<X *>(a); local
|
/external/freetype/src/base/ |
ftcalc.c | 915 FT_Pos ax = in_x + out_x; local 942 d_hypot = FT_HYPOT( ax, ay );
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
sigcontext32.h | 64 unsigned int ax; member in struct:sigcontext_ia32
|
/external/opencv/cxcore/src/ |
cxjacobieigens.cpp | 73 double Amax, anorm = 0, ax; local 97 ax = anorm * eps / n; 100 while( Amax > ax && iters++ < 100 ) 179 } /* while ( Amax > ax ) */ 224 double Amax = 0.0, anorm = 0.0, ax; local 248 ax = anorm * eps / n; 251 while( Amax > ax && iters++ < 100 ) 331 } /* while ( Amax > ax ) */
|
cxrand.cpp | 287 double x, y, v, ax, bx; local 293 ax = fabs(x); 294 v = 2.8658 - ax*(2.0213 - 0.3605*ax); 298 if( y < v || ax < 1.17741 ) 302 x = bx > 0 ? 0.8857913*(2.506628 - ax) : -0.8857913*(2.506628 - ax);
|
/external/pdfium/third_party/freetype/src/base/ |
ftcalc.c | 861 FT_Pos ax = in_x + out_x; local 888 d_hypot = FT_HYPOT( ax, ay );
|
/external/skia/src/pathops/ |
SkPathOpsQuad.cpp | 225 double ax = dst[0].fX = interp_quad_coords(&fPts[0].fX, t1); local 231 /* bx = */ dst[1].fX = 2 * dx - (ax + cx) / 2;
|
/hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/ |
perf_rt.h | 62 an, ax, axx: average temporal statistics - yields stdev */ 65 double xx, txx, ax, axx; member in struct:PERF_RTdata_rate
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm/ |
sigcontext32.h | 64 unsigned int ax; member in struct:sigcontext_ia32
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/asm/ |
sigcontext32.h | 64 unsigned int ax; member in struct:sigcontext_ia32
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/asm/ |
sigcontext32.h | 64 unsigned int ax; member in struct:sigcontext_ia32
|
/prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/asm/ |
sigcontext32.h | 81 unsigned int ax; member in struct:sigcontext_ia32
|
/prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/asm/ |
sigcontext32.h | 81 unsigned int ax; member in struct:sigcontext_ia32
|
/development/perftests/panorama/feature_stab/db_vlvm/ |
db_image_homography.cpp | 116 double m,ax,ay,apx,apy,bx,by,bpx,bpy; local 130 ax=x1[0]*m; 144 (l(ax*bx+ay*by)+1)^2*(l(apx^2+apy^2)+1)*(l(bpx^2+bpy^2)+1)= 145 (l(apx*bpx+apy*bpy)+1)^2*(l(ax^2+ay^2)+1)*(l(bx^2+by^2)+1)*/ 146 p1[1]=ax*bx+ay*by; 150 p5[1]=db_sqr(ax)+db_sqr(ay);
|
/external/fdlibm/ |
e_pow.c | 107 double z,ax,z_h,z_l,p_h,p_l; local 166 ax = ieee_fabs(x); 170 z = ax; /*x is +-0,+-inf,+-1*/ 201 t = ax-one; /* t has 20 trailing zeros */ 213 {ax *= two53; n -= 53; ix = __HI(ax); } 221 __HI(ax) = ix; 224 u = ax-bp[k]; /* bp[0]=1.0, bp[1]=1.5 */ 225 v = one/(ax+bp[k]); 229 /* t_h=ax+bp[k] High * [all...] |