Changeset View
Changeset View
Standalone View
Standalone View
libcxx/src/include/to_chars_floating_point.h
Show First 20 Lines • Show All 513 Lines • ▼ Show 20 Lines | |||||
// The following code generated the lookup tables for the scientific exponent X. Don't remove this code. | // The following code generated the lookup tables for the scientific exponent X. Don't remove this code. | ||||
#if 0 | #if 0 | ||||
// cl /EHsc /nologo /W4 /MT /O2 /std:c++17 generate_tables.cpp && generate_tables | // cl /EHsc /nologo /W4 /MT /O2 /std:c++17 generate_tables.cpp && generate_tables | ||||
#include <algorithm> | #include <algorithm> | ||||
#include <assert.h> | #include <assert.h> | ||||
#include <charconv> | #include <charconv> | ||||
#include <cmath> | |||||
#include <limits> | #include <limits> | ||||
#include <map> | #include <map> | ||||
#include <stdint.h> | #include <stdint.h> | ||||
#include <stdio.h> | #include <stdio.h> | ||||
#include <system_error> | #include <system_error> | ||||
#include <type_traits> | #include <type_traits> | ||||
#include <vector> | #include <vector> | ||||
using namespace std; | using namespace std; | ||||
▲ Show 20 Lines • Show All 549 Lines • Show Last 20 Lines |