ml_math_func.c | 744 int pow2, sq2scale, nr_iters;
local 768 nr_iters = test_limits_and_scale(&x0, &pow2);
785 if ( nr_iters>=2 ) {
788 if ( nr_iters==3 ) {
826 int pow2, sq2scale, nr_iters;
local 837 nr_iters = test_limits_and_scale(&x0, &pow2);
847 if ( nr_iters>=2 ) {
853 if ( nr_iters==3 ) {
885 int numberwasnegative, nr_iters, did_upscale, did_downscale;
local 916 nr_iters = test_limits_and_scale(&x0, pow); [all...] |