OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:iround
(Results
1 - 2
of
2
) sorted by null
/external/dropbear/libtomcrypt/src/ciphers/safer/
saferp.c
66
#define
iROUND
(b, i) \
146
iROUND
(b, i);
162
#undef
iROUND
163
#define
iROUND
(b, i) _iround(b, i, skey)
426
iLT(b, pt);
iROUND
(pt, 30);
427
iLT(pt, b);
iROUND
(b, 28);
428
iLT(b, pt);
iROUND
(pt, 26);
429
iLT(pt, b);
iROUND
(b, 24);
433
iLT(b, pt);
iROUND
(pt, 22);
434
iLT(pt, b);
iROUND
(b, 20)
[
all
...]
/external/skia/tests/
MathTest.cpp
159
int
iround
= SkMulDiv255Round(a, b);
local
162
REPORTER_ASSERT(reporter,
iround
== round);
165
REPORTER_ASSERT(reporter, itrunc <=
iround
);
166
REPORTER_ASSERT(reporter,
iround
<= a);
167
REPORTER_ASSERT(reporter,
iround
<= b);
Completed in 80 milliseconds