Searched refs:stof (Results 1 - 7 of 7) sorted by relevance
/applications/standard/app_samples/code/BasicFeature/Native/NdkOpenGL/entry/src/main/cpp/ |
H A D | napi_util.cpp | 53 return std::stof(value); in StringToFloat()
|
/applications/standard/app_samples/code/BasicFeature/Native/XComponent3D/entry/src/main/cpp/ |
H A D | napi_util.cpp | 45 float NapiUtil::StringToFloat(std::string value) { return std::stof(value); } in StringToFloat()
|
/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()
|
/test/ostest/wukong/test_flow/src/ |
H A D | focus_test_flow.cpp | 235 percent = std::stof(optarg); in SetInputPercent()
|
H A D | random_test_flow.cpp | 246 percent = std::stof(optarg); in SetInputPercent()
|
/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 29 milliseconds