Home
last modified time | relevance | path

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

/external/vixl/src/aarch64/
Dlogic-aarch64.cc6067 int quot0, quot1, s; in recip_sqrt_estimate() local
6073 quot1 = static_cast<int>(a * 256.0); in recip_sqrt_estimate()
6074 r = 1.0 / sqrt((static_cast<double>(quot1) + 0.5) / 256.0); in recip_sqrt_estimate()