Home
last modified time | relevance | path

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

/external/skia/include/private/
DSkFloatingPoint.h116 const float estimate_sq = estimate*estimate; in sk_float_rsqrt_portable() local
117 estimate *= 0.703952253f*(2.38924456f-x*estimate_sq); in sk_float_rsqrt_portable()
139 const float32x2_t estimate_sq = vmul_f32(estimate, estimate); in sk_float_rsqrt()
140 estimate = vmul_f32(estimate, vrsqrts_f32(xx, estimate_sq)); in sk_float_rsqrt()