HomeSort by relevance Sort by last modified time
    Searched refs:Sqrt (Results 1 - 3 of 3) sorted by null

  /external/skia/src/core/
SkFloat.h 58 void sqrt() { fPacked = Sqrt(fPacked); } function in class:SkFloat
59 void setSqrt(const SkFloat& a) { fPacked = Sqrt(a.fPacked); }
113 static int32_t Sqrt(int32_t);
SkFP.h 73 #define SkFPSqrt(x) SkFloat::Sqrt(x)
SkFloat.cpp 222 int32_t SkFloat::Sqrt(int32_t packed)
226 SkASSERT(!"can't sqrt a negative number");

Completed in 1292 milliseconds