Home
last modified time | relevance | path

Searched refs:fpsetround (Results 1 – 25 of 37) sorted by relevance

12

/openbsd/src/lib/libc/arch/amd64/gen/
Dfpsetround.S20 WEAK_ALIAS(fpsetround, _fpsetround)
23 ENTRY(fpsetround)
25 RETGUARD_SETUP(fpsetround, r11)
50 RETGUARD_CHECK(fpsetround, r11)
55 END(fpsetround)
DMakefile.inc8 fpsetround.S fpsetsticky.S
/openbsd/src/regress/lib/libc/ieeefp/round/
Dround.c28 assert(fpsetround(FP_RP) == FP_RN); in main()
32 assert(fpsetround(FP_RM) == FP_RP); in main()
36 assert(fpsetround(FP_RZ) == FP_RM); in main()
40 assert(fpsetround(FP_RN) == FP_RZ); in main()
/openbsd/src/lib/libc/softfloat/
Dfpsetround.c40 __weak_alias(_fpsetround,fpsetround);
43 fpsetround(fp_rnd rnd_dir) in fpsetround() function
/openbsd/src/lib/libc/arch/arm/gen/
Dfpsetround.c26 __weak_alias(_fpsetround,fpsetround);
29 fpsetround(fp_rnd rnd_dir) in fpsetround() function
/openbsd/src/regress/lib/libm/rint/
Drint.c60 fpsetround(FP_RM); in main()
64 fpsetround(FP_RP); in main()
/openbsd/src/lib/libc/arch/riscv64/gen/
Dfpsetround.c22 fpsetround(fp_rnd rnd_dir) in fpsetround() function
/openbsd/src/lib/libc/arch/aarch64/gen/
Dfpsetround.c33 fpsetround(fp_rnd rnd_dir) in fpsetround() function
/openbsd/src/lib/libc/hidden/
Dieeefp.h27 PROTO_DEPRECATED(fpsetround);
/openbsd/src/lib/libc/arch/powerpc/gen/
Dfpsetround.c37 fpsetround(rnd_dir) in fpsetround() function
DMakefile.inc4 SRCS+= fpgetround.c fpsetround.c
/openbsd/src/include/
Dieeefp.h16 extern fp_rnd fpsetround(fp_rnd);
/openbsd/src/lib/libc/arch/sparc64/gen/
Dfpsetround.c11 fpsetround(rnd_dir) in fpsetround() function
/openbsd/src/lib/libc/arch/powerpc64/gen/
Dfpsetround.c37 fpsetround(rnd_dir) in fpsetround() function
DMakefile.inc4 SRCS+= fpgetround.c fpsetround.c
/openbsd/src/lib/libc/arch/mips64/gen/
Dfpsetround.c10 fpsetround(rnd_dir) in fpsetround() function
/openbsd/src/lib/libc/arch/m88k/gen/
Dfpsetround.c12 fpsetround(rnd_dir) in fpsetround() function
DMakefile.inc6 fpsetround.c fpsetsticky.c
/openbsd/src/lib/libc/arch/hppa/gen/
Dfpsetround.c11 fpsetround(rnd_dir) in fpsetround() function
DMakefile.inc7 fpsetround.c fpsetsticky.c
/openbsd/src/lib/libc/arch/alpha/gen/
Dfpsetround.c39 fpsetround(rnd_dir) in fpsetround() function
DMakefile.inc6 fpsetround.c fpsetsticky.c usertc.c
/openbsd/src/lib/libc/arch/sh/gen/
Dfpsetround.c23 fpsetround(fp_rnd rnd_dir) in fpsetround() function
DMakefile.inc6 fpsetmask.c fpsetround.c fpsetsticky.c usertc.c
/openbsd/src/lib/libc/arch/i386/gen/
Dfpsetround.S9 ENTRY(fpsetround)

12