Home
last modified time | relevance | path

Searched refs:float_str (Results 1 – 2 of 2) sorted by relevance

/external/oss-fuzz/projects/abseil-cpp/
Dstring_utilities_fuzzer.cc37 std::string float_str = absl::StrFormat("%g", float_value); in LLVMFuzzerTestOneInput() local
42 if (!absl::SimpleAtof(float_str, &float_value)) in LLVMFuzzerTestOneInput()
/external/python/cpython2/Objects/
Dfloatobject.c395 float_str(PyFloatObject *v) in float_str() function
1383 return float_str((PyFloatObject *)v); in float_hex()
2133 (reprfunc)float_str, /* tp_str */