Home
last modified time | relevance | path

Searched defs:safe_strtof (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/protobuf/src/google/protobuf/stubs/
H A Dstrutil.h434 inline bool safe_strtof(const std::string& str, float* value) { in safe_strtof() function
440 inline bool safe_strtof(StringPiece str, float* value) { in safe_strtof() function
H A Dstrutil.cc1321 bool safe_strtof(const char* str, float* value) { in safe_strtof() function
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/stubs/
H A Dstrutil.h434 inline bool safe_strtof(const std::string& str, float* value) { in safe_strtof() function
440 inline bool safe_strtof(StringPiece str, float* value) { in safe_strtof() function
H A Dstrutil.cc1321 bool safe_strtof(const char* str, float* value) { in safe_strtof() function
/aosp_15_r20/external/tensorflow/tensorflow/core/platform/
H A Dnumbers_test.cc258 TEST(safe_strtof, Float) { in TEST() argument
H A Dnumbers.cc343 bool safe_strtof(StringPiece str, float* value) { in safe_strtof() function
/aosp_15_r20/external/dynamic_depth/internal/strings/
H A Dnumbers.cc462 bool safe_strtof(const string& piece, float* value) { in safe_strtof() function
/aosp_15_r20/external/ltp/lib/
H A Dsafe_macros.c636 float safe_strtof(const char *file, const int lineno, in safe_strtof() function