HomeSort by: relevance | last modified time | path
    Searched refs:M_PI_2q (Results 1 - 12 of 12) sorted by relevancy

  /src/external/gpl3/gcc/dist/libquadmath/math/
cacoshq.c 42 : M_PI_2q), __imag__ x);
58 __imag__ res = M_PI_2q;
66 __imag__ res = copysignq (M_PI_2q, __imag__ x);
cacosq.c 35 __real__ res = (__float128) M_PI_2q - __real__ y;
casinhq.c 39 ? M_PI_2q : M_PI_4q),
catanhq.c 34 __imag__ res = copysignq (M_PI_2q, __imag__ x);
40 __imag__ res = copysignq (M_PI_2q, __imag__ x);
59 __imag__ res = copysignq (M_PI_2q, __imag__ x);
catanq.c 33 __real__ res = copysignq (M_PI_2q, __real__ x);
39 __real__ res = copysignq (M_PI_2q, __real__ x);
64 __real__ res = copysignq (M_PI_2q, __real__ x);
  /src/external/gpl3/gcc.old/dist/libquadmath/math/
cacoshq.c 42 : M_PI_2q), __imag__ x);
58 __imag__ res = M_PI_2q;
66 __imag__ res = copysignq (M_PI_2q, __imag__ x);
cacosq.c 35 __real__ res = (__float128) M_PI_2q - __real__ y;
casinhq.c 39 ? M_PI_2q : M_PI_4q),
catanhq.c 34 __imag__ res = copysignq (M_PI_2q, __imag__ x);
40 __imag__ res = copysignq (M_PI_2q, __imag__ x);
59 __imag__ res = copysignq (M_PI_2q, __imag__ x);
catanq.c 33 __real__ res = copysignq (M_PI_2q, __real__ x);
39 __real__ res = copysignq (M_PI_2q, __real__ x);
64 __real__ res = copysignq (M_PI_2q, __real__ x);
  /src/external/gpl3/gcc/dist/libquadmath/
quadmath.h 174 #define M_PI_2q 1.570796326794896619231321691639751442Q /* pi/2 */
  /src/external/gpl3/gcc.old/dist/libquadmath/
quadmath.h 174 #define M_PI_2q 1.570796326794896619231321691639751442Q /* pi/2 */

Completed in 31 milliseconds