1570af302Sopenharmony_ciT(sinpi,       d_d)
2570af302Sopenharmony_ci
3570af302Sopenharmony_ciT(add,         dd_d)
4570af302Sopenharmony_ciT(addf,        ff_f)
5570af302Sopenharmony_ciT(addl,        ll_l)
6570af302Sopenharmony_ciT(mul,         dd_d)
7570af302Sopenharmony_ciT(mulf,        ff_f)
8570af302Sopenharmony_ciT(mull,        ll_l)
9570af302Sopenharmony_ciT(div,         dd_d)
10570af302Sopenharmony_ciT(divf,        ff_f)
11570af302Sopenharmony_ciT(divl,        ll_l)
12570af302Sopenharmony_ci
13570af302Sopenharmony_ciT(acos,        d_d)
14570af302Sopenharmony_ciT(acosf,       f_f)
15570af302Sopenharmony_ciT(acosl,       l_l)
16570af302Sopenharmony_ciT(acosh,       d_d)
17570af302Sopenharmony_ciT(acoshf,      f_f)
18570af302Sopenharmony_ciT(acoshl,      l_l)
19570af302Sopenharmony_ciT(asin,        d_d)
20570af302Sopenharmony_ciT(asinf,       f_f)
21570af302Sopenharmony_ciT(asinl,       l_l)
22570af302Sopenharmony_ciT(asinh,       d_d)
23570af302Sopenharmony_ciT(asinhf,      f_f)
24570af302Sopenharmony_ciT(asinhl,      l_l)
25570af302Sopenharmony_ciT(atan,        d_d)
26570af302Sopenharmony_ciT(atanf,       f_f)
27570af302Sopenharmony_ciT(atanl,       l_l)
28570af302Sopenharmony_ciT(atan2,       dd_d)
29570af302Sopenharmony_ciT(atan2f,      ff_f)
30570af302Sopenharmony_ciT(atan2l,      ll_l)
31570af302Sopenharmony_ciT(atanh,       d_d)
32570af302Sopenharmony_ciT(atanhf,      f_f)
33570af302Sopenharmony_ciT(atanhl,      l_l)
34570af302Sopenharmony_ciT(cbrt,        d_d)
35570af302Sopenharmony_ciT(cbrtf,       f_f)
36570af302Sopenharmony_ciT(cbrtl,       l_l)
37570af302Sopenharmony_ciT(ceil,        d_d)
38570af302Sopenharmony_ciT(ceilf,       f_f)
39570af302Sopenharmony_ciT(ceill,       l_l)
40570af302Sopenharmony_ciT(copysign,    dd_d)
41570af302Sopenharmony_ciT(copysignf,   ff_f)
42570af302Sopenharmony_ciT(copysignl,   ll_l)
43570af302Sopenharmony_ciT(cos,         d_d)
44570af302Sopenharmony_ciT(cosf,        f_f)
45570af302Sopenharmony_ciT(cosl,        l_l)
46570af302Sopenharmony_ciT(cosh,        d_d)
47570af302Sopenharmony_ciT(coshf,       f_f)
48570af302Sopenharmony_ciT(coshl,       l_l)
49570af302Sopenharmony_ciT(erf,         d_d)
50570af302Sopenharmony_ciT(erff,        f_f)
51570af302Sopenharmony_ciT(erfl,        l_l)
52570af302Sopenharmony_ciT(erfc,        d_d)
53570af302Sopenharmony_ciT(erfcf,       f_f)
54570af302Sopenharmony_ciT(erfcl,       l_l)
55570af302Sopenharmony_ciT(exp,         d_d)
56570af302Sopenharmony_ciT(expf,        f_f)
57570af302Sopenharmony_ciT(expl,        l_l)
58570af302Sopenharmony_ciT(exp2,        d_d)
59570af302Sopenharmony_ciT(exp2f,       f_f)
60570af302Sopenharmony_ciT(exp2l,       l_l)
61570af302Sopenharmony_ciT(expm1,       d_d)
62570af302Sopenharmony_ciT(expm1f,      f_f)
63570af302Sopenharmony_ciT(expm1l,      l_l)
64570af302Sopenharmony_ciT(fabs,        d_d)
65570af302Sopenharmony_ciT(fabsf,       f_f)
66570af302Sopenharmony_ciT(fabsl,       l_l)
67570af302Sopenharmony_ciT(fdim,        dd_d)
68570af302Sopenharmony_ciT(fdimf,       ff_f)
69570af302Sopenharmony_ciT(fdiml,       ll_l)
70570af302Sopenharmony_ciT(floor,       d_d)
71570af302Sopenharmony_ciT(floorf,      f_f)
72570af302Sopenharmony_ciT(floorl,      l_l)
73570af302Sopenharmony_ciT(fmax,        dd_d)
74570af302Sopenharmony_ciT(fmaxf,       ff_f)
75570af302Sopenharmony_ciT(fmaxl,       ll_l)
76570af302Sopenharmony_ciT(fmin,        dd_d)
77570af302Sopenharmony_ciT(fminf,       ff_f)
78570af302Sopenharmony_ciT(fminl,       ll_l)
79570af302Sopenharmony_ciT(fmod,        dd_d)
80570af302Sopenharmony_ciT(fmodf,       ff_f)
81570af302Sopenharmony_ciT(fmodl,       ll_l)
82570af302Sopenharmony_ciT(hypot,       dd_d)
83570af302Sopenharmony_ciT(hypotf,      ff_f)
84570af302Sopenharmony_ciT(hypotl,      ll_l)
85570af302Sopenharmony_ciT(log,         d_d)
86570af302Sopenharmony_ciT(logf,        f_f)
87570af302Sopenharmony_ciT(logl,        l_l)
88570af302Sopenharmony_ciT(log10,       d_d)
89570af302Sopenharmony_ciT(log10f,      f_f)
90570af302Sopenharmony_ciT(log10l,      l_l)
91570af302Sopenharmony_ciT(log1p,       d_d)
92570af302Sopenharmony_ciT(log1pf,      f_f)
93570af302Sopenharmony_ciT(log1pl,      l_l)
94570af302Sopenharmony_ciT(log2,        d_d)
95570af302Sopenharmony_ciT(log2f,       f_f)
96570af302Sopenharmony_ciT(log2l,       l_l)
97570af302Sopenharmony_ciT(logb,        d_d)
98570af302Sopenharmony_ciT(logbf,       f_f)
99570af302Sopenharmony_ciT(logbl,       l_l)
100570af302Sopenharmony_ciT(nearbyint,   d_d)
101570af302Sopenharmony_ciT(nearbyintf,  f_f)
102570af302Sopenharmony_ciT(nearbyintl,  l_l)
103570af302Sopenharmony_ciT(nextafter,   dd_d)
104570af302Sopenharmony_ciT(nextafterf,  ff_f)
105570af302Sopenharmony_ciT(nextafterl,  ll_l)
106570af302Sopenharmony_ciT(nexttoward,  dl_d)
107570af302Sopenharmony_ciT(nexttowardf, fl_f)
108570af302Sopenharmony_ciT(nexttowardl, ll_l)
109570af302Sopenharmony_ciT(pow,         dd_d)
110570af302Sopenharmony_ciT(powf,        ff_f)
111570af302Sopenharmony_ciT(powl,        ll_l)
112570af302Sopenharmony_ciT(remainder,   dd_d)
113570af302Sopenharmony_ciT(remainderf,  ff_f)
114570af302Sopenharmony_ciT(remainderl,  ll_l)
115570af302Sopenharmony_ciT(rint,        d_d)
116570af302Sopenharmony_ciT(rintf,       f_f)
117570af302Sopenharmony_ciT(rintl,       l_l)
118570af302Sopenharmony_ciT(round,       d_d)
119570af302Sopenharmony_ciT(roundf,      f_f)
120570af302Sopenharmony_ciT(roundl,      l_l)
121570af302Sopenharmony_ciT(sin,         d_d)
122570af302Sopenharmony_ciT(sinf,        f_f)
123570af302Sopenharmony_ciT(sinl,        l_l)
124570af302Sopenharmony_ciT(sinh,        d_d)
125570af302Sopenharmony_ciT(sinhf,       f_f)
126570af302Sopenharmony_ciT(sinhl,       l_l)
127570af302Sopenharmony_ciT(sqrt,        d_d)
128570af302Sopenharmony_ciT(sqrtf,       f_f)
129570af302Sopenharmony_ciT(sqrtl,       l_l)
130570af302Sopenharmony_ciT(tan,         d_d)
131570af302Sopenharmony_ciT(tanf,        f_f)
132570af302Sopenharmony_ciT(tanl,        l_l)
133570af302Sopenharmony_ciT(tanh,        d_d)
134570af302Sopenharmony_ciT(tanhf,       f_f)
135570af302Sopenharmony_ciT(tanhl,       l_l)
136570af302Sopenharmony_ciT(tgamma,      d_d)
137570af302Sopenharmony_ciT(tgammaf,     f_f)
138570af302Sopenharmony_ciT(tgammal,     l_l)
139570af302Sopenharmony_ciT(trunc,       d_d)
140570af302Sopenharmony_ciT(truncf,      f_f)
141570af302Sopenharmony_ciT(truncl,      l_l)
142570af302Sopenharmony_ciT(j0,          d_d)
143570af302Sopenharmony_ciT(j1,          d_d)
144570af302Sopenharmony_ciT(y0,          d_d)
145570af302Sopenharmony_ciT(y1,          d_d)
146570af302Sopenharmony_ciT(scalb,       dd_d)
147570af302Sopenharmony_ciT(scalbf,      ff_f)
148570af302Sopenharmony_ciT(j0f,         f_f)
149570af302Sopenharmony_ciT(j1f,         f_f)
150570af302Sopenharmony_ciT(y0f,         f_f)
151570af302Sopenharmony_ciT(y1f,         f_f)
152570af302Sopenharmony_ciT(exp10,       d_d)
153570af302Sopenharmony_ciT(exp10f,      f_f)
154570af302Sopenharmony_ciT(exp10l,      l_l)
155570af302Sopenharmony_ciT(pow10,       d_d)
156570af302Sopenharmony_ciT(pow10f,      f_f)
157570af302Sopenharmony_ciT(pow10l,      l_l)
158570af302Sopenharmony_ci
159570af302Sopenharmony_ciT(frexp,       d_di)
160570af302Sopenharmony_ciT(frexpf,      f_fi)
161570af302Sopenharmony_ciT(frexpl,      l_li)
162570af302Sopenharmony_ci
163570af302Sopenharmony_ciT(ldexp,       di_d)
164570af302Sopenharmony_ciT(ldexpf,      fi_f)
165570af302Sopenharmony_ciT(ldexpl,      li_l)
166570af302Sopenharmony_ciT(scalbn,      di_d)
167570af302Sopenharmony_ciT(scalbnf,     fi_f)
168570af302Sopenharmony_ciT(scalbnl,     li_l)
169570af302Sopenharmony_ciT(scalbln,     di_d)
170570af302Sopenharmony_ciT(scalblnf,    fi_f)
171570af302Sopenharmony_ciT(scalblnl,    li_l)
172570af302Sopenharmony_ci
173570af302Sopenharmony_ciT(lgamma,      d_di)
174570af302Sopenharmony_ciT(lgammaf,     f_fi)
175570af302Sopenharmony_ciT(lgammal,     l_li)
176570af302Sopenharmony_ciT(lgamma_r,    d_di)
177570af302Sopenharmony_ciT(lgammaf_r,   f_fi)
178570af302Sopenharmony_ciT(lgammal_r,   l_li)
179570af302Sopenharmony_ci
180570af302Sopenharmony_ciT(ilogb,       d_i)
181570af302Sopenharmony_ciT(ilogbf,      f_i)
182570af302Sopenharmony_ciT(ilogbl,      l_i)
183570af302Sopenharmony_ciT(llrint,      d_i)
184570af302Sopenharmony_ciT(llrintf,     f_i)
185570af302Sopenharmony_ciT(llrintl,     l_i)
186570af302Sopenharmony_ciT(lrint,       d_i)
187570af302Sopenharmony_ciT(lrintf,      f_i)
188570af302Sopenharmony_ciT(lrintl,      l_i)
189570af302Sopenharmony_ciT(llround,     d_i)
190570af302Sopenharmony_ciT(llroundf,    f_i)
191570af302Sopenharmony_ciT(llroundl,    l_i)
192570af302Sopenharmony_ciT(lround,      d_i)
193570af302Sopenharmony_ciT(lroundf,     f_i)
194570af302Sopenharmony_ciT(lroundl,     l_i)
195570af302Sopenharmony_ci
196570af302Sopenharmony_ciT(modf,        d_dd)
197570af302Sopenharmony_ciT(modff,       f_ff)
198570af302Sopenharmony_ciT(modfl,       l_ll)
199570af302Sopenharmony_ciT(sincos,      d_dd)
200570af302Sopenharmony_ciT(sincosf,     f_ff)
201570af302Sopenharmony_ciT(sincosl,     l_ll)
202570af302Sopenharmony_ci
203570af302Sopenharmony_ciT(remquo,      dd_di)
204570af302Sopenharmony_ciT(remquof,     ff_fi)
205570af302Sopenharmony_ciT(remquol,     ll_li)
206570af302Sopenharmony_ci
207570af302Sopenharmony_ciT(fma,         ddd_d)
208570af302Sopenharmony_ciT(fmaf,        fff_f)
209570af302Sopenharmony_ciT(fmal,        lll_l)
210570af302Sopenharmony_ci
211570af302Sopenharmony_ciT(jn,          di_d)
212570af302Sopenharmony_ciT(jnf,         fi_f)
213570af302Sopenharmony_ciT(yn,          di_d)
214570af302Sopenharmony_ciT(ynf,         fi_f)
215