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

  /device/linaro/bootloader/edk2/StdLib/Include/Aarch64/machine/
ieeefp.h 27 #define FP_X_DZ FE_DIVBYZERO /* divide-by-zero exception */
  /device/linaro/bootloader/edk2/StdLib/Include/Arm/machine/
ieeefp.h 40 #define FP_X_DZ FE_DIVBYZERO /* divide-by-zero exception */
  /device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
ieeefp.h 36 #define FP_X_DZ IA64_FPSR_TRAP_ZD /* divide-by-zero exception */
  /device/linaro/bootloader/edk2/ArmPkg/Library/ArmSoftFloatLib/Arm/
softfloat.h 65 #define FP_X_DZ FE_DIVBYZERO /* divide-by-zero exception */
133 float_flag_divbyzero = FP_X_DZ,

Completed in 257 milliseconds