OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__quadmath_kernel_cosq
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/gpl3/gcc/dist/libquadmath/math/
cosq.c
21
*
__quadmath_kernel_cosq
... cosine function on [-pi/4,pi/4]
60
return
__quadmath_kernel_cosq
(x,z);
76
case 0: return
__quadmath_kernel_cosq
(y[0],y[1]);
78
case 2: return -
__quadmath_kernel_cosq
(y[0],y[1]);
sinq.c
21
*
__quadmath_kernel_cosq
... cose function on [-pi/4,pi/4]
77
case 1: return
__quadmath_kernel_cosq
(y[0],y[1]);
80
return -
__quadmath_kernel_cosq
(y[0],y[1]);
cosq_kernel.c
79
__quadmath_kernel_cosq
(__float128 x, __float128 y)
function
/src/external/gpl3/gcc.old/dist/libquadmath/math/
cosq.c
21
*
__quadmath_kernel_cosq
... cosine function on [-pi/4,pi/4]
60
return
__quadmath_kernel_cosq
(x,z);
76
case 0: return
__quadmath_kernel_cosq
(y[0],y[1]);
78
case 2: return -
__quadmath_kernel_cosq
(y[0],y[1]);
sinq.c
21
*
__quadmath_kernel_cosq
... cose function on [-pi/4,pi/4]
77
case 1: return
__quadmath_kernel_cosq
(y[0],y[1]);
80
return -
__quadmath_kernel_cosq
(y[0],y[1]);
cosq_kernel.c
79
__quadmath_kernel_cosq
(__float128 x, __float128 y)
function
/src/external/gpl3/gcc/dist/libquadmath/
quadmath-imp.h
55
extern __float128
__quadmath_kernel_cosq
(__float128, __float128);
/src/external/gpl3/gcc.old/dist/libquadmath/
quadmath-imp.h
55
extern __float128
__quadmath_kernel_cosq
(__float128, __float128);
Completed in 29 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026