Home
last modified time | relevance | path

Searched refs:floatx80_eq (Results 1 – 14 of 14) sorted by relevance

/NextBSD/lib/libc/softfloat/
HDnexf2.c23 return !floatx80_eq(a, b); in __nexf2()
HDsoftfloat-for-gcc.h152 #define floatx80_eq __eqxf2 macro
HDsoftfloat.txt307 floatx80_eq floatx80_le floatx80_lt
HDtimesoftfloat.c2321 time_ab_floatx80_z_flag( floatx80_eq ); in timeFunctionVariety()
/NextBSD/tools/test/testfloat/sparc64/
HDsoftfloat.h222 int floatx80_eq( floatx80, floatx80 );
/NextBSD/lib/libc/powerpc64/softfloat/
HDsoftfloat.h259 int floatx80_eq( floatx80, floatx80 );
/NextBSD/lib/libc/mips/softfloat/
HDsoftfloat.h267 int floatx80_eq( floatx80, floatx80 );
/NextBSD/lib/libc/powerpc/softfloat/
HDsoftfloat.h259 int floatx80_eq( floatx80, floatx80 );
/NextBSD/lib/libc/arm/softfloat/
HDsoftfloat.h267 int floatx80_eq( floatx80, floatx80 );
/NextBSD/lib/libc/softfloat/templates/
HDsoftfloat.h243 !!!flag floatx80_eq( floatx80, floatx80 );
/NextBSD/tools/test/testfloat/
HDtestFunction.c964 test_ab_floatx80_z_flag( floatx80_eq, syst_floatx80_eq ); in testFunctionVariety()
HDtestsoftfloat.c641 test_ab_floatx80_z_flag( slow_floatx80_eq, floatx80_eq ); in testFunctionVariety()
HDtestfloat.txt335 floatx80_eq floatx80_le floatx80_lt
/NextBSD/lib/libc/softfloat/bits64/
HDsoftfloat.c4105 flag floatx80_eq( floatx80 a, floatx80 b ) in floatx80_eq() function