Home
last modified time | relevance | path

Searched refs:__kernel_casinh (Results 1 – 6 of 6) sorted by relevance

/glibc-2.36/include/
Dcomplex.h9 extern complex double __kernel_casinh (complex double z, int adj);
/glibc-2.36/math/
Ds_cacos_template.c45 y = M_SUF (__kernel_casinh) (y, 1); in M_DECL_FUNC()
Ds_casinh_template.c63 res = M_SUF (__kernel_casinh) (x, 0); in M_DECL_FUNC()
Ds_cacosh_template.c76 y = M_SUF (__kernel_casinh) (y, 1); in M_DECL_FUNC()
Dk_casinh_template.c32 M_DECL_FUNC (__kernel_casinh) (CFLOAT x, int adj) in M_DECL_FUNC() argument
/glibc-2.36/ChangeLog.old/
DChangeLog.1830923 * math/k_casinh.c (__kernel_casinh): Likewise.
38433 * math/k_casinh.c (__kernel_casinh): Use __copysign.
69127 arguments using __kernel_casinh.
69206 * math/k_casinh.c (__kernel_casinh): Handle arguments with
69303 * math/k_casinh.c (__kernel_casinh): Handle arguments with
69433 * math/k_casinh.c (__kernel_casinh): Handle arguments with
72133 * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
72308 (__kernel_casinh): Likewise.
72314 * math/s_cacos.c (__cacos): Implement using __kernel_casinh for