HomeSort by relevance Sort by last modified time
    Searched defs:dec (Results 1 - 25 of 112) sorted by null

1 2 3 4 5

  /external/clang/test/SemaCXX/
increment-decrement.cpp 6 const int &dec = i--; variable
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_sqrtl.c 54 dec(long double x) function
146 xn = dec(xn); /* xn = xn - ulp. */
  /external/javassist/src/main/javassist/runtime/
Cflow.java 31 void dec() { --depth; } method in class:Cflow.Depth
46 public void exit() { ((Depth)get()).dec(); }
  /external/srtp/crypto/include/
cryptoalg.h 105 cryptoalg_inv_t dec; member in struct:cryptoalg_ctx_t
xfm.h 116 cryptoalg_inv_t dec; member in struct:cryptoalg_ctx_t
  /external/eigen/Eigen/src/misc/
Kernel.h 44 kernel_retval_base(const DecompositionType& dec)
45 : m_dec(dec),
46 m_rank(dec.rank()),
47 m_cols(m_rank==dec.cols() ? 1 : dec.cols() - m_rank)
53 inline const DecompositionType& dec() const { return m_dec; } function in struct:Eigen::internal::kernel_retval_base
73 using Base::dec; \
77 kernel_retval(const DecompositionType& dec) : Base(dec) {}
Solve.h 40 solve_retval_base(const DecompositionType& dec, const Rhs& rhs)
41 : m_dec(dec), m_rhs(rhs)
46 inline const DecompositionType& dec() const { return m_dec; } function in struct:Eigen::internal::solve_retval_base
67 using Base::dec; \
71 solve_retval(const DecompositionType& dec, const Rhs& rhs) \
72 : Base(dec, rhs) {}
Image.h 43 image_retval_base(const DecompositionType& dec, const MatrixType& originalMatrix)
44 : m_dec(dec), m_rank(dec.rank()),
52 inline const DecompositionType& dec() const { return m_dec; } function in struct:Eigen::internal::image_retval_base
74 using Base::dec; \
79 image_retval(const DecompositionType& dec, const MatrixType& originalMatrix) \
80 : Base(dec, originalMatrix) {}
SparseSolve.h 35 sparse_solve_retval_base(const DecompositionType& dec, const Rhs& rhs)
36 : m_dec(dec), m_rhs(rhs)
41 inline const DecompositionType& dec() const { return m_dec; } function in struct:Eigen::internal::sparse_solve_retval_base
60 using Base::dec; \
64 sparse_solve_retval(const DecompositionType& dec, const Rhs& rhs) \
65 : Base(dec, rhs) {}
88 solve_retval_with_guess(const DecompositionType& dec, const Rhs& rhs, const Guess& guess)
89 : m_dec(dec), m_rhs(rhs), m_guess(guess)
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
cor_h.cpp 192 Word16 i, j, k, dec, h2[L_CODE];
230 for (dec = 1; dec < L_CODE; dec++)
234 i = sub (j, dec);
235 for (k = 0; k < (L_CODE - dec); k++, i--, j--)
237 s = L_mac (s, h2[k], h2[k + dec]);
276 register Word16 dec; local
335 dec = (Word16)(((s >> 9) * 32440) >> 15);
339 dec = 32440; /* 0.99 *
    [all...]
  /external/v8/test/mjsunit/
array-reduce.js 102 function dec(a, b, i, arr) { return a + b * Math.pow(10, arr.length - i - 1); } function
125 simpleArray, dec, 0);
136 testReduce("reduce", "EmptyReduceDec", 0, [], [], dec, 0);
141 testReduce("reduce", "EmptyReduceDecNoInit", 0, [], [0], dec);
162 simpleSparseArray, dec, 0);
173 testReduce("reduce", "EmptySparseReduceDecNoInit", 0, [], [,,0,,], dec);
203 verySparseArray, dec, 0);
226 verySparseArray, dec);
253 simpleArray, dec, 0);
264 testReduce("reduceRight", "EmptyReduceRightDec", 0, [], [], dec, 0)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/bin_search_tree_/
point_iterators.hpp 201 dec(integral_constant<int,Is_Forward_Iterator>());
216 { dec(true_type()); }
248 dec(false_type) function in class:__gnu_pbds::detail::bin_search_tree_const_it_
252 dec(true_type) function in class:__gnu_pbds::detail::bin_search_tree_const_it_
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/bin_search_tree_/
point_iterators.hpp 201 dec(integral_constant<int,Is_Forward_Iterator>());
216 { dec(true_type()); }
248 dec(false_type) function in class:__gnu_pbds::detail::bin_search_tree_const_it_
252 dec(true_type) function in class:__gnu_pbds::detail::bin_search_tree_const_it_
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/bin_search_tree_/
point_iterators.hpp 201 dec(integral_constant<int,Is_Forward_Iterator>());
216 { dec(true_type()); }
248 dec(false_type) function in class:__gnu_pbds::detail::bin_search_tree_const_it_
252 dec(true_type) function in class:__gnu_pbds::detail::bin_search_tree_const_it_
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/bin_search_tree_/
point_iterators.hpp 201 dec(integral_constant<int,Is_Forward_Iterator>());
216 { dec(true_type()); }
248 dec(false_type) function in class:__gnu_pbds::detail::bin_search_tree_const_it_
252 dec(true_type) function in class:__gnu_pbds::detail::bin_search_tree_const_it_
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/bin_search_tree_/
point_iterators.hpp 201 dec(integral_constant<int,Is_Forward_Iterator>());
216 { dec(true_type()); }
248 dec(false_type) function in class:__gnu_pbds::detail::bin_search_tree_const_it_
252 dec(true_type) function in class:__gnu_pbds::detail::bin_search_tree_const_it_
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/bin_search_tree_/
point_iterators.hpp 201 dec(integral_constant<int,Is_Forward_Iterator>());
216 { dec(true_type()); }
248 dec(false_type) function in class:__gnu_pbds::detail::bin_search_tree_const_it_
252 dec(true_type) function in class:__gnu_pbds::detail::bin_search_tree_const_it_
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/bin_search_tree_/
point_iterators.hpp 201 dec(integral_constant<int,Is_Forward_Iterator>());
216 { dec(true_type()); }
248 dec(false_type) function in class:__gnu_pbds::detail::bin_search_tree_const_it_
252 dec(true_type) function in class:__gnu_pbds::detail::bin_search_tree_const_it_
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/bin_search_tree_/
point_iterators.hpp 201 dec(integral_constant<int,Is_Forward_Iterator>());
216 { dec(true_type()); }
248 dec(false_type) function in class:__gnu_pbds::detail::bin_search_tree_const_it_
252 dec(true_type) function in class:__gnu_pbds::detail::bin_search_tree_const_it_
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/bin_search_tree_/
point_iterators.hpp 191 dec(integral_constant<int,Is_Forward_Iterator>());
206 { dec(true_type()); }
238 dec(false_type) function in class:__gnu_pbds::detail::bin_search_tree_const_it_
242 dec(true_type) function in class:__gnu_pbds::detail::bin_search_tree_const_it_
  /external/harfbuzz_ng/src/
hb-object-private.hh 58 inline int dec (void) { return hb_atomic_int_add (const_cast<hb_atomic_int_t &> (ref_count), -1); } function in struct:hb_reference_count_t
136 if (ref_count.dec () != 1)
  /external/wpa_supplicant_8/src/crypto/
crypto_gnutls.c 191 gcry_cipher_hd_t dec; member in struct:crypto_cipher
213 gcry_cipher_open(&ctx->dec, a, GCRY_CIPHER_MODE_STREAM, 0);
223 gcry_cipher_open(&ctx->dec, a, GCRY_CIPHER_MODE_CBC, 0);
228 gcry_cipher_open(&ctx->dec, a, GCRY_CIPHER_MODE_CBC, 0);
233 gcry_cipher_open(&ctx->dec, a, GCRY_CIPHER_MODE_CBC, 0);
241 gcry_cipher_open(&ctx->dec, a, GCRY_CIPHER_MODE_CBC, 0);
254 gcry_cipher_setkey(ctx->dec, key, key_len) != GPG_ERR_NO_ERROR) {
256 gcry_cipher_close(ctx->dec);
263 gcry_cipher_setiv(ctx->dec, iv, ivlen) != GPG_ERR_NO_ERROR) {
265 gcry_cipher_close(ctx->dec);
    [all...]
  /libcore/luni/src/main/java/java/io/
InputStreamReader.java 97 * CharsetDecoder {@code dec}.
101 * @param dec
104 public InputStreamReader(InputStream in, CharsetDecoder dec) {
106 dec.averageCharsPerByte();
108 decoder = dec;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/pat_trie_/
point_iterators.hpp 220 dec(integral_constant<int,Is_Forward_Iterator>());
235 { dec(true_type()); }
263 dec(false_type) function in class:__gnu_pbds::detail::pat_trie_const_it_
267 dec(true_type) function in class:__gnu_pbds::detail::pat_trie_const_it_
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/pat_trie_/
point_iterators.hpp 220 dec(integral_constant<int,Is_Forward_Iterator>());
235 { dec(true_type()); }
263 dec(false_type) function in class:__gnu_pbds::detail::pat_trie_const_it_
267 dec(true_type) function in class:__gnu_pbds::detail::pat_trie_const_it_

Completed in 1374 milliseconds

1 2 3 4 5