Searched defs:to_float (Results 1 – 8 of 8) sorted by relevance
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
| D | StringExtras.h | 199 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/ |
| D | StringExtras.h | 253 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/ |
| D | compare_1k.py | 63 def to_float(x, n): function
|
| /external/llvm-project/llvm/unittests/ADT/ |
| D | StringExtrasTest.cpp | 98 TEST(StringExtrasTest, to_float) { in TEST() argument
|
| /external/autotest/client/cros/audio/ |
| D | audio_helper.py | 582 def to_float(samples): function
|
| /external/OpenCL-CTS/test_conformance/subgroups/ |
| D | subgroup_common_templates.h | 299 static float to_float(subgroups::cl_half x) { return cl_half_to_float(x.data); } in to_float() function
|
| /external/harfbuzz_ng/src/ |
| D | hb-open-type.hh | 120 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/ |
| D | math_ops.py | 1001 def to_float(x, name="ToFloat"): function
|