Home
last modified time | relevance | path

Searched refs:__llround (Results 1 – 25 of 32) sorted by relevance

12

/glibc-2.36/sysdeps/powerpc/powerpc64/be/fpu/multiarch/
Ds_llround.c28 extern __typeof (__llround) __llround_ppc64 attribute_hidden;
29 extern __typeof (__llround) __llround_power5plus attribute_hidden;
30 extern __typeof (__llround) __llround_power6x attribute_hidden;
31 extern __typeof (__llround) __llround_power8 attribute_hidden;
33 libc_ifunc (__llround,
42 libm_alias_double (__llround, llround)
47 strong_alias (__llround, __lround)
Ds_llround-power5+.c1 #define __llround __llround_power5plus macro
Ds_llround-power6x.c1 #define __llround __llround_power6x macro
Ds_llround-power8.c1 #define __llround __llround_power8 macro
Ds_llround-ppc64.c1 #define __llround __llround_ppc64 macro
Ds_llroundf.c45 libm_alias_float (__llround, llround)
/glibc-2.36/sysdeps/powerpc/powerpc32/power4/fpu/multiarch/
Ds_llround.c25 extern __typeof (__llround) __llround_ppc32 attribute_hidden;
26 extern __typeof (__llround) __llround_power5plus attribute_hidden;
27 extern __typeof (__llround) __llround_power6 attribute_hidden;
29 libc_ifunc (__llround,
36 libm_alias_double (__llround, llround)
Ds_llround-power5+.c1 #define __llround __llround_power5plus macro
Ds_llround-power6.c1 #define __llround __llround_power6 macro
Ds_llround-ppc32.c1 #define __llround __llround_ppc32 macro
Ds_llroundf.c35 libm_alias_float (__llround, llround)
/glibc-2.36/sysdeps/alpha/fpu/
Ds_lround.c18 #define __llround not___llround macro
23 #undef __llround
36 strong_alias (__lround, __llround)
38 libm_alias_double (__llround, llround)
Ds_lroundf.c38 libm_alias_float (__llround, llround)
/glibc-2.36/sysdeps/powerpc/powerpc64/fpu/
Ds_llround.c29 __llround (double x) in __llround() function
79 #ifndef __llround
80 strong_alias (__llround, __lround)
81 libm_alias_double (__llround, llround)
Ds_llroundf.c81 libm_alias_float (__llround, lround)
82 libm_alias_float (__llround, llround)
/glibc-2.36/sysdeps/ieee754/dbl-64/
Ds_llround.c32 __llround (double x) in __llround() function
76 libm_alias_double (__llround, llround)
82 strong_alias (__llround, __lround)
/glibc-2.36/sysdeps/powerpc/powerpc32/fpu/
Ds_llround.c32 __llround (double x) in __llround() function
129 #ifndef __llround
130 libm_alias_double (__llround, llround)
/glibc-2.36/sysdeps/aarch64/fpu/
Ds_llround.c23 __llround (double x) in __llround() function
28 libm_alias_double (__llround, llround)
Ds_llroundf.c28 libm_alias_float (__llround, llround)
/glibc-2.36/sysdeps/riscv/rv64/rvd/
Ds_llround.c23 __llround (double x) in __llround() function
30 libm_alias_double (__llround, llround)
/glibc-2.36/sysdeps/s390/fpu/
Ds_llround.c29 __llround (double x) in __llround() function
38 libm_alias_double (__llround, llround)
Ds_llroundf.c38 libm_alias_float (__llround, llround)
Ds_llroundl.c39 libm_alias_ldouble (__llround, llround)
/glibc-2.36/sysdeps/riscv/rv64/rvf/
Ds_llroundf.c30 libm_alias_float (__llround, llround)
/glibc-2.36/sysdeps/ieee754/flt-32/
Ds_llroundf.c73 libm_alias_float (__llround, llround)

12