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

/freebsd-current/lib/libc/softfloat/
H A Dnedf2.c11 flag __nedf2(float64, float64);
14 __nedf2(float64 a, float64 b) function
H A Dsoftfloat-for-gcc.h140 #define float64_ne __nedf2
/freebsd-current/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dcomparedf2.c14 // __nedf2
52 COMPILER_RT_ALIAS(__ledf2, __nedf2)
75 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)

Completed in 108 milliseconds