OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sk_float_rsqrt_portable
(Results
1 - 2
of
2
) sorted by null
/external/skia/include/private/
SkFloatingPoint.h
130
static inline float
sk_float_rsqrt_portable
(float x) {
function
164
return
sk_float_rsqrt_portable
(x);
/external/skia/tests/
MathTest.cpp
558
test_rsqrt(reporter,
sk_float_rsqrt_portable
);
Completed in 46 milliseconds