Home
last modified time | relevance | path

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

/src/lib/libc/softfloat/
H A Dgtxf2.c20 return floatx80_lt(b, a); in __gtxf2()
H A Dsoftfloat-for-gcc.h154 #define floatx80_lt __ltxf2 macro
H A Dsoftfloat.txt306 floatx80_eq floatx80_le floatx80_lt
H A Dtimesoftfloat.c2324 time_ab_floatx80_z_flag( floatx80_lt ); in timeFunctionVariety()
/src/lib/libc/arm/softfloat/
H A Dsoftfloat.h268 int floatx80_lt( floatx80, floatx80 );
/src/lib/libc/riscv/softfloat/
H A Dsoftfloat.h268 int floatx80_lt( floatx80, floatx80 );
/src/lib/libc/powerpc64/softfloat/
H A Dsoftfloat.h260 int floatx80_lt( floatx80, floatx80 );
/src/lib/libc/powerpc/softfloat/
H A Dsoftfloat.h260 int floatx80_lt( floatx80, floatx80 );
/src/lib/libc/softfloat/templates/
H A Dsoftfloat.h244 !!!flag floatx80_lt( floatx80, floatx80 );
/src/lib/libc/softfloat/bits64/
H A Dsoftfloat.c4167 flag floatx80_lt( floatx80 a, floatx80 b ) in floatx80_lt() function