/bionic/libm/upstream-freebsd/lib/msun/src/ |
e_asinf.c | 39 int32_t hx,ix; local 41 ix = hx&0x7fffffff; 42 if(ix>=0x3f800000) { /* |x| >= 1 */ 43 if(ix==0x3f800000) /* |x| == 1 */ 46 } else if (ix<0x3f000000) { /* |x|<0.5 */ 47 if(ix<0x39800000) { /* |x| < 2**-12 */
|
e_atan2f.c | 36 int32_t k,m,hx,hy,ix,iy; local 39 ix = hx&0x7fffffff; 42 if((ix>0x7f800000)|| 58 if(ix==0) return (hy<0)? -pi_o_2-tiny: pi_o_2+tiny; 61 if(ix==0x7f800000) { 82 k = (iy-ix)>>23;
|
e_rem_pio2f.c | 52 int32_t e0,n,ix,hx; local 55 ix = hx&0x7fffffff; 57 if(ix<0x4dc90fdb) { /* |x| ~< 2^28*(pi/2), medium size */ 74 if(ix>=0x7f800000) { /* x is inf or NaN */ 78 e0 = (ix>>23)-150; /* e0 = ilogb(|x|)-23; */ 79 SET_FLOAT_WORD(z, ix - ((int32_t)(e0<<23)));
|
e_j0.c | 88 int32_t hx,ix; local 91 ix = hx&0x7fffffff; 92 if(ix>=0x7ff00000) return one/(x*x); 94 if(ix >= 0x40000000) { /* |x| >= 2.0 */ 99 if(ix<0x7fe00000) { /* make sure x+x not overflow */ 108 if(ix>0x48000000) z = (invsqrtpi*cc)/sqrt(x); 115 if(ix<0x3f200000) { /* |x| < 2**-13 */ 117 if(ix<0x3e400000) return one; /* |x|<2**-27 */ 124 if(ix < 0x3FF00000) { /* |x| < 1.00 */ 149 int32_t hx,ix,lx local 275 int32_t ix; local 370 int32_t ix; local [all...] |
e_j0f.c | 45 int32_t hx,ix; local 48 ix = hx&0x7fffffff; 49 if(ix>=0x7f800000) return one/(x*x); 51 if(ix >= 0x40000000) { /* |x| >= 2.0 */ 56 if(ix<0x7f000000) { /* make sure x+x not overflow */ 65 if(ix>0x80000000) z = (invsqrtpi*cc)/sqrtf(x); 72 if(ix<0x39000000) { /* |x| < 2**-13 */ 74 if(ix<0x32000000) return one; /* |x|<2**-27 */ 81 if(ix < 0x3F800000) { /* |x| < 1.00 */ 106 int32_t hx,ix; local 231 int32_t ix; local 326 int32_t ix; local [all...] |
e_rem_pio2.c | 59 int32_t e0,i,j,nx,n,ix,hx; local 63 ix = hx&0x7fffffff; 65 if(ix<=0x3fe921fb) /* |x| ~<= pi/4 , no need for reduction */ 68 if (ix <= 0x400f6a7a) { /* |x| ~<= 5pi/4 */ 69 if ((ix & 0xfffff) == 0x921fb) /* |x| ~= pi/2 or 2pi/2 */ 71 if (ix <= 0x4002d97c) { /* |x| ~<= 3pi/4 */ 97 if (ix <= 0x401c463b) { /* |x| ~<= 9pi/4 */ 98 if (ix <= 0x4015fdbc) { /* |x| ~<= 7pi/4 */ 99 if (ix == 0x4012d97c) /* |x| ~= 3pi/2 */ 113 if (ix == 0x401921fb) /* |x| ~= 4pi/2 * [all...] |
s_ccosh.c | 51 int32_t hx, hy, ix, iy, lx, ly; local 59 ix = 0x7fffffff & hx; 63 if (ix < 0x7ff00000 && iy < 0x7ff00000) { 66 if (ix < 0x40360000) /* small x: normal case */ 70 if (ix < 0x40862e42) { 74 } else if (ix < 0x4096bbaa) { 94 if ((ix | lx) == 0 && iy >= 0x7ff00000) 103 if ((iy | ly) == 0 && ix >= 0x7ff00000) { 117 if (ix < 0x7ff00000 && iy >= 0x7ff00000) 129 if (ix >= 0x7ff00000 && ((hx & 0xfffff) | lx) == 0) [all...] |
s_ccoshf.c | 45 int32_t hx, hy, ix, iy; local 53 ix = 0x7fffffff & hx; 56 if (ix < 0x7f800000 && iy < 0x7f800000) { 59 if (ix < 0x41100000) /* small x: normal case */ 63 if (ix < 0x42b17218) { 67 } else if (ix < 0x4340b1e7) { 78 if (ix == 0 && iy >= 0x7f800000) 81 if (iy == 0 && ix >= 0x7f800000) { 87 if (ix < 0x7f800000 && iy >= 0x7f800000) 90 if (ix >= 0x7f800000 && (hx & 0x7fffff) == 0) [all...] |
s_csinh.c | 51 int32_t hx, hy, ix, iy, lx, ly; local 59 ix = 0x7fffffff & hx; 63 if (ix < 0x7ff00000 && iy < 0x7ff00000) { 66 if (ix < 0x40360000) /* small x: normal case */ 70 if (ix < 0x40862e42) { 74 } else if (ix < 0x4096bbaa) { 94 if ((ix | lx) == 0 && iy >= 0x7ff00000) 102 if ((iy | ly) == 0 && ix >= 0x7ff00000) { 116 if (ix < 0x7ff00000 && iy >= 0x7ff00000) 130 if (ix >= 0x7ff00000 && ((hx & 0xfffff) | lx) == 0) [all...] |
s_csinhf.c | 45 int32_t hx, hy, ix, iy; local 53 ix = 0x7fffffff & hx; 56 if (ix < 0x7f800000 && iy < 0x7f800000) { 59 if (ix < 0x41100000) /* small x: normal case */ 63 if (ix < 0x42b17218) { 67 } else if (ix < 0x4340b1e7) { 78 if (ix == 0 && iy >= 0x7f800000) 81 if (iy == 0 && ix >= 0x7f800000) { 87 if (ix < 0x7f800000 && iy >= 0x7f800000) 90 if (ix >= 0x7f800000 && (hx & 0x7fffff) == 0) [all...] |
e_j1.c | 89 int32_t hx,ix; local 92 ix = hx&0x7fffffff; 93 if(ix>=0x7ff00000) return one/x; 95 if(ix >= 0x40000000) { /* |x| >= 2.0 */ 100 if(ix<0x7fe00000) { /* make sure y+y not overflow */ 109 if(ix>0x48000000) z = (invsqrtpi*cc)/sqrt(y); 117 if(ix<0x3e400000) { /* |x|<2**-27 */ 146 int32_t hx,ix,lx; local 149 ix = 0x7fffffff&hx; 151 if(ix>=0x7ff00000) return one/(x+x*x); 269 int32_t ix; local 365 int32_t ix; local [all...] |
e_j1f.c | 46 int32_t hx,ix; local 49 ix = hx&0x7fffffff; 50 if(ix>=0x7f800000) return one/x; 52 if(ix >= 0x40000000) { /* |x| >= 2.0 */ 57 if(ix<0x7f000000) { /* make sure y+y not overflow */ 66 if(ix>0x80000000) z = (invsqrtpi*cc)/sqrtf(y); 74 if(ix<0x32000000) { /* |x|<2**-27 */ 103 int32_t hx,ix; local 106 ix = 0x7fffffff&hx; 108 if(ix>=0x7f800000) return one/(x+x*x) 226 int32_t ix; local 322 int32_t ix; local [all...] |
e_fmodf.c | 33 int32_t n,hx,hy,hz,ix,iy,sx,i; local 49 /* determine ix = ilogb(x) */ 51 for (ix = -126,i=(hx<<8); i>0; i<<=1) ix -=1; 52 } else ix = (hx>>23)-127; 60 if(ix >= -126) 63 n = -126-ix; 74 n = ix - iy;
|
s_ctanh.c | 79 uint32_t hx, ix, lx; local 85 ix = hx & 0x7fffffff; 103 if (ix >= 0x7ff00000) { 104 if ((ix & 0xfffff) | lx) /* x is NaN */ 122 if (ix >= 0x40360000) { /* x >= 22 */
|
s_ctanhf.c | 44 uint32_t hx, ix; local 50 ix = hx & 0x7fffffff; 52 if (ix >= 0x7f800000) { 53 if (ix & 0x7fffff) 63 if (ix >= 0x41300000) { /* x >= 11 */
|
s_nextafter.c | 32 int32_t hx,hy,ix,iy; local 37 ix = hx&0x7fffffff; /* |x| */ 40 if(((ix>=0x7ff00000)&&((ix-0x7ff00000)|lx)!=0) || /* x is nan */ 44 if((ix|lx)==0) { /* x == 0 */
|
/external/dropbear/libtommath/ |
bn_mp_div_3.c | 25 int res, ix; local 37 for (ix = a->used - 1; ix >= 0; ix--) { 38 w = (w << ((mp_word)DIGIT_BIT)) | ((mp_word)a->dp[ix]); 57 q.dp[ix] = (mp_digit)t;
|
bn_mp_montgomery_reduce.c | 22 int ix, res, digs; local 46 for (ix = 0; ix < n->used; ix++) { 55 mu = (mp_digit) (((mp_word)x->dp[ix]) * ((mp_word)rho) & MP_MASK); 67 tmpx = x->dp + ix; 84 /* At this point the ix'th digit of x should be zero */
|
bn_mp_sub_d.c | 23 int res, ix, oldused; local 58 ix = 1; 74 for (ix = 1; ix < a->used; ix++) { 82 while (ix++ < oldused) {
|
/external/fdlibm/ |
k_cos.c | 72 int ix; local 73 ix = __HI(x)&0x7fffffff; /* ix = |x|'s high word*/ 74 if(ix<0x3e400000) { /* if x < 2**27 */ 79 if(ix < 0x3FD33333) /* if |x| < 0.3 */ 82 if(ix > 0x3fe90000) { /* x > 0.78125 */ 85 __HI(qx) = ix-0x00200000; /* x/4 */
|
e_j0.c | 96 int hx,ix; local 99 ix = hx&0x7fffffff; 100 if(ix>=0x7ff00000) return one/(x*x); 102 if(ix >= 0x40000000) { /* |x| >= 2.0 */ 107 if(ix<0x7fe00000) { /* make sure x+x not overflow */ 116 if(ix>0x48000000) z = (invsqrtpi*cc)/ieee_sqrt(x); 123 if(ix<0x3f200000) { /* |x| < 2**-13 */ 125 if(ix<0x3e400000) return one; /* |x|<2**-27 */ 132 if(ix < 0x3FF00000) { /* |x| < 1.00 */ 165 int hx,ix,lx local 333 int ix; local 468 int ix; local [all...] |
e_j1.c | 97 int hx,ix; local 100 ix = hx&0x7fffffff; 101 if(ix>=0x7ff00000) return one/x; 103 if(ix >= 0x40000000) { /* |x| >= 2.0 */ 108 if(ix<0x7fe00000) { /* make sure y+y not overflow */ 117 if(ix>0x48000000) z = (invsqrtpi*cc)/ieee_sqrt(y); 125 if(ix<0x3e400000) { /* |x|<2**-27 */ 166 int hx,ix,lx; local 169 ix = 0x7fffffff&hx; 172 if(ix>=0x7ff00000) return one/(x+x*x); 331 int ix; local 467 int ix; local [all...] |
/ndk/tests/device/test-stlport_shared-exception/jni/ |
catchptr1.cpp | 255 int ix; local 258 for (ix = 0; tests[ix]; ix++) 260 int n = tests[ix] (); 264 printf ("test %d failed %d\n", ix, n);
|
/ndk/tests/device/test-stlport_static-exception/jni/ |
catchptr1.cpp | 255 int ix; local 258 for (ix = 0; tests[ix]; ix++) 260 int n = tests[ix] (); 264 printf ("test %d failed %d\n", ix, n);
|
/external/chromium_org/sandbox/win/src/ |
policy_engine_processor.cc | 63 for (size_t ix = 0; ix != count; ++ix) { 64 PolicyOpcode& opcode = policy_->opcodes[ix]; 93 SetInternalState(ix, result);
|