Searched refs:use_quotient (Results 1 – 1 of 1) sorted by relevance
900 I32 use_quotient = (x > (Pi/8)); in approx_tan() local901 x = select(use_quotient, x - (Pi/4), x); in approx_tan()905 x = select(use_quotient, (1+x)/(1-x), x); in approx_tan()