Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A 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
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/
H A DStringExtras.h272 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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ADT/
DStringExtras.h285 inline bool to_float(const Twine &T, N &Num, N (*StrTo)(const char *, char **)) { in to_float() function
297 inline bool to_float(const Twine &T, float &Num) { in to_float() function
301 inline bool to_float(const Twine &T, double &Num) { in to_float() function
305 inline bool to_float(const Twine &T, long double &Num) { in to_float() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ADT/
DStringExtras.h285 inline bool to_float(const Twine &T, N &Num, N (*StrTo)(const char *, char **)) { in to_float() function
297 inline bool to_float(const Twine &T, float &Num) { in to_float() function
301 inline bool to_float(const Twine &T, double &Num) { in to_float() function
305 inline bool to_float(const Twine &T, long double &Num) { in to_float() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ADT/
DStringExtras.h285 inline bool to_float(const Twine &T, N &Num, N (*StrTo)(const char *, char **)) { in to_float() function
297 inline bool to_float(const Twine &T, float &Num) { in to_float() function
301 inline bool to_float(const Twine &T, double &Num) { in to_float() function
305 inline bool to_float(const Twine &T, long double &Num) { in to_float() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ADT/
DStringExtras.h285 inline bool to_float(const Twine &T, N &Num, N (*StrTo)(const char *, char **)) { in to_float() function
297 inline bool to_float(const Twine &T, float &Num) { in to_float() function
301 inline bool to_float(const Twine &T, double &Num) { in to_float() function
305 inline bool to_float(const Twine &T, long double &Num) { in to_float() function
/aosp_15_r20/external/pytorch/torch/ao/nn/qat/modules/
H A Dembedding_ops.py109 def to_float(self): member in Embedding
233 def to_float(self): member in EmbeddingBag
H A Dlinear.py88 def to_float(self): member in Linear
H A Dconv.py94 def to_float(self): member in _ConvNd
/aosp_15_r20/external/pytorch/torch/ao/nn/intrinsic/qat/modules/
H A Dlinear_relu.py43 def to_float(self): member in LinearReLU
H A Dlinear_fused.py181 def to_float(self): member in LinearBn1d
H A Dconv_fused.py394 def to_float(self): member in _ConvBnNd
/aosp_15_r20/external/executorch/examples/models/llama/experimental/
H A Dsubclass.py114 def to_float( function
/aosp_15_r20/external/pytorch/test/cpp/tensorexpr/
H A Dtest_aten.cpp25 ExprHandle to_float = Cast::make(kFloat, load_a); in TEST() local
52 ExprHandle to_float = Sub::make(0, load_a); in TEST() local
79 ExprHandle to_float = Sub::make(0, load_a); in TEST() local
/aosp_15_r20/external/autotest/client/cros/audio/
H A Daudio_helper.py582 def to_float(samples): function
/aosp_15_r20/external/OpenCL-CTS/test_conformance/subgroups/
H A Dsubgroup_common_templates.h267 static float to_float(subgroups::cl_half x) { return cl_half_to_float(x.data); } in to_float() function
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dmath_ops.py1047 def to_float(x, name="ToFloat"): function
/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-open-type.hh238 float to_float (float offset = 0) const { return ((int32_t) Type::v + offset) / shift; } in to_float() function
/aosp_15_r20/external/skia/tests/
H A DSkRasterPipelineTest.cpp2215 static int to_float(int a) { return sk_bit_cast<int>((float)a); } in to_float() function
/aosp_15_r20/external/pytorch/torch/testing/_internal/
H A Dcommon_methods_invocations.py806 def to_float(start, end, step): function