Home
last modified time | relevance | path

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

/external/skqp/src/utils/
DSkJSON.cpp590 void pushFloat(float f) { in pushFloat() function in skjson::__anon20ff239f0211::DOMParser
750 this->pushFloat(sign * f * decimal_scale); in matchFastFloatDecimalPart()
765 this->pushFloat(sign * f); in matchFastFloatPart()
820 this->pushFloat(sign * n32 * pow10(exp)); in matchFast32OrFloat()
842 this->pushFloat(f); in matchNumber()
/external/skia/src/utils/
DSkJSON.cpp590 void pushFloat(float f) { in pushFloat() function in skjson::__anon2739ce280211::DOMParser
750 this->pushFloat(sign * f * decimal_scale); in matchFastFloatDecimalPart()
765 this->pushFloat(sign * f); in matchFastFloatPart()
820 this->pushFloat(sign * n32 * pow10(exp)); in matchFast32OrFloat()
842 this->pushFloat(f); in matchNumber()