/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/ |
RoundedLine.java | 66 final float sinb = (float)Math.sin(ab); local 72 final float p1by = p1y + r1 * sinb; 78 final float p2by = p2y + r2 * sinb;
|
/frameworks/av/media/libstagefright/codecs/aacenc/src/asm/ARMV7/ |
PrePostMDCT_v7.s | 42 VLD4.I32 {d1, d3, d5, d7}, [r2]! @ cosb = *csptr++@ sinb = *csptr++@ 63 VQDMULH.S32 Q11, Q3, Q5 @ MULHIGH(sinb, ti2) 65 VQDMULH.S32 Q13, Q3, Q9 @ MULHIGH(sinb, tr2) 104 VLD4.I32 {d1, d3, d5, d7}, [r2]! @ cosb = *csptr++@ sinb = *csptr++@ 121 VQDMULH.S32 Q11, Q3, Q9 @ MULHIGH(sinb, ti2) 123 VQDMULH.S32 Q13, Q3, Q8 @ MULHIGH(sinb, tr2)
|
/frameworks/av/media/libstagefright/codecs/aacenc/src/ |
transform.c | 283 int cosa, sina, cosb, sinb; local 293 sinb = *csptr++; 303 *buf1-- = MULHIGH(cosb, ti2) - MULHIGH(sinb, tr2); 304 *buf1-- = MULHIGH(cosb, tr2) + MULHIGH(sinb, ti2); 318 int cosa, sina, cosb, sinb; local 328 sinb = *csptr++; 338 *buf0++ = MULHIGH(sinb, tr2) - MULHIGH(cosb, ti2); 339 *buf1-- = MULHIGH(cosb, tr2) + MULHIGH(sinb, ti2);
|
/frameworks/av/media/libstagefright/codecs/aacenc/src/asm/ARMV5E/ |
PrePostMDCT_v5.s | 115 add r6, r8, r5 @ MULHIGH(cosb, tr2) + MULHIGH(sinb, ti2)@ 116 sub r5, r10, r12 @ MULHIGH(sinb, tr2) - MULHIGH(cosb, ti2)@
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/ |
FastMath.java | 2195 double sinb = -(sina - a - b); local [all...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/z8k/ |
inout.s | 352 sinb rh0,#1266
|
inout.d | 335 494: 3a05 04f2 sinb rh0,#0x4f2
|