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

  /src/sys/arch/x86/include/
ieeefp.h 33 FP_PE /* 64 bit (extended-precision) */
  /src/sys/arch/m68k/include/
ieeefp.h 42 FP_PE=0, /* extended-precision (64-bit) */
  /src/lib/libm/src/
math_private.h 354 /* Support switching the mode to FP_PE if necessary. */
364 if ((__oprec = fpgetprec()) != FP_PE) \
365 fpsetprec(FP_PE)
368 if (__oprec != FP_PE) \
375 if ((__oprec = fpgetprec()) != FP_PE) \
376 fpsetprec(FP_PE)
378 if (__oprec != FP_PE) \
742 * changed to FP_PE.
761 * its default to FP_PE on x86. We don't exploit that here to get small
766 * for i386 it makes no difference (assuming FP_PE), and for other arche
    [all...]

Completed in 22 milliseconds