Searched refs:C_float_max_size (Results 1 – 1 of 1) sorted by relevance
297 const int C_float_max_size = 20; in operator <<() local298 char buf[C_float_max_size] = ""; in operator <<()299 sprintf( buf, "%.*g", C_float_max_size-8, i_n ); // SAFE SPRINTF (#100211# - checked) in operator <<()
Completed in 16 milliseconds