Home
last modified time | relevance | path

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

12345

/external/libcups/filter/
Dcommon.c115 PageLeft = (float)atof(val); in SetCommonOptions()
118 PageBottom = (float)atof(val); in SetCommonOptions()
121 PageRight = PageWidth - (float)atof(val); in SetCommonOptions()
124 PageTop = PageLength - (float)atof(val); in SetCommonOptions()
134 PageRight = PageWidth - (float)atof(val); in SetCommonOptions()
137 PageTop = PageLength - (float)atof(val); in SetCommonOptions()
140 PageLeft = (float)atof(val); in SetCommonOptions()
143 PageBottom = (float)atof(val); in SetCommonOptions()
153 PageBottom = (float)atof(val); in SetCommonOptions()
156 PageLeft = (float)atof(val); in SetCommonOptions()
[all …]
/external/sonic/
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()
/external/libcxx/include/support/solaris/
Dfloatingpoint.h10 #define atof sun_atof macro
13 #undef atof
/external/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()
/external/lmfit/demo/
Dnonlin1.c45 p[0] = atof( argv[1] ); in main()
46 p[1] = atof( argv[2] ); in main()
/external/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()
/external/python/cpython2/Lib/test/
Dtest_strop.py25 self.assertTrue(strop.atof(" 1 ") == 1.0)
26 self.assertRaises(ValueError, strop.atof, " 1x")
27 self.assertRaises(ValueError, strop.atof, " x1 ")
Dtest_string.py88 self.assertAlmostEqual(string.atof(" 1 "), 1.0)
89 self.assertRaises(ValueError, string.atof, " 1x ")
90 self.assertRaises(ValueError, string.atof, " x1 ")
/external/python/cpython2/Python/
Dstrtod.c58 extern double atof(const char *); /* Only called when result known to be ok */
158 return atof(buffer)*sign; in strtod()
Datof.c11 double atof(char *s) in atof() function
/external/fec/
Dvtest27.c85 ebn0 = atof(optarg);
88 Gain = atof(optarg);
Dvtest29.c85 ebn0 = atof(optarg);
88 Gain = atof(optarg);
Dvtest39.c85 ebn0 = atof(optarg);
88 Gain = atof(optarg);
Dvtest615.c87 ebn0 = atof(optarg);
90 Gain = atof(optarg);
/external/compiler-rt/test/ubsan/TestCases/Misc/
Dlog-path_test.cc29 double a = atof(argv[1]); in main()
/external/compiler-rt/test/cfi/icall/
Dexternal-call.c23 fn(atof(argv[2])); in main()
/external/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()
/external/python/cpython2/Lib/
Dlocale.py307 def atof(string, func=float): function
322 return atof(str, int)
331 print s1, "is", atof(s1)
/external/icu/icu4c/source/test/iotest/
Diotest.cpp261 dbl = atof(u_austrcpy(cBuffer, argument)); in DataDrivenPrintf()
426 expectedDbl = atof(u_austrcpy(cBuffer, expectedResult)); in DataDrivenScanf()
435 expectedFlt = (float)atof(u_austrcpy(cBuffer, expectedResult)); in DataDrivenScanf()
621 dbl = atof(u_austrcpy(cBuffer, argument)); in DataDrivenPrintfPrecision()
/external/swiftshader/third_party/LLVM/autoconf/m4/
Dc_printf_a.m418 B = atof(Buffer);
/external/libcxx/include/
Dcstdlib35 double atof (const char* nptr);
106 using ::atof;
/external/ltp/testcases/misc/math/
D.gitignore2 /atof/atof01
/external/eigen/bench/spbench/
Dspbenchsolver.cpp65 tol = atof(inval.c_str()); in main()
/external/toybox/toys/posix/
Dsort.c233 double dx = atof(x), dy = atof(y); in compare_values()

12345