Home
last modified time | relevance | path

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

12345

/third_party/cups-filters/filter/
H A Dcommon.c229 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(va in SetCommonOptions()
[all...]
/third_party/pulseaudio/sonic/
H A Dmain.c93 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/
H A Datof01.c28 * atof(3), sprintf(3), ( doprnt.s )
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/
H A 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()
H A Dsched_tc0.c238 execution_time = atof(optarg); in parse_args()
/third_party/astc-encoder/Utils/
H A Dastc_rgbm_codec.cpp59 float rgbm_multiplier = atof(argv[2]); in main()
60 float low_clamp = atof(argv[3]); in main()
/third_party/musl/porting/uniproton/kernel/src/stdlib/
H A Datof.c3 double atof(const char *s) in atof() function
/third_party/musl/porting/liteos_m/kernel/src/stdlib/
H A Datof.c3 double atof(const char *s) in atof() function
/third_party/musl/src/stdlib/
H A Datof.c3 double atof(const char *s) in atof() function
/third_party/lame/misc/
H A Dath.c821 open_generator ( &g, &s, genmode, atof (argv[4]), atof (argv[2]), atof (argv[3]) ); in main()
822 open_amplifier ( &a, &s, argc > 6 ? atof (argv[6]) : 0.0001, atof (argv[5]) ); in main()
/third_party/musl/libc-test/src/functionalext/supplement/stdlib/
H A Datof.c37 double result = atof(str); in atof_0100()
/third_party/alsa-utils/bat/
H A 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()
474 bat->sigma_k = atof(optarg); in parse_arguments()
/third_party/cups-filters/cupsfilters/
H A Dtestdither.c80 lutvals[nlutvals] = atof(argv[x]) / 255.0; in main()
/third_party/astc-encoder/Source/
H A Dastcenccli_toplevel.cpp575 quality = static_cast<float>(atof(argv[5])); in init_astcenc_config()
716 config.cw_r_weight = static_cast<float>(atof(argv[argidx - 4])); in edit_astcenc_config()
717 config.cw_g_weight = static_cast<float>(atof(argv[argidx - 3])); in edit_astcenc_config()
718 config.cw_b_weight = static_cast<float>(atof(argv[argidx - 2])); in edit_astcenc_config()
719 config.cw_a_weight = static_cast<float>(atof(argv[argidx - 1])); in edit_astcenc_config()
911 config.rgbm_m_scale = static_cast<float>(atof(argv[argidx - 1])); in edit_astcenc_config()
1029 config.tune_db_limit = static_cast<float>(atof(argv[argidx - 1])); in edit_astcenc_config()
1041 config.tune_2partition_early_out_limit_factor = static_cast<float>(atof(argv[argidx - 1])); in edit_astcenc_config()
1052 config.tune_3partition_early_out_limit_factor = static_cast<float>(atof(argv[argidx - 1])); in edit_astcenc_config()
1063 config.tune_2plane_early_out_limit_correlation = static_cast<float>(atof(arg in edit_astcenc_config()
[all...]
/third_party/skia/third_party/externals/libpng/contrib/gregbook/
H A Drpng-win.c218 sgi_gamma = atof(tmpline); in WinMain()
242 display_exponent = atof(p); in WinMain()
279 display_exponent = atof(*argv); in WinMain()
H A Drpng-x.c207 sgi_gamma = atof(tmpline); in main()
231 display_exponent = atof(p); in main()
248 display_exponent = atof(*argv); in main()
H A 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/backends/tools/
H A Dgamma4scanimage.c48 gamma = atof(argv[1]); in main()
/third_party/toybox/toys/posix/
H A Dsort.c233 double dx = atof(x), dy = atof(y); in compare_values()
/third_party/icu/icu4c/source/test/iotest/
H A 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/ffmpeg/libavformat/
H A Dwebmdashenc.c75 if (!duration || atof(duration->value) < 0) continue; in get_duration()
76 if (atof(duration->value) > max) max = atof(duration->value); in get_duration()
/third_party/skia/third_party/externals/libpng/contrib/libtests/
H A Dtarith.c96 max_error = atof(*++argv); in validation_ascii_to_fp()
101 max_error_abs = atof(*++argv); in validation_ascii_to_fp()
188 double out = atof(buffer); in validation_ascii_to_fp()
198 * calculations, either in the conversion API or in atof. in validation_ascii_to_fp()
/third_party/musl/porting/liteos_m/kernel/include/
H A Dstdlib.h24 double atof (const char *);
/third_party/musl/porting/liteos_m/user/include/
H A Dstdlib.h24 double atof (const char *);
/third_party/musl/porting/liteos_a/kernel/include/
H A Dstdlib.h26 double atof (const char *);

Completed in 17 milliseconds

12345