/netbsd-src/external/gpl3/gcc/dist/libgcc/config/arc/ieee-754/ |
H A D | eqdf2.S | 32 .global __eqdf2 34 FUNC(__eqdf2) 35 __eqdf2: 51 ENDFUNC(__eqdf2) 52 #define __eqdf2 __eqdf2_asm 54 .global __eqdf2 symbol 56 HIDDEN_FUNC(__eqdf2) 59 __eqdf2: label 80 ENDFUNC(__eqdf2)
|
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/arc/ieee-754/ |
H A D | eqdf2.S | 32 .global __eqdf2 34 FUNC(__eqdf2) 35 __eqdf2: 51 ENDFUNC(__eqdf2) 52 #define __eqdf2 __eqdf2_asm 54 .global __eqdf2 symbol 56 HIDDEN_FUNC(__eqdf2) 59 __eqdf2: label 80 ENDFUNC(__eqdf2)
|
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/rs6000/ |
H A D | ibm-ldouble.c | 269 extern int __eqdf2 (double, double); 284 if (__eqdf2 (a, c) == 0) in __gcc_qeq() 285 return __eqdf2 (aa, cc); in __gcc_qeq() 295 if (__eqdf2 (a, c) == 0) in __gcc_qle() 306 if (__eqdf2 (a, c) == 0) in __gcc_qge() 377 extern int __eqdf2 (double, double); 384 if (__eqdf2 (a, c) == 0) in __gcc_qunord()
|
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/rs6000/ |
H A D | ibm-ldouble.c | 263 extern int __eqdf2 (double, double); 278 if (__eqdf2 (a, c) == 0) in __gcc_qeq() 279 return __eqdf2 (aa, cc); in __gcc_qeq() 289 if (__eqdf2 (a, c) == 0) in __gcc_qle() 300 if (__eqdf2 (a, c) == 0) in __gcc_qge() 371 extern int __eqdf2 (double, double); 378 if (__eqdf2 (a, c) == 0) in __gcc_qunord()
|
/netbsd-src/lib/libc/softfloat/ |
H A D | eqdf2.c | 16 flag __eqdf2(float64, float64); 19 __eqdf2(float64 a, float64 b) in __eqdf2() function
|
H A D | softfloat-for-gcc.h | 140 #define float64_eq __eqdf2
|
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/soft-fp/ |
H A D | eqdf2.c | 35 __eqdf2 (DFtype a, DFtype b) in __eqdf2() function 51 strong_alias (__eqdf2, __nedf2);
|
/netbsd-src/external/gpl3/gcc/dist/libgcc/soft-fp/ |
H A D | eqdf2.c | 35 __eqdf2 (DFtype a, DFtype b) in __eqdf2() function 51 strong_alias (__eqdf2, __nedf2);
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/test/Unit/ |
H A D | comparedf2_test.c | 17 int __eqdf2(double, double); 39 if (__eqdf2(vector->a, vector->b) != vector->eqReference) { in test__cmpdf2() 42 __eqdf2(vector->a, vector->b), in test__cmpdf2()
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/ |
H A D | comparedf2_test.c | 17 int __eqdf2(double, double); 39 if (__eqdf2(vector->a, vector->b) != vector->eqReference) { in test__cmpdf2() 42 __eqdf2(vector->a, vector->b), in test__cmpdf2()
|
/netbsd-src/lib/libc/arch/m68k/hardfloat/ |
H A D | nedf2.S | 42 STRONG_ALIAS(__eqdf2,__nedf2)
|
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/arc/ |
H A D | dp-hack.h | 96 #define __eqdf2 __eqdf2_c macro
|
H A D | libgcc-excl.ver | 34 __eqdf2
|
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/arc/ |
H A D | dp-hack.h | 96 #define __eqdf2 __eqdf2_c macro
|
H A D | libgcc-excl.ver | 34 __eqdf2
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/builtins/ |
H A D | comparedf2.c | 126 __eqdf2(fp_t a, fp_t b) { in __eqdf2() function
|
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/pru/ |
H A D | sfp-machine.h | 121 #define __eqdf2 __gnu_eqdf2 macro
|
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/c6x/ |
H A D | sfp-machine.h | 120 #define __eqdf2 __gnu_eqdf2 macro
|
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/c6x/ |
H A D | sfp-machine.h | 120 #define __eqdf2 __gnu_eqdf2 macro
|
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/rx/ |
H A D | rx-abi-functions.c | 40 int _COM_CMPEQd (double a, double b) { return __eqdf2 (a, b) == 0; } in _COM_CMPEQd()
|
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/rx/ |
H A D | rx-abi-functions.c | 40 int _COM_CMPEQd (double a, double b) { return __eqdf2 (a, b) == 0; } in _COM_CMPEQd()
|
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/pru/ |
H A D | sfp-machine.h | 121 #define __eqdf2 __gnu_eqdf2 macro
|
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/avr/libf7/ |
H A D | f7-wraps.h | 134 ;; bool __eqdf2 (double, double) ; eq 136 _DEFUN __eqdf2 141 _ENDF __eqdf2
|
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/avr/libf7/ |
H A D | f7-wraps.h | 134 ;; bool __eqdf2 (double, double) ; eq 136 _DEFUN __eqdf2 141 _ENDF __eqdf2
|
/netbsd-src/lib/libc_vfp/ |
H A D | vfpdf.S | 237 STRONG_ALIAS(__eqdf2, __nedf2)
|