OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fast_invsqrt
(Results
1 - 2
of
2
) sorted by null
/external/skia/legacy/src/core/
SkPoint.cpp
200
static unsigned
fast_invsqrt
(uint32_t x) {
function
256
unsigned invrt =
fast_invsqrt
(x*x + y*y);
/external/skia/src/core/
SkPoint.cpp
239
static unsigned
fast_invsqrt
(uint32_t x) {
function
295
unsigned invrt =
fast_invsqrt
(x*x + y*y);
Completed in 2811 milliseconds