HomeSort by relevance Sort by last modified time
    Searched refs:tansig_table (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/opus/src/
opus_headers.mk 7 src/tansig_table.h
  /external/libopus/
opus_headers.mk 7 src/tansig_table.h
  /external/chromium_org/third_party/opus/src/src/
mlp_train.h 34 double tansig_table[501]; variable
43 tansig_table[i] = tansig_double(.04*(i-250));
56 y = tansig_table[250+i];
mlp.c 38 #include "tansig_table.h"
59 /*y = tansig_table[250+i];*/
60 yy = tansig_table[250+i];
67 /*extern const float tansig_table[501];*/
85 y = tansig_table[i];
tansig_table.h 3 static const float tansig_table[201] = { variable
  /external/libopus/src/
mlp.c 38 #include "tansig_table.h"
59 /*y = tansig_table[250+i];*/
60 yy = tansig_table[250+i];
67 /*extern const float tansig_table[501];*/
85 y = tansig_table[i];
tansig_table.h 3 static const float tansig_table[201] = { variable

Completed in 724 milliseconds