HomeSort by relevance Sort by last modified time
    Searched refs:FE_UNDERFLOW (Results 1 - 23 of 23) sorted by null

  /bionic/libc/include/bits/
fenv_mips.h 84 #define FE_UNDERFLOW 0x08
87 FE_INVALID | FE_OVERFLOW | FE_UNDERFLOW)
fenv_arm.h 63 #define FE_UNDERFLOW 0x08
66 #define FE_ALL_EXCEPT (FE_DIVBYZERO | FE_INEXACT | FE_INVALID | FE_OVERFLOW | FE_UNDERFLOW | FE_DENORMAL)
fenv_x86.h 55 #define FE_UNDERFLOW 0x10
58 FE_INVALID | FE_OVERFLOW | FE_UNDERFLOW)
fenv_x86_64.h 44 #define FE_UNDERFLOW 0x10
52 FE_OVERFLOW | FE_UNDERFLOW | FE_INEXACT)
  /external/linux-kselftest/tools/testing/selftests/x86/
test_FISTTP.c 25 feclearexcept(FE_DIVBYZERO|FE_INEXACT|FE_INVALID|FE_OVERFLOW|FE_UNDERFLOW);
43 ex = fetestexcept(FE_DIVBYZERO|FE_INEXACT|FE_INVALID|FE_OVERFLOW|FE_UNDERFLOW);
49 feclearexcept(FE_DIVBYZERO|FE_INEXACT|FE_INVALID|FE_OVERFLOW|FE_UNDERFLOW);
67 ex = fetestexcept(FE_DIVBYZERO|FE_INEXACT|FE_INVALID|FE_OVERFLOW|FE_UNDERFLOW);
73 feclearexcept(FE_DIVBYZERO|FE_INEXACT|FE_INVALID|FE_OVERFLOW|FE_UNDERFLOW);
96 ex = fetestexcept(FE_DIVBYZERO|FE_INEXACT|FE_INVALID|FE_OVERFLOW|FE_UNDERFLOW);
102 feclearexcept(FE_DIVBYZERO|FE_INEXACT|FE_INVALID|FE_OVERFLOW|FE_UNDERFLOW);
121 ex = fetestexcept(FE_DIVBYZERO|FE_INEXACT|FE_INVALID|FE_OVERFLOW|FE_UNDERFLOW);
test_FCOMI.c 38 feclearexcept(FE_DIVBYZERO|FE_INEXACT|FE_INVALID|FE_OVERFLOW|FE_UNDERFLOW);
95 feclearexcept(FE_DIVBYZERO|FE_INEXACT|FE_INVALID|FE_OVERFLOW|FE_UNDERFLOW);
124 feclearexcept(FE_DIVBYZERO|FE_INEXACT|FE_INVALID|FE_OVERFLOW|FE_UNDERFLOW);
153 feclearexcept(FE_DIVBYZERO|FE_INEXACT|FE_INVALID|FE_OVERFLOW|FE_UNDERFLOW);
185 feclearexcept(FE_DIVBYZERO|FE_INEXACT|FE_INVALID|FE_OVERFLOW|FE_UNDERFLOW);
239 feclearexcept(FE_DIVBYZERO|FE_INEXACT|FE_INVALID|FE_OVERFLOW|FE_UNDERFLOW);
267 feclearexcept(FE_DIVBYZERO|FE_INEXACT|FE_INVALID|FE_OVERFLOW|FE_UNDERFLOW);
  /device/linaro/bootloader/edk2/StdLib/Include/Aarch64/machine/
fenv.h 21 #define FE_UNDERFLOW 0x08 /* underflow exception */
ieeefp.h 29 #define FP_X_UFL FE_UNDERFLOW /* underflow exception */
  /device/linaro/bootloader/edk2/StdLib/Include/Arm/machine/
fenv.h 37 #define FE_UNDERFLOW 0x08 /* underflow exception */
ieeefp.h 42 #define FP_X_UFL FE_UNDERFLOW /* underflow exception */
  /external/adhd/cras/src/dsp/tests/
dsp_test_util.c 34 if (excepts & FE_UNDERFLOW)
35 printf("FE_UNDERFLOW ");
  /external/arm-optimized-routines/math/single/
dunder.c 25 feraiseexcept(FE_UNDERFLOW);
funder.c 24 feraiseexcept(FE_UNDERFLOW);
  /bionic/tests/
fenv_test.cpp 142 ASSERT_EQ(0, feraiseexcept(FE_DIVBYZERO | FE_OVERFLOW | FE_UNDERFLOW));
143 ASSERT_EQ(FE_DIVBYZERO | FE_OVERFLOW | FE_UNDERFLOW, fetestexcept(FE_ALL_EXCEPT));
145 fexcept_t all; // FE_DIVBYZERO | FE_OVERFLOW | FE_UNDERFLOW
146 fexcept_t two; // FE_OVERFLOW | FE_UNDERFLOW
148 ASSERT_EQ(0, fegetexceptflag(&two, FE_OVERFLOW | FE_UNDERFLOW));
153 ASSERT_EQ(FE_DIVBYZERO | FE_OVERFLOW | FE_UNDERFLOW, fetestexcept(FE_ALL_EXCEPT));
158 ASSERT_EQ(FE_OVERFLOW | FE_UNDERFLOW, fetestexcept(FE_ALL_EXCEPT));
167 ASSERT_EQ(0, fesetexceptflag(&all, FE_OVERFLOW | FE_UNDERFLOW));
168 ASSERT_EQ(FE_OVERFLOW | FE_UNDERFLOW, fetestexcept(FE_ALL_EXCEPT));
192 ASSERT_EQ(-1, feenableexcept(FE_UNDERFLOW));
    [all...]
  /external/libcxx/test/std/depr/depr.c.headers/
fenv_h.pass.cpp 33 #ifndef FE_UNDERFLOW
34 #error FE_UNDERFLOW not defined
  /bionic/tests/headers/posix/
fenv_h.c 41 MACRO(FE_UNDERFLOW);
  /external/libcxx/test/std/numerics/cfenv/cfenv.syn/
cfenv.pass.cpp 33 #ifndef FE_UNDERFLOW
34 #error FE_UNDERFLOW not defined
  /device/linaro/bootloader/edk2/ArmPkg/Library/ArmSoftFloatLib/Arm/
softfloat.h 50 #define FE_UNDERFLOW 0x08 /* underflow exception */
67 #define FP_X_UFL FE_UNDERFLOW /* underflow exception */
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_fmal.c 204 feraiseexcept(FE_UNDERFLOW);
s_fma.c 216 feraiseexcept(FE_UNDERFLOW);
  /external/arm-optimized-routines/test/
mathtest.c 834 if (*q == 'u') ret.status |= FE_UNDERFLOW;
847 case e_underflow: ret.maybestatus |= FE_UNDERFLOW; break;
865 if (*q == 'u') ret.maybestatus |= FE_UNDERFLOW;
878 case e_underflow: ret.status |= FE_UNDERFLOW; break;
    [all...]
  /bionic/libm/upstream-freebsd/lib/msun/ld128/
s_logl.c 557 if (fetestexcept(FE_UNDERFLOW))
666 if (fetestexcept(FE_UNDERFLOW))
  /external/v8/src/
utils.h 238 int exception = fetestexcept(FE_UNDERFLOW);
    [all...]

Completed in 385 milliseconds