Home
last modified time | relevance | path

Searched refs:floatx80_lt (Results 1 – 11 of 11) sorted by relevance

/freebsd-14-stable/lib/libc/softfloat/
HDgtxf2.c20 return floatx80_lt(b, a); in __gtxf2()
HDsoftfloat-for-gcc.h154 #define floatx80_lt __ltxf2 macro
HDsoftfloat.txt306 floatx80_eq floatx80_le floatx80_lt
HDtimesoftfloat.c2324 time_ab_floatx80_z_flag( floatx80_lt ); in timeFunctionVariety()
/freebsd-14-stable/lib/libc/riscv/softfloat/
HDsoftfloat.h268 int floatx80_lt( floatx80, floatx80 );
/freebsd-14-stable/lib/libc/powerpc/softfloat/
HDsoftfloat.h260 int floatx80_lt( floatx80, floatx80 );
/freebsd-14-stable/lib/libc/powerpcspe/softfloat/
HDsoftfloat.h260 int floatx80_lt( floatx80, floatx80 );
/freebsd-14-stable/lib/libc/arm/softfloat/
HDsoftfloat.h268 int floatx80_lt( floatx80, floatx80 );
/freebsd-14-stable/lib/libc/powerpc64/softfloat/
HDsoftfloat.h260 int floatx80_lt( floatx80, floatx80 );
/freebsd-14-stable/lib/libc/softfloat/templates/
HDsoftfloat.h244 !!!flag floatx80_lt( floatx80, floatx80 );
/freebsd-14-stable/lib/libc/softfloat/bits64/
HDsoftfloat.c4167 flag floatx80_lt( floatx80 a, floatx80 b ) in floatx80_lt() function