OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:neg16
(Results
1 - 7
of
7
) sorted by null
/external/speex/libspeex/
filters.c
327
nyi =
NEG16
(yi);
347
nyi =
NEG16
(yi);
426
ny1i =
NEG16
(y1);
428
ny2i =
NEG16
(y[i]);
520
y0 = MAC16_16(MAC16_16(y0, a0, x11),
NEG16
(a0), x21);
522
y2 = MAC16_16(MAC16_16(y2, a0, x10),
NEG16
(a0), x20);
537
y0 = MAC16_16(MAC16_16(y0, a0, x10),
NEG16
(a0), x20);
539
y2 = MAC16_16(MAC16_16(y2, a0, x11),
NEG16
(a0), x21);
math_approx.h
168
x =
NEG16
(x);
325
return
NEG16
(C1 + x*(C2+x*(C3+C4*x)));
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))
mdf.c
488
spx_word16_t decay = SHR32(spx_exp(
NEG16
(DIV32_16(QCONST16(2.4,11),M))),1);
[
all
...]
/external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp
[
all
...]
Completed in 287 milliseconds