Home
last modified time | relevance | path

Searched refs:means (Results 1 – 25 of 1562) sorted by relevance

12345678910>>...63

/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/moment/
DVectorialMean.java35 private final Mean[] means; field in VectorialMean
41 means = new Mean[dimension]; in VectorialMean()
43 means[i] = new Mean(); in VectorialMean()
53 if (v.length != means.length) { in increment()
54 throw new DimensionMismatchException(v.length, means.length); in increment()
57 means[i].increment(v[i]); in increment()
66 double[] result = new double[means.length]; in getResult()
68 result[i] = means[i].getResult(); in getResult()
78 return (means.length == 0) ? 0 : means[0].getN(); in getN()
86 result = prime * result + Arrays.hashCode(means); in hashCode()
[all …]
/external/eigen/unsupported/test/
Dcxx11_tensor_generator.cpp61 array<float, 2> means; in test_gaussian() local
62 means[0] = rows / 2.0f; in test_gaussian()
63 means[1] = cols / 2.0f; in test_gaussian()
67 internal::GaussianGenerator<float, Eigen::DenseIndex, 2> gaussian_gen(means, std_devs); in test_gaussian()
/external/toolchain-utils/cros_utils/
Dpstat.py270 means = [0] * len(collapsecols)
273 means[i] = cfcn(avgcol)
279 means[i] = [means[i], test]
286 means[i] = means[i] + [len(avgcol)]
288 means[i] = [means[i], len(avgcol)]
289 return means
807 means = N.sum(avgcol) / float(len(avgcol))
812 test = N.array(['N/A'] * len(means))
813 means = aabut(means, test)
818 test = N.array(['N/A'] * len(means))
[all …]
/external/eigen/doc/
DClassHierarchy.dox31 …- Matrix means plain dense matrix. If \c m is a \c %Matrix, then, for instance, \c m+m is no longe…
33 …- MatrixBase means dense matrix expression. This means that a \c %MatrixBase is something that can…
36 …- Array means plain dense array. If \c x is an \c %Array, then, for instance, \c x+x is no longer …
38 …- ArrayBase means dense array expression. This means that an \c %ArrayBase is something that can be
41 …- DenseBase means dense (matrix or array) expression. Both \c %ArrayBase and \c %MatrixBase inherit
51 …- PlainObjectBase means dense (matrix or array) plain object, i.e. something that stores its own d…
58 - DenseCoeffsBase means something that has dense coefficient accessors. It is a base class for
65 …- EigenBase means anything that can be evaluated into a plain dense matrix or array (even if that …
/external/ltp/doc/
Dnommu-notes.txt24 In practical terms, this means you cannot dereference bad pointers directly
101 contiguous blocks becomes unavailable which means requests fail. Even if your
103 which means that allocations larger than that will always fail.
112 No virtual memory means you can't mmap() a file and only have the pages read in
121 for swap partitions. Plus, nommu typically means embedded which means flash
122 based storage which means limited storage space and limited number of times
129 No virtual memory means that applications can't all have their stacks at the
147 No virtual memory means that mappings cannot arbitrarily be extended. Another
159 No virtual memory means files cannot be mmapped in and have writes to it
/external/python/cpython2/Doc/library/
Dpipes.rst103 The first letter can be either of ``'-'`` (which means the command reads its
104 standard input), ``'f'`` (which means the commands reads a given file on the
105 command line) or ``'.'`` (which means the commands reads no input, and hence
108 Similarly, the second letter can be either of ``'-'`` (which means the command
109 writes to standard output), ``'f'`` (which means the command writes a file on
110 the command line) or ``'.'`` (which means the command does not write anything,
Dsignal.rst22 Python interpreter. This means that signals arriving during long calculations
47 individual threads). This means that signals can't be used as a means of
151 :const:`signal.SIG_IGN` means that the signal was previously ignored,
152 :const:`signal.SIG_DFL` means that the default way of handling the signal was
153 previously in use, and ``None`` means that the previous signal handler was not
/external/eigen/
DNOTICE8 means each individual or legal entity that creates, contributes to
12 means the combination of the Contributions of others (if any) used
16 means Covered Software of a particular Contributor.
19 means Source Code Form to which the initial Contributor has attached
25 means
35 means any form of the work other than Source Code Form.
38 means a work that combines Covered Software with other material, in
42 means this document.
45 means having the right to grant, to the maximum extent possible,
50 means any of the following:
[all …]
DCOPYING.MPL28 means each individual or legal entity that creates, contributes to
12 means the combination of the Contributions of others (if any) used
16 means Covered Software of a particular Contributor.
19 means Source Code Form to which the initial Contributor has attached
25 means
35 means any form of the work other than Source Code Form.
38 means a work that combines Covered Software with other material, in
42 means this document.
45 means having the right to grant, to the maximum extent possible,
50 means any of the following:
[all …]
/external/autotest/client/site_tests/suite_TPM/
Dcontrol19 # 'loop=10' means run this test for 10 consecutive iterations
23 # 'constraints' means to declare test FAIL if value of 'max_delay_in_sec_actual'
/external/webrtc/webrtc/modules/audio_processing/intelligibility/
Dintelligibility_utils_unittest.cc62 const complex<float> means[] = {{3, 8}, {5, 7}, {4, 5}, {5, 6}, {4, 6}}; in TEST() local
65 EXPECT_EQ(means[i], NewMean(mean, data[i], i + 1)); in TEST()
67 EXPECT_EQ(means[i], mean); in TEST()
/external/lz4/doc/
Dlz4_Block_format.md76 1 means "current position - 1 byte".
83 However here, 0 means that the copy operation will be minimal.
85 As a consequence, a 0 value means 4 bytes, and a value of 15 means 19+ bytes.
89 A 255 value means there is another byte to read and add.
/external/iptables/extensions/
Dlibxt_sctp.man20 (lowercase means flag should be "off", uppercase means "on")
/external/mesa3d/src/mapi/glapi/gen/
DSConscript6 # Be conservative and depend on all XML files here. Missing dependencies means
7 # broken builds, whereas extraneous dependencies merely means regenerate the
/external/dng_sdk/
DPATENTS22 “Compliant Implementation” means a portion of a software or hardware
26 “DNG Specification” means any version of the Adobe DNG Specification
30 “Essential Claim” means a claim of a patent, whenever and wherever
/external/valgrind/none/tests/
Dlibvexmultiarch_test.vgtest3 # below args means:
/external/mesa3d/src/gallium/docs/source/cso/
Dvelems.rst53 0 means this is per-vertex data, n means per-instance data used for
/external/libpng/contrib/conftest/
Dpngcp.dfa11 # Build libpng with support for pngcp. This means just png_read_png,
35 # pngcp needs this to preserve unknown chunks, switching all these on means that
/external/bison/doc/
Dfdl.texi27 This License is a kind of ``copyleft'', which means that derivative
53 A ``Modified Version'' of the Document means any work containing the
81 A ``Transparent'' copy of the Document means a machine-readable copy,
107 The ``Title Page'' means, for a printed book, the title page itself,
110 formats which do not have any title page as such, ``Title Page'' means
114 The ``publisher'' means any person or entity that distributes copies
117 A section ``Entitled XYZ'' means a named subunit of the Document whose
122 of such a section when you modify the Document means that it remains a
394 fails to notify you of the violation by some reasonable means prior to
399 violation by some reasonable means, this is the first time you have
[all …]
/external/libmicrohttpd/doc/
Dfdl-1.3.texi27 This License is a kind of ``copyleft'', which means that derivative
53 A ``Modified Version'' of the Document means any work containing the
81 A ``Transparent'' copy of the Document means a machine-readable copy,
107 The ``Title Page'' means, for a printed book, the title page itself,
110 formats which do not have any title page as such, ``Title Page'' means
114 The ``publisher'' means any person or entity that distributes copies
117 A section ``Entitled XYZ'' means a named subunit of the Document whose
122 of such a section when you modify the Document means that it remains a
394 fails to notify you of the violation by some reasonable means prior to
399 violation by some reasonable means, this is the first time you have
[all …]
/external/autotest/client/site_tests/hardware_MultiReaderPowerConsumption/
Dcontrol36 1.00 means the card reader test may not consume more energy than either
37 ramdisk test, 0.9 means it may consume no more than 90% of the ramdisk
/external/python/cpython2/Lib/test/
Dtokenize_tests.txt31 # Backslash means line continuation:
35 # Backslash does not means continuation in comments :\
/external/ipsec-tools/src/racoon/doc/
DFAQ48 course this means that you cannot have multiple peers
79 Where racoon config file goes. Default is /etc, which means
84 means racoon will use /var/racoon/racoon.sock
/external/llvm/docs/
DInAlloca.rst107 slots. This means we have to support multiple live argument
122 slots. That means we need to have more than one set of argument frames
135 the memory used to pass their arguments. In some sense, this means that
147 leak. This means the cleanup of the stack memory cannot be tied to the
/external/syslinux/doc/
Dusbkey.txt40 (The 0 means automatically determine the size of the device, and -4
41 means mimic a zipdisk by using partition 4.)

12345678910>>...63