/src/lib/libc/softfloat/ |
eqdf2.c | 16 flag __eqdf2(float64, float64); 19 __eqdf2(float64 a, float64 b) function in typeref:typename:flag
|
softfloat-for-gcc.h | 140 #define float64_eq __eqdf2
|
/src/lib/libc/arch/m68k/hardfloat/ |
nedf2.S | 42 STRONG_ALIAS(__eqdf2,__nedf2)
|
/src/sys/external/bsd/compiler_rt/dist/lib/builtins/ |
comparedf2.c | 12 // __eqdf2 __gedf2 __unorddf2 126 __eqdf2(fp_t a, fp_t b) { function in typeref:typename:COMPILER_RT_ABI enum LE_RESULT
|
/src/sys/external/bsd/compiler_rt/dist/test/Unit/ |
comparedf2_test.c | 17 int __eqdf2(double, double); 39 if (__eqdf2(vector->a, vector->b) != vector->eqReference) { 40 printf("error in __eqdf2(%a, %a) = %d, expected %d\n", 42 __eqdf2(vector->a, vector->b),
|
/src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/ |
comparedf2_test.c | 17 int __eqdf2(double, double); 39 if (__eqdf2(vector->a, vector->b) != vector->eqReference) { 40 printf("error in __eqdf2(%a, %a) = %d, expected %d\n", 42 __eqdf2(vector->a, vector->b),
|
/src/lib/libc_fp/arch/mips/ |
fpdf.S | 184 STRONG_ALIAS(__eqdf2, __nedf2)
|
/src/lib/libc_vfp/ |
vfpdf.S | 237 STRONG_ALIAS(__eqdf2, __nedf2)
|