Home
last modified time | relevance | path

Searched refs:libc_fesetround_vfp (Results 1 – 5 of 5) sorted by relevance

/glibc-2.36/sysdeps/arm/
Dfenv_private.h39 libc_fesetround_vfp (int round) in libc_fesetround_vfp() function
196 # define libc_fesetround libc_fesetround_vfp
197 # define libc_fesetroundf libc_fesetround_vfp
198 # define libc_fesetroundl libc_fesetround_vfp
Dfesetround.c34 libc_fesetround_vfp (round); in __fesetround()
/glibc-2.36/sysdeps/csky/fpu/
Dfenv_private.h49 libc_fesetround_vfp (int round) in libc_fesetround_vfp() function
227 #define libc_fesetround libc_fesetround_vfp
228 #define libc_fesetroundf libc_fesetround_vfp
229 #define libc_fesetroundl libc_fesetround_vfp
Dfesetround.c27 libc_fesetround_vfp (round); in __fesetround()
/glibc-2.36/ChangeLog.old/
DChangeLog.1849472 * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
49510 * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.