Home
last modified time | relevance | path

Searched refs:__eqdf2 (Results 1 – 18 of 18) sorted by relevance

/openbsd/src/lib/libc/softfloat/
Deqdf2.c12 flag __eqdf2(float64, float64) __dso_protected;
15 __eqdf2(float64 a, float64 b) in __eqdf2() function
/openbsd/src/gnu/gcc/gcc/config/rs6000/
Ddarwin-ldouble.c239 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()
/openbsd/src/gnu/gcc/gcc/config/soft-fp/
Deqdf2.c35 int __eqdf2(DFtype a, DFtype b) in __eqdf2() function
51 strong_alias(__eqdf2, __nedf2);
/openbsd/src/gnu/llvm/compiler-rt/lib/builtins/
Dcomparedf2.c50 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()
Dapple_versioning.c240 NOT_HERE_UNTIL_AFTER_4_3(__eqdf2)
/openbsd/src/lib/libc/arch/arm/
DSymbols.list6 __eqdf2
/openbsd/src/gnu/usr.bin/gcc/gcc/config/sh/
Dlibgcc-std.ver27 __eqdf2
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dlibgcc-std.ver27 __eqdf2
Dfloatlib.c935 __eqdf2 (double a1, double a2) in __eqdf2() function
/openbsd/src/gnu/gcc/gcc/
Dlibgcc-std.ver27 __eqdf2
/openbsd/src/gnu/gcc/gcc/config/
Dfp-bit.h304 # define _eq_f2 __eqdf2
/openbsd/src/gnu/usr.bin/gcc/gcc/config/
Dfp-bit.h300 # define _eq_f2 __eqdf2
/openbsd/src/gnu/gcc/gcc/config/xtensa/
Dieee754-df.S1522 .global __eqdf2
1524 .set __nedf2, __eqdf2
1525 .type __eqdf2, @function
1526 __eqdf2: label
/openbsd/src/gnu/llvm/llvm/include/llvm/IR/
DRuntimeLibcalls.def386 HANDLE_LIBCALL(OEQ_F64, "__eqdf2")
/openbsd/src/gnu/gcc/gcc/config/m68k/
Dlb1sf68.asm3841 | gcc expects the routines __eqdf2, __nedf2, __gtdf2, __gedf2,
3853 .globl SYM (__eqdf2)
3854 SYM (__eqdf2):
3946 | The comments above about __eqdf2, et. al., also apply to __eqsf2,
/openbsd/src/gnu/usr.bin/gcc/gcc/config/m68k/
Dlb1sf68.asm3728 | gcc expects the routines __eqdf2, __nedf2, __gtdf2, __gedf2,
3738 .globl SYM (__eqdf2)
3739 SYM (__eqdf2):
3825 | The comments above about __eqdf2, et. al., also apply to __eqsf2,
/openbsd/src/gnu/gcc/gcc/doc/
Dlibgcc.texi421 @deftypefnx {Runtime Function} int __eqdf2 (double @var{a}, double @var{b})
Dgccint.info622 -- Runtime Function: int __eqdf2 (double A, double B)
31158 * __eqdf2: Soft float library routines.