Searched refs:M_PI_2l (Results 1 - 6 of 6) sorted by relevance

/haiku/src/system/libroot/posix/glibc/arch/generic/
H A Ds_cacosl.c32 __real__ res = M_PI_2l - __real__ y;
H A Ds_catanl.c38 __real__ res = copysignl (M_PI_2l, __real__ x);
44 __real__ res = copysignl (M_PI_2l, __real__ x);
H A Ds_catanhl.c39 __imag__ res = copysignl (M_PI_2l, __imag__ x);
45 __imag__ res = copysignl (M_PI_2l, __imag__ x);
H A Ds_cacoshl.c44 : M_PI_2l), __imag__ x);
65 __imag__ res = copysignl (M_PI_2l, __imag__ x);
H A Ds_casinhl.c41 __imag__ res = copysignl (rcls >= FP_ZERO ? M_PI_2l : M_PI_4l,
/haiku/src/system/libroot/posix/glibc/math/
H A Dmath.h40 # define M_PI_2l 1.5707963267948966192313216916397514L /* pi/2 */ macro

Completed in 38 milliseconds