/external/libcups/filter/ |
D | common.c | 109 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/ |
D | cert-err34-c.cpp | 10 extern double atof(const char *nptr); 18 using ::atof; using ::atoi; using ::atol; using ::atoll; 42 double d = atof(in); // to double in f2()
|
D | cert-err34-c.c | 15 extern double atof(const char *nptr); 80 double d = atof(in); // to double in f2()
|
/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/llvm-project/libcxx/include/support/solaris/ |
D | floatingpoint.h | 9 #define atof sun_atof macro 12 #undef atof
|
/external/libcxx/include/support/solaris/ |
D | floatingpoint.h | 10 #define atof sun_atof macro 13 #undef atof
|
/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/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/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()
|
/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 ")
|
/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/llvm-project/compiler-rt/test/ubsan/TestCases/Misc/ |
D | log-path_test.cpp | 31 double a = atof(argv[1]); in main()
|
/external/compiler-rt/test/ubsan/TestCases/Misc/ |
D | log-path_test.cc | 29 double a = atof(argv[1]); in main()
|
/external/llvm-project/compiler-rt/test/cfi/icall/ |
D | external-call.c | 24 fn(atof(argv[2])); in main()
|
/external/compiler-rt/test/cfi/icall/ |
D | external-call.c | 23 fn(atof(argv[2])); in main()
|
/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/webrtc/third_party/abseil-cpp/absl/base/ |
D | dynamic_annotations.cc | 121 slowdown = local_slowdown = env ? atof(env) : 50.0; in ValgrindSlowdown()
|
/external/abseil-cpp/absl/base/ |
D | dynamic_annotations.cc | 121 slowdown = local_slowdown = env ? atof(env) : 50.0; in ValgrindSlowdown()
|
/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/libcups/man/ |
D | mantohtml.c | 512 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()
|