Searched refs:half (Results 1 - 4 of 4) sorted by relevance

/system/media/audio_utils/
H A Dfixedfft.cpp23 * half of the twiddle factors are stored. Although there are still ways to make
101 static inline int32_t half(int32_t a) function
128 int32_t x = half(v[i]);
129 int32_t y = half(v[i + p]);
139 int32_t x = half(v[i]);
155 v[m] = half(v[m]);
158 int32_t x = half(v[i]);
159 int32_t z = half(v[n - i]);
161 x = half(x + (z ^ 0xFFFF));
/system/core/libcutils/tests/memset_mips/
H A Dmemset_cmips.S77 ins a1, a1, 8, 8 # Replicate fill byte into half-word.
/system/core/sh/
H A Dexpand.c1289 int half; local
1294 half = len >> 1;
1296 for (n = half ; --n >= 0 ; ) {
1300 q->next = NULL; /* terminate first half of list */
1301 q = msort(list, half); /* sort first half of list */
1302 p = msort(p, len - half); /* sort second half */
/system/core/libpixelflinger/codeflinger/
H A DARMAssembler.cpp434 #pragma mark Byte/half word extract and extend (ARMv6+ only)...

Completed in 116 milliseconds