Home
last modified time | relevance | path

Searched refs:floatx80_le (Results 1 – 14 of 14) sorted by relevance

/NextBSD/lib/libc/softfloat/
HDgexf2.c23 return floatx80_le(b, a) - 1; in __gexf2()
HDsoftfloat-for-gcc.h156 #define floatx80_le __lexf2 macro
HDsoftfloat.txt307 floatx80_eq floatx80_le floatx80_lt
HDtimesoftfloat.c2324 time_ab_floatx80_z_flag( floatx80_le ); in timeFunctionVariety()
/NextBSD/tools/test/testfloat/sparc64/
HDsoftfloat.h223 int floatx80_le( floatx80, floatx80 );
/NextBSD/lib/libc/powerpc64/softfloat/
HDsoftfloat.h260 int floatx80_le( floatx80, floatx80 );
/NextBSD/lib/libc/mips/softfloat/
HDsoftfloat.h268 int floatx80_le( floatx80, floatx80 );
/NextBSD/lib/libc/powerpc/softfloat/
HDsoftfloat.h260 int floatx80_le( floatx80, floatx80 );
/NextBSD/lib/libc/arm/softfloat/
HDsoftfloat.h268 int floatx80_le( floatx80, floatx80 );
/NextBSD/lib/libc/softfloat/templates/
HDsoftfloat.h244 !!!flag floatx80_le( floatx80, floatx80 );
/NextBSD/tools/test/testfloat/
HDtestFunction.c969 test_ab_floatx80_z_flag( floatx80_le, syst_floatx80_le ); in testFunctionVariety()
HDtestsoftfloat.c644 test_ab_floatx80_z_flag( slow_floatx80_le, floatx80_le ); in testFunctionVariety()
HDtestfloat.txt335 floatx80_eq floatx80_le floatx80_lt
/NextBSD/lib/libc/softfloat/bits64/
HDsoftfloat.c4136 flag floatx80_le( floatx80 a, floatx80 b ) in floatx80_le() function