Lines Matching refs:rad
2082 for (float rad = -5*P; rad <= 5*P; rad += 0.1f) {
2083 test(rad, sk_float_sin(rad), tol, [](skvm::F32 x) {
2086 test(rad, sk_float_cos(rad), tol, [](skvm::F32 x) {
2095 for (float rad = -P/2 + eps; rad <= P/2 - eps; rad += 0.01f) {
2096 err += test(rad, sk_float_tan(rad), tol, [](skvm::F32 x) {
2100 test(rad, sk_float_tan(rad), tol, [=](skvm::F32 x) {
2103 test(rad, sk_float_tan(rad), tol, [=](skvm::F32 x) {