Searched refs:alpha_1 (Results 1 – 4 of 4) sorted by relevance
/external/eigen/Eigen/src/Core/ |
D | MathFunctionsImpl.h | 39 const T alpha_1 = pset1<T>(4.89352455891786e-03f); in generic_fast_tanh_float() local 62 p = pmadd(x2, p, alpha_1); in generic_fast_tanh_float()
|
/external/speex/libspeexdsp/ |
D | mdf.c | 704 spx_float_t alpha, alpha_1; in speex_echo_cancellation() local 1084 alpha_1 = FLOAT_SUB(FLOAT_ONE, alpha); in speex_echo_cancellation() 1086 st->Pey = FLOAT_ADD(FLOAT_MULT(alpha_1,st->Pey) , FLOAT_MULT(alpha,Pey)); in speex_echo_cancellation() 1087 st->Pyy = FLOAT_ADD(FLOAT_MULT(alpha_1,st->Pyy) , FLOAT_MULT(alpha,Pyy)); in speex_echo_cancellation()
|
/external/eigen/Eigen/src/Core/functors/ |
D | UnaryFunctors.h | 1013 const Packet alpha_1 = pset1<Packet>(2.48287947061529e-01); 1034 p = pmadd(x2, p, alpha_1);
|
/external/llvm-project/polly/lib/External/isl/doc/ |
D | implementation.tex | 1242 n \to \{\, x \to y \mid \exists \, \alpha_0, \alpha_1: 7\alpha_0 = -2 + n \wedge 5\alpha_1 = -1 - x… 1248 n \to \{\, x \mid \exists \, \alpha_0, \alpha_1: 7\alpha_0 = -2 + n \wedge 5\alpha_1 = -1 + x \wedg… 1258 \alpha_1 = \floor{\frac{-1 + x}5} 1262 while $\alpha_1$ can be treated as a variable. 1270 \exists\, \alpha_0, \alpha_1, k, f : {} & 1276 5\alpha_1 = -k + x \wedge 1286 n \to \{\, x \to y \mid \exists \, \alpha_0, \alpha_1: 7\alpha_1 = -2 + n \wedge 6\alpha_0 \ge -x +…
|