Home
last modified time | relevance | path

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

/freebsd-head/lib/libc/softfloat/
HDnexf2.c20 return !floatx80_eq(a, b); in __nexf2()
HDsoftfloat-for-gcc.h151 #define floatx80_eq __eqxf2 macro
HDsoftfloat.txt306 floatx80_eq floatx80_le floatx80_lt
HDtimesoftfloat.c2318 time_ab_floatx80_z_flag( floatx80_eq ); in timeFunctionVariety()
/freebsd-head/lib/libc/powerpc/softfloat/
HDsoftfloat.h258 int floatx80_eq( floatx80, floatx80 );
/freebsd-head/lib/libc/arm/softfloat/
HDsoftfloat.h266 int floatx80_eq( floatx80, floatx80 );
/freebsd-head/lib/libc/powerpcspe/softfloat/
HDsoftfloat.h258 int floatx80_eq( floatx80, floatx80 );
/freebsd-head/lib/libc/riscv/softfloat/
HDsoftfloat.h266 int floatx80_eq( floatx80, floatx80 );
/freebsd-head/lib/libc/powerpc64/softfloat/
HDsoftfloat.h258 int floatx80_eq( floatx80, floatx80 );
/freebsd-head/lib/libc/softfloat/templates/
HDsoftfloat.h242 !!!flag floatx80_eq( floatx80, floatx80 );
/freebsd-head/lib/libc/softfloat/bits64/
HDsoftfloat.c4102 flag floatx80_eq( floatx80 a, floatx80 b ) in floatx80_eq() function