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