/openbsd/lib/libc/arch/amd64/gen/ |
H A D | fpsetround.S | 20 WEAK_ALIAS(fpsetround, _fpsetround) 23 ENTRY(fpsetround) 25 RETGUARD_SETUP(fpsetround, r11) 50 RETGUARD_CHECK(fpsetround, r11) 55 END(fpsetround)
|
H A D | Makefile.inc | 8 fpsetround.S fpsetsticky.S
|
/openbsd/regress/lib/libc/ieeefp/round/ |
H A D | round.c | 28 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/lib/libc/softfloat/ |
H A D | fpsetround.c | 40 __weak_alias(_fpsetround,fpsetround); 43 fpsetround(fp_rnd rnd_dir) in fpsetround() function
|
/openbsd/lib/libc/arch/arm/gen/ |
H A D | fpsetround.c | 26 __weak_alias(_fpsetround,fpsetround); 29 fpsetround(fp_rnd rnd_dir) in fpsetround() function
|
/openbsd/regress/lib/libm/rint/ |
H A D | rint.c | 60 fpsetround(FP_RM); in main() 64 fpsetround(FP_RP); in main()
|
/openbsd/lib/libc/arch/riscv64/gen/ |
H A D | fpsetround.c | 22 fpsetround(fp_rnd rnd_dir) in fpsetround() function
|
/openbsd/lib/libc/arch/aarch64/gen/ |
H A D | fpsetround.c | 33 fpsetround(fp_rnd rnd_dir) in fpsetround() function
|
/openbsd/lib/libc/hidden/ |
H A D | ieeefp.h | 27 PROTO_DEPRECATED(fpsetround);
|
/openbsd/lib/libc/arch/mips64/gen/ |
H A D | fpsetround.c | 10 fpsetround(rnd_dir) in fpsetround() function
|
/openbsd/lib/libc/arch/sparc64/gen/ |
H A D | fpsetround.c | 11 fpsetround(rnd_dir) in fpsetround() function
|
/openbsd/include/ |
H A D | ieeefp.h | 16 extern fp_rnd fpsetround(fp_rnd);
|
/openbsd/lib/libc/arch/m88k/gen/ |
H A D | fpsetround.c | 12 fpsetround(rnd_dir) in fpsetround() function
|
H A D | Makefile.inc | 6 fpsetround.c fpsetsticky.c
|
/openbsd/lib/libc/arch/powerpc64/gen/ |
H A D | fpsetround.c | 37 fpsetround(rnd_dir) in fpsetround() function
|
H A D | Makefile.inc | 4 SRCS+= fpgetround.c fpsetround.c
|
/openbsd/lib/libc/arch/powerpc/gen/ |
H A D | fpsetround.c | 37 fpsetround(rnd_dir) in fpsetround() function
|
H A D | Makefile.inc | 4 SRCS+= fpgetround.c fpsetround.c
|
/openbsd/lib/libc/arch/hppa/gen/ |
H A D | fpsetround.c | 11 fpsetround(rnd_dir) in fpsetround() function
|
H A D | Makefile.inc | 7 fpsetround.c fpsetsticky.c
|
/openbsd/lib/libc/arch/alpha/gen/ |
H A D | fpsetround.c | 39 fpsetround(rnd_dir) in fpsetround() function
|
H A D | Makefile.inc | 6 fpsetround.c fpsetsticky.c usertc.c
|
/openbsd/lib/libc/arch/sh/gen/ |
H A D | fpsetround.c | 23 fpsetround(fp_rnd rnd_dir) in fpsetround() function
|
H A D | Makefile.inc | 6 fpsetmask.c fpsetround.c fpsetsticky.c usertc.c
|
/openbsd/lib/libc/arch/i386/gen/ |
H A D | fpsetround.S | 9 ENTRY(fpsetround)
|