Home
last modified time | relevance | path

Searched refs:float128_eq (Results 1 – 16 of 16) sorted by relevance

/freebsd-13.1/lib/libc/softfloat/
H A Dsoftfloat-for-gcc.h19 #define float128_eq __softfloat_float128_eq macro
163 #define float128_eq __eqtf2
H A Deqtf2.c22 return !float128_eq(a, b); in __eqtf2()
H A Dnetf2.c23 return !float128_eq(a, b); in __netf2()
H A Dsoftfloat.txt308 float128_eq float128_le float128_lt
H A Dtimesoftfloat.c2385 time_ab_float128_z_flag( float128_eq ); in timeFunctionVariety()
/freebsd-13.1/lib/libc/arm/softfloat/
H A Dsoftfloat.h306 int float128_eq( float128, float128 );
/freebsd-13.1/lib/libc/mips/softfloat/
H A Dsoftfloat.h306 int float128_eq( float128, float128 );
/freebsd-13.1/lib/libc/powerpcspe/softfloat/
H A Dsoftfloat.h298 int float128_eq( float128, float128 );
/freebsd-13.1/lib/libc/riscv/softfloat/
H A Dsoftfloat.h306 int float128_eq( float128, float128 );
/freebsd-13.1/lib/libc/powerpc/softfloat/
H A Dsoftfloat.h298 int float128_eq( float128, float128 );
/freebsd-13.1/lib/libc/powerpc64/softfloat/
H A Dsoftfloat.h298 int float128_eq( float128, float128 );
/freebsd-13.1/lib/libc/softfloat/templates/
H A Dsoftfloat.h282 !!!flag float128_eq( float128, float128 );
/freebsd-13.1/tools/test/testfloat/
H A DtestFunction.c1074 test_ab_float128_z_flag( float128_eq, syst_float128_eq ); in testFunctionVariety()
H A Dtestsoftfloat.c717 test_ab_float128_z_flag( slow_float128_eq, float128_eq ); in testFunctionVariety()
H A Dtestfloat.txt336 float128_eq float128_le float128_lt
/freebsd-13.1/lib/libc/softfloat/bits64/
H A Dsoftfloat.c5302 flag float128_eq( float128 a, float128 b ) in float128_eq() function