OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mulAdd
(Results
1 - 4
of
4
) sorted by null
/frameworks/av/services/audioflinger/
AudioResamplerFirOps.h
71
int32_t
mulAdd
(int16_t in, int16_t v, int32_t a)
86
int32_t
mulAdd
(int16_t in, int32_t v, int32_t a)
101
int32_t
mulAdd
(int32_t in, int32_t v, int32_t a)
AudioResamplerSinc.cpp
417
int32_t
mulAdd
(int16_t in, int32_t v, int32_t a)
[
all
...]
/system/media/audio_utils/include/audio_utils/
primitives.h
705
int32_t
mulAdd
(int16_t in, int16_t v, int32_t a)
738
* Similar to
mulAdd
, but the 16-bit terms are extracted from a 32-bit interleaved stereo pair.
/system/core/libmincrypt/
p256.c
71
static p256_digit
mulAdd
(const p256_int* a,
155
top =
mulAdd
(a, P256_DIGIT(b, i), 0, tmp + i);
160
top =
mulAdd
(a, top_b, 0, tmp + i);
169
top_reducer =
mulAdd
(MOD, top, 0, reducer);
Completed in 572 milliseconds