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

12

/netbsd-current/lib/libc/softfloat/
H A Dnesf2.c16 flag __nesf2(float32, float32);
19 __nesf2(float32 a, float32 b) function
H A Dsoftfloat-for-gcc.h130 #define float32_ne __nesf2
/netbsd-current/lib/libc/arch/m68k/hardfloat/
H A Dnesf2.S42 STRONG_ALIAS(__eqsf2,__nesf2)
46 ENTRY(__nesf2)
55 END(__nesf2)
/netbsd-current/external/gpl3/gcc/dist/libgcc/soft-fp/
H A Deqsf2.c51 strong_alias (__eqsf2, __nesf2);
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/soft-fp/
H A Deqsf2.c51 strong_alias (__eqsf2, __nesf2);
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/builtins/arm/
H A Dcomparesf2.S15 // __nesf2
106 DEFINE_COMPILERRT_FUNCTION_ALIAS(__nesf2, __eqsf2)
/netbsd-current/lib/libc_vfp/
H A Dvfpsf.S231 STRONG_ALIAS(__eqsf2, __nesf2)
232 ENTRY(__nesf2)
239 END(__nesf2)
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/builtins/
H A Dcomparesf2.c15 // __nesf2
136 __nesf2(fp_t a, fp_t b) { function
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/rx/
H A Drx-abi-functions.c70 int _COM_CMPNEf (float a, float b) { return __nesf2 (a, b) != 0; }
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/pru/
H A Dsfp-machine.h122 #define __nesf2 __pruabi_neqf macro
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/c6x/
H A Dsfp-machine.h121 #define __nesf2 __c6xabi_neqf macro
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/c6x/
H A Dsfp-machine.h121 #define __nesf2 __c6xabi_neqf macro
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/pru/
H A Dsfp-machine.h122 #define __nesf2 __pruabi_neqf macro
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/rx/
H A Drx-abi-functions.c70 int _COM_CMPNEf (float a, float b) { return __nesf2 (a, b) != 0; }
/netbsd-current/lib/libc_fp/arch/mips/
H A Dfpsf.S183 LEAF_NOPROFILE(__nesf2)
196 END(__nesf2)
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/
H A Dfp-bit.h251 # define _ne_f2 __nesf2
/netbsd-current/external/gpl3/gcc/dist/libgcc/
H A Dfp-bit.h251 # define _ne_f2 __nesf2
/netbsd-current/sys/external/bsd/compiler_rt/dist/test/Unit/
H A Dcomparesf2_test.c22 int __nesf2(float, float);
79 if (__nesf2(vector->a, vector->b) != vector->neReference) {
80 printf("error in __nesf2(%a, %a) = %d, expected %d\n",
82 __nesf2(vector->a, vector->b),
/netbsd-current/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
H A Dcomparesf2_test.c22 int __nesf2(float, float);
79 if (__nesf2(vector->a, vector->b) != vector->neReference) {
80 printf("error in __nesf2(%a, %a) = %d, expected %d\n",
82 __nesf2(vector->a, vector->b),
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/xtensa/
H A Dieee754-sf.S1189 .global __nesf2
1190 .set __nesf2, __eqsf2
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/xtensa/
H A Dieee754-sf.S1189 .global __nesf2
1190 .set __nesf2, __eqsf2
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/rl78/
H A Dfpbit-sf.S205 ;; unequal. Effectively __nesf2 is the same as __eqsf2
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/rl78/
H A Dfpbit-sf.S205 ;; unequal. Effectively __nesf2 is the same as __eqsf2
/netbsd-current/external/gpl3/gdb.old/dist/sim/ppc/
H A Ddp-bit.c167 # define _ne_f2 __nesf2
/netbsd-current/external/gpl3/gdb/dist/sim/ppc/
H A Ddp-bit.c167 # define _ne_f2 __nesf2

Completed in 370 milliseconds

12