Searched refs:strtod (Results 1 – 17 of 17) sorted by relevance
/AliOS-Things-master/components/py_engine/tests/unix/ |
A D | ffi_float.py | 32 strtod = libc.func("d", "strtod", "sp") variable 33 print("%.6f" % strtod("1.23", None))
|
/AliOS-Things-master/components/sensor/include/ |
A D | gps_parse.h | 75 ret = strtod(&buff[0], &str_tmp); in gps_atof()
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/examples/ |
A D | example_util.c | 55 const float f = (v != NULL) ? (float)strtod(v, &end) : 0.f; in ExUtilGetFloat()
|
/AliOS-Things-master/components/freetype/src/tools/ftrandom/ |
A D | ftrandom.c | 602 error_fraction = strtod( argv[++i], &end ); in main() 624 font_size = (FT_F26Dot6)( strtod( argv[++i], &end ) * 64 ); in main()
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/ |
A D | qjs.c | 413 memory_limit = (size_t)strtod(argv[optind++], NULL); in main() 421 stack_size = (size_t)strtod(argv[optind++], NULL); in main()
|
A D | qjsc.c | 589 stack_size = (size_t)strtod(optarg, NULL); in main()
|
A D | quickjs.c | 9960 d = strtod(p, NULL); in js_strtod() 11177 if (strtod(buf_tmp, NULL) == d) { in js_ecvt()
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/tools/ |
A D | genpng.c | 135 double w = strtod(arg, &ep); in width_of() 149 double w = strtod(arg, &ep); in coordinate_of()
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/flatbuffers/include/flatbuffers/ |
A D | util.h | 242 #define __strtod_impl(s, pe) strtod(s, pe) 243 #define __strtof_impl(s, pe) static_cast<float>(strtod(s, pe))
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/swlib/string/ |
A D | strtod_bk.c | 1258 strtod(_CONST char *__restrict s00 , char **__restrict se)
|
/AliOS-Things-master/components/linkkit/infra/ |
A D | infra_cjson.c | 135 number = strtod((const char *)number_c_string, (char **)&after_end); in parse_number()
|
/AliOS-Things-master/components/SDL2/src/stdlib/ |
A D | SDL_string.c | 964 return strtod(string, endp); in SDL_strtod()
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/ |
A D | configure | 12969 double strtod (); 12975 /* Some versions of Linux strtod mis-parse strings with leading '+'. */ 12979 value = strtod (string, &term); 12985 /* Under Solaris 2.4, strtod returns the wrong value for the 12989 strtod (string, &term);
|
A D | CHANGES | 1806 Changed "strtod" to "png_strtod" in pngrutil.c
|
/AliOS-Things-master/components/cjson/src/ |
A D | cJSON.c | 314 number = strtod((const char*)number_c_string, (char**)&after_end); in parse_number()
|
/AliOS-Things-master/components/SDL2/ |
A D | CMakeLists.txt | 769 _ultoa strtol strtoul strtoll strtod atoi atof strcmp strncmp 804 strtod malloc calloc realloc free getenv setenv putenv unsetenv
|
A D | configure | 16953 double strtod (); 16959 /* Some versions of Linux strtod mis-parse strings with leading '+'. */ 16963 value = strtod (string, &term); 16969 /* Under Solaris 2.4, strtod returns the wrong value for the 16973 strtod (string, &term);
|
Completed in 188 milliseconds