atof
extern double atof(const char *string);
setPercent = atof(++beginNum)/100.0f;
setPixels = atof(pixel);
fSendMessage.AddFloat(argString.String(), atof(value));
fSendMessage.AddDouble(argString.String(), (double)atof(value));
args[i] = atof(next);
atof(fGenuineCutoffRatioTextControl->Text()));
atof(fSpamCutoffRatioTextControl->Text()));
float val = atof(string->String());
f.field_rate = atof(value);
f.avg_bit_rate = atof(value);
f.max_bit_rate = atof(value);
f.frame_rate = atof(value);
f.sampling_rate = atof(value);
f.bit_rate = atof(value);
f.avg_bit_rate = atof(value);
f.max_bit_rate = atof(value);
f.frame_rate = atof(value);
float v = (float)atof(data);
double v = atof(data);
p.x = (float)atof(data);
p.y = (float)atof(ystart);
r.left = (float)atof(data);
r.top = (float)atof(topstart);
r.right = (float)atof(rightstart);
r.bottom = (float)atof(bottomstart);
double d = atof(text);
fFloatValueCache = atof(Text());
float f = atof(Text());
return SetValue(atof(value));
*value = atof(text->Text());
return atof(value);
to_message->AddFloat("data", atof(valuestring));
to_message->AddFloat(curname, atof(valuestring + strlen("float(")));
to_message->AddDouble(curname, atof(valuestring + strlen("double(")));
x = atof(valuestring + strlen("BPoint("));
y = atof(strchr(valuestring, ',') + 1);
y = atof(strchr(valuestring, ' ') + 1);
l = atof(valuestring + strlen("BRect("));
t = atof(ptr + 1);
r = atof(ptr + 1);
b = atof(ptr + 1);
fProgress = atof(argument);
brightness = atof(optarg);
double value = atof(str);
m_apm_set_double(guess, (1.0 / atof(sbuf)));
dd = atof(buf);
dd = atof(buf);
dd = atof(buf);
dd = atof(buf);
dd = atof(buf); /* sqrt algorithm actually finds 1/sqrt */
float top = atof(fTop->Text());
float right = atof(fRight->Text());
float left = atof(fLeft->Text());
float bottom = atof(fBottom->Text());
float top = atof(fTop->Text());
float right = atof(fRight->Text());
float left = atof(fLeft->Text());
float bottom = atof(fBottom->Text());
return atof(*(attributes + 1));
float f = atof(*string);
sRandomDrop = atof(argv[2]);
sRandomReorder = atof(argv[2]);