Home
last modified time | relevance | path

Searched defs:to_float (Results 1 – 6 of 6) 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/autotest/client/cros/audio/
Daudio_helper.py582 def to_float(samples): function
/external/OpenCL-CTS/test_conformance/subgroups/
Dsubgroup_common_templates.h300 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.hh151 float to_float (float offset = 0) const { return ((int32_t) Type::v + offset) / shift; } in to_float() function
/external/tensorflow/tensorflow/python/ops/
Dmath_ops.py1047 def to_float(x, name="ToFloat"): function
/external/skia/tests/
DSkRasterPipelineTest.cpp1420 static int to_float(int a) { return sk_bit_cast<int>((float)a); } in to_float() function