HomeSort by relevance Sort by last modified time
    Searched full:inexact (Results 1 - 25 of 141) sorted by null

1 2 3 4 5 6

  /bionic/libm/src/
s_truncf.c 22 * Inexact flag raised if x not equal to truncf(x).
38 if(j0<0) { /* raise inexact if x != 0 */
44 if(huge+x>0.0F) /* raise inexact flag */
s_ceil.c 23 * Inexact flag raised if x not equal to ceil(x).
39 if(j0<0) { /* raise inexact if x != 0 */
47 if(huge+x>0.0) { /* raise inexact flag */
58 if(huge+x>0.0) { /* raise inexact flag */
s_floor.c 23 * Inexact flag raised if x not equal to floor(x).
39 if(j0<0) { /* raise inexact if x != 0 */
48 if(huge+x>0.0) { /* raise inexact flag */
59 if(huge+x>0.0) { /* raise inexact flag */
s_trunc.c 22 * Inexact flag raised if x not equal to trunc(x).
38 if(j0<0) { /* raise inexact if x != 0 */
46 if(huge+x>0.0) { /* raise inexact flag */
56 if(huge+x>0.0) /* raise inexact flag */
s_truncl.c 24 * Inexact flag raised if x not equal to truncl(x).
48 if (e < 0) { /* raise inexact if x != 0 */
55 if (huge + x > 0.0) { /* raise inexact flag */
64 if (huge + x > 0.0) /* raise inexact flag */
s_floorf.c 26 * Inexact flag raised if x not equal to floorf(x).
42 if(j0<0) { /* raise inexact if x != 0 */
51 if(huge+x>(float)0.0) { /* raise inexact flag */
s_ceill.c 24 * Inexact flag raised if x not equal to ceill(x).
62 if (e < 0) { /* raise inexact if x != 0 */
79 if (huge + x > 0.0) { /* raise inexact flag */
98 if (huge + x > 0.0) /* raise inexact flag */
s_floorl.c 24 * Inexact flag raised if x not equal to floorl(x).
62 if (e < 0) { /* raise inexact if x != 0 */
79 if (huge + x > 0.0) { /* raise inexact flag */
98 if (huge + x > 0.0) /* raise inexact flag */
s_ceilf.c 34 if(j0<0) { /* raise inexact if x != 0 */
42 if(huge+x>(float)0.0) { /* raise inexact flag */
s_tanhf.c 42 if(huge+x>one) return x; /* tanh(tiny) = tiny with inexact */
53 z = one - tiny; /* raise inexact flag */
e_asinf.c 49 /* asin(1)=+-pi/2 with inexact */
55 if(huge+x>one) return x;/* return x with inexact if x!=0*/
s_nearbyint.c 35 * an inexact exception. We can get away with using fesetenv()
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...]
  /external/fdlibm/
s_ceil.c 20 * Inexact flag raised if x not equal to ieee_ceil(x).
44 if(j0<0) { /* raise inexact if x != 0 */
52 if(huge+x>0.0) { /* raise inexact flag */
63 if(huge+x>0.0) { /* raise inexact flag */
s_floor.c 20 * Inexact flag raised if x not equal to ieee_floor(x).
44 if(j0<0) { /* raise inexact if x != 0 */
53 if(huge+x>0.0) { /* raise inexact flag */
64 if(huge+x>0.0) { /* raise inexact flag */
k_sin.c 22 * 2. if x < 2^-27 (hx<0x3e400000 0), return x with inexact if x!=0.
68 {if((int)x==0) return x;} /* generate inexact */
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
  /bionic/libm/man/
fenv.3 97 An inexact exception is raised whenever there is a loss of precision
215 It also defers inexact exceptions while it computes intermediate
216 values, and then it allows an inexact exception to be raised only if
217 the final answer is inexact.
287 .Fl mieee-with-inexact mfp-rounding-mode=d
rint.3 64 These functions raise an inexact exception when the original argument
72 an inexact exception.
  /external/skia/src/core/
SkEdgeClipper.cpp 97 // if chopMonoQuadAtY failed, then we may have hit inexact numerics
116 // if chopMonoQuadAtY failed, then we may have hit inexact numerics
171 // if chopMonoQuadAtY failed, then we may have hit inexact numerics
187 // if chopMonoQuadAtY failed, then we may have hit inexact numerics
294 // if chopMonoCubicAtY failed, then we may have hit inexact numerics
313 // if chopMonoCubicAtY failed, then we may have hit inexact numerics
367 // if chopMonocubicAtY failed, then we may have hit inexact numerics
384 // if chopMonoCubicAtX failed, then we may have hit inexact numerics
SkQuadClipper.cpp 102 // if chopMonoQuadAtY failed, then we may have hit inexact numerics
119 // if chopMonoQuadAtY failed, then we may have hit inexact numerics
  /external/kernel-headers/original/linux/
prctl.h 36 # define PR_FP_EXC_RES 0x080000 /* floating point inexact result */
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
prctl.h 36 # define PR_FP_EXC_RES 0x080000 /* floating point inexact result */
  /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',

Completed in 287 milliseconds

1 2 3 4 5 6