OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NEG16
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/opus/src/celt/
fixed_generic.h
58
#define
NEG16
(x) (-(x))
arch.h
151
#define
NEG16
(x) (-(x))
fixed_debug.h
62
static inline short
NEG16
(int x)
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/
fixed_debug.h
50
static inline short
NEG16
(int x)
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);
fixed_generic.h
41
#define
NEG16
(x) (-(x))
arch.h
161
#define
NEG16
(x) (-(x))
Completed in 31 milliseconds