HomeSort by: relevance | last modified time | path
    Searched refs:floatx80_eq (Results 1 - 17 of 17) sorted by relevancy

  /src/lib/libc/softfloat/
nexf2.c 26 return floatx80_eq(a, b) ? 1 : 0;
28 return !floatx80_eq(a, b);
softfloat-for-gcc.h 152 #define floatx80_eq __eqxf2 macro
timesoftfloat.c 1883 FLOATX80_EQ,
2005 { "floatx80_eq", 2, FALSE, FALSE, FALSE, FALSE },
2322 case FLOATX80_EQ:
2323 time_ab_floatx80_z_flag( floatx80_eq );
  /src/lib/libc/arch/aarch64/softfloat/
softfloat.h 261 flag floatx80_eq( floatx80, floatx80 );
  /src/lib/libc/arch/arm/softfloat/
softfloat.h 269 int floatx80_eq( floatx80, floatx80 );
  /src/lib/libc/arch/m68k/softfloat/
softfloat.h 269 flag floatx80_eq( floatx80, floatx80 );
  /src/lib/libc/arch/mips/softfloat/
softfloat.h 270 int floatx80_eq( floatx80, floatx80 );
  /src/lib/libc/arch/or1k/softfloat/
softfloat.h 258 flag floatx80_eq( floatx80, floatx80 );
  /src/lib/libc/arch/powerpc/softfloat/
softfloat.h 258 flag floatx80_eq( floatx80, floatx80 );
  /src/lib/libc/arch/sh3/softfloat/
softfloat.h 268 flag floatx80_eq( floatx80, floatx80 );
  /src/lib/libc/arch/sparc64/softfloat/
softfloat.h 256 flag floatx80_eq( floatx80, floatx80 );
  /src/lib/libc/softfloat/templates/
softfloat.h 242 !!!flag floatx80_eq( floatx80, floatx80 );
  /src/regress/lib/libc/ieeefp/testfloat/include/
softfloat.h 293 int floatx80_eq( floatx80, floatx80 );
  /src/sys/lib/libkern/
softfloat.h 307 int floatx80_eq( floatx80, floatx80 );
softfloat.c 4002 flag floatx80_eq( floatx80 a, floatx80 b ) function
  /src/regress/lib/libc/ieeefp/testfloat/
testFunction.c 131 { "floatx80_eq", 2, FALSE, FALSE },
997 case FLOATX80_EQ:
998 test_ab_floatx80_z_flag( floatx80_eq, syst_floatx80_eq );
  /src/lib/libc/softfloat/bits64/
softfloat.c 3291 flag floatx80_eq( floatx80 a, floatx80 b ) function
3322 #define floatx80_eq_internal floatx80_eq

Completed in 42 milliseconds