Searched refs:FP_PE (Results 1 - 10 of 10) sorted by relevance

/freebsd-13-stable/sys/arm/include/
H A Dieeefp.h48 FP_PE /* 64 bit (extended-precision) */ enumerator in enum:__anon8457
/freebsd-13-stable/lib/libc/gdtoa/
H A D_hldtoa.c102 oldprec = fpsetprec(FP_PE);
135 oldprec = fpsetprec(FP_PE);
/freebsd-13-stable/lib/msun/src/
H A Dmath_private.h336 /* Support switching the mode to FP_PE if necessary. */
343 if ((__oprec = fpgetprec()) != FP_PE) \
344 fpsetprec(FP_PE)
347 if (__oprec != FP_PE) \
354 if ((__oprec = fpgetprec()) != FP_PE) \
355 fpsetprec(FP_PE)
357 if (__oprec != FP_PE) \
607 * changed to FP_PE.
626 * its default to FP_PE on x86. We don't exploit that here to get small
631 * for i386 it makes no difference (assuming FP_PE), an
[all...]
/freebsd-13-stable/lib/msun/tests/
H A Dexponential_test.c171 fpsetprec(FP_PE);
H A Dlrint_test.c138 fpsetprec(FP_PE);
H A Dnext_test.c87 fpsetprec(FP_PE);
/freebsd-13-stable/sys/i386/include/
H A Dieeefp.h71 FP_PE /* 64 bit (extended-precision) */ enumerator in enum:__anon14703
/freebsd-13-stable/sys/amd64/include/
H A Dieeefp.h71 FP_PE /* 64 bit (extended-precision) */ enumerator in enum:__anon8283
/freebsd-13-stable/tools/regression/usr.bin/cc/
H A Dfloat.c266 fpsetprec(FP_PE);
/freebsd-13-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_open.c836 (void) fpsetprec(FP_PE);

Completed in 193 milliseconds