Searched defs:decimals (Results 1 – 3 of 3) sorted by relevance
/lvgl-latest/src/libs/thorvg/rapidjson/internal/ |
D | strtod.h | 132 inline bool StrtodDiyFp(const Ch* decimals, int dLen, int dExp, double* result) { in StrtodDiyFp() 210 inline double StrtodBigInteger(double approx, const Ch* decimals, int dLen, int dExp) { in StrtodBigInteger() 229 inline double StrtodFullPrecision(double d, int p, const Ch* decimals, size_t length, size_t decima… in StrtodFullPrecision()
|
D | biginteger.h | 45 BigInteger(const Ch* decimals, size_t length) : count_(1) { in BigInteger()
|
/lvgl-latest/tests/unity/ |
D | unity.c | 372 int decimals; in UnityPrintFloat() local
|