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

12

/netbsd-current/lib/libc/softfloat/
H A Dnedf2.c16 flag __nedf2(float64, float64);
19 __nedf2(float64 a, float64 b) function
H A Dsoftfloat-for-gcc.h141 #define float64_ne __nedf2
/netbsd-current/lib/libc/arch/m68k/hardfloat/
H A Dnedf2.S42 STRONG_ALIAS(__eqdf2,__nedf2)
46 ENTRY(__nedf2)
55 END(__nedf2)
/netbsd-current/external/gpl3/gcc/dist/libgcc/soft-fp/
H A Deqdf2.c51 strong_alias (__eqdf2, __nedf2);
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/soft-fp/
H A Deqdf2.c51 strong_alias (__eqdf2, __nedf2);
/netbsd-current/lib/libc_fp/arch/mips/
H A Dfpdf.S184 STRONG_ALIAS(__eqdf2, __nedf2)
185 LEAF_NOPROFILE(__nedf2)
198 END(__nedf2)
H A Dfpsf.S182 STRONG_ALIAS(__eqsf2, __nedf2)
/netbsd-current/lib/libc_vfp/
H A Dvfpdf.S237 STRONG_ALIAS(__eqdf2, __nedf2)
238 ENTRY(__nedf2)
245 END(__nedf2)
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/builtins/
H A Dcomparedf2.c15 // __nedf2
136 __nedf2(fp_t a, fp_t b) { function
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/rx/
H A Drx-abi-functions.c41 int _COM_CMPNEd (double a, double b) { return __nedf2 (a, b) != 0; }
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/pru/
H A Dsfp-machine.h123 #define __nedf2 __pruabi_neqd macro
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/c6x/
H A Dsfp-machine.h122 #define __nedf2 __c6xabi_neqd macro
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/c6x/
H A Dsfp-machine.h122 #define __nedf2 __c6xabi_neqd macro
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/pru/
H A Dsfp-machine.h123 #define __nedf2 __pruabi_neqd macro
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/rx/
H A Drx-abi-functions.c41 int _COM_CMPNEd (double a, double b) { return __nedf2 (a, b) != 0; }
/netbsd-current/sys/external/bsd/compiler_rt/dist/test/Unit/
H A Dcomparedf2_test.c22 int __nedf2(double, double);
79 if (__nedf2(vector->a, vector->b) != vector->neReference) {
80 printf("error in __nedf2(%a, %a) = %d, expected %d\n",
82 __nedf2(vector->a, vector->b),
/netbsd-current/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
H A Dcomparedf2_test.c22 int __nedf2(double, double);
79 if (__nedf2(vector->a, vector->b) != vector->neReference) {
80 printf("error in __nedf2(%a, %a) = %d, expected %d\n",
82 __nedf2(vector->a, vector->b),
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/
H A Dfp-bit.h271 # define _ne_f2 __nedf2
/netbsd-current/external/gpl3/gcc/dist/libgcc/
H A Dfp-bit.h271 # define _ne_f2 __nedf2
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/avr/libf7/
H A Df7-wraps.h124 ;; bool __nedf2 (double, double) ; ne
126 _DEFUN __nedf2
131 _ENDF __nedf2
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/avr/libf7/
H A Df7-wraps.h124 ;; bool __nedf2 (double, double) ; ne
126 _DEFUN __nedf2
131 _ENDF __nedf2
/netbsd-current/external/gpl3/gdb.old/dist/sim/ppc/
H A Ddp-bit.c184 # define _ne_f2 __nedf2
/netbsd-current/external/gpl3/gdb/dist/sim/ppc/
H A Ddp-bit.c184 # define _ne_f2 __nedf2
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/xtensa/
H A Dieee754-df.S1625 .global __nedf2
1626 .set __nedf2, __eqdf2
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/xtensa/
H A Dieee754-df.S1625 .global __nedf2
1626 .set __nedf2, __eqdf2

Completed in 276 milliseconds

12