Home
last modified time | relevance | path

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

1234567

/external/libcups/filter/
Dcommon.c109 PageLeft = (float)atof(val); in SetCommonOptions()
112 PageBottom = (float)atof(val); in SetCommonOptions()
115 PageRight = PageWidth - (float)atof(val); in SetCommonOptions()
118 PageTop = PageLength - (float)atof(val); in SetCommonOptions()
128 PageRight = PageWidth - (float)atof(val); in SetCommonOptions()
131 PageTop = PageLength - (float)atof(val); in SetCommonOptions()
134 PageLeft = (float)atof(val); in SetCommonOptions()
137 PageBottom = (float)atof(val); in SetCommonOptions()
147 PageBottom = (float)atof(val); in SetCommonOptions()
150 PageLeft = (float)atof(val); in SetCommonOptions()
[all …]
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dcert-err34-c.cpp10 extern double atof(const char *nptr);
18 using ::atof; using ::atoi; using ::atol; using ::atoll;
42 double d = atof(in); // to double in f2()
Dcert-err34-c.c15 extern double atof(const char *nptr);
80 double d = atof(in); // to double in f2()
/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/llvm-project/libcxx/include/support/solaris/
Dfloatingpoint.h9 #define atof sun_atof macro
12 #undef atof
/external/libcxx/include/support/solaris/
Dfloatingpoint.h10 #define atof sun_atof macro
13 #undef atof
/external/lmfit/demo/
Dnonlin1.c45 p[0] = atof( argv[1] ); in main()
46 p[1] = atof( argv[2] ); in main()
/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/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()
/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 ")
/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/llvm-project/compiler-rt/test/ubsan/TestCases/Misc/
Dlog-path_test.cpp31 double a = atof(argv[1]); in main()
/external/compiler-rt/test/ubsan/TestCases/Misc/
Dlog-path_test.cc29 double a = atof(argv[1]); in main()
/external/llvm-project/compiler-rt/test/cfi/icall/
Dexternal-call.c24 fn(atof(argv[2])); in main()
/external/compiler-rt/test/cfi/icall/
Dexternal-call.c23 fn(atof(argv[2])); in main()
/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/webrtc/third_party/abseil-cpp/absl/base/
Ddynamic_annotations.cc121 slowdown = local_slowdown = env ? atof(env) : 50.0; in ValgrindSlowdown()
/external/abseil-cpp/absl/base/
Ddynamic_annotations.cc121 slowdown = local_slowdown = env ? atof(env) : 50.0; in ValgrindSlowdown()
/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/libcups/man/
Dmantohtml.c512 amount = (float)atof(line + 4); in main()
558 amount = (float)atof(line + 4); in main()
591 amount = (float)atof(line + 4); in main()
679 amount = (float)atof(lineptr); in main()

1234567