Home
last modified time | relevance | path

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

/external/libgsm/tls/
Dsour.c55 int n_in = 0; variable
74 n_in += sp->varsize;
76 while (n_in >= BYTE_BITS) {
78 WORD_BITS - n_in);
79 n_in -= BYTE_BITS;
83 while (n_in >= BYTE_BITS) {
84 printf("*c++ = sr >> %d;\n", WORD_BITS - n_in);
85 n_in -= BYTE_BITS;
88 if (n_in > 0) {
89 fprintf(stderr, "warning: %d bits left over\n", n_in);
Dginger.c33 int n_in = 0; variable
39 while (n_in < sp->varsize) {
40 if (n_in) printf("sr |= (uword)*c++ << %d;\n", n_in);
42 n_in += BYTE_BITS;
48 n_in -= sp->varsize;
51 if (n_in > 0) {
52 fprintf(stderr, "%d bits left over\n", n_in);
/external/tensorflow/tensorflow/core/kernels/
Dnth_element_op.cc42 const auto& n_in = context->input(1); in Compute() local
43 OP_REQUIRES(context, TensorShapeUtils::IsScalar(n_in.shape()), in Compute()
45 n_in.shape().DebugString())); in Compute()
46 int n = n_in.scalar<int32>()(); in Compute()
/external/tensorflow/tensorflow/contrib/distributions/python/ops/bijectors/
Dmasked_autoregressive.py320 def _gen_slices(num_blocks, n_in, n_out, mask_type=MASK_EXCLUSIVE): argument
325 d_in = n_in // num_blocks
346 n_in, argument
352 mask = np.zeros([n_out, n_in], dtype=dtype.as_numpy_dtype())
353 slices = _gen_slices(num_blocks, n_in, n_out, mask_type=mask_type)
/external/libaom/libaom/test/
Dfft_test.cc80 FFTTestArg(int n_in, tform_fun_t fft_in) : n(n_in), fft(fft_in) {} in FFTTestArg()
164 IFFTTestArg(int n_in, tform_fun_t ifft_in) : n(n_in), ifft(ifft_in) {} in IFFTTestArg()
/external/tensorflow/tensorflow/contrib/distributions/python/kernel_tests/bijectors/
Dmasked_autoregressive_test.py46 mask = _gen_mask(num_blocks=3, n_in=4, n_out=6, mask_type="exclusive")
57 mask = _gen_mask(num_blocks=3, n_in=4, n_out=6, mask_type="inclusive")
/external/libxml2/
Dtestapi.c1308 int n_in; in test_UTF8ToHtml() local
1314 for (n_in = 0;n_in < gen_nb_const_unsigned_char_ptr;n_in++) { in test_UTF8ToHtml()
1319 in = gen_const_unsigned_char_ptr(n_in, 2); in test_UTF8ToHtml()
1327 des_const_unsigned_char_ptr(n_in, (const unsigned char *)in, 2); in test_UTF8ToHtml()
1336 printf(" %d", n_in); in test_UTF8ToHtml()
1937 int n_in; in test_htmlEncodeEntities() local
1945 for (n_in = 0;n_in < gen_nb_const_unsigned_char_ptr;n_in++) { in test_htmlEncodeEntities()
1951 in = gen_const_unsigned_char_ptr(n_in, 2); in test_htmlEncodeEntities()
1960 des_const_unsigned_char_ptr(n_in, (const unsigned char *)in, 2); in test_htmlEncodeEntities()
1970 printf(" %d", n_in); in test_htmlEncodeEntities()
[all …]