Home
last modified time | relevance | path

Searched defs:rsqrt (Results 1 - 3 of 3) sorted by relevance

/third_party/astc-encoder/Source/
H A Dastcenc_mathlib.h371 static inline float rsqrt(float v) in rsqrt() function
/third_party/skia/src/opts/
H A DSkRasterPipeline_opts.h130 SI F rsqrt (F v) { return 1.0f / sqrtf(v); } in rsqrt() function
/third_party/skia/tests/
H A DMathTest.cpp255 static void test_rsqrt(skiatest::Reporter* reporter, RSqrtFn rsqrt) { in test_rsqrt() argument

Completed in 8 milliseconds