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

/freebsd-current/lib/libc/softfloat/
H A Dltsf2.c11 flag __ltsf2(float32, float32);
14 __ltsf2(float32 a, float32 b) function
H A Dsoftfloat-for-gcc.h131 #define float32_lt __ltsf2
/freebsd-current/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dcomparesf2.c13 // __ltsf2
51 COMPILER_RT_ALIAS(__lesf2, __ltsf2)
74 int __ltsf2(fp_t a, fp_t b) { return __lesf2(a, b); } function
H A Dapple_versioning.c286 NOT_HERE_UNTIL_AFTER_4_3(__ltsf2)
/freebsd-current/contrib/llvm-project/compiler-rt/lib/builtins/arm/
H A Dcomparesf2.S13 // __ltsf2
190 DEFINE_COMPILERRT_FUNCTION_ALIAS(__ltsf2, __eqsf2)

Completed in 121 milliseconds