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
582 def to_float(samples): function
300 static float to_float(subgroups::cl_half x) { return cl_half_to_float(x.data); } in to_float() function
151 float to_float (float offset = 0) const { return ((int32_t) Type::v + offset) / shift; } in to_float() function
1047 def to_float(x, name="ToFloat"): function
1420 static int to_float(int a) { return sk_bit_cast<int>((float)a); } in to_float() function