Home
last modified time | relevance | path

Searched refs:tansig_approx (Results 1 – 1 of 1) sorted by relevance

/external/libopus/src/
Dmlp.c42 static OPUS_INLINE opus_val16 tansig_approx(opus_val32 _x) /* Q19 */
68 static OPUS_INLINE float tansig_approx(float x) in tansig_approx() function
105 hidden[j] = tansig_approx(sum);
113 out[j] = tansig_approx(EXTRACT16(PSHR32(sum,17)));
129 hidden[j] = tansig_approx(sum); in mlp_process()
137 out[j] = tansig_approx(sum); in mlp_process()