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

12

/netbsd-current/lib/libc/softfloat/
H A Dlesf2.c16 flag __lesf2(float32, float32);
19 __lesf2(float32 a, float32 b) function
H A Dsoftfloat-for-gcc.h133 #define float32_le __lesf2
/netbsd-current/lib/libc/arch/m68k/hardfloat/
H A Dlesf2.S42 STRONG_ALIAS(__gtsf2,__lesf2)
46 ENTRY(__lesf2)
55 END(__lesf2)
/netbsd-current/external/gpl3/gcc/dist/libgcc/soft-fp/
H A Dlesf2.c35 __lesf2 (SFtype a, SFtype b) function
51 strong_alias (__lesf2, __ltsf2);
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/soft-fp/
H A Dlesf2.c35 __lesf2 (SFtype a, SFtype b) function
51 strong_alias (__lesf2, __ltsf2);
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/builtins/
H A Dcomparesf2.c13 // __lesf2 __gtsf2
22 // __lesf2(a,b) returns -1 if a < b
35 // Note that __lesf2( ) and __gesf2( ) are identical except in their handling of
51 __lesf2(fp_t a, fp_t b) { function
85 FNALIAS(__cmpsf2, __lesf2);
127 return __lesf2(a, b);
132 return __lesf2(a, b);
137 return __lesf2(a, b);
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/builtins/arm/
H A Dcomparesf2.S13 // __lesf2 __gtsf2
22 // __lesf2(a,b) returns -1 if a < b
35 // Note that __lesf2( ) and __gesf2( ) are identical except in their handling of
104 DEFINE_COMPILERRT_FUNCTION_ALIAS(__lesf2, __eqsf2)
/netbsd-current/lib/libc_vfp/
H A Dvfpsf.S251 STRONG_ALIAS(__gtsf2, __lesf2)
252 ENTRY(__lesf2)
259 END(__lesf2)
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/rx/
H A Drx-abi-functions.c67 int _COM_CMPLEf (float a, float b) { return __lesf2 (a, b) != 1; }
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/pru/
H A Dsfp-machine.h112 #define __lesf2 __pruabi_cmpf macro
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/c6x/
H A Dsfp-machine.h111 #define __lesf2 __c6xabi_cmpf macro
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/c6x/
H A Dsfp-machine.h111 #define __lesf2 __c6xabi_cmpf macro
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/pru/
H A Dsfp-machine.h112 #define __lesf2 __pruabi_cmpf macro
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/rx/
H A Drx-abi-functions.c67 int _COM_CMPLEf (float a, float b) { return __lesf2 (a, b) != 1; }
/netbsd-current/lib/libc_fp/arch/mips/
H A Dfpsf.S215 LEAF_NOPROFILE(__lesf2)
228 END(__lesf2)
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/
H A Dfp-bit.h255 # define _le_f2 __lesf2
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/arm/
H A Dbpabi-v6m.S194 bl __lesf2
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/arm/
H A Dbpabi-v6m.S194 bl __lesf2
/netbsd-current/external/gpl3/gcc/dist/libgcc/
H A Dfp-bit.h255 # define _le_f2 __lesf2
/netbsd-current/sys/external/bsd/compiler_rt/dist/test/Unit/
H A Dcomparesf2_test.c20 int __lesf2(float, float);
63 if (__lesf2(vector->a, vector->b) != vector->leReference) {
64 printf("error in __lesf2(%a, %a) = %d, expected %d\n",
66 __lesf2(vector->a, vector->b),
/netbsd-current/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
H A Dcomparesf2_test.c20 int __lesf2(float, float);
63 if (__lesf2(vector->a, vector->b) != vector->leReference) {
64 printf("error in __lesf2(%a, %a) = %d, expected %d\n",
66 __lesf2(vector->a, vector->b),
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/xtensa/
H A Dieee754-sf.S1251 .global __lesf2
1252 .type __lesf2, @function
1253 __lesf2: label
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/xtensa/
H A Dieee754-sf.S1251 .global __lesf2
1252 .type __lesf2, @function
1253 __lesf2: label
/netbsd-current/external/gpl3/gdb.old/dist/sim/ppc/
H A Ddp-bit.c171 # define _le_f2 __lesf2
/netbsd-current/external/gpl3/gdb/dist/sim/ppc/
H A Ddp-bit.c171 # define _le_f2 __lesf2

Completed in 166 milliseconds

12