HomeSort by relevance Sort by last modified time
    Searched defs:FE_DIVBYZERO (Results 1 - 11 of 11) sorted by null

  /bionic/libc/include/bits/
fenv_arm.h 62 #define FE_DIVBYZERO 0x02
67 #define FE_ALL_EXCEPT (FE_DIVBYZERO | FE_INEXACT | FE_INVALID | FE_OVERFLOW | FE_UNDERFLOW | FE_DENORMAL)
fenv_mips.h 83 #define FE_DIVBYZERO 0x20
87 #define FE_ALL_EXCEPT (FE_DIVBYZERO | FE_INEXACT | \
fenv_x86.h 54 #define FE_DIVBYZERO 0x04
58 #define FE_ALL_EXCEPT (FE_DIVBYZERO | FE_DENORMAL | FE_INEXACT | \
fenv_x86_64.h 43 #define FE_DIVBYZERO 0x04
52 #define FE_ALL_EXCEPT (FE_INVALID | FE_DENORMAL | FE_DIVBYZERO | \
  /device/linaro/bootloader/edk2/StdLib/Include/Aarch64/machine/
fenv.h 19 #define FE_DIVBYZERO 0x02 /* divide-by-zero exception */
  /device/linaro/bootloader/edk2/StdLib/Include/Arm/machine/
fenv.h 35 #define FE_DIVBYZERO 0x02 /* divide-by-zero exception */
  /device/linaro/bootloader/edk2/ArmPkg/Library/ArmSoftFloatLib/Arm/
softfloat.h 48 #define FE_DIVBYZERO 0x02 /* divide-by-zero exception */
65 #define FP_X_DZ FE_DIVBYZERO /* divide-by-zero exception */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
fenv.h 31 FE_DIVBYZERO = 0x04,
32 #define FE_DIVBYZERO FE_DIVBYZERO
42 (FE_INEXACT | FE_DIVBYZERO | FE_UNDERFLOW | FE_OVERFLOW | FE_INVALID)
102 && (__excepts & ~(FE_INVALID | FE_DIVBYZERO)) == 0)
117 if ((FE_DIVBYZERO & __excepts) != 0)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
fenv.h 33 FE_DIVBYZERO = 0x04,
34 #define FE_DIVBYZERO FE_DIVBYZERO
44 (FE_INEXACT | FE_DIVBYZERO | FE_UNDERFLOW | FE_OVERFLOW | FE_INVALID)
109 && (__excepts & ~(FE_INVALID | FE_DIVBYZERO)) == 0)
119 if ((FE_DIVBYZERO & __excepts) != 0)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
fenv.h 15 #define FE_DIVBYZERO 0x02
19 #define FE_ALL_EXCEPT (FE_INVALID | FE_DIVBYZERO | FE_OVERFLOW | FE_UNDERFLOW | FE_INEXACT)
34 #define FE_DIVBYZERO 0x04
38 #define FE_ALL_EXCEPT (FE_INVALID | FE_DENORMAL | FE_DIVBYZERO \
  /external/libpng/contrib/libtests/
pngvalid.c 36 #ifndef FE_DIVBYZERO
37 # define FE_DIVBYZERO 0
    [all...]

Completed in 865 milliseconds