Home
last modified time | relevance | path

Searched refs:nn (Results 1 – 25 of 940) sorted by relevance

12345678910>>...38

/external/fec/
Drstest.c54 int nn,kk; in main() local
56 nn = (1<<Tab[i].symsize) - 1; in main()
57 kk = nn - Tab[i].nroots; in main()
58 printf("Testing (%d,%d) code...\n",nn,kk); in main()
68 int nn = 255; in exercise_8() local
69 unsigned char block[nn],tblock[nn]; in exercise_8()
70 int errlocs[nn],derrlocs[nn]; in exercise_8()
83 for(errors=0;errors<=(nn-kk)/2;errors++){ in exercise_8()
87 block[i] = random() & nn; in exercise_8()
98 errval = random() & nn; in exercise_8()
[all …]
Drs-common.h9 int nn; /* Symbols per block (= (1<<mm)-1) */ member
21 while (x >= rs->nn) { in modnn()
22 x -= rs->nn; in modnn()
23 x = (x >> rs->mm) + (x & rs->nn); in modnn()
/external/freetype/src/tools/
Dapinames.c68 int nn, len; in names_add() local
79 for ( nn = 0; nn < len; nn++ ) in names_add()
80 h = h * 33 + name[nn]; in names_add()
83 for ( nn = 0; nn < num_names; nn++ ) in names_add()
85 nm = the_names + nn; in names_add()
138 int nn; in names_dump() local
150 for ( nn = 0; nn < num_names; nn++ ) in names_dump()
151 fprintf( out, " %s\n", the_names[nn].name ); in names_dump()
162 for ( nn = 0; nn < num_names; nn++ ) in names_dump()
163 fprintf( out, " _%s\n", the_names[nn].name ); in names_dump()
[all …]
/external/tensorflow/tensorflow/lite/g3doc/convert/
Drnn.md14 [`tf.compat.v1.nn.static_rnn`](https://www.tensorflow.org/api_docs/python/tf/nn/static_rnn)
17 The following `tf.compat.v1.nn.rnn_cell` operations work with
18 `tf.compat.v1.nn.static_rnn`:
20 * [tf.compat.v1.nn.rnn_cell.LSTMCell](https://www.tensorflow.org/api_docs/python/tf/nn/rnn_cell/L…
21 * [tf.compat.v1.nn.rnn_cell.RNNCell](https://www.tensorflow.org/api_docs/python/tf/nn/rnn_cell/RN…
22 * [tf.compat.v1.nn.rnn_cell.GRUCell](https://www.tensorflow.org/api_docs/python/tf/nn/rnn_cell/GR…
23 * [tf.compat.v1.nn.rnn_cell.BasicLSTMCell](https://www.tensorflow.org/api_docs/python/tf/nn/rnn_c…
24 * [tf.compat.v1.nn.rnn_cell.BasicRNNCell](https://www.tensorflow.org/api_docs/python/tf/nn/rnn_ce…
31 * [tf.compat.v1.nn.dynamic_rnn](https://www.tensorflow.org/api_docs/python/tf/nn/dynamic_rnn)
32 * [tf.compat.v1.nn.bidirectional_dynamic_rnn](https://www.tensorflow.org/api_docs/python/tf/nn/bi…
[all …]
/external/XNNPACK/test/
Dspmm-microkernel-tester.h163 for (size_t nn = 0; nn < n() / nr(); nn++) { variable
165 w[wcnt++] = bias[nr() * nn + i];
167 if (b[nn * k() + kk] != 0.0f) {
170 w[wcnt++] = b[nn * k() + kk] + static_cast<float>(i);
180 nmap[nn] += 1;
187 for (size_t nn = n() / nr(); nn < ncols; nn++) { variable
188 w[wcnt++] = bias[(n() / nr()) * nr() + (nn - n() / nr())];
190 if (b[nn * k() + kk] != 0.0f) {
192 w[wcnt++] = b[nn * k() + kk];
202 nmap[nn] += 1;
[all …]
/external/llvm/test/Transforms/InstCombine/
Drange-check.ll7 ; CHECK: [[R:%[0-9]+]] = icmp ugt i32 %nn, %x
10 %nn = and i32 %n, 2147483647
12 %b = icmp slt i32 %x, %nn
18 ; CHECK: [[R:%[0-9]+]] = icmp uge i32 %nn, %x
21 %nn = and i32 %n, 2147483647
23 %b = icmp sle i32 %x, %nn
29 ; CHECK: [[R:%[0-9]+]] = icmp ugt i32 %nn, %x
32 %nn = and i32 %n, 2147483647
33 %a = icmp sgt i32 %nn, %x
40 ; CHECK: [[R:%[0-9]+]] = icmp uge i32 %nn, %x
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/
Drange-check.ll7 ; CHECK: [[R:%[0-9]+]] = icmp ugt i32 %nn, %x
10 %nn = and i32 %n, 2147483647
12 %b = icmp slt i32 %x, %nn
18 ; CHECK: [[R:%[0-9]+]] = icmp uge i32 %nn, %x
21 %nn = and i32 %n, 2147483647
23 %b = icmp sle i32 %x, %nn
29 ; CHECK: [[R:%[0-9]+]] = icmp ugt i32 %nn, %x
32 %nn = and i32 %n, 2147483647
33 %a = icmp sgt i32 %nn, %x
40 ; CHECK: [[R:%[0-9]+]] = icmp uge i32 %nn, %x
[all …]
/external/ImageMagick/PerlMagick/t/reference/composite/
DCopyRed.miff15nn+nn0nn:nnLnnXnnnnn�nnnnnnnnnnnn�nnlnn^nnfnnjnn�nnnnnnnnnnnnnnnnnnnnnnnnnnnnnn
DCopyBlue.miff15nn(nn+nn0nnNnnmnn�nnnnnnnnnnnnnnnn]nnGnnInnEnnCnnQnn=nn+nn&nn&nn+nn)nn+nn+nn9nn)nn(nn(nn(nn
/external/google-breakpad/src/client/linux/minidump_writer/
Dcpu_set.h114 for (size_t nn = 0; nn < kMaskWordCount; ++nn) in IntersectWith() local
115 mask_[nn] &= other.mask_[nn]; in IntersectWith()
121 for (size_t nn = 0; nn < kMaskWordCount; ++nn) { in GetCount() local
122 result += __builtin_popcount(mask_[nn]); in GetCount()
129 size_t nn = static_cast<size_t>(index); in SetBit() local
130 if (nn < kMaxCpus) in SetBit()
131 mask_[nn / kMaskWordBits] |= (1U << (nn % kMaskWordBits)); in SetBit()
/external/freetype/src/base/
Dftadvanc.c33 FT_UInt nn; in _ft_face_scale_advances() local
50 for ( nn = 0; nn < count; nn++ ) in _ft_face_scale_advances()
51 advances[nn] = FT_MulDiv( advances[nn], scale, 64 ); in _ft_face_scale_advances()
123 FT_UInt num, end, nn; in FT_Get_Advances() local
159 for ( nn = 0; nn < count; nn++ ) in FT_Get_Advances()
161 error = FT_Load_Glyph( face, start + nn, flags ); in FT_Get_Advances()
166 padvances[nn] = ( flags & FT_LOAD_VERTICAL_LAYOUT ) in FT_Get_Advances()
/external/freetype/src/autofit/
Dafwarp.c82 FT_Int nn; in af_warper_compute_line_best() local
86 for ( nn = 0; nn < 65; nn++ ) in af_warper_compute_line_best()
87 scores[nn] = 0; in af_warper_compute_line_best()
119 for ( nn = 0; nn < num_segments; nn++ ) in af_warper_compute_line_best()
121 FT_Pos len = segments[nn].max_coord - segments[nn].min_coord; in af_warper_compute_line_best()
122 FT_Pos y0 = FT_MulFix( segments[nn].pos, scale ) + delta; in af_warper_compute_line_best()
173 FT_Int nn, num_points, num_segments; in af_warper_compute() local
213 for ( nn = 1; nn < num_points; nn++ ) in af_warper_compute()
215 FT_Int X = points[nn].fx; in af_warper_compute()
225 for ( nn = 1; nn < num_segments; nn++ ) in af_warper_compute()
[all …]
Dafglobal.c273 FT_Long nn; in af_face_globals_compute_style_coverage() local
276 for ( nn = 0; nn < globals->glyph_count; nn++ ) in af_face_globals_compute_style_coverage()
278 if ( ( gstyles[nn] & AF_STYLE_MASK ) == AF_STYLE_UNASSIGNED ) in af_face_globals_compute_style_coverage()
280 gstyles[nn] &= ~AF_STYLE_MASK; in af_face_globals_compute_style_coverage()
281 gstyles[nn] |= globals->module->fallback_style; in af_face_globals_compute_style_coverage()
387 FT_UInt nn; in af_face_globals_free() local
390 for ( nn = 0; nn < AF_STYLE_MAX; nn++ ) in af_face_globals_free()
392 if ( globals->metrics[nn] ) in af_face_globals_free()
395 af_style_classes[nn]; in af_face_globals_free()
401 writing_system_class->style_metrics_done( globals->metrics[nn] ); in af_face_globals_free()
[all …]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DRBNFChinesePostProcessor.java101 int nn = buf.lastIndexOf(ling, x); in process() local
103 if (nn > m) { in process()
104 ns = (nn > 0 && buf.charAt(nn-1) != '*') ? 2 : 1; in process()
116 n = nn; // remember optional ling to right in process()
127 buf.delete(nn-1, nn+ling.length()); // delete current optional ling in process()
141 buf.delete(nn-1, nn+ling.length()); // delete current optional ling in process()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DRBNFChinesePostProcessor.java102 int nn = buf.lastIndexOf(ling, x); in process() local
104 if (nn > m) { in process()
105 ns = (nn > 0 && buf.charAt(nn-1) != '*') ? 2 : 1; in process()
117 n = nn; // remember optional ling to right in process()
128 buf.delete(nn-1, nn+ling.length()); // delete current optional ling in process()
142 buf.delete(nn-1, nn+ling.length()); // delete current optional ling in process()
/external/curl/tests/certs/
DMakefile.am30 Server-localhost.nn-sv.prm \
48 Server-localhost.nn-sv.crl \
49 Server-localhost.nn-sv.crt \
50 Server-localhost.nn-sv.csr \
51 Server-localhost.nn-sv.der \
52 Server-localhost.nn-sv.dhp \
53 Server-localhost.nn-sv.key \
54 Server-localhost.nn-sv.pem \
55 Server-localhost.nn-sv.pub.der \
56 Server-localhost.nn-sv.pub.pem \
[all …]
/external/tensorflow/tensorflow/python/compiler/tensorrt/test/
Dconst_broadcast_test.py24 from tensorflow.python.ops import nn
36 y1 = nn.conv2d(x, filt1, strides=[1, 1, 1, 1], padding='SAME', name='y1')
37 z1 = nn.relu(y1, name='z1')
40 y2 = nn.conv2d(z1, filt2, strides=[1, 1, 1, 1], padding='SAME', name='y2')
41 z2 = nn.relu(y2, name='z')
44 y3 = nn.conv2d(z2, filt3, strides=[1, 1, 1, 1], padding='SAME', name='y3')
45 return nn.relu(y3, name='output_0')
Dbiasadd_matmul_test.py29 from tensorflow.python.ops import nn
67 x5 = nn.bias_add(x5, b)
72 x6 = nn.bias_add(x6, b, data_format="NHWC")
77 x7 = nn.bias_add(x7, b, data_format="NHWC")
82 x8 = nn.bias_add(x8, b, data_format="NHWC")
87 x9 = nn.bias_add(x9, b, data_format="NCHW")
92 x10 = nn.bias_add(x10, b, data_format="NCHW")
97 x11 = nn.bias_add(x11, b, data_format="NCHW")
Ddynamic_input_shapes_test.py28 from tensorflow.python.ops import nn
38 x = nn.conv2d(
44 x = nn.bias_add(x, bias1)
45 x = nn.relu(x)
49 x = nn.conv2d(
55 x = nn.bias_add(x, bias2)
/external/tensorflow/tensorflow/lite/experimental/examples/lstm/g3doc/
DREADME.md10 TensorFlow, LSTM ops are expressed as a "cell" (e.g., `tf.nn.rnn_cell.LSTMCell`,
11 `tf.nn.rnn_cell.BasicRNNCell`, etc., and they all contain multiple TensorFlow
12 ops) and a "rnn" ( e.g., `tf.nn.static_rnn`,
13 `tf.nn.bidirectional_dynamic_rnn`).
37 First step is replacing `tf.nn.rnn_cell.LSTMCell` with
38 `tf.lite.experimental.nn.TFLiteLSTMCell` in training phase, and replacing
39 `tf.nn.rnn.dynamic_rnn` with `tf.lite.experimental.nn.dynamic_rnn`, if you are
42 Both `tf.lite.experimental.nn.TFLiteLSTMCell` &
43 `tf.lite.experimental.nn.dynamic_rnn` are just normal `tf.nn.rnn_cell.LSTMCell`
44 and `tf.nn.rnn.dynamic_rnn` with OpHinted nodes in it to help the graph
[all …]
/external/tensorflow/tensorflow/python/keras/
Dactivations.py26 from tensorflow.python.ops import nn
72 return nn.softmax(x)
156 return nn.selu(x)
169 return nn.softplus(x)
182 return nn.softsign(x)
195 return nn.swish(x)
257 return nn.tanh(x)
287 return nn.sigmoid(x)
/external/freetype/src/sfnt/
Dsfwoff.c112 FT_Int nn; in woff_open_font() local
209 for ( nn = 0; nn < woff.num_tables; nn++ ) in woff_open_font()
211 WOFF_Table table = tables + nn; in woff_open_font()
239 indices[nn] = table; in woff_open_font()
256 for ( nn = 0; nn < woff.num_tables; nn++ ) in woff_open_font()
258 WOFF_Table table = indices[nn]; in woff_open_font()
339 for ( nn = 0; nn < woff.num_tables; nn++ ) in woff_open_font()
341 WOFF_Table table = tables + nn; in woff_open_font()
/external/tensorflow/tensorflow/examples/speech_commands/
Dmodels.py273 first_conv = tf.nn.conv2d(input=fingerprint_4d,
277 first_relu = tf.nn.relu(first_conv)
279 first_dropout = tf.nn.dropout(first_relu, 1 - (dropout_prob))
282 max_pool = tf.nn.max_pool2d(input=first_dropout,
300 second_conv = tf.nn.conv2d(input=max_pool,
304 second_relu = tf.nn.relu(second_conv)
306 second_dropout = tf.compat.v1.nn.dropout(second_relu, dropout_prob)
398 first_conv = tf.nn.conv2d(
403 first_relu = tf.nn.relu(first_conv)
405 first_dropout = tf.nn.dropout(first_relu, 1 - (dropout_prob))
[all …]
/external/freetype/src/truetype/
Dttpload.c537 FT_UInt nn, num_records; in tt_face_load_hdmx() local
588 for ( nn = 0; nn < num_records; nn++ ) in tt_face_load_hdmx()
593 face->hdmx_record_sizes[nn] = p[0]; in tt_face_load_hdmx()
597 face->hdmx_record_count = nn; in tt_face_load_hdmx()
633 FT_UInt nn; in tt_face_get_device_metrics() local
639 for ( nn = 0; nn < face->hdmx_record_count; nn++ ) in tt_face_get_device_metrics()
640 if ( face->hdmx_record_sizes[nn] == ppem ) in tt_face_get_device_metrics()
644 result = record + nn * record_size + gindex; in tt_face_get_device_metrics()
Dttdriver.c229 FT_UInt nn; in tt_get_advances() local
244 for ( nn = 0; nn < count; nn++ ) in tt_get_advances()
251 TT_Get_VMetrics( face, start + nn, 0, &tsb, &ah ); in tt_get_advances()
252 advances[nn] = ah; in tt_get_advances()
264 for ( nn = 0; nn < count; nn++ ) in tt_get_advances()
270 TT_Get_HMetrics( face, start + nn, &lsb, &aw ); in tt_get_advances()
271 advances[nn] = aw; in tt_get_advances()

12345678910>>...38