Home
last modified time | relevance | path

Searched refs:float64_le (Results 1 – 25 of 25) sorted by relevance

/netbsd-src/lib/libc/softfloat/
H A Dsoftfloat-for-gcc.h17 #define float64_le _softfloat_float64_le macro
144 #define float64_le __ledf2
H A Dledf2.c23 return 1 - float64_le(a, b); in __ledf2()
H A Dgedf2.c23 return float64_le(b, a) - 1; in __gedf2()
H A Dsoftfloat.txt305 float64_eq float64_le float64_lt
H A Dtimesoftfloat.c2263 time_ab_float64_z_flag( float64_le ); in timeFunctionVariety()
/netbsd-src/lib/libc/arch/arm/softfloat/
H A D__aeabi_dcmple.c22 return float64_le(a, b); in __aeabi_dcmple()
H A D__aeabi_dcmpgt.c22 return !float64_le(a, b) && float64_eq(a, a) && float64_eq(b, b); in __aeabi_dcmpgt()
H A Dsoftfloat.h223 int float64_le( float64, float64 );
/netbsd-src/lib/libc/arch/sparc64/softfloat/
H A Dsoftfloat-qp.h16 #define float64_le _softfloat_float64_le macro
H A Dsoftfloat.h212 flag float64_le( float64, float64 );
/netbsd-src/lib/libc/arch/aarch64/softfloat/
H A Dsoftfloat-qp.h16 #define float64_le _softfloat_float64_le macro
H A Dsoftfloat.h217 flag float64_le( float64, float64 );
/netbsd-src/lib/libc/arch/powerpc/softfloat/
H A Dsoftfloat.h212 flag float64_le( float64, float64 );
/netbsd-src/lib/libc/arch/mips/softfloat/
H A Dsoftfloat.h224 int float64_le( float64, float64 );
/netbsd-src/lib/libc/arch/or1k/softfloat/
H A Dsoftfloat.h212 flag float64_le( float64, float64 );
/netbsd-src/regress/lib/libc/ieeefp/testfloat/include/
H A Dsoftfloat.h247 int float64_le( float64, float64 );
/netbsd-src/sys/lib/libkern/
H A Dsoftfloat.h267 int float64_le( float64, float64 );
H A Dsoftfloat.c3084 flag float64_le( float64 a, float64 b ) in float64_le() function
/netbsd-src/lib/libc/softfloat/templates/
H A Dsoftfloat.h198 !!!flag float64_le( float64, float64 );
/netbsd-src/lib/libc/arch/m68k/softfloat/
H A Dsoftfloat.h214 flag float64_le( float64, float64 );
/netbsd-src/lib/libc/arch/sh3/softfloat/
H A Dsoftfloat.h222 flag float64_le( float64, float64 );
/netbsd-src/regress/lib/libc/ieeefp/testfloat/
H A DtestFunction.c893 test_ab_float64_z_flag( float64_le, syst_float64_le ); in testFunctionVariety()
/netbsd-src/lib/libc/softfloat/bits32/
H A Dsoftfloat.c2221 flag float64_le( float64 a, float64 b ) in float64_le() function
/netbsd-src/regress/lib/libc/ieeefp/testfloat/notes/
H A Dtestfloat.txt334 float64_eq float64_le float64_lt
/netbsd-src/lib/libc/softfloat/bits64/
H A Dsoftfloat.c3160 flag float64_le( float64 a, float64 b ) in float64_le() function