Home
last modified time | relevance | path

Searched refs:__ledf2 (Results 1 – 12 of 12) sorted by relevance

/NextBSD/contrib/compiler-rt/lib/builtins/
HDcomparedf2.c51 __ledf2(fp_t a, fp_t b) { in __ledf2() function
124 return __ledf2(a, b); in __eqdf2()
129 return __ledf2(a, b); in __ltdf2()
134 return __ledf2(a, b); in __nedf2()
HDapple_versioning.c286 NOT_HERE_UNTIL_AFTER_4_3(__ledf2)
HDREADME.txt315 int __ledf2vfp(double a, double b); // Appears to return __ledf2
/NextBSD/lib/libc/softfloat/
HDledf2.c14 flag __ledf2(float64, float64);
17 __ledf2(float64 a, float64 b) in __ledf2() function
HDSymbol.map31 __ledf2;
HDsoftfloat-for-gcc.h144 #define float64_le __ledf2
/NextBSD/contrib/gcc/config/soft-fp/
HDledf2.c35 int __ledf2(DFtype a, DFtype b) in __ledf2() function
51 strong_alias(__ledf2, __ltdf2);
/NextBSD/contrib/gcc/config/rs6000/
HDdarwin-ldouble.c240 extern int __ledf2 (double, double);
271 return __ledf2 (aa, cc); in __gcc_qle()
272 return __ledf2 (a, c); in __gcc_qle()
/NextBSD/contrib/gcc/
HDlibgcc-std.ver52 __ledf2
HDChangeLog-2005157 (__eqdf2, __nedf2, __gtdf2, __gedf2, __ltdf2, __ledf2): Use
/NextBSD/contrib/gcc/config/
HDfp-bit.h309 # define _le_f2 __ledf2
/NextBSD/contrib/gcc/doc/
HDlibgcc.texi455 @deftypefnx {Runtime Function} int __ledf2 (double @var{a}, double @var{b})