Home
last modified time | relevance | path

Searched refs:strtod (Results 1 – 17 of 17) sorted by relevance

/AliOS-Things-master/components/py_engine/tests/unix/
A Dffi_float.py32 strtod = libc.func("d", "strtod", "sp") variable
33 print("%.6f" % strtod("1.23", None))
/AliOS-Things-master/components/sensor/include/
A Dgps_parse.h75 ret = strtod(&buff[0], &str_tmp); in gps_atof()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/examples/
A Dexample_util.c55 const float f = (v != NULL) ? (float)strtod(v, &end) : 0.f; in ExUtilGetFloat()
/AliOS-Things-master/components/freetype/src/tools/ftrandom/
A Dftrandom.c602 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 Dqjs.c413 memory_limit = (size_t)strtod(argv[optind++], NULL); in main()
421 stack_size = (size_t)strtod(argv[optind++], NULL); in main()
A Dqjsc.c589 stack_size = (size_t)strtod(optarg, NULL); in main()
A Dquickjs.c9960 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 Dgenpng.c135 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 Dutil.h242 #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 Dstrtod_bk.c1258 strtod(_CONST char *__restrict s00 , char **__restrict se)
/AliOS-Things-master/components/linkkit/infra/
A Dinfra_cjson.c135 number = strtod((const char *)number_c_string, (char **)&after_end); in parse_number()
/AliOS-Things-master/components/SDL2/src/stdlib/
A DSDL_string.c964 return strtod(string, endp); in SDL_strtod()
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A Dconfigure12969 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 DCHANGES1806 Changed "strtod" to "png_strtod" in pngrutil.c
/AliOS-Things-master/components/cjson/src/
A DcJSON.c314 number = strtod((const char*)number_c_string, (char**)&after_end); in parse_number()
/AliOS-Things-master/components/SDL2/
A DCMakeLists.txt769 _ultoa strtol strtoul strtoll strtod atoi atof strcmp strncmp
804 strtod malloc calloc realloc free getenv setenv putenv unsetenv
A Dconfigure16953 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