Home
last modified time | relevance | path

Searched refs:strtof (Results 1 – 25 of 40) sorted by relevance

12

/aosp12/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
H A Dstrtof.c36 strtof(s, sp) CONST char *s; char **sp; in strtof() function
38 strtof(CONST char *s, char **sp)
82 DEF_STRONG(strtof);
H A Dgdtoa.h112 extern float strtof ANSI((CONST char *, char **));
/aosp12/bionic/libc/include/android/
H A Dlegacy_stdlib_inlines.h59 static __inline float strtof(const char* nptr, char** endptr) { in strtof() function
103 return strtof(__s, __end_ptr); in strtof_l()
/aosp12/system/libbase/include/android-base/
H A Dparsedouble.h68 return ParseFloatingPoint<float, strtof>(s, out, min, max);
73 return ParseFloatingPoint<float, strtof>(s.c_str(), out, min, max);
/aosp12/bionic/libc/bionic/
H A Dstdlib_l.cpp37 return strtof(s, end_ptr); in strtof_l()
H A Dwcstod.cpp97 return wcstod<float>(s, end, strtof); in wcstof()
/aosp12/frameworks/av/media/libstagefright/rtsp/
H A DASessionDescription.cpp350 *npt1 = strtof(s, &end); in parseNTPRange()
368 *npt2 = strtof(s, &end); in parseNTPRange()
/aosp12/hardware/knowles/athletico/sound_trigger_hal/tests/
H A Dsensor_param_test.c154 param_val = strtof(optarg, NULL); in main()
H A Doslo_config_test.c602 param_val = strtof(optarg, NULL); in main()
608 param_val = strtof(optarg, NULL); in main()
H A Dtunnel_test.c123 timer_signal = strtof(argv[3], NULL);
/aosp12/bionic/tests/
H A Dstdlib_test.cpp559 TEST(stdlib, strtof) { in TEST() argument
560 CheckStrToFloat(strtof); in TEST()
568 ASSERT_EQ(0.0f, strtof("7.0064923216240853546186479164495e-46", nullptr)); in TEST()
569 ASSERT_EQ(1.4e-45f, strtof("7.0064923216240853546186479164496e-46", nullptr)); in TEST()
/aosp12/bionic/tests/headers/posix/
H A Dstdlib_h.c130 FUNCTION(strtof, float (*f)(const char*, char**)); in stdlib_h()
/aosp12/frameworks/native/cmds/idlcli/vibrator/
H A DCommandComposePwle.cpp73 float value = strtof(std::string(input).c_str(), NULL); in getFloatFromString()
/aosp12/frameworks/native/libs/input/
H A DPropertyMap.cpp94 float value = strtof(stringValue.string(), &end); in tryGetProperty()
/aosp12/bionic/libc/include/
H A Dstdlib.h195 float strtof(const char* __s, char** __end_ptr) __INTRODUCED_IN(21);
/aosp12/frameworks/base/libs/hwui/
H A DPathParser.cpp103 float currentValue = strtof(startPtr, &endPtr); in parseFloat()
/aosp12/system/core/libcutils/
H A Dstr_parms.cpp323 out = strtof(value, &end); in str_parms_get_float()
/aosp12/frameworks/av/camera/
H A DCameraParameters2.cpp147 return strtof(v, 0); in getFloat()
H A DCameraParameters.cpp289 return strtof(v, 0); in getFloat()
/aosp12/hardware/interfaces/camera/common/1.0/default/
H A DCameraParameters.cpp295 return strtof(v, 0); in getFloat()
/aosp12/bionic/libc/stdio/
H A Dvfscanf.cpp715 float res = strtof(buf, &p); in __svfscanf()
/aosp12/bionic/libc/tools/
H A Dposix-2013.txt1022 strtof
/aosp12/hardware/google/camera/devices/EmulatedCamera/hwl/
H A DEmulatedCameraProviderHWLImpl.cpp468 auto float_value = strtof(value.asCString(), nullptr); in GetFloatValue()
/aosp12/bionic/benchmarks/linker_relocation/gen/
H A Dliblinker_reloc_bench_006.S689 CALL(strtof)
/aosp12/frameworks/base/core/jni/
H A Dandroid_util_Process.cpp1019 floatsData[di] = strtof(buffer+start, &end); in android_os_Process_parseProcLineArray()

12