Home
last modified time | relevance | path

Searched refs:__fesetround (Results 1 – 25 of 26) sorted by relevance

12

/glibc-2.36/sysdeps/csky/fpu/
Dfesetround.c25 __fesetround (int round) in __fesetround() function
30 libm_hidden_def (__fesetround)
31 weak_alias (__fesetround, fesetround)
/glibc-2.36/sysdeps/aarch64/fpu/
Dfesetround.c24 __fesetround (int round) in __fesetround() function
32 libm_hidden_def (__fesetround)
33 weak_alias (__fesetround, fesetround)
/glibc-2.36/sysdeps/s390/fpu/
Dfesetround.c22 __fesetround (int round) in __fesetround() function
33 libm_hidden_def (__fesetround)
34 weak_alias (__fesetround, fesetround)
/glibc-2.36/sysdeps/powerpc/fpu/
Dfesetround.c23 __fesetround (int round) in __fesetround() function
30 libm_hidden_def (__fesetround)
31 weak_alias (__fesetround, fesetround)
/glibc-2.36/math/
Dfesetround.c22 __fesetround (int round) in __fesetround() function
30 libm_hidden_def (__fesetround)
31 weak_alias (__fesetround, fesetround)
/glibc-2.36/sysdeps/arm/
Dfesetround.c24 __fesetround (int round) in __fesetround() function
37 libm_hidden_def (__fesetround)
38 weak_alias (__fesetround, fesetround)
/glibc-2.36/sysdeps/powerpc/nofpu/
Dfesetround.c23 __fesetround (int round) in __fesetround() function
33 libm_hidden_def (__fesetround)
34 weak_alias (__fesetround, fesetround)
/glibc-2.36/sysdeps/riscv/rvf/
Dfesetround.c23 __fesetround (int round) in __fesetround() function
37 libm_hidden_def (__fesetround)
38 weak_alias (__fesetround, fesetround)
/glibc-2.36/sysdeps/sh/sh4/fpu/
Dfesetround.c23 __fesetround (int round) in __fesetround() function
42 libm_hidden_def (__fesetround)
43 weak_alias (__fesetround, fesetround)
/glibc-2.36/sysdeps/sparc/fpu/
Dfesetround.c23 __fesetround (int round) in __fesetround() function
38 libm_hidden_def (__fesetround)
39 weak_alias (__fesetround, fesetround)
/glibc-2.36/sysdeps/mips/fpu/
Dfesetround.c23 __fesetround (int round) in __fesetround() function
43 libm_hidden_def (__fesetround)
44 weak_alias (__fesetround, fesetround)
/glibc-2.36/sysdeps/loongarch/fpu/
Dfesetround.c23 __fesetround (int round) in __fesetround() function
43 libm_hidden_def (__fesetround) weak_alias (__fesetround, fesetround)
/glibc-2.36/sysdeps/m68k/fpu/
Dfesetround.c22 __fesetround (int round) in __fesetround() function
37 libm_hidden_def (__fesetround)
38 weak_alias (__fesetround, fesetround)
/glibc-2.36/sysdeps/alpha/fpu/
Dfesetround.c22 __fesetround (int round) in __fesetround() function
41 libm_hidden_def (__fesetround)
42 weak_alias (__fesetround, fesetround)
/glibc-2.36/sysdeps/x86_64/fpu/
Dfesetround.c22 __fesetround (int round) in __fesetround() function
46 libm_hidden_def (__fesetround)
47 weak_alias (__fesetround, fesetround)
/glibc-2.36/sysdeps/ia64/fpu/
Dfesetround.c22 __fesetround (int round) in __fesetround() function
40 libm_hidden_def (__fesetround)
41 weak_alias (__fesetround, fesetround)
/glibc-2.36/sysdeps/arc/fpu/
Dfesetround.c23 __fesetround (int round) in __fesetround() function
38 libm_hidden_def (__fesetround)
39 weak_alias (__fesetround, fesetround)
/glibc-2.36/sysdeps/i386/fpu/
Dfesetround.c25 __fesetround (int round) in __fesetround() function
51 libm_hidden_def (__fesetround)
52 weak_alias (__fesetround, fesetround)
/glibc-2.36/sysdeps/hppa/fpu/
Dfesetround.c22 __fesetround (int round) in __fesetround() function
39 libm_hidden_def (__fesetround)
40 weak_alias (__fesetround, fesetround)
/glibc-2.36/include/
Dfenv.h18 extern __typeof (fesetround) __fesetround;
29 libm_hidden_proto (__fesetround)
144 __fesetround (int __d) in __fesetround() function
/glibc-2.36/sysdeps/generic/
Dfenv_private.h50 (void) __fesetround (r); in default_libc_fesetround()
67 __fesetround (r); in default_libc_feholdexcept_setround()
207 __fesetround (round); in default_libc_feholdsetround_ctx()
228 __fesetround (round); in default_libc_feholdsetround_noex_ctx()
/glibc-2.36/ChangeLog.old/
DChangeLog.202356 (__fesetround): Modified function.
DChangeLog.186934 * sysdeps/i386/fpu/fesetround.c (__fesetround): Likewise.
41409 * include/fenv.h (__fesetround): Declare. Use libm_hidden_proto.
41410 * math/fesetround.c (fesetround): Rename to __fesetround and
41411 define as weak alias of __fesetround. Use libm_hidden_weak.
41420 * sysdeps/powerpc/fpu/fenv_libc.h (__fesetround): Rename to
41423 __fesetround_inline instead of __fesetround.
41425 __fesetround and define as weak alias of __fesetround. Use
41427 __fesetround.
41429 __fesetround and define as weak alias of __fesetround. Use
41436 * sysdeps/tile/math_private.h (__fesetround): New inline function.
[all …]
DChangeLog.16968 * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround, __fesetround):
971 * sysdeps/powerpc/fpu/fesetround.c: Use __fesetround.
DChangeLog.21824 (__fesetround): Modified function.

12