Home
last modified time | relevance | path

Searched refs:atof (Results 1 – 25 of 144) sorted by relevance

123456

/third_party/boost/libs/graph_parallel/test/
Ddistributed_rmat_pagerank.cpp108 test_filtered_rmat_pagerank(atoi(argv[1]), atoi(argv[2]), atof(argv[3]), in main()
109 atof(argv[4]), atof(argv[5]), atof(argv[6]), in main()
Ddistributed_rmat_cc.cpp114 atof(argv[3]), atof(argv[4]), in main()
115 atof(argv[5]), atof(argv[6])); in main()
Ddistributed_rmat_cc_ps.cpp113 atof(argv[3]), atof(argv[4]), in main()
114 atof(argv[5]), atof(argv[6])); in main()
/third_party/ltp/testcases/misc/math/atof/
Datof01.c90 r1 = atof(buf); in main()
112 r1 = atof(buf); in main()
126 r1 = atof(buf); in main()
167 r1 = atof(buf); in main()
/third_party/ltp/testcases/kernel/sched/sched_stress/
Dsched_driver.c473 *t2 = atof(t2asc);
492 return (atof(temp));
777 stress_percent = atof(optarg); in parse_args()
781 process_slots = atof(optarg); in parse_args()
785 execution_time = atof(optarg); in parse_args()
Dsched_tc0.c238 execution_time = atof(optarg); in parse_args()
Dsched_tc2.c243 execution_time = atof(optarg); in parse_args()
/third_party/boost/libs/spirit/workbench/qi/
Dreal_parser.cpp39 double d = atof(first[i]); in benchmark()
99 << atof(first[i]) << ',' in main()
/third_party/musl/porting/liteos_m/kernel/src/stdlib/
Datof.c3 double atof(const char *s) in atof() function
/third_party/musl/porting/uniproton/kernel/src/stdlib/
Datof.c3 double atof(const char *s) in atof() function
/third_party/musl/src/stdlib/
Datof.c3 double atof(const char *s) in atof() function
/third_party/boost/boost/geometry/util/
Dcoordinate_cast.hpp40 return atof(source.c_str()); in apply()
/third_party/musl/libc-test/src/functionalext/supplement/stdlib/
Datof.c37 double result = atof(str); in atof_0100()
Dtest_src_functionalext_supplement_stdlib.gni28 "atof",
/third_party/alsa-utils/bat/
Dbat.c122 bat->target_freq[1] = bat->target_freq[0] = atof(optarg); in get_sine_frequencies()
125 bat->target_freq[0] = atof(optarg); in get_sine_frequencies()
126 bat->target_freq[1] = atof(tmp1 + 1); in get_sine_frequencies()
466 bat->sigma_k = atof(optarg); in parse_arguments()
/third_party/skia/third_party/externals/libpng/contrib/gregbook/
Drpng-win.c218 sgi_gamma = atof(tmpline); in WinMain()
242 display_exponent = atof(p); in WinMain()
279 display_exponent = atof(*argv); in WinMain()
/third_party/libpng/contrib/gregbook/
Drpng-win.c218 sgi_gamma = atof(tmpline); in WinMain()
242 display_exponent = atof(p); in WinMain()
279 display_exponent = atof(*argv); in WinMain()
Dwpng.c216 sgi_gamma = atof(tmpline); in main()
240 double exponent = atof(p); in main()
264 wpng_info.gamma = atof(*argv); in main()
/third_party/boost/boost/compatibility/cpp_c_headers/
Dcstdlib24 using ::atof;
/third_party/ltp/testcases/misc/math/
D.gitignore2 /atof/atof01
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/EGLWLMockNavigation/src/
DArgument.cpp56 value = atof(lpArgNext); in FloatArgument()
/third_party/gstreamer/gstplugins_good/tests/examples/shapewipe/
Dshapewipe-example.c81 border = atof (argv[2]); in main()
/third_party/icu/icu4c/source/test/iotest/
Diotest.cpp261 dbl = atof(u_austrcpy(cBuffer, argument)); in DataDrivenPrintf()
463 expectedDbl = atof(u_austrcpy(cBuffer, expectedResult)); in DataDrivenScanf()
472 expectedFlt = (float)atof(u_austrcpy(cBuffer, expectedResult)); in DataDrivenScanf()
658 dbl = atof(u_austrcpy(cBuffer, argument)); in DataDrivenPrintfPrecision()
/third_party/toybox/toys/posix/
Dsort.c234 double dx = atof(x), dy = atof(y); in compare_values()
/third_party/boost/libs/spirit/test/lex/
Dmatlib.h36 out.push_back(std::atof(work.c_str())); in operator()

123456