Searched refs:__lesf2 (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/lib/libc/softfloat/
H A Dlesf2.c11 flag __lesf2(float32, float32);
14 __lesf2(float32 a, float32 b) function
H A Dsoftfloat-for-gcc.h132 #define float32_le __lesf2
/freebsd-current/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dcomparesf2.c12 // __lesf2 __gtsf2
21 // __lesf2(a,b) returns -1 if a < b
34 // Note that __lesf2( ) and __gesf2( ) are identical except in their handling of
44 COMPILER_RT_ABI CMP_RESULT __lesf2(fp_t a, fp_t b) { return __leXf2__(a, b); } function
48 COMPILER_RT_ALIAS(__lesf2, __cmpsf2)
50 COMPILER_RT_ALIAS(__lesf2, __eqsf2)
51 COMPILER_RT_ALIAS(__lesf2, __ltsf2)
52 COMPILER_RT_ALIAS(__lesf2, __nesf2)
73 int __eqsf2(fp_t a, fp_t b) { return __lesf2(a, b); }
74 int __ltsf2(fp_t a, fp_t b) { return __lesf2(
[all...]
H A Dapple_versioning.c281 NOT_HERE_UNTIL_AFTER_4_3(__lesf2)
/freebsd-current/contrib/llvm-project/compiler-rt/lib/builtins/arm/
H A Dcomparesf2.S12 // __lesf2 __gtsf2
21 // __lesf2(a,b) returns -1 if a < b
34 // Note that __lesf2( ) and __gesf2( ) are identical except in their handling of
189 DEFINE_COMPILERRT_FUNCTION_ALIAS(__lesf2, __eqsf2)
195 DEFINE_COMPILERRT_FUNCTION_ALIAS(__cmpsf2, __lesf2)

Completed in 193 milliseconds