Searched refs:__unorddf2 (Results 1 - 8 of 8) sorted by relevance

/freebsd-12-stable/lib/libc/softfloat/
H A Dunorddf2.c14 flag __unorddf2(float64, float64);
17 __unorddf2(float64 a, float64 b) function
H A Dsoftfloat-for-gcc.h139 #define float64_unord __unorddf2
/freebsd-12-stable/contrib/gcc/config/soft-fp/
H A Dunorddf2.c35 __unorddf2(DFtype a, DFtype b) function
/freebsd-12-stable/lib/libc/arm/aeabi/
H A Daeabi_double.c41 flag __unorddf2(float64, float64);
68 int AEABI_FUNC2(dcmpun, float64, __unorddf2)
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dcomparedf2.c11 // __eqdf2 __gedf2 __unorddf2
31 // __unorddf2(a,b) returns 0 if both a and b are numbers
130 __unorddf2(fp_t a, fp_t b) {
138 AEABI_RTABI int __aeabi_dcmpun(fp_t a, fp_t b) { return __unorddf2(a, b); }
140 COMPILER_RT_ALIAS(__unorddf2, __aeabi_dcmpun)
H A Dapple_versioning.c326 NOT_HERE_UNTIL_AFTER_4_3(__unorddf2)
/freebsd-12-stable/contrib/gcc/config/rs6000/
H A Ddarwin-ldouble.c242 extern int __unorddf2 (double, double);
293 return __unorddf2 (aa, cc);
294 return __unorddf2 (a, c);
/freebsd-12-stable/contrib/gcc/config/
H A Dfp-bit.h248 # define _unord_f2 __unorddf2
310 # define _unord_f2 __unorddf2

Completed in 213 milliseconds