Searched refs:float128_eq (Results 1 – 16 of 16) sorted by relevance
| /freebsd-13.1/lib/libc/softfloat/ |
| H A D | softfloat-for-gcc.h | 19 #define float128_eq __softfloat_float128_eq macro 163 #define float128_eq __eqtf2
|
| H A D | eqtf2.c | 22 return !float128_eq(a, b); in __eqtf2()
|
| H A D | netf2.c | 23 return !float128_eq(a, b); in __netf2()
|
| H A D | softfloat.txt | 308 float128_eq float128_le float128_lt
|
| H A D | timesoftfloat.c | 2385 time_ab_float128_z_flag( float128_eq ); in timeFunctionVariety()
|
| /freebsd-13.1/lib/libc/arm/softfloat/ |
| H A D | softfloat.h | 306 int float128_eq( float128, float128 );
|
| /freebsd-13.1/lib/libc/mips/softfloat/ |
| H A D | softfloat.h | 306 int float128_eq( float128, float128 );
|
| /freebsd-13.1/lib/libc/powerpcspe/softfloat/ |
| H A D | softfloat.h | 298 int float128_eq( float128, float128 );
|
| /freebsd-13.1/lib/libc/riscv/softfloat/ |
| H A D | softfloat.h | 306 int float128_eq( float128, float128 );
|
| /freebsd-13.1/lib/libc/powerpc/softfloat/ |
| H A D | softfloat.h | 298 int float128_eq( float128, float128 );
|
| /freebsd-13.1/lib/libc/powerpc64/softfloat/ |
| H A D | softfloat.h | 298 int float128_eq( float128, float128 );
|
| /freebsd-13.1/lib/libc/softfloat/templates/ |
| H A D | softfloat.h | 282 !!!flag float128_eq( float128, float128 );
|
| /freebsd-13.1/tools/test/testfloat/ |
| H A D | testFunction.c | 1074 test_ab_float128_z_flag( float128_eq, syst_float128_eq ); in testFunctionVariety()
|
| H A D | testsoftfloat.c | 717 test_ab_float128_z_flag( slow_float128_eq, float128_eq ); in testFunctionVariety()
|
| H A D | testfloat.txt | 336 float128_eq float128_le float128_lt
|
| /freebsd-13.1/lib/libc/softfloat/bits64/ |
| H A D | softfloat.c | 5302 flag float128_eq( float128 a, float128 b ) in float128_eq() function
|