Home
last modified time | relevance | path

Searched refs:strtod (Results 1 – 25 of 5197) sorted by relevance

12345678910>>...208

/dports/misc/rump/buildrump.sh-b914579/src/lib/libc/gdtoa/test/
H A Dd.out9 fI[0] == strtod
27 fI[1] == strtod
37 fI[0] == strtod
47 fI[0] == strtod
57 fI[0] == strtod
67 fI[1] == strtod
77 fI[0] == strtod
87 fI[0] == strtod
97 fI[0] == strtod
107 fI[0] == strtod
[all …]
/dports/devel/emscripten/emscripten-2.0.3/tests/core/
H A Dtest_strtod.c14 printf("%g\n", strtod("0", &endptr)); in main()
15 printf("%g\n", strtod("0.", &endptr)); in main()
16 printf("%g\n", strtod("0.0", &endptr)); in main()
17 printf("%g\n", strtod("-0.0", &endptr)); in main()
18 printf("%g\n", strtod("1", &endptr)); in main()
19 printf("%g\n", strtod("1.", &endptr)); in main()
20 printf("%g\n", strtod("1.0", &endptr)); in main()
22 printf("%g\n", strtod("0.5", &endptr)); in main()
23 printf("%g\n", strtod(".5", &endptr)); in main()
24 printf("%g\n", strtod(".a5", &endptr)); in main()
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/string/tests/unit_tests/
H A Dstrtod.dia.ref9 // strtod
15 d = strtod(STR);
17 [d,s] = strtod(STR);
22 [d,s] = strtod(STR);
27 [d,s] = strtod(STR);
36 [d,s] = strtod(STR);
40 [d,s] = strtod("");
44 [d,s] = strtod(" ");
60 [d,s] = strtod([]);
96 d = strtod(STR,".");
[all …]
H A Dstrtod.tst11 // strtod
17 d = strtod(STR);
19 [d,s] = strtod(STR);
24 [d,s] = strtod(STR);
29 [d,s] = strtod(STR);
38 [d,s] = strtod(STR);
42 [d,s] = strtod("");
46 [d,s] = strtod(" ");
62 [d,s] = strtod([]);
100 d = strtod(STR,".");
[all …]
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Core/
H A DStringUtils.cpp188 return (float)strtod(source, 0); in ToFloat()
201 return strtod(source, 0); in ToDouble()
218 ret.r_ = (float)strtod(ptr, &ptr); in ToColor()
219 ret.g_ = (float)strtod(ptr, &ptr); in ToColor()
220 ret.b_ = (float)strtod(ptr, &ptr); in ToColor()
328 x = (float)strtod(ptr, &ptr); in ToQuaternion()
329 y = (float)strtod(ptr, &ptr); in ToQuaternion()
330 z = (float)strtod(ptr, &ptr); in ToQuaternion()
361 ret.x_ = (float)strtod(ptr, &ptr); in ToVector2()
362 ret.y_ = (float)strtod(ptr, &ptr); in ToVector2()
[all …]
/dports/astro/gnuastro/gnuastro-0.16/bootstrapped/tests/
H A Dtest-strtod.c47 result = strtod (input, &ptr); in main()
58 result = strtod (input, &ptr); in main()
69 result = strtod (input, &ptr); in main()
80 result = strtod (input, &ptr); in main()
91 result = strtod (input, &ptr); in main()
102 result = strtod (input, &ptr); in main()
113 result = strtod (input, &ptr); in main()
124 result = strtod (input, &ptr); in main()
137 result = strtod (input, &ptr); in main()
147 result = strtod (input, &ptr); in main()
[all …]
/dports/devel/m4/m4-1.4.19/tests/
H A Dtest-strtod.c47 result = strtod (input, &ptr); in main()
58 result = strtod (input, &ptr); in main()
69 result = strtod (input, &ptr); in main()
80 result = strtod (input, &ptr); in main()
91 result = strtod (input, &ptr); in main()
102 result = strtod (input, &ptr); in main()
113 result = strtod (input, &ptr); in main()
124 result = strtod (input, &ptr); in main()
137 result = strtod (input, &ptr); in main()
147 result = strtod (input, &ptr); in main()
[all …]
/dports/devel/gnulib/gnulib-20140202-stable/tests/
H A Dtest-strtod.c47 result = strtod (input, &ptr); in main()
58 result = strtod (input, &ptr); in main()
69 result = strtod (input, &ptr); in main()
80 result = strtod (input, &ptr); in main()
91 result = strtod (input, &ptr); in main()
102 result = strtod (input, &ptr); in main()
113 result = strtod (input, &ptr); in main()
124 result = strtod (input, &ptr); in main()
137 result = strtod (input, &ptr); in main()
147 result = strtod (input, &ptr); in main()
[all …]
/dports/sysutils/coreutils/coreutils-8.32/gnulib-tests/
H A Dtest-strtod.c47 result = strtod (input, &ptr); in main()
58 result = strtod (input, &ptr); in main()
69 result = strtod (input, &ptr); in main()
80 result = strtod (input, &ptr); in main()
91 result = strtod (input, &ptr); in main()
102 result = strtod (input, &ptr); in main()
113 result = strtod (input, &ptr); in main()
124 result = strtod (input, &ptr); in main()
137 result = strtod (input, &ptr); in main()
147 result = strtod (input, &ptr); in main()
[all …]
/dports/misc/gnuls/coreutils-8.30/gnulib-tests/
H A Dtest-strtod.c47 result = strtod (input, &ptr); in main()
58 result = strtod (input, &ptr); in main()
69 result = strtod (input, &ptr); in main()
80 result = strtod (input, &ptr); in main()
91 result = strtod (input, &ptr); in main()
102 result = strtod (input, &ptr); in main()
113 result = strtod (input, &ptr); in main()
124 result = strtod (input, &ptr); in main()
137 result = strtod (input, &ptr); in main()
147 result = strtod (input, &ptr); in main()
[all …]
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/tests/
H A Dtest-strtod.c47 result = strtod (input, &ptr); in main()
58 result = strtod (input, &ptr); in main()
69 result = strtod (input, &ptr); in main()
80 result = strtod (input, &ptr); in main()
91 result = strtod (input, &ptr); in main()
102 result = strtod (input, &ptr); in main()
113 result = strtod (input, &ptr); in main()
124 result = strtod (input, &ptr); in main()
137 result = strtod (input, &ptr); in main()
147 result = strtod (input, &ptr); in main()
[all …]
/dports/devel/libnaji/libnaji-0.6.4.src/
H A Dnaji_len.c46 miles = strtod(buffer, &end); in miles_to_mm()
61 mm = strtod(buffer, &end); in mm_to_miles()
84 miles = strtod(buffer, &end); in miles_to_cm()
99 cm = strtod(buffer, &end); in cm_to_miles()
295 km = strtod(buffer, &end); in km_to_miles()
317 km = strtod(buffer, &end); in km_to_yards()
356 km = strtod(buffer, &end); in km_to_feet()
395 km = strtod(buffer, &end); in km_to_inches()
432 km = strtod(buffer, &end); in km_to_meters()
469 km = strtod(buffer, &end); in km_to_cm()
[all …]
/dports/science/afni/afni-AFNI_21.3.16/src/
H A Dedt_checkargv.c33 edopt->clip_top = strtod( argv[nopt++] , NULL ) ; in EDIT_check_argv()
113 val = strtod( argv[nopt++] , NULL ) ; in EDIT_check_argv()
130 v1 = strtod( argv[nopt++] , NULL ) ; in EDIT_check_argv()
131 v2 = strtod( argv[nopt++] , NULL ) ; in EDIT_check_argv()
499 edopt->blur = strtod( argv[nopt++] , NULL ) ; in EDIT_check_argv()
513 edopt->blur = strtod( argv[nopt++] , NULL ) ; in EDIT_check_argv()
528 edopt->blurx = strtod( argv[nopt++] , NULL ) ; in EDIT_check_argv()
529 edopt->blury = strtod( argv[nopt++] , NULL ) ; in EDIT_check_argv()
530 edopt->blurz = strtod( argv[nopt++] , NULL ) ; in EDIT_check_argv()
548 edopt->blur = strtod( argv[nopt++] , NULL ) ; in EDIT_check_argv()
[all …]
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/tests/
H A Dstrtof-6.37.38-15.307.308-31.291.308.tst186 strtod "0x1p+1024" "" inf ERANGE
317 strtod "+inf" "" inf OK
324 strtod "-inf" "" -inf OK
339 strtod "+Inf" "" inf OK
346 strtod "-Inf" "" -inf OK
361 strtod "+InFiNiTy" "" inf OK
368 strtod "-InFiNiTy" "" -inf OK
383 strtod "+infi" "i" inf OK
390 strtod "-infi" "i" -inf OK
427 strtod "+NaN" "" nan OK
[all …]
H A Dstrtof-6.37.38-15.307.308-15.307.308.tst186 strtod "0x1p+16384" "" inf ERANGE
303 strtod "+inf" "" inf OK
310 strtod "-inf" "" -inf OK
325 strtod "+Inf" "" inf OK
332 strtod "-Inf" "" -inf OK
347 strtod "+InFiNiTy" "" inf OK
354 strtod "-InFiNiTy" "" -inf OK
369 strtod "+infi" "i" inf OK
376 strtod "-infi" "i" -inf OK
413 strtod "+NaN" "" nan OK
[all …]
H A Dstrtof-6.37.38-15.307.308-33.4931.4932.tst186 strtod "0x1p+16384" "" inf ERANGE
303 strtod "+inf" "" inf OK
310 strtod "-inf" "" -inf OK
325 strtod "+Inf" "" inf OK
332 strtod "-Inf" "" -inf OK
347 strtod "+InFiNiTy" "" inf OK
354 strtod "-InFiNiTy" "" -inf OK
369 strtod "+infi" "i" inf OK
376 strtod "-infi" "i" -inf OK
413 strtod "+NaN" "" nan OK
[all …]
H A Dstrtof-6.37.38-15.307.308-18.4931.4932.tst186 strtod "0x1p+16384" "" inf ERANGE
303 strtod "+inf" "" inf OK
310 strtod "-inf" "" -inf OK
325 strtod "+Inf" "" inf OK
332 strtod "-Inf" "" -inf OK
347 strtod "+InFiNiTy" "" inf OK
354 strtod "-InFiNiTy" "" -inf OK
369 strtod "+infi" "i" inf OK
376 strtod "-infi" "i" -inf OK
413 strtod "+NaN" "" nan OK
[all …]
H A Dstrtof-6.37.38-15.307.308-31.307.308.tst186 strtod "0x1p+16384" "" inf ERANGE
303 strtod "+inf" "" inf OK
310 strtod "-inf" "" -inf OK
325 strtod "+Inf" "" inf OK
332 strtod "-Inf" "" -inf OK
347 strtod "+InFiNiTy" "" inf OK
354 strtod "-InFiNiTy" "" -inf OK
369 strtod "+infi" "i" inf OK
376 strtod "-infi" "i" -inf OK
413 strtod "+NaN" "" nan OK
[all …]
/dports/shells/ksh93/ast-93u/src/cmd/tests/
H A Dstrtof-6.37.38-15.307.308-31.291.308.tst186 strtod "0x1p+1024" "" inf ERANGE
317 strtod "+inf" "" inf OK
324 strtod "-inf" "" -inf OK
339 strtod "+Inf" "" inf OK
346 strtod "-Inf" "" -inf OK
361 strtod "+InFiNiTy" "" inf OK
368 strtod "-InFiNiTy" "" -inf OK
383 strtod "+infi" "i" inf OK
390 strtod "-infi" "i" -inf OK
427 strtod "+NaN" "" nan OK
[all …]
H A Dstrtof-6.37.38-15.307.308-33.4931.4932.tst186 strtod "0x1p+16384" "" inf ERANGE
303 strtod "+inf" "" inf OK
310 strtod "-inf" "" -inf OK
325 strtod "+Inf" "" inf OK
332 strtod "-Inf" "" -inf OK
347 strtod "+InFiNiTy" "" inf OK
354 strtod "-InFiNiTy" "" -inf OK
369 strtod "+infi" "i" inf OK
376 strtod "-infi" "i" -inf OK
413 strtod "+NaN" "" nan OK
[all …]
H A Dstrtof-6.37.38-15.307.308-15.307.308.tst186 strtod "0x1p+16384" "" inf ERANGE
303 strtod "+inf" "" inf OK
310 strtod "-inf" "" -inf OK
325 strtod "+Inf" "" inf OK
332 strtod "-Inf" "" -inf OK
347 strtod "+InFiNiTy" "" inf OK
354 strtod "-InFiNiTy" "" -inf OK
369 strtod "+infi" "i" inf OK
376 strtod "-infi" "i" -inf OK
413 strtod "+NaN" "" nan OK
[all …]
H A Dstrtof-6.37.38-15.307.308-18.4931.4932.tst186 strtod "0x1p+16384" "" inf ERANGE
303 strtod "+inf" "" inf OK
310 strtod "-inf" "" -inf OK
325 strtod "+Inf" "" inf OK
332 strtod "-Inf" "" -inf OK
347 strtod "+InFiNiTy" "" inf OK
354 strtod "-InFiNiTy" "" -inf OK
369 strtod "+infi" "i" inf OK
376 strtod "-infi" "i" -inf OK
413 strtod "+NaN" "" nan OK
[all …]
H A Dstrtof-6.37.38-15.307.308-31.307.308.tst186 strtod "0x1p+16384" "" inf ERANGE
303 strtod "+inf" "" inf OK
310 strtod "-inf" "" -inf OK
325 strtod "+Inf" "" inf OK
332 strtod "-Inf" "" -inf OK
347 strtod "+InFiNiTy" "" inf OK
354 strtod "-InFiNiTy" "" -inf OK
369 strtod "+infi" "i" inf OK
376 strtod "-infi" "i" -inf OK
413 strtod "+NaN" "" nan OK
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/string/tests/nonreg_tests/
H A Dbug_13524.dia.ref18 v = strtod(str);
21 v = strtod(str);
24 v = strtod(str);
27 v = strtod(str);
30 v = strtod(str);
33 [v, endStr] = strtod(str);
38 v = strtod(str);
41 v = strtod(str);
44 v = strtod(str);
47 v = strtod(str);
[all …]
H A Dbug_13524.tst20 v = strtod(str);
23 v = strtod(str);
26 v = strtod(str);
29 v = strtod(str);
32 v = strtod(str);
35 [v, endStr] = strtod(str);
40 v = strtod(str);
43 v = strtod(str);
46 v = strtod(str);
49 v = strtod(str);
[all …]

12345678910>>...208