Home
last modified time | relevance | path

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

/haiku/src/kits/shared/
H A DExpressionParser.cpp22 static const int32 kMaxDecimalPlaces = 32; variable
394 char* buffer = value.toFixPtStringExp(kMaxDecimalPlaces, in Evaluate()