OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ADD16
(Results
1 - 8
of
8
) sorted by null
/external/qemu/target-arm/
op_addsub.h
23
uint32_t HELPER(glue(PFX,
add16
))(uint32_t a, uint32_t b GE_ARG)
28
ADD16
(a, b, 0);
29
ADD16
(a >> 16, b >> 16, 1);
76
ADD16
(a, b >> 16, 0);
88
ADD16
(a >> 16, b, 1);
100
#undef
ADD16
helper.c
[
all
...]
/external/chromium_org/third_party/opus/src/celt/
fixed_generic.h
96
#define
ADD16
(a,b) ((opus_val16)((opus_val16)(a)+(opus_val16)(b)))
arch.h
172
#define
ADD16
(a,b) ((a)+(b))
fixed_debug.h
236
#define
ADD16
(a, b) ADD16_(a, b, __FILE__, __LINE__)
242
fprintf (stderr, "
ADD16
: inputs are not short: %d %d in %s: line %d\n", a, b, file, line);
250
fprintf (stderr, "
ADD16
: output is not short: %d+%d=%d in %s: line %d\n", a,b,res, file, line);
/external/speex/libspeex/
fixed_debug.h
163
#define PSHR16(a,shift) (SHR16(
ADD16
((a),((1<<((shift))>>1))),shift))
173
#define
ADD16
(a, b) _ADD16(a, b, __FILE__, __LINE__)
179
fprintf (stderr, "
ADD16
: inputs are not short: %d %d in %s: line %d\n", a, b, file, line);
184
fprintf (stderr, "
ADD16
: output is not short: %d+%d=%d in %s: line %d\n", a,b,res, file, line);
269
#define MAC16_16_Q11(c,a,b) (EXTRACT16(
ADD16
((c),EXTRACT16(SHR32(MULT16_16((a),(b)),11)))))
270
#define MAC16_16_Q13(c,a,b) (EXTRACT16(
ADD16
((c),EXTRACT16(SHR32(MULT16_16((a),(b)),13)))))
fixed_generic.h
65
#define
ADD16
(a,b) ((spx_word16_t)((spx_word16_t)(a)+(spx_word16_t)(b)))
arch.h
181
#define
ADD16
(a,b) ((a)+(b))
Completed in 168 milliseconds