Searched defs:to_float (Results 1 – 7 of 7) 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/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/ |
| D | StringExtras.h | 272 inline bool to_float(const Twine &T, N &Num, N (*StrTo)(const char *, char **)) { in to_float() function 284 inline bool to_float(const Twine &T, float &Num) { in to_float() function 288 inline bool to_float(const Twine &T, double &Num) { in to_float() function 292 inline bool to_float(const Twine &T, long double &Num) { in to_float() function
|
| /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 | 267 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 | 154 float to_float (float offset = 0) const { return ((int32_t) Type::v + offset) / shift; } in to_float() function
|
| /external/tensorflow/tensorflow/python/ops/ |
| D | math_ops.py | 1047 def to_float(x, name="ToFloat"): function
|
| /external/skia/tests/ |
| D | SkRasterPipelineTest.cpp | 2215 static int to_float(int a) { return sk_bit_cast<int>((float)a); } in to_float() function
|