Home
last modified time | relevance | path

Searched defs:mu (Results 1 – 25 of 67) sorted by relevance

123

/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/inference/
DTTest.java157 double t(double mu, double[] observed) in t()
175 double t(double mu, StatisticalSummary sampleStats) in t()
342 double tTest(double mu, double[] sample) in tTest()
379 boolean tTest(double mu, double[] sample, double alpha) in tTest()
409 double tTest(double mu, StatisticalSummary sampleStats) in tTest()
448 double mu, in tTest()
DTTestImpl.java188 public double t(double mu, double[] observed) in t()
211 public double t(double mu, StatisticalSummary sampleStats) in t()
409 public double tTest(double mu, double[] sample) in tTest()
451 public boolean tTest(double mu, double[] sample, double alpha) in tTest()
485 public double tTest(double mu, StatisticalSummary sampleStats) in tTest()
528 public boolean tTest( double mu, StatisticalSummary sampleStats, in tTest()
913 protected double t(double m, double mu, double v, double n) { in t()
963 protected double tTest(double m, double mu, double v, double n) in tTest()
DTestUtils.java226 public static double t(double mu, double[] observed) in t()
234 public static double t(double mu, StatisticalSummary sampleStats) in t()
259 public static boolean tTest(double mu, double[] sample, double alpha) in tTest()
267 public static double tTest(double mu, double[] sample) in tTest()
275 public static boolean tTest(double mu, StatisticalSummary sampleStats, in tTest()
284 public static double tTest(double mu, StatisticalSummary sampleStats) in tTest()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
DTnaf.java82 public static BigInteger norm(final byte mu, ZTauElement lambda) in norm()
123 public static SimpleBigDecimal norm(final byte mu, SimpleBigDecimal u, in norm()
167 SimpleBigDecimal lambda1, byte mu) in round()
314 public static byte[] tauAdicNaf(byte mu, ZTauElement lambda) in tauAdicNaf()
447 public static BigInteger[] getLucas(byte mu, int k, boolean doV) in getLucas()
502 public static BigInteger getTw(byte mu, int w) in getTw()
612 BigInteger[] s, byte mu, byte c) in partModReduction()
735 public static byte[] tauAdicWNaf(byte mu, ZTauElement lambda, in tauAdicWNaf()
/external/protobuf/src/google/protobuf/stubs/
Dmutex.h84 explicit MutexLock(Mutex *mu) : mu_(mu) { this->mu_->Lock(); } in MutexLock()
98 explicit MutexLockMaybe(Mutex *mu) : in MutexLockMaybe()
/external/syslinux/core/lwip/src/include/lwip/
Dsys.h54 #define sys_mutex_new(mu) ERR_OK argument
55 #define sys_mutex_lock(mu) argument
56 #define sys_mutex_unlock(mu) argument
57 #define sys_mutex_free(mu) argument
/external/regex-re2/util/
Dmutex.h151 explicit MutexLock(Mutex *mu) : mu_(mu) { mu_->Lock(); } in MutexLock()
163 explicit ReaderMutexLock(Mutex *mu) : mu_(mu) { mu_->ReaderLock(); } in ReaderMutexLock()
174 explicit WriterMutexLock(Mutex *mu) : mu_(mu) { mu_->WriterLock(); } in WriterMutexLock()
Datomicops.h49 re2::Mutex mu; in WriteMemoryBarrier() local
/external/iproute2/netem/
Dmaketable.c51 arraystats(double *x, int limit, double *mu, double *sigma, double *rho) in arraystats()
93 makedist(double *x, int limit, double mu, double sigma) in makedist()
200 double mu, sigma, rho; in main() local
Dnormal.c18 normal(double x, double mu, double sigma) in normal()
Dstats.c24 double mu=0.0, sigma=0.0, sumsquare=0.0, sum=0.0, top=0.0, rho=0.0; in stats() local
Dparetonormal.c27 normal(double x, double mu, double sigma) in normal()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_mutex.h177 explicit GenericScopedLock(MutexType *mu) in GenericScopedLock()
196 explicit GenericScopedReadLock(MutexType *mu) in GenericScopedReadLock()
/external/apache-commons-math/src/main/java/org/apache/commons/math/random/
DValueServer.java76 private double mu = 0.0; field in ValueServer
284 public void setMu(double mu) { in setMu()
/external/libchrome/base/third_party/dynamic_annotations/
Ddynamic_annotations.h174 #define ANNOTATE_PURE_HAPPENS_BEFORE_MUTEX(mu) \ argument
181 #define ANNOTATE_NOT_HAPPENS_BEFORE_MUTEX(mu) \ argument
185 #define ANNOTATE_MUTEX_IS_USED_AS_CONDVAR(mu) \ argument
408 #define ANNOTATE_PURE_HAPPENS_BEFORE_MUTEX(mu) /* empty */ argument
409 #define ANNOTATE_MUTEX_IS_USED_AS_CONDVAR(mu) /* empty */ argument
/external/valgrind/helgrind/tests/
Dtc06_two_races.c10 pthread_mutex_t mu = PTHREAD_MUTEX_INITIALIZER; variable
Dtc05_simple_race.c11 pthread_mutex_t mu = PTHREAD_MUTEX_INITIALIZER; variable
/external/clang/test/SemaCXX/
Dwarn-thread-safety-negative.cpp50 Mutex mu; member in SimpleTest::Bar
63 Mutex mu; member in SimpleTest::Foo
Dwarn-thread-safety-analysis.cpp151 Mutex mu; member in MutexWrapper
557 Mutex mu; member in LateFoo
566 Mutex mu; member in LateBar
600 Mutex mu; in late_bad_1() local
896 Mutex mu; variable
1089 Mutex mu; variable
1176 Mutex mu; member in thread_annot_lock_30_modified::Bar
1314 Mutex mu; variable
1495 Mutex mu; variable
1524 Mutex mu; member in substitution_test::MyData
[all …]
Dwarn-thread-safety-parsing.cpp45 Mutex mu; member in MuWrapper
1282 Mutex mu; member in FooLate
1348 Mutex mu; member in NestedClassLateDecl::Foo::Bar
1448 void Foo::bar(Mutex* mu) LOCKS_EXCLUDED(mu) { } // \ in bar()
1461 mutable Mutex mu; member in StaticScopeTest::Foo
/external/valgrind/drd/tests/
Dtsan_thread_wrappers_pthread.h263 MutexLock(Mutex *mu) in MutexLock()
280 void Wait(Mutex *mu) { CHECK(0 == pthread_cond_wait(&cv_, &mu->mu_)); } in Wait()
281 bool WaitWithTimeout(Mutex *mu, int millis) { in WaitWithTimeout()
314 ReaderLockScoped(RWLock *mu) in ReaderLockScoped()
327 WriterLockScoped(RWLock *mu) in WriterLockScoped()
/external/valgrind/memcheck/tests/
Dreach_thread_register.c14 pthread_mutex_t mu = PTHREAD_MUTEX_INITIALIZER; variable
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/interpolation/
DSplineInterpolator.java88 double mu[] = new double[n]; in interpolate() local
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
Dexample-bind.cpp278 mu(Bound& bound_arg, const tuple<Args&...>& args) { in mu() function
283 inline T& mu(reference_wrapper<T>& bound_arg, const tuple<Args&...>&) { in mu() function
296 mu(Bound& bound_arg, const tuple<Args&...>& args) { in mu() function
316 mu(Bound& bound_arg, const tuple<Args&...>&) { in mu() function
/external/eigen/unsupported/Eigen/src/NonLinearOptimization/
Dfdjac1.h11 DenseIndex ml, DenseIndex mu, in fdjac1()

123