/external/libcups/filter/ |
D | common.c | 115 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/ |
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()
|
/external/libcxx/include/support/solaris/ |
D | floatingpoint.h | 10 #define atof sun_atof macro 13 #undef atof
|
/external/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()
|
/external/lmfit/demo/ |
D | nonlin1.c | 45 p[0] = atof( argv[1] ); in main() 46 p[1] = atof( argv[2] ); in main()
|
/external/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()
|
/external/python/cpython2/Lib/test/ |
D | test_strop.py | 25 self.assertTrue(strop.atof(" 1 ") == 1.0) 26 self.assertRaises(ValueError, strop.atof, " 1x") 27 self.assertRaises(ValueError, strop.atof, " x1 ")
|
D | test_string.py | 88 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/ |
D | strtod.c | 58 extern double atof(const char *); /* Only called when result known to be ok */ 158 return atof(buffer)*sign; in strtod()
|
D | atof.c | 11 double atof(char *s) in atof() function
|
/external/fec/ |
D | vtest27.c | 85 ebn0 = atof(optarg); 88 Gain = atof(optarg);
|
D | vtest29.c | 85 ebn0 = atof(optarg); 88 Gain = atof(optarg);
|
D | vtest39.c | 85 ebn0 = atof(optarg); 88 Gain = atof(optarg);
|
D | vtest615.c | 87 ebn0 = atof(optarg); 90 Gain = atof(optarg);
|
/external/compiler-rt/test/ubsan/TestCases/Misc/ |
D | log-path_test.cc | 29 double a = atof(argv[1]); in main()
|
/external/compiler-rt/test/cfi/icall/ |
D | external-call.c | 23 fn(atof(argv[2])); in main()
|
/external/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()
|
/external/python/cpython2/Lib/ |
D | locale.py | 307 def atof(string, func=float): function 322 return atof(str, int) 331 print s1, "is", atof(s1)
|
/external/icu/icu4c/source/test/iotest/ |
D | iotest.cpp | 261 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/ |
D | c_printf_a.m4 | 18 B = atof(Buffer);
|
/external/libcxx/include/ |
D | cstdlib | 35 double atof (const char* nptr); 106 using ::atof;
|
/external/ltp/testcases/misc/math/ |
D | .gitignore | 2 /atof/atof01
|
/external/eigen/bench/spbench/ |
D | spbenchsolver.cpp | 65 tol = atof(inval.c_str()); in main()
|
/external/toybox/toys/posix/ |
D | sort.c | 233 double dx = atof(x), dy = atof(y); in compare_values()
|