Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
I
integer-gmp
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Glasgow Haskell Compiler
Packages
integer-gmp
Commits
c371a9b8
Commit
c371a9b8
authored
15 years ago
by
Ben.Lippmeier@anu.edu.au
Browse files
Options
Downloads
Patches
Plain Diff
Tag imported gmp symbols with the package they're from
parent
6070c056
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
cbits/gmp-wrappers.cmm
+20
-20
20 additions, 20 deletions
cbits/gmp-wrappers.cmm
with
20 additions
and
20 deletions
cbits/gmp-wrappers.cmm
+
20
−
20
View file @
c371a9b8
...
@@ -28,26 +28,26 @@
...
@@ -28,26 +28,26 @@
#include
"
Cmm.h
"
#include
"
Cmm.h
"
#include
"
GmpDerivedConstants.h
"
#include
"
GmpDerivedConstants.h
"
#if
def
__PIC__
import
"
integer-gmp
"
__gmpz_init
;
#if
ndef
mingw32_HOST_OS
import
"
integer-gmp
"
__gmpz_add
;
import
__gmpz_
init
;
import
"
integer-gmp
"
__gmpz_
sub
;
import
__gmpz_
add
;
import
"
integer-gmp
"
__gmpz_
mul
;
import
__gmpz_sub
;
import
"
integer-gmp
"
__gmpz_mul_2exp
;
import
__gmpz_mul
;
import
"
integer-gmp
"
__gmpz_fdiv_q_2exp
;
import
__gmpz_gcd
;
import
"
integer-gmp
"
__gmpz_gcd
;
import
__gmpn_gcd_1
;
import
"
integer-gmp
"
__gmpn_gcd_1
;
import
__gmpn_cmp
;
import
"
integer-gmp
"
__gmpn_cmp
;
import
__gmpz_tdiv_q
;
import
"
integer-gmp
"
__gmpz_tdiv_q
;
import
__gmpz_tdiv_r
;
import
"
integer-gmp
"
__gmpz_tdiv_r
;
import
__gmpz_tdiv_qr
;
import
"
integer-gmp
"
__gmpz_tdiv_qr
;
import
__gmpz_fdiv_qr
;
import
"
integer-gmp
"
__gmpz_fdiv_qr
;
import
__gmpz_divexact
;
import
"
integer-gmp
"
__gmpz_divexact
;
import
__gmpz_and
;
import
"
integer-gmp
"
__gmpz_and
;
import
__gmpz_xor
;
import
"
integer-gmp
"
__gmpz_xor
;
import
__gmpz_ior
;
import
"
integer-gmp
"
__gmpz_ior
;
import
__gmpz_com
;
import
"
integer-gmp
"
__gmpz_com
;
#endif
#endif
import
"
integer-gmp
"
integer_cbits_decodeDouble
;
/* -----------------------------------------------------------------------------
/* -----------------------------------------------------------------------------
Arbitrary-precision Integer operations.
Arbitrary-precision Integer operations.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment