Home
last modified time | relevance | path

Searched refs:float128_lt (Results 1 – 12 of 12) sorted by relevance

/freebsd-head/lib/libc/softfloat/
HDsoftfloat-for-gcc.h20 #define float128_lt __softfloat_float128_lt macro
165 #define float128_lt __lttf2
HDlttf2.c20 return -float128_lt(a, b); in __lttf2()
HDgttf2.c20 return float128_lt(b, a); in __gttf2()
HDsoftfloat.txt307 float128_eq float128_le float128_lt
HDtimesoftfloat.c2388 time_ab_float128_z_flag( float128_lt ); in timeFunctionVariety()
/freebsd-head/lib/libc/powerpc/softfloat/
HDsoftfloat.h299 int float128_lt( float128, float128 );
/freebsd-head/lib/libc/arm/softfloat/
HDsoftfloat.h307 int float128_lt( float128, float128 );
/freebsd-head/lib/libc/powerpcspe/softfloat/
HDsoftfloat.h299 int float128_lt( float128, float128 );
/freebsd-head/lib/libc/riscv/softfloat/
HDsoftfloat.h307 int float128_lt( float128, float128 );
/freebsd-head/lib/libc/powerpc64/softfloat/
HDsoftfloat.h299 int float128_lt( float128, float128 );
/freebsd-head/lib/libc/softfloat/templates/
HDsoftfloat.h283 !!!flag float128_lt( float128, float128 );
/freebsd-head/lib/libc/softfloat/bits64/
HDsoftfloat.c5363 flag float128_lt( float128 a, float128 b ) in float128_lt() function