Lines Matching refs:at_s

61         at_d, at_s,      /* double or single precision float */  enumerator
131 case at_s: in is_single_argtype()
216 TFUNC(at_s,rt_s, acosf, 4*ULPUNIT),
217 TFUNC(at_s,rt_s, asinf, 4*ULPUNIT),
218 TFUNC(at_s,rt_s, atanf, 4*ULPUNIT),
220 TFUNCARM(at_s,rt_s, tanf, 4*ULPUNIT),
221 TFUNCARM(at_s,rt_s, sinf, 3*ULPUNIT/4),
222 TFUNCARM(at_s,rt_s, cosf, 3*ULPUNIT/4),
224 TFUNCARM(at_s,rt_s, sincosf_sinf, 3*ULPUNIT/4),
225 TFUNCARM(at_s,rt_s, sincosf_cosf, 3*ULPUNIT/4),
235 TFUNC(at_s, rt_s, atanhf, 4*ULPUNIT),
236 TFUNC(at_s, rt_s, asinhf, 4*ULPUNIT),
237 TFUNC(at_s, rt_s, acoshf, 4*ULPUNIT),
238 TFUNC(at_s,rt_s, tanhf, 4*ULPUNIT),
239 TFUNC(at_s,rt_s, sinhf, 4*ULPUNIT),
240 TFUNC(at_s,rt_s, coshf, 4*ULPUNIT),
250 TFUNCARM(at_s,rt_s, logf, ULPUNIT),
251 TFUNC(at_s,rt_s, log10f, 3*ULPUNIT),
252 TFUNCARM(at_s,rt_s, log2f, ULPUNIT),
253 TFUNC(at_s,rt_s, log1pf, 2*ULPUNIT),
254 TFUNCARM(at_s,rt_s, expf, 3*ULPUNIT/4),
255 TFUNCARM(at_s,rt_s, exp2f, 3*ULPUNIT/4),
256 TFUNC(at_s,rt_s, expm1f, ULPUNIT),
266 TFUNC(at_s,rt_s, sqrtf, ULPUNIT/2),
267 TFUNC(at_s,rt_s, cbrtf, 2*ULPUNIT),
272 TFUNC(at_s,rt_s, erff, 16*ULPUNIT),
274 TFUNC(at_s,rt_s, erfcf, 16*ULPUNIT),
278 TFUNC(at_s,rt_s, tgammaf, 16*ULPUNIT),
280 TFUNC(at_s,rt_s, lgammaf, 16*ULPUNIT | ABSLOWERBOUND),
283 TFUNC(at_s,rt_s, ceilf, 0),
287 TFUNC(at_s,rt_s, floorf, 0),
295 MFUNC(at_s, rt_i, fpclassifyf, 0),
299 MFUNC(at_s, rt_i, isfinitef, 0),
302 MFUNC(at_s, rt_i, isgreaterequalf, 0),
303 MFUNC(at_s, rt_i, isgreaterf, 0),
305 MFUNC(at_s, rt_i, isinff, 0),
308 MFUNC(at_s, rt_i, islessequalf, 0),
309 MFUNC(at_s, rt_i, islessf, 0),
311 MFUNC(at_s, rt_i, islessgreaterf, 0),
313 MFUNC(at_s, rt_i, isnanf, 0),
315 MFUNC(at_s, rt_i, isnormalf, 0),
317 MFUNC(at_s, rt_i, isunorderedf, 0),
328 MFUNC(at_s, rt_i, signbitf, 0),
1070 case at_s: s_res.f = t.func->func.s_s_ptr(s_arg1.f); break; in runtest()