Searched refs:__nedf2 (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/lib/libc/softfloat/
H A Dnedf2.c14 flag __nedf2(float64, float64);
17 __nedf2(float64 a, float64 b) function
H A Dsoftfloat-for-gcc.h141 #define float64_ne __nedf2
/freebsd-12-stable/contrib/gcc/config/soft-fp/
H A Deqdf2.c51 strong_alias(__eqdf2, __nedf2);
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dcomparedf2.c14 // __nedf2
90 COMPILER_RT_ALIAS(__ledf2, __nedf2)
149 int __nedf2(fp_t a, fp_t b) { return __ledf2(a, b); } function
H A Dapple_versioning.c299 NOT_HERE_UNTIL_AFTER_4_3(__nedf2)
/freebsd-12-stable/contrib/gcc/config/
H A Dfp-bit.h305 # define _ne_f2 __nedf2

Completed in 50 milliseconds