Home
last modified time | relevance | path

Searched defs:t (Results 1 – 8 of 8) sorted by relevance

/liblc3-latest/test/
Dctypes.h28 #define CTYPES_CHECK(exc, t) \ argument
38 #define to_scalar(obj, t, ptr) \ argument
41 #define to_1d_ptr(obj, t, n, ptr) \ argument
44 #define to_2d_ptr(obj, t, n1, n2, ptr) \ argument
47 #define to_1d_copy(obj, t, ptr, n) \ argument
50 #define to_2d_copy(obj, t, ptr, n1, n2) \ argument
61 #define new_1d_ptr(t, n, ptr) \ argument
64 #define new_2d_ptr(t, n1, n2, ptr) \ argument
67 #define new_1d_copy(t, n, src) \ argument
70 #define new_2d_copy(t, n1, n2, src) \ argument
[all …]
/liblc3-latest/tables/
Dfastmath.py22 def fast_exp2(x, t, p): argument
Dmktables.py90 def print_table(t, m=4): argument
/liblc3-latest/src/
Dtables.h96 struct lc3_fft_bf3_twiddles { int n3; const struct lc3_complex (*t)[2]; }; member
97 struct lc3_fft_bf2_twiddles { int n2; const struct lc3_complex *t; }; member
Dfastmath.h172 static const uint16_t t[][2] = { in lc3_db_q16() local
/liblc3-latest/python/tools/
Dspecgram.py61 t = np.arange(n - (n % frame_len)) / fs variable
/liblc3-latest/tools/
Delc3.c273 unsigned t = (clock_us() - t0) / 1000; in main() local
Ddlc3.c261 unsigned t = (clock_us() - t0) / 1000; in main() local