| /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/moment/ |
| D | Skewness.java | 111 double n0 = moment.getN(); in getResult() local 182 double n0 = length; in evaluate() local
|
| D | FourthMoment.java | 97 double n0 = n; in increment() local
|
| D | ThirdMoment.java | 93 double n0 = n; in increment() local
|
| D | FirstMoment.java | 103 double n0 = n; in increment() local
|
| D | Kurtosis.java | 185 double n0 = length; in evaluate() local
|
| /external/llvm-project/compiler-rt/test/ubsan_minimal/TestCases/ |
| D | implicit-integer-sign-change.c | 9 int32_t n0 = (int32_t)(~((uint32_t)0)); in main() local
|
| D | implicit-signed-integer-truncation-or-sign-change.c | 9 int8_t n0 = (int8_t)((uint32_t)-1); in main() local
|
| D | implicit-signed-integer-truncation.c | 9 int8_t n0 = (~((uint32_t)(0))); // ~0 -> -1, but do not warn. in main() local
|
| D | implicit-unsigned-integer-truncation.c | 9 int8_t n0 = (~((uint32_t)(0))); // ~0 -> -1, but do not warn. in main() local
|
| /external/libaom/libaom/av1/common/x86/ |
| D | highbd_txfm_utility_sse4.h | 98 static INLINE __m128i half_btf_sse4_1(const __m128i *w0, const __m128i *n0, in half_btf_sse4_1() 111 static INLINE __m128i half_btf_0_sse4_1(const __m128i *w0, const __m128i *n0, in half_btf_0_sse4_1()
|
| D | intra_edge_sse4.c | 66 __m128i n0 = _mm_set1_epi8(n_out); in av1_filter_intra_edge_sse4_1() local 103 __m128i n0 = _mm_set1_epi8(n_out); in av1_filter_intra_edge_sse4_1() local 161 __m128i n0 = _mm_set1_epi16(n_out); in av1_filter_intra_edge_high_sse4_1() local 194 __m128i n0 = _mm_set1_epi16(n_out); in av1_filter_intra_edge_high_sse4_1() local
|
| /external/rust/crates/ring/crypto/fipsmodule/bn/ |
| D | montgomery.c | 132 BN_ULONG n0 = n0_[0]; in GFp_bn_from_montgomery_in_place() local
|
| /external/clang/test/Modules/ |
| D | macros2.c | 10 int n0 = TOP_OTHER_DEF_RIGHT_UNDEF; // ok variable
|
| /external/llvm-project/clang/test/Modules/ |
| D | macros2.c | 10 int n0 = TOP_OTHER_DEF_RIGHT_UNDEF; // ok variable
|
| /external/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.scoped/ |
| D | mutex.fail.cpp | 29 M n0, n1, n2; in main() local
|
| /external/llvm-project/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.scoped/ |
| D | mutex.fail.cpp | 28 M n0, n1, n2; in main() local
|
| /external/eigen/test/ |
| D | sparse_block.cpp | 192 Index n0 = internal::random<Index>(1,outer-(std::max)(j0,j1)); in sparse_block() local 224 Index n0 = internal::random<Index>(1,outer-(std::max)(j0,j1)); in sparse_block() local
|
| /external/fft2d/src/fft2d/fft2d/ |
| D | fftsg2d.c | 843 int n0; member 989 int nthread, n0, n1, n2, icr, isgn, *ip, i; in xdft2d0_th() local 1017 int nthread, n0, n1, n2, isgn, *ip, i, j; in cdft2d_th() local 1090 int nthread, n0, n1, n2, ics, isgn, *ip, i; in ddxt2d0_th() local 1119 int nthread, n0, n1, n2, ics, isgn, *ip, i, j; in ddxt2d_th() local
|
| D | fftsg3d.c | 1220 int n0; member 1385 int nthread, n0, n1, n2, n3, icr, isgn, *ip, i, j, k; in xdft3da_th() local 1475 int nthread, n0, n1, n2, n3, isgn, *ip, i, j, k; in cdft3db_th() local 1555 int nthread, n0, n1, n2, n3, ics, isgn, *ip, i, j, k; in ddxt3da_th() local 1631 int nthread, n0, n1, n2, n3, ics, isgn, *ip, i, j, k; in ddxt3db_th() local
|
| /external/mesa3d/src/mesa/program/ |
| D | prog_noise.c | 220 float n0, n1; in _mesa_noise1() local 244 float n0, n1, n2; /* Noise contributions from the three corners */ in _mesa_noise2() local 327 float n0, n1, n2, n3; /* Noise contributions from the four corners */ in _mesa_noise3() local 484 float n0, n1, n2, n3, n4; /* Noise contributions from the five corners */ in _mesa_noise4() local
|
| /external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/filter/ |
| D | NullConversionsPojoTest.java | 36 public void setName(String n0) { n = n0; } in setName()
|
| /external/boringssl/src/crypto/fipsmodule/bn/ |
| D | montgomery.c | 198 uint64_t n0 = bn_mont_n0(&mont->N); in bn_mont_ctx_set_N_and_n0() local 300 BN_ULONG n0 = mont->n0[0]; in bn_from_montgomery_in_place() local
|
| /external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/bn/ |
| D | montgomery.c | 198 uint64_t n0 = bn_mont_n0(&mont->N); in bn_mont_ctx_set_N_and_n0() local 300 BN_ULONG n0 = mont->n0[0]; in bn_from_montgomery_in_place() local
|
| /external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/ |
| D | openmp-use-default-none.cpp | 9 void n0(const int a) { in n0() function
|
| /external/libvpx/libvpx/vpx_dsp/ |
| D | prob.h | 58 static INLINE vpx_prob get_binary_prob(unsigned int n0, unsigned int n1) { in get_binary_prob()
|