OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:notdead
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/lgpl3/gmp/dist/tests/mpn/
t-instrument.c
40
unsigned long
notdead
;
variable
216
notdead
+= (unsigned long) mpn_gcd_1 (xp, size, CNST_LIMB(123));
220
notdead
+= mpn_hamdist (xp, yp, size);
240
notdead
+= mpn_mod_1 (xp, size, CNST_LIMB(123));
245
notdead
+= mpn_mod_1c (xp, size, CNST_LIMB(123), CNST_LIMB(122));
251
notdead
+= mpn_mod_34lsub1 (xp, size);
256
notdead
+= mpn_modexact_1_odd (xp, size, CNST_LIMB(123));
260
notdead
+= mpn_modexact_1c_odd (xp, size, CNST_LIMB(123), CNST_LIMB(456));
296
notdead
+= mpn_popcount (xp, size);
300
notdead
+= mpn_preinv_mod_1 (xp, size, GMP_NUMB_MAX
[
all
...]
Completed in 24 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026