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

/freebsd-12-stable/lib/libc/softfloat/
H A Dgedf2.c14 flag __gedf2(float64, float64);
17 __gedf2(float64 a, float64 b) function
H A Dsoftfloat-for-gcc.h142 #define float64_ge __gedf2
/freebsd-12-stable/contrib/gcc/config/soft-fp/
H A Dgedf2.c35 int __gedf2(DFtype a, DFtype b) function
51 strong_alias(__gedf2, __gtdf2);
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dcomparedf2.c11 // __eqdf2 __gedf2 __unorddf2
26 // __gedf2(a,b) returns -1 if a < b
34 // Note that __ledf2( ) and __gedf2( ) are identical except in their handling of
99 COMPILER_RT_ABI enum GE_RESULT __gedf2(fp_t a, fp_t b) { function
127 COMPILER_RT_ALIAS(__gedf2, __gtdf2)
150 int __gtdf2(fp_t a, fp_t b) { return __gedf2(a, b); }
H A Dapple_versioning.c271 NOT_HERE_UNTIL_AFTER_4_3(__gedf2)
/freebsd-12-stable/contrib/gcc/config/rs6000/
H A Ddarwin-ldouble.c241 extern int __gedf2 (double, double);
282 return __gedf2 (aa, cc);
283 return __gedf2 (a, c);
/freebsd-12-stable/contrib/gcc/config/
H A Dfp-bit.h307 # define _ge_f2 __gedf2

Completed in 76 milliseconds