Lines Matching defs:at_s

61         at_d, at_s,      /* double or single precision float */
131 case at_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),
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),
262 TFUNC(at_s,rt_s, sqrtf, ULPUNIT/2),
263 TFUNC(at_s,rt_s, cbrtf, 2*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),
283 TFUNC(at_s,rt_s, floorf, 0),
291 MFUNC(at_s, rt_i, fpclassifyf, 0),
295 MFUNC(at_s, rt_i, isfinitef, 0),
298 MFUNC(at_s, rt_i, isgreaterequalf, 0),
299 MFUNC(at_s, rt_i, isgreaterf, 0),
301 MFUNC(at_s, rt_i, isinff, 0),
304 MFUNC(at_s, rt_i, islessequalf, 0),
305 MFUNC(at_s, rt_i, islessf, 0),
307 MFUNC(at_s, rt_i, islessgreaterf, 0),
309 MFUNC(at_s, rt_i, isnanf, 0),
311 MFUNC(at_s, rt_i, isnormalf, 0),
313 MFUNC(at_s, rt_i, isunorderedf, 0),
324 MFUNC(at_s, rt_i, signbitf, 0),
1065 case at_s: s_res.f = t.func->func.s_s_ptr(s_arg1.f); break;