OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:iroot
(Results
1 - 2
of
2
) sorted by null
/external/jpeg/
jquant1.c
193
int total_colors,
iroot
, i, j;
local
200
iroot
= 1;
202
iroot
++;
203
temp =
iroot
; /* set temp =
iroot
** nc */
205
temp *=
iroot
;
206
} while (temp <= (long) max_colors); /* repeat till
iroot
exceeds root */
207
iroot
--; /* now
iroot
= floor(root) */
210
if (
iroot
< 2
[
all
...]
/external/qemu/distrib/jpeg-6b/
jquant1.c
193
int total_colors,
iroot
, i, j;
local
200
iroot
= 1;
202
iroot
++;
203
temp =
iroot
; /* set temp =
iroot
** nc */
205
temp *=
iroot
;
206
} while (temp <= (long) max_colors); /* repeat till
iroot
exceeds root */
207
iroot
--; /* now
iroot
= floor(root) */
210
if (
iroot
< 2
[
all
...]
Completed in 31 milliseconds