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

/freebsd-12-stable/lib/libc/softfloat/
H A Dlesf2.c14 flag __lesf2(float32, float32);
17 __lesf2(float32 a, float32 b) function
H A Dsoftfloat-for-gcc.h133 #define float32_le __lesf2
/freebsd-12-stable/contrib/gcc/config/soft-fp/
H A Dlesf2.c35 int __lesf2(SFtype a, SFtype b) function
51 strong_alias(__lesf2, __ltsf2);
/freebsd-12-stable/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 enum LE_RESULT __lesf2(fp_t a, fp_t b) { function
86 COMPILER_RT_ALIAS(__lesf2, __cmpsf2)
88 COMPILER_RT_ALIAS(__lesf2, __eqsf2)
89 COMPILER_RT_ALIAS(__lesf2, __ltsf2)
90 COMPILER_RT_ALIAS(__lesf2, __nesf2)
147 int __eqsf2(fp_t a, fp_t b) { return __lesf2(a, b); }
148 int __ltsf2(fp_t a, fp_t b) { return __lesf2(
[all...]
H A Dapple_versioning.c281 NOT_HERE_UNTIL_AFTER_4_3(__lesf2)
/freebsd-12-stable/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)
/freebsd-12-stable/contrib/gcc/config/
H A Dfp-bit.h289 # define _le_f2 __lesf2

Completed in 60 milliseconds