/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A 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
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/ |
H A 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
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ADT/ |
D | StringExtras.h | 285 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/ |
D | StringExtras.h | 285 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/ |
D | StringExtras.h | 285 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/ |
D | StringExtras.h | 285 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 D | embedding_ops.py | 109 def to_float(self): member in Embedding 233 def to_float(self): member in EmbeddingBag
|
H A D | linear.py | 88 def to_float(self): member in Linear
|
H A D | conv.py | 94 def to_float(self): member in _ConvNd
|
/aosp_15_r20/external/pytorch/torch/ao/nn/intrinsic/qat/modules/ |
H A D | linear_relu.py | 43 def to_float(self): member in LinearReLU
|
H A D | linear_fused.py | 181 def to_float(self): member in LinearBn1d
|
H A D | conv_fused.py | 394 def to_float(self): member in _ConvBnNd
|
/aosp_15_r20/external/executorch/examples/models/llama/experimental/ |
H A D | subclass.py | 114 def to_float( function
|
/aosp_15_r20/external/pytorch/test/cpp/tensorexpr/ |
H A D | test_aten.cpp | 25 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 D | audio_helper.py | 582 def to_float(samples): function
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/subgroups/ |
H A 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
|
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/ |
H A D | math_ops.py | 1047 def to_float(x, name="ToFloat"): function
|
/aosp_15_r20/external/harfbuzz_ng/src/ |
H A D | hb-open-type.hh | 238 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 D | SkRasterPipelineTest.cpp | 2215 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 D | common_methods_invocations.py | 806 def to_float(start, end, step): function
|