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

/freebsd-10-stable/lib/libc/softfloat/
H A Dledf2.c14 flag __ledf2(float64, float64);
17 __ledf2(float64 a, float64 b) function
H A DSymbol.map31 __ledf2;
H A Dsoftfloat-for-gcc.h144 #define float64_le __ledf2
/freebsd-10-stable/contrib/gcc/config/soft-fp/
H A Dledf2.c35 int __ledf2(DFtype a, DFtype b) function
51 strong_alias(__ledf2, __ltdf2);
/freebsd-10-stable/contrib/compiler-rt/lib/
H A Dcomparedf2.c13 // __ledf2 __gtdf2
22 // __ledf2(a,b) returns -1 if a < b
35 // Note that __ledf2( ) and __gedf2( ) are identical except in their handling of
50 enum LE_RESULT __ledf2(fp_t a, fp_t b) { function
118 return __ledf2(a, b);
122 return __ledf2(a, b);
126 return __ledf2(a, b);
/freebsd-10-stable/contrib/gcc/config/rs6000/
H A Ddarwin-ldouble.c240 extern int __ledf2 (double, double);
271 return __ledf2 (aa, cc);
272 return __ledf2 (a, c);
/freebsd-10-stable/contrib/gcc/config/
H A Dfp-bit.h309 # define _le_f2 __ledf2

Completed in 79 milliseconds