Searched refs:float64_le (Results 1 - 23 of 23) sorted by relevance

/netbsd-current/lib/libc/arch/arm/softfloat/
H A D__aeabi_dcmple.c22 return float64_le(a, b);
H A D__aeabi_dcmpgt.c22 return !float64_le(a, b) && float64_eq(a, a) && float64_eq(b, b);
H A Dsoftfloat.h223 int float64_le( float64, float64 );
/netbsd-current/lib/libc/softfloat/
H A Dgedf2.c23 return float64_le(b, a) - 1;
H A Dledf2.c23 return 1 - float64_le(a, b);
H A Dsoftfloat-for-gcc.h17 #define float64_le _softfloat_float64_le macro
144 #define float64_le __ledf2
H A Dtimesoftfloat.c1983 { "float64_le", 2, FALSE, FALSE, FALSE, FALSE },
2263 time_ab_float64_z_flag( float64_le );
/netbsd-current/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-current/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-current/lib/libc/arch/m68k/softfloat/
H A Dsoftfloat.h214 flag float64_le( float64, float64 );
/netbsd-current/lib/libc/arch/mips/softfloat/
H A Dsoftfloat.h224 int float64_le( float64, float64 );
/netbsd-current/lib/libc/arch/or1k/softfloat/
H A Dsoftfloat.h212 flag float64_le( float64, float64 );
/netbsd-current/lib/libc/arch/powerpc/softfloat/
H A Dsoftfloat.h212 flag float64_le( float64, float64 );
/netbsd-current/lib/libc/arch/sh3/softfloat/
H A Dsoftfloat.h222 flag float64_le( float64, float64 );
/netbsd-current/lib/libc/softfloat/templates/
H A Dsoftfloat.h198 !!!flag float64_le( float64, float64 );
/netbsd-current/regress/lib/libc/ieeefp/testfloat/include/
H A Dsoftfloat.h247 int float64_le( float64, float64 );
/netbsd-current/sys/lib/libkern/
H A Dsoftfloat.h267 int float64_le( float64, float64 );
H A Dsoftfloat.c3084 flag float64_le( float64 a, float64 b ) function
/netbsd-current/regress/lib/libc/ieeefp/testfloat/
H A DtestFunction.c112 { "float64_le", 2, FALSE, FALSE },
893 test_ab_float64_z_flag( float64_le, syst_float64_le );
/netbsd-current/lib/libc/softfloat/bits32/
H A Dsoftfloat.c2221 flag float64_le( float64 a, float64 b ) function
/netbsd-current/lib/libc/softfloat/bits64/
H A Dsoftfloat.c3160 flag float64_le( float64 a, float64 b ) function

Completed in 310 milliseconds