Searched defs:safe_strtof (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/protobuf/src/google/protobuf/stubs/ |
H A D | strutil.h | 434 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 D | strutil.cc | 1321 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 D | strutil.h | 434 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 D | strutil.cc | 1321 bool safe_strtof(const char* str, float* value) { in safe_strtof() function
|
/aosp_15_r20/external/tensorflow/tensorflow/core/platform/ |
H A D | numbers_test.cc | 258 TEST(safe_strtof, Float) { in TEST() argument
|
H A D | numbers.cc | 343 bool safe_strtof(StringPiece str, float* value) { in safe_strtof() function
|
/aosp_15_r20/external/dynamic_depth/internal/strings/ |
H A D | numbers.cc | 462 bool safe_strtof(const string& piece, float* value) { in safe_strtof() function
|
/aosp_15_r20/external/ltp/lib/ |
H A D | safe_macros.c | 636 float safe_strtof(const char *file, const int lineno, in safe_strtof() function
|