HomeSort by: relevance | last modified time | path
    Searched defs:FP_RN (Results 1 - 12 of 12) sorted by relevancy

  /src/sys/arch/hppa/include/
ieeefp.h 25 FP_RN=0, /* round to nearest representable number */
  /src/sys/arch/ia64/include/
ieeefp.h 47 FP_RN = FE_TONEAREST, /* round to nearest representable number */
  /src/sys/arch/or1k/include/
ieeefp.h 34 FP_RN=FE_TONEAREST, /* round to nearest representable number */
  /src/sys/arch/riscv/include/
ieeefp.h 34 FP_RN=FE_TONEAREST, /* round to nearest representable number */
  /src/sys/arch/sparc/include/
ieeefp.h 24 FP_RN=0, /* round to nearest representable number */
  /src/sys/arch/alpha/include/
ieeefp.h 56 FP_RN = FE_TONEAREST, /* round to nearest representable number */
  /src/sys/arch/arm/include/
ieeefp.h 40 FP_RN=FE_TONEAREST, /* round to nearest representable number */
  /src/sys/arch/mips/include/
ieeefp.h 34 FP_RN=FE_TONEAREST, /* round to nearest representable number */
  /src/sys/arch/powerpc/include/
ieeefp.h 34 FP_RN=__FPR(FE_TONEAREST), /* round to nearest representable number */
  /src/sys/arch/sh3/include/
ieeefp.h 32 FP_RN=FE_TONEAREST, /* round to nearest representable number */
49 FP_RN=0, /* round to nearest representable number */
99 return FP_RN;
107 return FP_RN;
116 case FP_RN:
  /src/sys/arch/x86/include/
ieeefp.h 23 FP_RN=FE_TONEAREST, /* round to nearest representable num */
  /src/sys/arch/m68k/include/
ieeefp.h 35 FP_RN=__FPR(FE_TONEAREST), /* round to nearest representable number */

Completed in 14 milliseconds