Searched refs:_floatExact (Results 1 – 1 of 1) sorted by relevance
38 static inline bool _floatExact(float a, float b) in _floatExact() function178 … if ((_floatExact(val, 1.175494351f)) && ((minus_e * static_cast<int>(exponentPart)) <= -38)) { in strToFloat()