Searched refs:__ltdf2 (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/lib/libc/softfloat/
H A Dltdf2.c11 flag __ltdf2(float64, float64);
14 __ltdf2(float64 a, float64 b) function
H A Dsoftfloat-for-gcc.h142 #define float64_lt __ltdf2
/freebsd-current/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dcomparedf2.c13 // __ltdf2
51 COMPILER_RT_ALIAS(__ledf2, __ltdf2)
74 int __ltdf2(fp_t a, fp_t b) { return __ledf2(a, b); } function
H A Dapple_versioning.c284 NOT_HERE_UNTIL_AFTER_4_3(__ltdf2)

Completed in 114 milliseconds