Home
last modified time | relevance | path

Searched refs:matchFastFloatDecimalPart (Results 1 – 2 of 2) sorted by relevance

/external/skqp/src/utils/
DSkJSON.cpp733 const char* matchFastFloatDecimalPart(const char* p, int sign, float f, int exp) { in matchFastFloatDecimalPart() function in skjson::__anon20ff239f0211::DOMParser
769 return (*p == '.') ? this->matchFastFloatDecimalPart(p + 1, sign, f, 0) in matchFastFloatPart()
828 return this->matchFastFloatDecimalPart(p, sign, n32, exp); in matchFast32OrFloat()
/external/skia/src/utils/
DSkJSON.cpp733 const char* matchFastFloatDecimalPart(const char* p, int sign, float f, int exp) { in matchFastFloatDecimalPart() function in skjson::__anon2739ce280211::DOMParser
769 return (*p == '.') ? this->matchFastFloatDecimalPart(p + 1, sign, f, 0) in matchFastFloatPart()
828 return this->matchFastFloatDecimalPart(p, sign, n32, exp); in matchFast32OrFloat()