Home
last modified time | relevance | path

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

/third_party/rust/rust/tests/ui/statics/
Dstatic-methods-in-traits2.rs13 fn to_float(&self) -> f64; in to_float() method
17 fn to_float(&self) -> f64 { *self } in to_float() method
/third_party/skia/third_party/externals/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
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/include/common/
Drandom.h319 static T to_float(uint32_t input) { in to_float() function
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-open-type.hh148 float to_float () const { return ((int32_t) v) / 16384.f; } in to_float() function
159 float to_float () const { return ((int32_t) v) / 65536.f; } in to_float() function
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/nn/
Dcell.py1819 def to_float(self, dst_type): member in Cell
/third_party/skia/m133/third_party/externals/harfbuzz/src/
Dhb-open-type.hh238 float to_float (float offset = 0) const { return ((int32_t) Type::v + offset) / shift; } in to_float() function
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/_extends/parse/
Dstandard_method.py3886 def to_float(input_x): function
/third_party/skia/m133/tests/
DSkRasterPipelineTest.cpp2215 static int to_float(int a) { return sk_bit_cast<int>((float)a); } in to_float() function