HomeSort by relevance Sort by last modified time
    Searched defs:NEG16 (Results 1 - 3 of 3) sorted by null

  /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 141 milliseconds