Home
last modified time | relevance | path

Searched defs:to_float (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DStringExtras.h199 inline bool to_float(const Twine &T, N &Num, N (*StrTo)(const char *, char **)) { in to_float() function
211 inline bool to_float(const Twine &T, float &Num) { in to_float() function
215 inline bool to_float(const Twine &T, double &Num) { in to_float() function
219 inline bool to_float(const Twine &T, long double &Num) { in to_float() function
/external/tensorflow/tensorflow/lite/micro/examples/micro_speech/apollo3/
Dcompare_1k.py63 def to_float(x, n): function
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
DStringExtrasTest.cpp82 TEST(StringExtrasTest, to_float) { in TEST() argument
/external/autotest/client/cros/audio/
Daudio_helper.py569 def to_float(samples): function
/external/harfbuzz_ng/src/
Dhb-open-type.hh120 float to_float () const { return ((int32_t) v) / 16384.f; } in to_float() function
131 float to_float () const { return ((int32_t) v) / 65536.f; } in to_float() function
/external/tensorflow/tensorflow/python/ops/
Dmath_ops.py791 def to_float(x, name="ToFloat"): function