Home
last modified time | relevance | path

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

/NextBSD/lib/libc/arm/aeabi/
HDaeabi_float.c63 int AEABI_FUNC2(fcmple, float32, float32_le) in AEABI_FUNC2()
64 int AEABI_FUNC2_REV(fcmpge, float32, float32_le) in AEABI_FUNC2()
/NextBSD/lib/libc/softfloat/
HDsoftfloat-for-gcc.h14 #define float32_le __softfloat_float32_le macro
133 #define float32_le __lesf2
HDlesf2.c21 return 1 - float32_le(a, b); in __lesf2()
HDgesf2.c21 return float32_le(b, a) - 1; in __gesf2()
HDsoftfloat.txt305 float32_eq float32_le float32_lt
HDtimesoftfloat.c2197 time_ab_float32_z_flag( float32_le ); in timeFunctionVariety()
/NextBSD/tools/test/testfloat/sparc64/
HDsoftfloat.h151 int float32_le( float32, float32 );
/NextBSD/lib/libc/powerpc64/softfloat/
HDsoftfloat.h173 int float32_le( float32, float32 );
/NextBSD/lib/libc/mips/softfloat/
HDsoftfloat.h177 int float32_le( float32, float32 );
/NextBSD/lib/libc/powerpc/softfloat/
HDsoftfloat.h173 int float32_le( float32, float32 );
/NextBSD/lib/libc/arm/softfloat/
HDsoftfloat.h177 int float32_le( float32, float32 );
/NextBSD/lib/libc/softfloat/templates/
HDsoftfloat.h162 !!!flag float32_le( float32, float32 );
/NextBSD/tools/test/testfloat/
HDtestFunction.c749 test_ab_float32_z_flag( float32_le, syst_float32_le ); in testFunctionVariety()
HDtestsoftfloat.c493 test_ab_float32_z_flag( slow_float32_le, float32_le ); in testFunctionVariety()
HDtestfloat.txt333 float32_eq float32_le float32_lt
/NextBSD/lib/libc/softfloat/bits32/
HDsoftfloat.c1276 flag float32_le( float32 a, float32 b ) in float32_le() function
/NextBSD/lib/libc/softfloat/bits64/
HDsoftfloat.c2203 flag float32_le( float32 a, float32 b ) in float32_le() function