/third_party/boost/libs/graph_parallel/test/ |
D | distributed_rmat_pagerank.cpp | 108 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()
|
D | distributed_rmat_cc.cpp | 114 atof(argv[3]), atof(argv[4]), in main() 115 atof(argv[5]), atof(argv[6])); in main()
|
D | distributed_rmat_cc_ps.cpp | 113 atof(argv[3]), atof(argv[4]), in main() 114 atof(argv[5]), atof(argv[6])); in main()
|
/third_party/ltp/testcases/misc/math/atof/ |
D | atof01.c | 90 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/ |
D | sched_driver.c | 473 *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()
|
D | sched_tc0.c | 238 execution_time = atof(optarg); in parse_args()
|
D | sched_tc2.c | 243 execution_time = atof(optarg); in parse_args()
|
/third_party/boost/libs/spirit/workbench/qi/ |
D | real_parser.cpp | 39 double d = atof(first[i]); in benchmark() 99 << atof(first[i]) << ',' in main()
|
/third_party/musl/porting/liteos_m/kernel/src/stdlib/ |
D | atof.c | 3 double atof(const char *s) in atof() function
|
/third_party/musl/porting/uniproton/kernel/src/stdlib/ |
D | atof.c | 3 double atof(const char *s) in atof() function
|
/third_party/musl/src/stdlib/ |
D | atof.c | 3 double atof(const char *s) in atof() function
|
/third_party/boost/boost/geometry/util/ |
D | coordinate_cast.hpp | 40 return atof(source.c_str()); in apply()
|
/third_party/musl/libc-test/src/functionalext/supplement/stdlib/ |
D | atof.c | 37 double result = atof(str); in atof_0100()
|
D | test_src_functionalext_supplement_stdlib.gni | 28 "atof",
|
/third_party/alsa-utils/bat/ |
D | bat.c | 122 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/ |
D | rpng-win.c | 218 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/ |
D | rpng-win.c | 218 sgi_gamma = atof(tmpline); in WinMain() 242 display_exponent = atof(p); in WinMain() 279 display_exponent = atof(*argv); in WinMain()
|
D | wpng.c | 216 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/ |
D | cstdlib | 24 using ::atof;
|
/third_party/ltp/testcases/misc/math/ |
D | .gitignore | 2 /atof/atof01
|
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/EGLWLMockNavigation/src/ |
D | Argument.cpp | 56 value = atof(lpArgNext); in FloatArgument()
|
/third_party/gstreamer/gstplugins_good/tests/examples/shapewipe/ |
D | shapewipe-example.c | 81 border = atof (argv[2]); in main()
|
/third_party/icu/icu4c/source/test/iotest/ |
D | iotest.cpp | 261 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/ |
D | sort.c | 234 double dx = atof(x), dy = atof(y); in compare_values()
|
/third_party/boost/libs/spirit/test/lex/ |
D | matlib.h | 36 out.push_back(std::atof(work.c_str())); in operator()
|