Symbol: atof
headers/posix/stdlib.h
82
extern double atof(const char *string);
src/add-ons/input_server/filters/shortcut_catcher/CommandActuators.cpp
1340
setPercent = atof(++beginNum)/100.0f;
src/add-ons/input_server/filters/shortcut_catcher/CommandActuators.cpp
1354
setPixels = atof(pixel);
src/add-ons/input_server/filters/shortcut_catcher/CommandActuators.cpp
1584
fSendMessage.AddFloat(argString.String(), atof(value));
src/add-ons/input_server/filters/shortcut_catcher/CommandActuators.cpp
1588
fSendMessage.AddDouble(argString.String(), (double)atof(value));
src/add-ons/input_server/filters/shortcut_catcher/CommandActuators.cpp
1618
args[i] = atof(next);
src/add-ons/mail_daemon/inbound_filters/spam_filter/SpamFilterConfig.cpp
137
atof(fGenuineCutoffRatioTextControl->Text()));
src/add-ons/mail_daemon/inbound_filters/spam_filter/SpamFilterConfig.cpp
141
atof(fSpamCutoffRatioTextControl->Text()));
src/add-ons/media/media-add-ons/vst_host/VSTHost.cpp
154
float val = atof(string->String());
src/apps/cortex/Persistence/Wrappers/MediaFormatIO.cpp
1033
f.field_rate = atof(value);
src/apps/cortex/Persistence/Wrappers/MediaFormatIO.cpp
1096
f.avg_bit_rate = atof(value);
src/apps/cortex/Persistence/Wrappers/MediaFormatIO.cpp
1098
f.max_bit_rate = atof(value);
src/apps/cortex/Persistence/Wrappers/MediaFormatIO.cpp
1129
f.frame_rate = atof(value);
src/apps/cortex/Persistence/Wrappers/MediaFormatIO.cpp
1137
f.sampling_rate = atof(value);
src/apps/cortex/Persistence/Wrappers/MediaFormatIO.cpp
1183
f.bit_rate = atof(value);
src/apps/cortex/Persistence/Wrappers/MediaFormatIO.cpp
1199
f.avg_bit_rate = atof(value);
src/apps/cortex/Persistence/Wrappers/MediaFormatIO.cpp
1201
f.max_bit_rate = atof(value);
src/apps/cortex/Persistence/Wrappers/MediaFormatIO.cpp
989
f.frame_rate = atof(value);
src/apps/cortex/Persistence/Wrappers/MessageIO.cpp
385
float v = (float)atof(data);
src/apps/cortex/Persistence/Wrappers/MessageIO.cpp
389
double v = atof(data);
src/apps/cortex/Persistence/Wrappers/MessageIO.cpp
407
p.x = (float)atof(data);
src/apps/cortex/Persistence/Wrappers/MessageIO.cpp
408
p.y = (float)atof(ystart);
src/apps/cortex/Persistence/Wrappers/MessageIO.cpp
436
r.left = (float)atof(data);
src/apps/cortex/Persistence/Wrappers/MessageIO.cpp
437
r.top = (float)atof(topstart);
src/apps/cortex/Persistence/Wrappers/MessageIO.cpp
438
r.right = (float)atof(rightstart);
src/apps/cortex/Persistence/Wrappers/MessageIO.cpp
439
r.bottom = (float)atof(bottomstart);
src/apps/cortex/ValControl/NumericValControl.cpp
482
double d = atof(text);
src/apps/icon-o-matic/generic/gui/NummericalTextView.cpp
131
fFloatValueCache = atof(Text());
src/apps/icon-o-matic/generic/gui/NummericalTextView.cpp
68
float f = atof(Text());
src/apps/icon-o-matic/generic/property/Property.cpp
311
return SetValue(atof(value));
src/apps/showimage/PrintOptionsWindow.cpp
218
*value = atof(text->Text());
src/apps/terminal/PrefHandler.cpp
335
return atof(value);
src/bin/hey.cpp
842
to_message->AddFloat("data", atof(valuestring));
src/bin/hey.cpp
893
to_message->AddFloat(curname, atof(valuestring + strlen("float(")));
src/bin/hey.cpp
895
to_message->AddDouble(curname, atof(valuestring + strlen("double(")));
src/bin/hey.cpp
898
x = atof(valuestring + strlen("BPoint("));
src/bin/hey.cpp
900
y = atof(strchr(valuestring, ',') + 1);
src/bin/hey.cpp
902
y = atof(strchr(valuestring, ' ') + 1);
src/bin/hey.cpp
909
l = atof(valuestring + strlen("BRect("));
src/bin/hey.cpp
912
t = atof(ptr + 1);
src/bin/hey.cpp
915
r = atof(ptr + 1);
src/bin/hey.cpp
918
b = atof(ptr + 1);
src/bin/notify.cpp
129
fProgress = atof(argument);
src/bin/screenmode/screenmode.cpp
162
brightness = atof(optarg);
src/kits/storage/sniffer/Parser.cpp
933
double value = atof(str);
src/libs/mapm/mapm_rcp.c
133
m_apm_set_double(guess, (1.0 / atof(sbuf)));
src/libs/mapm/mapmgues.c
118
dd = atof(buf);
src/libs/mapm/mapmgues.c
129
dd = atof(buf);
src/libs/mapm/mapmgues.c
144
dd = atof(buf);
src/libs/mapm/mapmgues.c
154
dd = atof(buf);
src/libs/mapm/mapmgues.c
99
dd = atof(buf); /* sqrt algorithm actually finds 1/sqrt */
src/libs/print/libprint/MarginView.cpp
298
float top = atof(fTop->Text());
src/libs/print/libprint/MarginView.cpp
299
float right = atof(fRight->Text());
src/libs/print/libprint/MarginView.cpp
300
float left = atof(fLeft->Text());
src/libs/print/libprint/MarginView.cpp
301
float bottom = atof(fBottom->Text());
src/libs/print/libprint/MarginView.cpp
531
float top = atof(fTop->Text());
src/libs/print/libprint/MarginView.cpp
532
float right = atof(fRight->Text());
src/libs/print/libprint/MarginView.cpp
533
float left = atof(fLeft->Text());
src/libs/print/libprint/MarginView.cpp
534
float bottom = atof(fBottom->Text());
src/tests/kits/interface/picture/SVGViewView.cpp
233
return atof(*(attributes + 1));
src/tests/kits/interface/picture/SVGViewView.cpp
470
float f = atof(*string);
src/tests/system/network/tcp_shell/tcp_shell.cpp
1604
sRandomDrop = atof(argv[2]);
src/tests/system/network/tcp_shell/tcp_shell.cpp
1661
sRandomReorder = atof(argv[2]);