/aosp12/bionic/libc/upstream-openbsd/lib/libc/gdtoa/ |
H A D | strtof.c | 36 strtof(s, sp) CONST char *s; char **sp; in strtof() function 38 strtof(CONST char *s, char **sp) 82 DEF_STRONG(strtof);
|
H A D | gdtoa.h | 112 extern float strtof ANSI((CONST char *, char **));
|
/aosp12/bionic/libc/include/android/ |
H A D | legacy_stdlib_inlines.h | 59 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 D | parsedouble.h | 68 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 D | stdlib_l.cpp | 37 return strtof(s, end_ptr); in strtof_l()
|
H A D | wcstod.cpp | 97 return wcstod<float>(s, end, strtof); in wcstof()
|
/aosp12/frameworks/av/media/libstagefright/rtsp/ |
H A D | ASessionDescription.cpp | 350 *npt1 = strtof(s, &end); in parseNTPRange() 368 *npt2 = strtof(s, &end); in parseNTPRange()
|
/aosp12/hardware/knowles/athletico/sound_trigger_hal/tests/ |
H A D | sensor_param_test.c | 154 param_val = strtof(optarg, NULL); in main()
|
H A D | oslo_config_test.c | 602 param_val = strtof(optarg, NULL); in main() 608 param_val = strtof(optarg, NULL); in main()
|
H A D | tunnel_test.c | 123 timer_signal = strtof(argv[3], NULL);
|
/aosp12/bionic/tests/ |
H A D | stdlib_test.cpp | 559 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 D | stdlib_h.c | 130 FUNCTION(strtof, float (*f)(const char*, char**)); in stdlib_h()
|
/aosp12/frameworks/native/cmds/idlcli/vibrator/ |
H A D | CommandComposePwle.cpp | 73 float value = strtof(std::string(input).c_str(), NULL); in getFloatFromString()
|
/aosp12/frameworks/native/libs/input/ |
H A D | PropertyMap.cpp | 94 float value = strtof(stringValue.string(), &end); in tryGetProperty()
|
/aosp12/bionic/libc/include/ |
H A D | stdlib.h | 195 float strtof(const char* __s, char** __end_ptr) __INTRODUCED_IN(21);
|
/aosp12/frameworks/base/libs/hwui/ |
H A D | PathParser.cpp | 103 float currentValue = strtof(startPtr, &endPtr); in parseFloat()
|
/aosp12/system/core/libcutils/ |
H A D | str_parms.cpp | 323 out = strtof(value, &end); in str_parms_get_float()
|
/aosp12/frameworks/av/camera/ |
H A D | CameraParameters2.cpp | 147 return strtof(v, 0); in getFloat()
|
H A D | CameraParameters.cpp | 289 return strtof(v, 0); in getFloat()
|
/aosp12/hardware/interfaces/camera/common/1.0/default/ |
H A D | CameraParameters.cpp | 295 return strtof(v, 0); in getFloat()
|
/aosp12/bionic/libc/stdio/ |
H A D | vfscanf.cpp | 715 float res = strtof(buf, &p); in __svfscanf()
|
/aosp12/bionic/libc/tools/ |
H A D | posix-2013.txt | 1022 strtof
|
/aosp12/hardware/google/camera/devices/EmulatedCamera/hwl/ |
H A D | EmulatedCameraProviderHWLImpl.cpp | 468 auto float_value = strtof(value.asCString(), nullptr); in GetFloatValue()
|
/aosp12/bionic/benchmarks/linker_relocation/gen/ |
H A D | liblinker_reloc_bench_006.S | 689 CALL(strtof)
|
/aosp12/frameworks/base/core/jni/ |
H A D | android_util_Process.cpp | 1019 floatsData[di] = strtof(buffer+start, &end); in android_os_Process_parseProcLineArray()
|