HomeSort by relevance Sort by last modified time
    Searched defs:sk_float_rsqrt_portable (Results 1 - 2 of 2) sorted by null

  /external/skia/include/private/
SkFloatingPoint.h 144 static inline float sk_float_rsqrt_portable(float x) { function
180 return sk_float_rsqrt_portable(x);
  /external/skqp/include/private/
SkFloatingPoint.h 144 static inline float sk_float_rsqrt_portable(float x) { function
180 return sk_float_rsqrt_portable(x);

Completed in 210 milliseconds