/third_party/cups-filters/filter/ |
D | common.c | 229 PageLeft = (float)atof(val); in SetCommonOptions() 232 PageBottom = (float)atof(val); in SetCommonOptions() 235 PageRight = PageWidth - (float)atof(val); in SetCommonOptions() 238 PageTop = PageLength - (float)atof(val); in SetCommonOptions() 248 PageRight = PageWidth - (float)atof(val); in SetCommonOptions() 251 PageTop = PageLength - (float)atof(val); in SetCommonOptions() 254 PageLeft = (float)atof(val); in SetCommonOptions() 257 PageBottom = (float)atof(val); in SetCommonOptions() 267 PageBottom = (float)atof(val); in SetCommonOptions() 270 PageLeft = (float)atof(val); in SetCommonOptions() [all …]
|
/third_party/pulseaudio/sonic/ |
D | main.c | 93 pitch = atof(argv[xArg]); in main() 102 rate = atof(argv[xArg]); in main() 108 speed = atof(argv[xArg]); in main() 114 volume = atof(argv[xArg]); 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/rust/crates/minimal-lexical/etc/correctness/ |
D | README.md | 5 … MIT license. These files have been modified to compile and use lexical's atof routines, rather th… 7 …n 2.0 or the MIT license. These files have been modified to use lexical's atof routines, rather th…
|
/third_party/astc-encoder/Source/ |
D | astcenccli_toplevel.cpp | 534 quality = static_cast<float>(atof(argv[5])); in init_astcenc_config() 675 config.cw_r_weight = static_cast<float>(atof(argv[argidx - 4])); in edit_astcenc_config() 676 config.cw_g_weight = static_cast<float>(atof(argv[argidx - 3])); in edit_astcenc_config() 677 config.cw_b_weight = static_cast<float>(atof(argv[argidx - 2])); in edit_astcenc_config() 678 config.cw_a_weight = static_cast<float>(atof(argv[argidx - 1])); in edit_astcenc_config() 820 config.rgbm_m_scale = static_cast<float>(atof(argv[argidx - 1])); in edit_astcenc_config() 879 config.tune_db_limit = static_cast<float>(atof(argv[argidx - 1])); in edit_astcenc_config() 891 config.tune_2_partition_early_out_limit_factor = static_cast<float>(atof(argv[argidx - 1])); in edit_astcenc_config() 902 config.tune_3_partition_early_out_limit_factor = static_cast<float>(atof(argv[argidx - 1])); in edit_astcenc_config() 913 config.tune_2_plane_early_out_limit_correlation = static_cast<float>(atof(argv[argidx - 1])); in edit_astcenc_config()
|
/third_party/astc-encoder/Utils/ |
D | astc_rgbm_codec.cpp | 59 float rgbm_multiplier = atof(argv[2]); in main() 60 float low_clamp = atof(argv[3]); 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/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/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()
|
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()
|
D | rpng-x.c | 207 sgi_gamma = atof(tmpline); in main() 231 display_exponent = atof(p); in main() 248 display_exponent = atof(*argv); in main()
|
/third_party/cups-filters/cupsfilters/ |
D | testdither.c | 80 lutvals[nlutvals] = atof(argv[x]) / 255.0; in main()
|
/third_party/ltp/testcases/misc/math/ |
D | .gitignore | 2 /atof/atof01
|
/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/gstreamer/gstplugins_good/tests/examples/shapewipe/ |
D | shapewipe-example.c | 81 border = atof (argv[2]); in main()
|
/third_party/toybox/toys/posix/ |
D | sort.c | 233 double dx = atof(x), dy = atof(y); in compare_values()
|
/third_party/ffmpeg/libavformat/ |
D | webmdashenc.c | 73 if (!duration || atof(duration->value) < 0) continue; in get_duration() 74 if (atof(duration->value) > max) max = atof(duration->value); in get_duration()
|
/third_party/cups-filters/filter/pdftopdf/ |
D | pdftopdf.cc | 95 *ret=atof(val); in optGetFloat() 441 tmp.top = atof(val) * 72.0 / 2540.0; in getParameters() 444 tmp.left = atof(val) * 72.0 / 2540.0; in getParameters() 447 tmp.right = atof(val) * 72.0 / 2540.0; in getParameters() 450 tmp.bottom = atof(val) * 72.0 / 2540.0; in getParameters()
|