Searched refs:FLT_MIN_10_EXP (Results 1 – 8 of 8) sorted by relevance
25 #define FLT_MIN_10_EXP (-37) macro
20 C(FLT_MIN_10_EXP) in f()
79 static_assert(kMaximumSkFloatToDecimalLength == 3 + 9 - FLT_MIN_10_EXP, ""); in SkFloatToDecimal()