Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(18)

Side by Side Diff: third_party/bigint/BigIntegerLibrary.hh

Issue 754743003: Modify big integer library (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Add copyright notice Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 // Copyright 2014 PDFium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 // Original code by Matt McCutchen, see the LICENSE file
6
1 // This header file includes all of the library header files. 7 // This header file includes all of the library header files.
2 8
3 #include "NumberlikeArray.hh" 9 #include "NumberlikeArray.hh"
4 #include "BigUnsigned.hh" 10 #include "BigUnsigned.hh"
5 #include "BigInteger.hh" 11 #include "BigInteger.hh"
6 #include "BigIntegerAlgorithms.hh"
7 #include "BigUnsignedInABase.hh" 12 #include "BigUnsignedInABase.hh"
8 #include "BigIntegerUtils.hh" 13 #include "BigIntegerUtils.hh"
14
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698