Home
last modified time | relevance | path

Searched refs:float64_le (Results 1 – 17 of 17) sorted by relevance

/device/linaro/bootloader/edk2/ArmPkg/Library/ArmSoftFloatLib/Arm/
D__aeabi_dcmple.c35 return float64_le(a, b); in __aeabi_dcmple()
D__aeabi_dcmpgt.c35 return !float64_le(a, b) && float64_eq(a, a) && float64_eq(b, b); in __aeabi_dcmpgt()
Dsoftfloat.h252 int float64_le( float64, float64 );
/device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/Arm/
D__aeabi_dcmple.c36 return float64_le(a, b); in __aeabi_dcmple()
D__aeabi_dcmpgt.c36 return !float64_le(a, b) && float64_eq(a, a) && float64_eq(b, b); in __aeabi_dcmpgt()
/device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/
Dgedf2.c37 return float64_le(b, a) - 1; in __gedf2()
Dledf2.c35 return 1 - float64_le(a, b); in __ledf2()
Dsoftfloat-for-gcc.h45 #define float64_le _softfloat_float64_le macro
172 #define float64_le __ledf2
Dsoftfloat.txt305 float64_eq float64_le float64_lt
Dtimesoftfloat.c2263 time_ab_float64_z_flag( float64_le ); in timeFunctionVariety()
/device/linaro/bootloader/edk2/ArmPkg/Library/ArmSoftFloatLib/
Dsoftfloat-for-gcc.h45 #define float64_le _softfloat_float64_le macro
172 #define float64_le __ledf2
/device/linaro/bootloader/edk2/StdLib/Include/Aarch64/
Dsoftfloat.h223 int float64_le( float64, float64 );
/device/linaro/bootloader/edk2/StdLib/Include/Arm/
Dsoftfloat.h223 int float64_le( float64, float64 );
/device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/templates/
Dsoftfloat.h198 !!!flag float64_le( float64, float64 );
/device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/bits32/
Dsoftfloat.c2221 flag float64_le( float64 a, float64 b ) in float64_le() function
/device/linaro/bootloader/edk2/ArmPkg/Library/ArmSoftFloatLib/bits32/
Dsoftfloat.c2220 flag float64_le( float64 a, float64 b ) in float64_le() function
/device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/bits64/
Dsoftfloat.c3160 flag float64_le( float64 a, float64 b ) in float64_le() function