Home
last modified time | relevance | path

Searched refs:__quadmath_kernel_tanq (Results 1 – 7 of 7) sorted by relevance

/netbsd/external/gpl3/gcc/dist/libquadmath/math/
H A Dtanq.c59 if(ix <= 0x3ffe921fb54442d1LL) return __quadmath_kernel_tanq(x,z,1); in tanq()
74 return __quadmath_kernel_tanq(y[0],y[1],1-((n&1)<<1)); /* 1 -- n even in tanq()
H A Dtanq_kernel.c85 __quadmath_kernel_tanq (__float128 x, __float128 y, int iy) in __quadmath_kernel_tanq() function
/netbsd/external/gpl3/gcc.old/dist/libquadmath/math/
H A Dtanq.c59 if(ix <= 0x3ffe921fb54442d1LL) return __quadmath_kernel_tanq(x,z,1); in tanq()
74 return __quadmath_kernel_tanq(y[0],y[1],1-((n&1)<<1)); /* 1 -- n even in tanq()
H A Dtanq_kernel.c85 __quadmath_kernel_tanq (__float128 x, __float128 y, int iy) in __quadmath_kernel_tanq() function
/netbsd/external/gpl3/gcc/dist/libquadmath/
H A Dquadmath-imp.h56 extern __float128 __quadmath_kernel_tanq (__float128, __float128, int);
H A DChangeLog140 (FIX_FLT128_LLONG_CONVERT_OVERFLOW, __quadmath_kernel_tanq)
976 * math/tanq.c (tanq,__quadmath_kernel_tanq): Ditto.
/netbsd/external/gpl3/gcc.old/dist/libquadmath/
H A Dquadmath-imp.h56 extern __float128 __quadmath_kernel_tanq (__float128, __float128, int);