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

/external/chromium_org/third_party/opus/src/src/
H A Dmlp.c42 static OPUS_INLINE opus_val16 tansig_approx(opus_val32 _x) /* Q19 */
68 static OPUS_INLINE float tansig_approx(float x) function
105 hidden[j] = tansig_approx(sum);
113 out[j] = tansig_approx(EXTRACT16(PSHR32(sum,17)));
129 hidden[j] = tansig_approx(sum);
137 out[j] = tansig_approx(sum);
H A Dmlp_train.h46 static inline double tansig_approx(double x) function
H A Dmlp_train.c148 hidden[i] = tansig_approx(sum);
155 netOut[i] = tansig_approx(sum);
/external/libopus/src/
H A Dmlp.c42 static OPUS_INLINE opus_val16 tansig_approx(opus_val32 _x) /* Q19 */
68 static OPUS_INLINE float tansig_approx(float x) function
105 hidden[j] = tansig_approx(sum);
113 out[j] = tansig_approx(EXTRACT16(PSHR32(sum,17)));
129 hidden[j] = tansig_approx(sum);
137 out[j] = tansig_approx(sum);

Completed in 657 milliseconds