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

  /src/lib/libc/softfloat/
gtxf2.c 26 return floatx80_lt(b, a) == -1 ? 1 : -1;
28 return floatx80_lt(b, a);
softfloat-for-gcc.h 155 #define floatx80_lt __ltxf2 macro
timesoftfloat.c 1885 FLOATX80_LT,
2007 { "floatx80_lt", 2, FALSE, FALSE, FALSE, FALSE },
2328 case FLOATX80_LT:
2329 time_ab_floatx80_z_flag( floatx80_lt );
  /src/lib/libc/arch/aarch64/softfloat/
softfloat.h 263 flag floatx80_lt( floatx80, floatx80 );
  /src/lib/libc/arch/arm/softfloat/
softfloat.h 271 int floatx80_lt( floatx80, floatx80 );
  /src/lib/libc/arch/mips/softfloat/
softfloat.h 272 int floatx80_lt( floatx80, floatx80 );
  /src/lib/libc/arch/or1k/softfloat/
softfloat.h 260 flag floatx80_lt( floatx80, floatx80 );
  /src/lib/libc/arch/powerpc/softfloat/
softfloat.h 260 flag floatx80_lt( floatx80, floatx80 );
  /src/lib/libc/arch/sh3/softfloat/
softfloat.h 270 flag floatx80_lt( floatx80, floatx80 );
  /src/lib/libc/arch/sparc64/softfloat/
softfloat.h 258 flag floatx80_lt( floatx80, floatx80 );
  /src/lib/libc/softfloat/templates/
softfloat.h 244 !!!flag floatx80_lt( floatx80, floatx80 );
  /src/regress/lib/libc/ieeefp/testfloat/include/
softfloat.h 295 int floatx80_lt( floatx80, floatx80 );
  /src/sys/lib/libkern/
softfloat.h 309 int floatx80_lt( floatx80, floatx80 );
softfloat.c 4065 flag floatx80_lt( floatx80 a, floatx80 b ) function in typeref:typename:flag
  /src/lib/libc/arch/m68k/softfloat/
softfloat.h 271 flag floatx80_lt( floatx80, floatx80 );
  /src/regress/lib/libc/ieeefp/testfloat/
testFunction.c 133 { "floatx80_lt", 2, FALSE, FALSE },
1007 case FLOATX80_LT:
1008 test_ab_floatx80_z_flag( floatx80_lt, syst_floatx80_lt );
  /src/lib/libc/softfloat/bits64/
softfloat.c 3311 flag floatx80_lt( floatx80 a, floatx80 b ) function in typeref:typename:flag
3324 #define floatx80_lt_internal floatx80_lt

Completed in 31 milliseconds