Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.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/llvm-project/llvm/include/llvm/ADT/
DStringExtras.h253 inline bool to_float(const Twine &T, N &Num, N (*StrTo)(const char *, char **)) { in to_float() function
265 inline bool to_float(const Twine &T, float &Num) { in to_float() function
269 inline bool to_float(const Twine &T, double &Num) { in to_float() function
273 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/llvm-project/llvm/unittests/ADT/
DStringExtrasTest.cpp98 TEST(StringExtrasTest, to_float) { in TEST() argument
/external/autotest/client/cros/audio/
Daudio_helper.py582 def to_float(samples): function
/external/OpenCL-CTS/test_conformance/subgroups/
Dsubgroup_common_templates.h299 static float to_float(subgroups::cl_half x) { return cl_half_to_float(x.data); } in to_float() 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.py1001 def to_float(x, name="ToFloat"): function