/external/kernel-headers/original/linux/ |
prctl.h | 36 # define PR_FP_EXC_RES 0x080000 /* floating point inexact result */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
prctl.h | 36 # define PR_FP_EXC_RES 0x080000 /* floating point inexact result */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
prctl.h | 36 # define PR_FP_EXC_RES 0x080000 /* floating point inexact result */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
prctl.h | 36 # define PR_FP_EXC_RES 0x080000 /* floating point inexact result */
|
/bionic/libm/src/ |
s_expm1f.c | 59 if(xsb!=0) { /* x < -27*ln2, return -1.0 with inexact */ 60 if(x+tiny<(float)0.0) /* raise inexact */ 82 t = huge+x; /* return x with inexact flags when x!=0 */
|
e_sqrt.c | 171 z = one-tiny; /* trigger inexact flag */ 203 and the INEXACT flag to indicate when an arithmetic operation 280 inexact flag before entering the square root program. Also we 286 I := FALSE; ... reset INEXACT flag I 288 z := x/y; ... chopped quotient, possibly inexact 291 I := i; ... restore inexact flag 298 i := TRUE; ... sqrt(x) is inexact 305 I := i; ... restore inexact flag 369 inexact flag before entering the square root program. Also we 403 I := 1; ... Raise Inexact flag: z is not exac [all...] |
e_sinhf.c | 42 if(shuge+x>one) return x;/* sinh(tiny) = tiny with inexact */
|
s_asinh.c | 45 if(huge+x>one) return x; /* return x inexact except 0 */
|
s_asinhf.c | 37 if(huge+x>one) return x; /* return x inexact except 0 */
|
s_expm1.c | 83 * (i) if x < -56*ln2, return -1.0, (raise inexact if x!=inf) 154 if(xsb!=0) { /* x < -56*ln2, return -1.0 with inexact */ 155 if(x+tiny<0.0) /* raise inexact */ 177 t = huge+x; /* return x with inexact flags when x!=0 */
|
s_lrint.c | 40 * C99 says we should not raise a spurious inexact exception when an
|
e_asin.c | 81 /* asin(1)=+-pi/2 with inexact */ 86 if(huge+x>one) return x;/* return x with inexact if x!=0*/
|
/external/libvpx/examples/includes/geshi/geshi/ |
scheme.php | 67 'e', 'eof-object?', 'eq?', 'equal?', 'eqv?', 'even?', 'exact->inexact', 74 'identifier->symbol', 'identifier', 'if', 'imag-part', 'inexact->exact', 75 'inexact?', 'input-port?', 'integer->char', 'integer?', 'integrate-system',
|
/frameworks/base/docs/html/training/efficient-downloads/ |
regular_updates.jd | 19 <li><a href="#OptimizedPolling">Optimize polling with inexact repeating alarms and exponential back-offs</a></li> 49 <h2 id="OptimizedPolling">Optimize Polling with Inexact Repeating Alarms and Exponential Backoffs</h2> 55 <p>When scheduling updates, use inexact repeating alarms that allow the system to "phase shift" the exact moment each alarm triggers.</p>
|
/external/fdlibm/ |
s_expm1.c | 79 * (i) if x < -56*ln2, return -1.0, (raise inexact if x!=inf) 155 if(xsb!=0) { /* x < -56*ln2, return -1.0 with inexact */ 156 if(x+tiny<0.0) /* raise inexact */ 178 // t = huge+x; /* return x with inexact flags when x!=0 */ 180 return x; // inexact flag is not set, but Java ignors this flag anyway
|
e_sqrt.c | 174 z = one-tiny; /* trigger inexact flag */ 207 and the INEXACT flag to indicate when an arithmetic operation 284 inexact flag before entering the square root program. Also we 290 I := FALSE; ... reset INEXACT flag I 292 z := x/y; ... chopped quotient, possibly inexact 295 I := i; ... restore inexact flag 302 i := TRUE; ... ieee_sqrt(x) is inexact 309 I := i; ... restore inexact flag 373 inexact flag before entering the square root program. Also we 407 I := 1; ... Raise Inexact flag: z is not exac [all...] |
s_asinh.c | 49 if(huge+x>one) return x; /* return x inexact except 0 */
|
e_asin.c | 82 /* ieee_asin(1)=+-pi/2 with inexact */ 87 if(huge+x>one) return x;/* return x with inexact if x!=0*/
|
k_cos.c | 22 * 2. if x < 2^-27 (hx<0x3e400000 0), return 1 with inexact if x!=0. 75 if(((int)x)==0) return one; /* generate inexact */
|
k_tan.c | 22 * 2. if x < 2^-28 (hx<0x3e300000 0), return x with inexact if x!=0. 81 if ((int) x == 0) { /* generate inexact */
|
/external/qemu/distrib/sdl-1.2.12/src/video/ |
e_sqrt.h | 218 z = one-tiny; /* trigger inexact flag */ 250 and the INEXACT flag to indicate when an arithmetic operation 327 inexact flag before entering the square root program. Also we 333 I := FALSE; ... reset INEXACT flag I 335 z := x/y; ... chopped quotient, possibly inexact 338 I := i; ... restore inexact flag 345 i := TRUE; ... sqrt(x) is inexact 352 I := i; ... restore inexact flag 416 inexact flag before entering the square root program. Also we 450 I := 1; ... Raise Inexact flag: z is not exac [all...] |
/external/chromium/chrome/browser/autocomplete/ |
autocomplete.h | 51 // Extension App (inexact match) | 1175*~ 55 // HistoryURL (inexact match) | 900++ 62 // Keyword (inexact match) | 450 75 // Extension App (inexact match) | 1175*~ 80 // HistoryURL (inexact match) | 900++ 87 // Keyword (inexact match) | 450 99 // Extension App (inexact match) | 1175*~ 101 // HistoryURL (inexact match) | 900++ 105 // Keyword (inexact match) | 700 121 // Extension App (inexact match) | 1175* [all...] |
/bionic/libm/man/ |
lrint.3 | 61 raises an inexact exception.
|
lround.3 | 67 may raise an inexact exception.
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
weight.h | 38 // ApproxEqual: approximate equality (for inexact weights) 39 // Quantize: quantizes wrt delta (for inexact weights)
|