Home
last modified time | relevance | path

Searched refs:FLT_ROUNDS (Results 1 – 7 of 7) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/Include/sys/
Dfloat_ieee754.h51 #ifndef FLT_ROUNDS
55 #define FLT_ROUNDS __flt_rounds() macro
/device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/
Dgdtoaimp.h335 #ifdef FLT_ROUNDS
336 #define Flt_Rounds FLT_ROUNDS
/device/linaro/bootloader/edk2/AppPkg/Applications/Enquire/
DEnquire.c1678 #ifdef FLT_ROUNDS
1679 checktype(FLT_ROUNDS, "FLT_ROUNDS", Signed, int);
2255 #ifdef FLT_ROUNDS
2256 #define F_ROUNDS FLT_ROUNDS
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Ddtoa.c273 #ifdef FLT_ROUNDS
274 #define Flt_Rounds FLT_ROUNDS
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Ddtoa.c256 #ifdef FLT_ROUNDS
257 #define Flt_Rounds FLT_ROUNDS
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dfloatobject.c130 SetIntFlag(FLT_ROUNDS); in PyFloat_GetInfo()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dfloatobject.c130 SetIntFlag(FLT_ROUNDS); in PyFloat_GetInfo()