Home
last modified time | relevance | path

Searched refs:use_quotient (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/src/core/
DSkVM.cpp900 I32 use_quotient = (x > (Pi/8)); in approx_tan() local
901 x = select(use_quotient, x - (Pi/4), x); in approx_tan()
905 x = select(use_quotient, (1+x)/(1-x), x); in approx_tan()