Searched refs:stof (Results 1 - 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/tint/src/writer/ |
H A D | float_to_string.cc | 39 if (float_equal_no_warning(std::stof(fixed.str()), f)) { in FloatToString()
|
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | compile-i386.c | 1556 struct storage *cond, *stot = NULL, *stof = NULL; in emit_conditional_expr() local 1572 stof = x86_expression(expr->cond_false); in emit_conditional_expr() 1574 emit_copy(new, stof, expr->ctype); in emit_conditional_expr() 1586 struct storage *stof = x86_expression(expr->cond_false); in emit_select_expr() local 1593 reg_false = get_reg_value(stof, get_regclass(expr)); in emit_select_expr()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | 23092 stof(const string& __str, size_t* __idx = 0) 23093 { return __gnu_cxx::__stoa(&std::strtof, "stof", __str.c_str(), __idx); } 23198 stof(const wstring& __str, size_t* __idx = 0) 23199 { return __gnu_cxx::__stoa(&std::wcstof, "stof", __str.c_str(), __idx); } [all...] |
Completed in 28 milliseconds