Searched refs:tanf (Results 1 - 7 of 7) sorted by relevance

/barrelfish-2018-10-04/lib/msun/src/
H A Ds_tanf.c37 tanf(float x) function
H A Ds_ctanhf.c70 t = tanf(y);
H A Dmath.h348 float tanf(float);
/barrelfish-2018-10-04/usr/tests/msun/
H A Dtrig_test.c165 assert(fabs(tanf(-f_pi_odd[i])) < FLT_EPSILON);
169 assert(fabs(tanf(f_pi_odd[i] * 2)) < FLT_EPSILON);
173 assert(fabs(tanf(-f_pi_odd[i] * 2)) < FLT_EPSILON);
H A Dctrig_test.c324 test_odd_tol(ctanf, z, CMPLXL(tanf(nums[i]), 0), FLT_ULP());
341 test_odd_tol(ctanhf, z, CMPLXL(0, tanf(nums[i])), FLT_ULP());
/barrelfish-2018-10-04/include/
H A Dmath.h348 float tanf(float);
/barrelfish-2018-10-04/lib/msun/
H A DMakefile221 MLINKS+=tan.3 tanf.3 tan.3 tanl.3

Completed in 93 milliseconds