Home
last modified time | relevance | path

Searched refs:check_atof (Results 1 – 12 of 12) sorted by relevance

/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/lexical-core-0.4.2/src/atof/algorithm/
H A Dcorrect.rs1214 check_atof(10, "1.2345", (1.2345, 6)); in atof_test()
1215 check_atof(10, "12.345", (12.345, 6)); in atof_test()
1217 check_atof(10, "1.2345e10", (1.2345e10, 9)); in atof_test()
1222 check_atof(10, "16777216", (16777216.0, 8)); in atof_test()
1223 check_atof(10, "16777217", (16777216.0, 8)); in atof_test()
1224 check_atof(10, "16777218", (16777218.0, 8)); in atof_test()
1225 check_atof(10, "33554432", (33554432.0, 8)); in atof_test()
1226 check_atof(10, "33554434", (33554432.0, 8)); in atof_test()
1227 check_atof(10, "33554436", (33554436.0, 8)); in atof_test()
1233 check_atof(10, "16777218", (16777218.0, 8)); in atof_test()
[all …]
H A Dincorrect.rs209 fn check_atof(radix: u32, s: &str, tup: (f32, usize)) { in check_atof() function
217 check_atof(10, "1.2345", (1.2345, 6)); in atof_test()
218 check_atof(10, "12.345", (12.345, 6)); in atof_test()
219 check_atof(10, "12345.6789", (12345.6789, 10)); in atof_test()
220 check_atof(10, "1.2345e10", (1.2345e10, 9)); in atof_test()
/dports/math/gretl/gretl-2021d/lib/src/
H A Ddataio.h150 int check_atof (const char *numstr);
H A Ddataio.c3528 int check_atof (const char *numstr) in check_atof() function
/dports/cad/opencascade/opencascade-7.6.0/src/QANCollection/
H A DQANCollection_Test.cxx986 static int check_atof (const NCollection_Array2<char>& theStrings, const char* theFormat, in check_atof() function
1116 int aNbErr_##method = check_atof (aValuesStr, aFormat, test_##method, di); \ in QATestAtof()
/dports/math/gretl/gretl-2021d/plugin/
H A Dxlsx_import.c779 if (*tmp != '\0' && check_atof(tmp) == 0) { in xlsx_read_row()
/dports/math/gretl/gretl-2021d/gui/
H A Dcalculator.c999 if (na(x) && check_atof(s)) { in entry_get_numeric_value()
H A Dgpt_dialog.c687 if (check_atof(tmp)) { in entry_to_gp_double()
H A Dlibrary.c5239 if ((err = check_atof(buf))) { in do_global_setmiss()
5267 if ((err = check_atof(buf))) { in do_variable_setmiss()
H A Dssheet.c708 err = check_atof(new_text); in sheet_cell_edited()
H A Dselector.c3654 err = check_atof(s); in read_tobit_limits()
3667 err = check_atof(s); in read_tobit_limits()
H A Ddialogs.c368 *err = check_atof(p); in gui_double_from_string()