OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cosb
(Results
1 - 3
of
3
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
RoundedLine.java
65
final float
cosb
= (float)Math.cos(ab);
local
71
final float p1bx = p1x + r1 *
cosb
;
77
final float p2bx = p2x + r2 *
cosb
;
/frameworks/av/media/libstagefright/codecs/aacenc/src/
transform.c
283
int cosa, sina,
cosb
, sinb;
local
292
cosb
= *csptr++;
303
*buf1-- = MULHIGH(
cosb
, ti2) - MULHIGH(sinb, tr2);
304
*buf1-- = MULHIGH(
cosb
, tr2) + MULHIGH(sinb, ti2);
318
int cosa, sina,
cosb
, sinb;
local
327
cosb
= *csptr++;
338
*buf0++ = MULHIGH(sinb, tr2) - MULHIGH(
cosb
, ti2);
339
*buf1-- = MULHIGH(
cosb
, tr2) + MULHIGH(sinb, ti2);
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/
FastMath.java
2217
double
cosb
= -(cosa - a - b);
local
[
all
...]
Completed in 3722 milliseconds