Home
last modified time | relevance | path

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

/freebsd/lib/libc/softfloat/
H A Dgexf2.c20 return floatx80_le(b, a) - 1; in __gexf2()
H A Dsoftfloat-for-gcc.h155 #define floatx80_le __lexf2 macro
H A Dsoftfloat.txt306 floatx80_eq floatx80_le floatx80_lt
H A Dtimesoftfloat.c2321 time_ab_floatx80_z_flag( floatx80_le ); in timeFunctionVariety()
/freebsd/lib/libc/arm/softfloat/
H A Dsoftfloat.h267 int floatx80_le( floatx80, floatx80 );
/freebsd/lib/libc/powerpc/softfloat/
H A Dsoftfloat.h259 int floatx80_le( floatx80, floatx80 );
/freebsd/lib/libc/powerpc64/softfloat/
H A Dsoftfloat.h259 int floatx80_le( floatx80, floatx80 );
/freebsd/lib/libc/riscv/softfloat/
H A Dsoftfloat.h267 int floatx80_le( floatx80, floatx80 );
/freebsd/lib/libc/softfloat/templates/
H A Dsoftfloat.h243 !!!flag floatx80_le( floatx80, floatx80 );
/freebsd/lib/libc/softfloat/bits64/
H A Dsoftfloat.c4133 flag floatx80_le( floatx80 a, floatx80 b ) in floatx80_le() function