Lines Matching refs:rt_s
70 rt_d, rt_s, rt_i, /* double, single, int */
154 case rt_s:
214 TFUNC(at_s,rt_s, acosf, 4*ULPUNIT),
215 TFUNC(at_s,rt_s, asinf, 4*ULPUNIT),
216 TFUNC(at_s,rt_s, atanf, 4*ULPUNIT),
217 TFUNC(at_s2,rt_s, atan2f, 4*ULPUNIT),
218 TFUNCARM(at_s,rt_s, tanf, 4*ULPUNIT),
219 TFUNCARM(at_s,rt_s, sinf, 3*ULPUNIT/4),
220 TFUNCARM(at_s,rt_s, cosf, 3*ULPUNIT/4),
221 TFUNCARM(at_s,rt_s, sincosf_sinf, 3*ULPUNIT/4),
222 TFUNCARM(at_s,rt_s, sincosf_cosf, 3*ULPUNIT/4),
232 TFUNC(at_s, rt_s, atanhf, 4*ULPUNIT),
233 TFUNC(at_s, rt_s, asinhf, 4*ULPUNIT),
234 TFUNC(at_s, rt_s, acoshf, 4*ULPUNIT),
235 TFUNC(at_s,rt_s, tanhf, 4*ULPUNIT),
236 TFUNC(at_s,rt_s, sinhf, 4*ULPUNIT),
237 TFUNC(at_s,rt_s, coshf, 4*ULPUNIT),
247 TFUNCARM(at_s,rt_s, logf, ULPUNIT),
248 TFUNC(at_s,rt_s, log10f, 3*ULPUNIT),
249 TFUNCARM(at_s,rt_s, log2f, ULPUNIT),
250 TFUNC(at_s,rt_s, log1pf, 2*ULPUNIT),
251 TFUNCARM(at_s,rt_s, expf, 3*ULPUNIT/4),
252 TFUNCARM(at_s,rt_s, exp2f, 3*ULPUNIT/4),
253 TFUNC(at_s,rt_s, expm1f, ULPUNIT),
261 TFUNCARM(at_s2,rt_s, powf, ULPUNIT),
262 TFUNC(at_s,rt_s, sqrtf, ULPUNIT/2),
263 TFUNC(at_s,rt_s, cbrtf, 2*ULPUNIT),
264 TFUNC(at_s2, rt_s, hypotf, 4*ULPUNIT),
268 TFUNC(at_s,rt_s, erff, 16*ULPUNIT),
270 TFUNC(at_s,rt_s, erfcf, 16*ULPUNIT),
274 TFUNC(at_s,rt_s, tgammaf, 16*ULPUNIT),
276 TFUNC(at_s,rt_s, lgammaf, 16*ULPUNIT | ABSLOWERBOUND),
279 TFUNC(at_s,rt_s, ceilf, 0),
281 TFUNC(at_s2,rt_s, copysignf, 0),
283 TFUNC(at_s,rt_s, floorf, 0),
285 TFUNC(at_s2,rt_s, fmaxf, 0),
287 TFUNC(at_s2,rt_s, fminf, 0),
289 TFUNC(at_s2,rt_s, fmodf, 0),
293 TFUNC(at_sip,rt_s, frexpf, 0),
315 TFUNC(at_si,rt_s, ldexpf, 0),
1162 case rt_s:
1279 else if (t.func->rettype == rt_s)
1390 case rt_s: