Searched refs:atof (Results 1 - 25 of 25) sorted by path

/haiku/src/add-ons/input_server/filters/shortcut_catcher/
H A DCommandActuators.cpp1340 setPercent = atof(++beginNum)/100.0f;
1354 setPixels = atof(pixel);
1584 fSendMessage.AddFloat(argString.String(), atof(value));
1588 fSendMessage.AddDouble(argString.String(), (double)atof(value));
1618 args[i] = atof(next);
/haiku/src/add-ons/mail_daemon/inbound_filters/spam_filter/
H A DSpamFilterConfig.cpp137 atof(fGenuineCutoffRatioTextControl->Text()));
141 atof(fSpamCutoffRatioTextControl->Text()));
/haiku/src/add-ons/media/media-add-ons/vst_host/
H A DVSTHost.cpp154 float val = atof(string->String());
/haiku/src/apps/cortex/Persistence/Wrappers/
H A DMessageIO.cpp385 float v = (float)atof(data);
389 double v = atof(data);
407 p.x = (float)atof(data);
408 p.y = (float)atof(ystart);
436 r.left = (float)atof(data);
437 r.top = (float)atof(topstart);
438 r.right = (float)atof(rightstart);
439 r.bottom = (float)atof(bottomstart);
H A DMediaFormatIO.cpp989 f.frame_rate = atof(value);
1033 f.field_rate = atof(value);
1096 f.avg_bit_rate = atof(value);
1098 f.max_bit_rate = atof(value);
1129 f.frame_rate = atof(value);
1137 f.sampling_rate = atof(value);
1183 f.bit_rate = atof(value);
1199 f.avg_bit_rate = atof(value);
1201 f.max_bit_rate = atof(value);
/haiku/src/apps/icon-o-matic/generic/gui/
H A DNummericalTextView.cpp68 float f = atof(Text());
131 fFloatValueCache = atof(Text());
/haiku/src/apps/icon-o-matic/generic/property/
H A DProperty.cpp311 return SetValue(atof(value));
/haiku/src/apps/showimage/
H A DPrintOptionsWindow.cpp12 #include <stdlib.h> // for atof
218 *value = atof(text->Text());
/haiku/src/bin/
H A Dnotify.cpp129 fProgress = atof(argument);
H A Dhey.cpp842 to_message->AddFloat("data", atof(valuestring));
893 to_message->AddFloat(curname, atof(valuestring + strlen("float(")));
895 to_message->AddDouble(curname, atof(valuestring + strlen("double(")));
898 x = atof(valuestring + strlen("BPoint("));
900 y = atof(strchr(valuestring, ',') + 1);
902 y = atof(strchr(valuestring, ' ') + 1);
909 l = atof(valuestring + strlen("BRect("));
912 t = atof(ptr + 1);
915 r = atof(ptr + 1);
918 b = atof(pt
[all...]
/haiku/src/bin/screenmode/
H A Dscreenmode.cpp158 brightness = atof(optarg);
/haiku/src/libs/mapm/
H A Dmapm_rcp.c133 m_apm_set_double(guess, (1.0 / atof(sbuf)));
H A Dmapmgues.c99 dd = atof(buf); /* sqrt algorithm actually finds 1/sqrt */
118 dd = atof(buf);
129 dd = atof(buf);
144 dd = atof(buf);
154 dd = atof(buf);
/haiku/src/system/libroot/posix/glibc/stdlib/
H A Dstdlib.h143 extern double atof (__const char *__nptr) __THROW __attribute_pure__;
377 atof (__const char *__nptr) __THROW
/haiku/src/system/libroot/posix/stdlib/
H A Datof.c14 atof(const char* num) function
/haiku/headers/posix/
H A Dstdlib.h88 extern double atof(const char *string);
/haiku/src/apps/cortex/ValControl/
H A DNumericValControl.cpp482 double d = atof(text);
/haiku/src/apps/terminal/
H A DPrefHandler.cpp335 return atof(value);
/haiku/src/kits/interface/
H A DDecimalSpinner.cpp323 SetValue(roundTo(atof(TextView()->Text()), Precision()));
/haiku/src/kits/storage/sniffer/
H A DParser.cpp20 #include <stdlib.h> // For atol(), atof()
772 double value = atof(str);
/haiku/src/libs/print/libprint/
H A DMarginView.cpp298 float top = atof(fTop->Text());
299 float right = atof(fRight->Text());
300 float left = atof(fLeft->Text());
301 float bottom = atof(fBottom->Text());
531 float top = atof(fTop->Text());
532 float right = atof(fRight->Text());
533 float left = atof(fLeft->Text());
534 float bottom = atof(fBottom->Text());
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c1447 void atof() {} function
H A Dlibroot_stubs_legacy.c1377 void atof() {} function
/haiku/src/tests/kits/interface/picture/
H A DSVGViewView.cpp233 return atof(*(attributes + 1));
470 float f = atof(*string);
1133 rx = atof(_rx);
1136 ry = atof(_ry);
1141 rx = ry = atof(_ry);
/haiku/src/tests/system/network/tcp_shell/
H A Dtcp_shell.cpp1597 sRandomDrop = atof(argv[2]);
1654 sRandomReorder = atof(argv[2]);

Completed in 221 milliseconds