Searched refs:stof (Results 1 – 6 of 6) sorted by relevance
24 assert(std::stof("0") == 0); in main()25 assert(std::stof(L"0") == 0); in main()26 assert(std::stof("-0") == 0); in main()27 assert(std::stof(L"-0") == 0); in main()28 assert(std::stof("-10") == -10); in main()29 assert(std::stof(L"-10.5") == -10.5); in main()30 assert(std::stof(" 10") == 10); in main()31 assert(std::stof(L" 10") == 10); in main()33 assert(std::stof("10g", &idx) == 10); in main()36 assert(std::stof(L"10g", &idx) == 10); in main()[all …]
316 stof(const string& str, size_t* idx) in stof() function322 stof(const wstring& str, size_t* idx) in stof() function
386 float stof (const string& str, size_t* idx = 0);406 float stof (const wstring& str, size_t* idx = 0);4095 _LIBCPP_FUNC_VIS float stof (const string& __str, size_t* __idx = 0);4115 _LIBCPP_FUNC_VIS float stof (const wstring& __str, size_t* __idx = 0);
16863 3stof
22179 1stof