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

/freebsd-11.0-release/lib/libc/softfloat/
H A Dfpgetround.c1 /* $NetBSD: fpgetround.c,v 1.3 2008/04/28 20:23:00 martin Exp $ */
33 __FBSDID("$FreeBSD: releng/11.0/lib/libc/softfloat/fpgetround.c 189647 2009-03-10 21:13:26Z delphij $");
45 __weak_alias(fpgetround,_fpgetround)
49 fpgetround(void)
H A DMakefile.inc15 SRCS+= fpgetround.c fpsetround.c fpgetmask.c fpsetmask.c \
/freebsd-11.0-release/lib/libc/amd64/gen/
H A Dfpgetround.c1 /* $FreeBSD: releng/11.0/lib/libc/amd64/gen/fpgetround.c 117864 2003-07-22 06:46:17Z peter $ */
5 fp_rnd_t fpgetround(void) function
H A DMakefile.inc8 fpgetround.c fpsetround.c fpgetsticky.c
/freebsd-11.0-release/lib/libc/mips/gen/hardfloat/
H A Dfpgetround.c1 /* $NetBSD: fpgetround.c,v 1.5 2005/12/24 23:10:08 perry Exp $ */
9 __FBSDID("$FreeBSD: releng/11.0/lib/libc/mips/gen/hardfloat/fpgetround.c 201856 2010-01-08 23:50:39Z imp $");
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.0-release/lib/libc/arm/gen/
H A Dfpgetround_vfp.c35 __weak_alias(fpgetround,_fpgetround)
39 fpgetround(void)
/freebsd-11.0-release/lib/libc/powerpc/gen/
H A Dfpgetround.c1 /* $NetBSD: fpgetround.c,v 1.3 2002/01/13 21:45:47 thorpej Exp $ */
34 __FBSDID("$FreeBSD: releng/11.0/lib/libc/powerpc/gen/fpgetround.c 204606 2010-03-02 22:11:14Z joel $");
41 fpgetround() function
H A DMakefile.inc3 SRCS += _ctx_start.S eabi.S fabs.S flt_rounds.c fpgetmask.c fpgetround.c \
/freebsd-11.0-release/lib/libc/powerpc64/gen/
H A Dfpgetround.c1 /* $NetBSD: fpgetround.c,v 1.3 2002/01/13 21:45:47 thorpej Exp $ */
34 __FBSDID("$FreeBSD: releng/11.0/lib/libc/powerpc64/gen/fpgetround.c 251091 2013-05-29 01:54:10Z emaste $");
41 fpgetround() function
H A DMakefile.inc3 SRCS += _ctx_start.S fabs.S flt_rounds.c fpgetmask.c fpgetround.c \
/freebsd-11.0-release/lib/libc/sparc64/gen/
H A Dfpgetround.c1 /* $NetBSD: fpgetround.c,v 1.2 2002/01/13 21:45:50 thorpej Exp $ */
9 __FBSDID("$FreeBSD: releng/11.0/lib/libc/sparc64/gen/fpgetround.c 103323 2002-09-14 18:06:21Z tmm $");
15 fpgetround() function
H A DMakefile.inc4 fpgetround.c fpgetsticky.c fpsetmask.c fpsetround.c \
/freebsd-11.0-release/sys/powerpc/include/
H A Dieeefp.h28 extern fp_rnd_t fpgetround(void);
/freebsd-11.0-release/sys/arm64/include/
H A Dieeefp.h37 extern fp_rnd_t fpgetround(void);
/freebsd-11.0-release/sys/sparc64/include/
H A Dieeefp.h29 extern fp_rnd_t fpgetround(void);
/freebsd-11.0-release/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.0-release/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.0-release/sys/amd64/include/
H A Dieeefp.h286 #define fpgetround() __fpgetround() macro
296 extern fp_rnd_t fpgetround(void);
/freebsd-11.0-release/sys/i386/include/
H A Dieeefp.h147 fpgetround(void) function
/freebsd-11.0-release/contrib/gcc/
H A Dsys-protos.h387 extern fp_rnd fpgetround(void);

Completed in 149 milliseconds