Searched refs:fpgetround (Results 1 - 21 of 21) sorted by relevance

/freebsd-11-stable/lib/libc/softfloat/
H A Dfpgetround.c1 /* $NetBSD: fpgetround.c,v 1.3 2008/04/28 20:23:00 martin Exp $ */
45 __weak_alias(fpgetround,_fpgetround)
49 fpgetround(void)
H A DMakefile.inc15 SRCS+= fpgetround.c fpsetround.c fpgetmask.c fpsetmask.c \
/freebsd-11-stable/lib/libc/amd64/gen/
H A Dfpgetround.c5 fp_rnd_t fpgetround(void) function
H A DMakefile.inc8 fpgetround.c fpsetround.c fpgetsticky.c
/freebsd-11-stable/lib/libc/mips/gen/hardfloat/
H A Dfpgetround.c1 /* $NetBSD: fpgetround.c,v 1.5 2005/12/24 23:10:08 perry Exp $ */
11 __RCSID("$NetBSD: fpgetround.c,v 1.5 2005/12/24 23:10:08 perry Exp $");
19 __weak_alias(fpgetround,_fpgetround)
23 fpgetround()
/freebsd-11-stable/lib/libc/arm/gen/
H A Dfpgetround_vfp.c35 __weak_alias(fpgetround,_fpgetround)
39 fpgetround(void)
/freebsd-11-stable/lib/libc/powerpc/gen/
H A Dfpgetround.c1 /* $NetBSD: fpgetround.c,v 1.3 2002/01/13 21:45:47 thorpej Exp $ */
41 fpgetround() function
H A DMakefile.inc3 SRCS += _ctx_start.S eabi.S fabs.S flt_rounds.c fpgetmask.c fpgetround.c \
/freebsd-11-stable/lib/libc/powerpc64/gen/
H A Dfpgetround.c1 /* $NetBSD: fpgetround.c,v 1.3 2002/01/13 21:45:47 thorpej Exp $ */
41 fpgetround() function
H A DMakefile.inc3 SRCS += _ctx_start.S fabs.S flt_rounds.c fpgetmask.c fpgetround.c \
/freebsd-11-stable/lib/libc/sparc64/gen/
H A Dfpgetround.c1 /* $NetBSD: fpgetround.c,v 1.2 2002/01/13 21:45:50 thorpej Exp $ */
15 fpgetround() function
H A DMakefile.inc4 fpgetround.c fpgetsticky.c fpsetmask.c fpsetround.c \
/freebsd-11-stable/sys/powerpc/include/
H A Dieeefp.h28 extern fp_rnd_t fpgetround(void);
/freebsd-11-stable/sys/arm64/include/
H A Dieeefp.h37 extern fp_rnd_t fpgetround(void);
/freebsd-11-stable/sys/sparc64/include/
H A Dieeefp.h29 extern fp_rnd_t fpgetround(void);
/freebsd-11-stable/contrib/netbsd-tests/lib/libm/
H A Dt_fenv.c99 "fpgetround");
107 ATF_CHECK(fpgetround() == FP_RZ);
109 ATF_CHECK(fpgetround() == FP_RM);
111 ATF_CHECK(fpgetround() == FP_RN);
113 ATF_CHECK(fpgetround() == FP_RP);
/freebsd-11-stable/share/man/man3/
H A DMakefile12 fpgetround.3 \
62 MLINKS+= fpgetround.3 fpgetmask.3 \
63 fpgetround.3 fpgetprec.3 \
64 fpgetround.3 fpgetsticky.3 \
65 fpgetround.3 fpresetsticky.3 \
66 fpgetround.3 fpsetmask.3 \
67 fpgetround.3 fpsetprec.3 \
68 fpgetround.3 fpsetround.3
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/gen/
H A Dt_fpsetround.c54 "Minimal testing of fpgetround(3) and fpsetround(3)");
129 ATF_CHECK_EQ(r = fpgetround(), FP_RN);
144 ATF_CHECK_EQ(r = fpgetround(), n);
/freebsd-11-stable/sys/amd64/include/
H A Dieeefp.h287 #define fpgetround() __fpgetround() macro
297 extern fp_rnd_t fpgetround(void);
/freebsd-11-stable/sys/i386/include/
H A Dieeefp.h149 fpgetround(void) function
/freebsd-11-stable/contrib/gcc/
H A Dsys-protos.h387 extern fp_rnd fpgetround(void);

Completed in 112 milliseconds