OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hgcd_tp
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/lgpl3/gmp/dist/tests/mpn/
t-hgcd.c
200
mp_ptr
hgcd_tp
;
local
212
hgcd_tp
= refmpn_malloc_limbs (hgcd_scratch);
241
&hgcd,
hgcd_tp
);
268
refmpn_free_limbs (
hgcd_tp
);
t-hgcd_appr.c
178
mp_ptr
hgcd_tp
;
local
191
hgcd_tp
= refmpn_malloc_limbs (hgcd_scratch + 2) + 1;
197
hgcd_tp
[-1] = marker[2];
198
hgcd_tp
[hgcd_scratch] = marker[3];
227
&hgcd,
hgcd_tp
);
231
||
hgcd_tp
[-1] != marker[2]
232
||
hgcd_tp
[hgcd_scratch] != marker[3])
247
if (
hgcd_tp
[-1] != marker[2])
251
hgcd_tp
[-1], marker[2]);
252
if (
hgcd_tp
[hgcd_scratch] != marker[3]
[
all
...]
t-hgcd.c
200
mp_ptr
hgcd_tp
;
local
212
hgcd_tp
= refmpn_malloc_limbs (hgcd_scratch);
241
&hgcd,
hgcd_tp
);
268
refmpn_free_limbs (
hgcd_tp
);
t-hgcd_appr.c
178
mp_ptr
hgcd_tp
;
local
191
hgcd_tp
= refmpn_malloc_limbs (hgcd_scratch + 2) + 1;
197
hgcd_tp
[-1] = marker[2];
198
hgcd_tp
[hgcd_scratch] = marker[3];
227
&hgcd,
hgcd_tp
);
231
||
hgcd_tp
[-1] != marker[2]
232
||
hgcd_tp
[hgcd_scratch] != marker[3])
247
if (
hgcd_tp
[-1] != marker[2])
251
hgcd_tp
[-1], marker[2]);
252
if (
hgcd_tp
[hgcd_scratch] != marker[3]
[
all
...]
t-hgcd.c
200
mp_ptr
hgcd_tp
;
local
212
hgcd_tp
= refmpn_malloc_limbs (hgcd_scratch);
241
&hgcd,
hgcd_tp
);
268
refmpn_free_limbs (
hgcd_tp
);
t-hgcd_appr.c
178
mp_ptr
hgcd_tp
;
local
191
hgcd_tp
= refmpn_malloc_limbs (hgcd_scratch + 2) + 1;
197
hgcd_tp
[-1] = marker[2];
198
hgcd_tp
[hgcd_scratch] = marker[3];
227
&hgcd,
hgcd_tp
);
231
||
hgcd_tp
[-1] != marker[2]
232
||
hgcd_tp
[hgcd_scratch] != marker[3])
247
if (
hgcd_tp
[-1] != marker[2])
251
hgcd_tp
[-1], marker[2]);
252
if (
hgcd_tp
[hgcd_scratch] != marker[3]
[
all
...]
Completed in 127 milliseconds
Indexes created Fri Mar 06 19:51:54 UTC 2026