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

/freebsd-current/lib/libc/softfloat/
H A Deqdf2.c11 flag __eqdf2(float64, float64);
14 __eqdf2(float64 a, float64 b) function
H A Dsoftfloat-for-gcc.h139 #define float64_eq __eqdf2
/freebsd-current/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dcomparedf2.c11 // __eqdf2 __gedf2 __unorddf2
50 COMPILER_RT_ALIAS(__ledf2, __eqdf2)
73 int __eqdf2(fp_t a, fp_t b) { return __ledf2(a, b); }
H A Dapple_versioning.c240 NOT_HERE_UNTIL_AFTER_4_3(__eqdf2)

Completed in 229 milliseconds