call_1_float_types  211 test/correctness/math.cpp     call_1_float_types(abs, 256, -1000, 1000);
call_1_float_types  212 test/correctness/math.cpp     call_1_float_types(sqrt, 256, 0, 1000000);
call_1_float_types  214 test/correctness/math.cpp     call_1_float_types(sin, 256, 5 * -3.1415f, 5 * 3.1415f);
call_1_float_types  215 test/correctness/math.cpp     call_1_float_types(cos, 256, 5 * -3.1415f, 5 * 3.1415f);
call_1_float_types  216 test/correctness/math.cpp     call_1_float_types(tan, 256, 5 * -3.1415f, 5 * 3.1415f);
call_1_float_types  218 test/correctness/math.cpp     call_1_float_types(asin, 256, -1.0, 1.0);
call_1_float_types  219 test/correctness/math.cpp     call_1_float_types(acos, 256, -1.0, 1.0);
call_1_float_types  220 test/correctness/math.cpp     call_1_float_types(atan, 256, -256, 100);
call_1_float_types  223 test/correctness/math.cpp     call_1_float_types(sinh, 256, 5 * -3.1415f, 5 * 3.1415f);
call_1_float_types  224 test/correctness/math.cpp     call_1_float_types(cosh, 256, 0, 1);
call_1_float_types  225 test/correctness/math.cpp     call_1_float_types(tanh, 256, 5 * -3.1415f, 5 * 3.1415f);
call_1_float_types  228 test/correctness/math.cpp     call_1_float_types(asinh, 256, -10.0, 10.0);
call_1_float_types  229 test/correctness/math.cpp     call_1_float_types(acosh, 256, 1.0, 10);
call_1_float_types  230 test/correctness/math.cpp     call_1_float_types(atanh, 256, -1.0, 1.0);
call_1_float_types  231 test/correctness/math.cpp     call_1_float_types(round, 256, -15, 15);
call_1_float_types  234 test/correctness/math.cpp     call_1_float_types(exp, 256, 0, 20);
call_1_float_types  235 test/correctness/math.cpp     call_1_float_types(log, 256, 1, 1000000);
call_1_float_types  236 test/correctness/math.cpp     call_1_float_types(floor, 256, -25, 25);
call_1_float_types  237 test/correctness/math.cpp     call_1_float_types(ceil, 256, -25, 25);
call_1_float_types  238 test/correctness/math.cpp     call_1_float_types(trunc, 256, -25, 25);
call_1_float_types  255 test/correctness/math.cpp     call_1_float_types(abs, 256, -25, 25);