Searched defs:NEG16 (Results 1 - 6 of 6) sorted by relevance
/external/libopus/celt/ |
H A D | fixed_generic.h | 58 #define NEG16(x) (-(x)) macro
|
H A D | arch.h | 152 #define NEG16(x) (-(x)) macro
|
H A D | fixed_debug.h | 62 static OPUS_INLINE short NEG16(int x) function 67 fprintf (stderr, "NEG16: input is not short: %d\n", (int)x); 75 fprintf (stderr, "NEG16: output is not short: %d\n", (int)res); 88 fprintf (stderr, "NEG16: input is not int: %d\n", (int)x); 96 fprintf (stderr, "NEG16: output is not int: %d\n", (int)res);
|
/external/speex/libspeex/ |
H A D | fixed_generic.h | 41 #define NEG16(x) (-(x)) macro
|
H A D | fixed_debug.h | 50 static inline short NEG16(int x) function 55 fprintf (stderr, "NEG16: input is not short: %d\n", (int)x); 59 fprintf (stderr, "NEG16: output is not short: %d\n", (int)res); 68 fprintf (stderr, "NEG16: input is not int: %d\n", (int)x); 72 fprintf (stderr, "NEG16: output is not int: %d\n", (int)res);
|
H A D | arch.h | 161 #define NEG16(x) (-(x)) macro
|
Completed in 404 milliseconds