Searched refs:approximateFloatString (Results 1 – 2 of 2) sorted by relevance
1391 static std::string approximateFloatString(float f) { in approximateFloatString() function1406 output << "[" << approximateFloatString(frect.left) << ", "; in frectString()1407 output << approximateFloatString(frect.top) << ", "; in frectString()1408 output << approximateFloatString(frect.right) << ", "; in frectString()1409 output << approximateFloatString(frect.bottom) << "]"; in frectString()
1487 static std::string approximateFloatString(float f) in approximateFloatString() function1504 output << "[" << approximateFloatString(frect.left) << ", "; in frectString()1505 output << approximateFloatString(frect.top) << ", "; in frectString()1506 output << approximateFloatString(frect.right) << ", "; in frectString()1507 output << approximateFloatString(frect.bottom) << "]"; in frectString()