Searched defs:to_float (Results 1 – 6 of 6) sorted by relevance
199 inline bool to_float(const Twine &T, N &Num, N (*StrTo)(const char *, char **)) { in to_float() function211 inline bool to_float(const Twine &T, float &Num) { in to_float() function215 inline bool to_float(const Twine &T, double &Num) { in to_float() function219 inline bool to_float(const Twine &T, long double &Num) { in to_float() function
19 int to_float:8; member
112 float to_float () const { return ((int32_t) v) / 16384.f; } in to_float() function123 float to_float () const { return ((int32_t) v) / 65536.f; } in to_float() function
139 float to_float () const { return ((int32_t) v) / 16384.f; } in to_float() function150 float to_float () const { return ((int32_t) v) / 65536.f; } in to_float() function
148 float to_float () const { return ((int32_t) v) / 16384.f; } in to_float() function159 float to_float () const { return ((int32_t) v) / 65536.f; } in to_float() function
1161 def to_float(self, dst_type): member in Cell