Searched refs:__eqdf2 (Results 1 – 12 of 12) sorted by relevance
| /freebsd-12-stable/contrib/gcc/config/rs6000/ |
| D | darwin-ldouble.c | 239 extern int __eqdf2 (double, double); 259 if (__eqdf2 (a, c) == 0) in __gcc_qeq() 260 return __eqdf2 (aa, cc); in __gcc_qeq() 270 if (__eqdf2 (a, c) == 0) in __gcc_qle() 281 if (__eqdf2 (a, c) == 0) in __gcc_qge() 292 if (__eqdf2 (a, c) == 0) in __gcc_qunord()
|
| /freebsd-12-stable/lib/libc/softfloat/ |
| D | eqdf2.c | 14 flag __eqdf2(float64, float64); 17 __eqdf2(float64 a, float64 b) in __eqdf2() function
|
| D | Symbol.map | 29 __eqdf2;
|
| D | softfloat-for-gcc.h | 140 #define float64_eq __eqdf2
|
| /freebsd-12-stable/contrib/gcc/config/soft-fp/ |
| D | eqdf2.c | 35 int __eqdf2(DFtype a, DFtype b) in __eqdf2() function 51 strong_alias(__eqdf2, __nedf2);
|
| /freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/builtins/ |
| D | comparedf2.c | 50 COMPILER_RT_ALIAS(__ledf2, __eqdf2) in COMPILER_RT_ALIAS() 73 int __eqdf2(fp_t a, fp_t b) { return __ledf2(a, b); } in COMPILER_RT_ALIAS()
|
| D | apple_versioning.c | 240 NOT_HERE_UNTIL_AFTER_4_3(__eqdf2)
|
| /freebsd-12-stable/contrib/gcc/ |
| D | libgcc-std.ver | 27 __eqdf2
|
| D | ChangeLog-2005 | 157 (__eqdf2, __nedf2, __gtdf2, __gedf2, __ltdf2, __ledf2): Use
|
| /freebsd-12-stable/contrib/gcc/config/ |
| D | fp-bit.h | 304 # define _eq_f2 __eqdf2
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/ |
| D | RuntimeLibcalls.def | 381 HANDLE_LIBCALL(OEQ_F64, "__eqdf2")
|
| /freebsd-12-stable/contrib/gcc/doc/ |
| D | libgcc.texi | 426 @deftypefnx {Runtime Function} int __eqdf2 (double @var{a}, double @var{b})
|