• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

.gitignoreH A D10-Nov-20215 21

README.mdH A D10-Nov-2021874 211

bignum-dtoa.ccH A D10-Nov-202126.7 KiB642322

bignum-dtoa.hH A D10-Nov-20214.2 KiB8514

bignum.ccH A D10-Nov-202122.6 KiB768554

bignum.hH A D10-Nov-20215.4 KiB14574

cached-powers.ccH A D10-Nov-20218.2 KiB176137

cached-powers.hH A D10-Nov-20213 KiB6519

diy-fp.ccH A D10-Nov-20212.4 KiB5820

diy-fp.hH A D10-Nov-20214 KiB11957

double-conversion.ccH A D10-Nov-202138.8 KiB1,172894

double-conversion.hH A D10-Nov-202127.9 KiB588149

fast-dtoa.ccH A D10-Nov-202130.4 KiB666282

fast-dtoa.hH A D10-Nov-20214 KiB8919

fixed-dtoa.ccH A D10-Nov-202114.8 KiB406267

fixed-dtoa.hH A D10-Nov-20212.7 KiB578

ieee.hH A D10-Nov-202113.2 KiB403269

strtod.ccH A D10-Nov-202121.4 KiB581375

strtod.hH A D10-Nov-20212.2 KiB468

utils.hH A D10-Nov-202112.2 KiB368194

README.md

1<!---
2  Licensed to the Apache Software Foundation (ASF) under one
3  or more contributor license agreements.  See the NOTICE file
4  distributed with this work for additional information
5  regarding copyright ownership.  The ASF licenses this file
6  to you under the Apache License, Version 2.0 (the
7  "License"); you may not use this file except in compliance
8  with the License.  You may obtain a copy of the License at
9
10    http://www.apache.org/licenses/LICENSE-2.0
11
12  Unless required by applicable law or agreed to in writing,
13  software distributed under the License is distributed on an
14  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15  KIND, either express or implied.  See the License for the
16  specific language governing permissions and limitations
17  under the License.
18-->
19
20The files in this directory are vendored from double-conversion git tag v3.1.5.
21