OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mpn_fib2_ui
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/lgpl3/gmp/dist/mpn/generic/
fib2_ui.c
0
/*
mpn_fib2_ui
-- calculate Fibonacci numbers.
60
mpn_fib2_ui
(mp_ptr fp, mp_ptr f1p, unsigned long int n)
function
65
TRACE (printf ("
mpn_fib2_ui
n=%lu\n", n));
/src/external/lgpl3/gmp/dist/
gmp-impl.h
1137
#define
mpn_fib2_ui
__MPN(fib2_ui)
macro
1138
__GMP_DECLSPEC mp_size_t
mpn_fib2_ui
(mp_ptr, mp_ptr, unsigned long);
2019
/* MPN_FIB2_SIZE(n) is the size in limbs required by
mpn_fib2_ui
for fp and
Completed in 30 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026