Lines Matching defs:str
55 wchar_t str[] = L"3.14";
58 double val = wcstod(str, &end);
69 wchar_t str[] = L" 3.14";
72 double val = wcstod(str, &end);
83 wchar_t str[] = L"wcstod3.14";
86 double val = wcstod(str, &end);
99 wchar_t str[] = L"-3.14";
102 double val = wcstod(str, &end);
113 wchar_t str[] = L"0X1.BC70A3D70A3D7P+6";
115 double val = wcstod(str, &end);
127 wchar_t str[] = L"1.18973e+4932";
129 double val = wcstod(str, &end);