Home
last modified time | relevance | path

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

/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/ltp/tools/sparse/sparse-src/
Dopcode.h19 int to_float:8; member
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-open-type.hh112 float to_float () const { return ((int32_t) v) / 16384.f; } in to_float() function
123 float to_float () const { return ((int32_t) v) / 65536.f; } in to_float() function
/third_party/harfbuzz/src/
Dhb-open-type.hh139 float to_float () const { return ((int32_t) v) / 16384.f; } in to_float() function
150 float to_float () const { return ((int32_t) v) / 65536.f; } 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/nn/
Dcell.py1161 def to_float(self, dst_type): member in Cell