OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:init_jk
(Results
1 - 4
of
4
) sorted by relevancy
/src/lib/libm/src/
k_rem_pio2.c
143
static const int
init_jk
[] = {3,4,4,6}; /* initial value for jk */
variable
311
jk =
init_jk
[prec];
k_rem_pio2f.c
28
static const int
init_jk
[] = {4,7,9}; /* initial value for jk */
variable
62
jk =
init_jk
[prec];
/src/external/gpl3/gcc/dist/libquadmath/math/
rem_pio2q.c
133
static const int
init_jk
[] = {2,3,4,6}; /* initial value for jk */
variable
160
jk =
init_jk
[prec];
/src/external/gpl3/gcc.old/dist/libquadmath/math/
rem_pio2q.c
133
static const int
init_jk
[] = {2,3,4,6}; /* initial value for jk */
variable
160
jk =
init_jk
[prec];
Completed in 28 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026