Home
last modified time | relevance | path

Searched refs:mu (Results 1 – 25 of 226) sorted by relevance

12345678910

/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
Dmutex_test.cc72 absl::Mutex mu; member
95 absl::MutexLock l(&cxt->mu); in TestMu()
106 } while (!cxt->mu.TryLock()); in TestTry()
110 cxt->mu.Unlock(); in TestTry()
116 absl::ReaderMutexLock l(&cxt->mu); in TestR20ms()
118 cxt->mu.AssertReaderHeld(); in TestR20ms()
125 absl::WriterMutexLock l(&cxt->mu); in TestRW()
128 cxt->mu.AssertHeld(); in TestRW()
129 cxt->mu.AssertReaderHeld(); in TestRW()
133 absl::ReaderMutexLock l(&cxt->mu); in TestRW()
[all …]
Dmutex.h460 static void IncrementSynchSem(Mutex *mu, base_internal::PerThreadSynch *w);
461 static bool DecrementSynchSem(Mutex *mu, base_internal::PerThreadSynch *w,
525 explicit MutexLock(Mutex *mu) ABSL_EXCLUSIVE_LOCK_FUNCTION(mu) : mu_(mu) { in MutexLock() argument
532 explicit MutexLock(Mutex *mu, const Condition &cond) in MutexLock() argument
533 ABSL_EXCLUSIVE_LOCK_FUNCTION(mu) in MutexLock()
534 : mu_(mu) { in MutexLock()
555 explicit ReaderMutexLock(Mutex *mu) ABSL_SHARED_LOCK_FUNCTION(mu) : mu_(mu) { in ReaderMutexLock() argument
556 mu->ReaderLock(); in ReaderMutexLock()
559 explicit ReaderMutexLock(Mutex *mu, const Condition &cond) in ReaderMutexLock() argument
560 ABSL_SHARED_LOCK_FUNCTION(mu) in ReaderMutexLock()
[all …]
Dmutex_benchmark.cc30 static absl::Mutex* mu = new absl::Mutex; in BM_Mutex() local
32 absl::MutexLock lock(mu); in BM_Mutex()
49 explicit RaiiLocker(MutexType* mu) : mu_(mu) { mu_->Lock(); } in RaiiLocker() argument
58 explicit RaiiLocker(std::mutex* mu) : mu_(mu) { mu_->lock(); } in RaiiLocker() argument
103 absl::Mutex mu; in BM_MutexEnqueue() member
137 absl::MutexLock l(&shared->mu); in BM_MutexEnqueue()
183 MutexType mu; in BM_Contended() member
200 RaiiLocker<MutexType> locker(&shared->mu); in BM_Contended()
275 absl::Mutex mu; in BM_ConditionWaiters() local
285 Helper::Waiter(&init, &mu, &equivalence_classes[i % num_classes]); in BM_ConditionWaiters()
[all …]
Dmutex.cc108 static inline bool EvalConditionAnnotated(const Condition *cond, Mutex *mu,
453 Mutex *mu = static_cast<Mutex *>(obj); in PostSynchEvent() local
457 EvalConditionAnnotated(&cond, mu, locking, trylock, read_lock); in PostSynchEvent()
513 Mutex *mu; // lock acquired member
542 static PerThreadSynch *Synch_GetPerThreadAnnotated(Mutex *mu) { in Synch_GetPerThreadAnnotated() argument
543 if (mu) { in Synch_GetPerThreadAnnotated()
544 ABSL_TSAN_MUTEX_PRE_DIVERT(mu, 0); in Synch_GetPerThreadAnnotated()
547 if (mu) { in Synch_GetPerThreadAnnotated()
548 ABSL_TSAN_MUTEX_POST_DIVERT(mu, 0); in Synch_GetPerThreadAnnotated()
562 void Mutex::IncrementSynchSem(Mutex *mu, PerThreadSynch *w) { in IncrementSynchSem() argument
[all …]
/third_party/glslang/Test/
Dspv.intcoopmat.comp54 …ucoopmatNV<8, gl_ScopeSubgroup, 16, (2>1?8:4)> mu = ucoopmatNV<8, gl_ScopeSubgroup, 16, (2>1?8:4)>…
57 mu = mu + mu;
58 mu = mu - mu;
62 fcoopmatNV<16, gl_ScopeSubgroup, 16, 8> mf16_0 = fcoopmatNV<16, gl_ScopeSubgroup, 16, 8>(mu);
63 fcoopmatNV<32, gl_ScopeSubgroup, 16, 8> mf32_0 = fcoopmatNV<32, gl_ScopeSubgroup, 16, 8>(mu);
67 uint8_t x = mu[1];
72 coopMatLoadNV(mu, block8.x, 16, 128, false);
73 coopMatStoreNV(mu, block8.x, 16, 128, false);
98 coopMatLoadNV(mu, block8.y, 16, 128, false);
99 coopMatStoreNV(mu, block8.y, 16, 128, false);
/third_party/python/Modules/clinic/
D_statisticsmodule.c.h14 _statistics__normal_dist_inv_cdf_impl(PyObject *module, double p, double mu,
22 double mu; in _statistics__normal_dist_inv_cdf() local
40 mu = PyFloat_AS_DOUBLE(args[1]); in _statistics__normal_dist_inv_cdf()
44 mu = PyFloat_AsDouble(args[1]); in _statistics__normal_dist_inv_cdf()
45 if (mu == -1.0 && PyErr_Occurred()) { in _statistics__normal_dist_inv_cdf()
59 _return_value = _statistics__normal_dist_inv_cdf_impl(module, p, mu, sigma); in _statistics__normal_dist_inv_cdf()
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/internal/
Dwaiter.cc128 explicit PthreadMutexHolder(pthread_mutex_t *mu) : mu_(mu) { in PthreadMutexHolder() argument
342 explicit LockHolder(SRWLOCK* mu) : mu_(mu) { in LockHolder() argument
358 auto *mu = ::new (static_cast<void *>(&mu_storage_)) SRWLOCK; in Waiter() local
360 InitializeSRWLock(mu); in Waiter()
372 SRWLOCK *mu = WinHelper::GetLock(this); in Wait() local
375 LockHolder h(mu); in Wait()
385 if (!SleepConditionVariableSRW(cv, mu, t.InMillisecondsFromNow(), 0)) { in Wait()
/third_party/glslang/Test/baseResults/
Dspv.intcoopmat.comp.out34 Name 35 "mu"
257 35(mu): 34(ptr) Variable Function
286 Store 35(mu) 36
288 42: 33 Load 35(mu)
289 43: 33 Load 35(mu)
291 Store 35(mu) 44
292 45: 33 Load 35(mu)
293 46: 33 Load 35(mu)
295 Store 35(mu) 47
302 56: 33 Load 35(mu)
[all …]
/third_party/ffmpeg/libavcodec/
Daacps_tablegen.h159 float alpha, gamma, mu, rho; in ps_tableinit() local
163 mu = c + 1.0f / c; in ps_tableinit()
164 mu = sqrtf(1 + (4 * rho * rho - 4)/(mu * mu)); in ps_tableinit()
165 gamma = atanf(sqrtf((1.0f - mu)/(1.0f + mu))); in ps_tableinit()
Dtwinvq.h191 static inline float twinvq_mulawinv(float y, float clip, float mu) in twinvq_mulawinv() argument
194 return clip * FFSIGN(y) * (exp(log(1 + mu) * fabs(y)) - 1) / mu; in twinvq_mulawinv()
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/protocol/
Dlog.go70 mu sync.Mutex member
85 m.mu.Lock()
86 defer m.mu.Unlock()
95 m.mu.Lock()
96 defer m.mu.Unlock()
105 m.mu.Lock()
106 defer m.mu.Unlock()
111 m.mu.Lock()
112 defer m.mu.Unlock()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/
Dlog.go70 mu sync.Mutex member
85 m.mu.Lock()
86 defer m.mu.Unlock()
95 m.mu.Lock()
96 defer m.mu.Unlock()
105 m.mu.Lock()
106 defer m.mu.Unlock()
111 m.mu.Lock()
112 defer m.mu.Unlock()
/third_party/spirv-tools/utils/vscode/src/lsp/protocol/
Dlog.go70 mu sync.Mutex member
85 m.mu.Lock()
86 defer m.mu.Unlock()
95 m.mu.Lock()
96 defer m.mu.Unlock()
105 m.mu.Lock()
106 defer m.mu.Unlock()
111 m.mu.Lock()
112 defer m.mu.Unlock()
/third_party/lwip/src/include/lwip/
Dsys.h63 #define sys_mutex_new(mu) ERR_OK argument
64 #define sys_mutex_lock(mu) argument
65 #define sys_mutex_unlock(mu) argument
66 #define sys_mutex_free(mu) argument
67 #define sys_mutex_valid(mu) 0 argument
68 #define sys_mutex_set_invalid(mu) argument
/third_party/grpc/
Dbackport-Ignore-Connection-Aborted-errors-on-accept-29318.patch28 - gpr_mu_lock(&sp->server->mu);
35 - gpr_mu_unlock(&sp->server->mu);
44 + gpr_mu_lock(&sp->server->mu);
51 + gpr_mu_unlock(&sp->server->mu);
/third_party/protobuf/src/google/protobuf/stubs/
Dmutex.h118 explicit MutexLock(Mutex *mu) : mu_(mu) { this->mu_->Lock(); } in MutexLock() argument
132 explicit MutexLockMaybe(Mutex *mu) : in MutexLockMaybe() argument
133 mu_(mu) { if (this->mu_ != nullptr) { this->mu_->Lock(); } } in MutexLockMaybe()
/third_party/python/Modules/_sha3/kcp/
DKeccakP-1600-64.macros103 A##mu ^= Du; \
104 Bko = ROL64(A##mu, 8); \
136 E##mu = Bmu ^( Bma | Bme ); \
137 Cu ^= E##mu; \
211 A##mu ^= Du; \
212 Bko = ROL64(A##mu, 8); \
235 E##mu = Bmu ^( Bma | Bme ); \
316 A##mu ^= Du; \
317 Bko = ROL64(A##mu, 8); \
349 E##mu = Bmu ^((~Bma)& Bme ); \
[all …]
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
Dlow_level_alloc.cc205 base_internal::SpinLock mu; member
207 AllocList freelist ABSL_GUARDED_BY(mu);
209 int32_t allocation_count ABSL_GUARDED_BY(mu);
219 uint32_t random ABSL_GUARDED_BY(mu);
283 ABSL_EXCLUSIVE_LOCK_FUNCTION(arena->mu)
292 arena_->mu.Lock();
296 arena_->mu.Unlock(); in Leave()
351 : mu(base_internal::SCHEDULE_KERNEL_ONLY), in Arena()
547 arena->mu.Unlock(); in DoAllocWithArena()
574 arena->mu.Lock(); in DoAllocWithArena()
/third_party/skia/third_party/externals/icu/source/data/curr/
Drn.txt44 "Iyuwani ryo mu Bushinwa",
76 "Ipawundi ryo mu Bwongereza",
92 "Irupiya ryo mu Buhindi",
136 "Irupiya ryo mu birwa bya Morise",
164 "Irupiya ryo mu birwa bya Sayisheli",
/third_party/icu/icu4c/source/data/curr/
Drn.txt44 "Iyuwani ryo mu Bushinwa",
76 "Ipawundi ryo mu Bwongereza",
92 "Irupiya ryo mu Buhindi",
136 "Irupiya ryo mu birwa bya Morise",
164 "Irupiya ryo mu birwa bya Sayisheli",
/third_party/python/Lib/
Dstatistics.py772 def pvariance(data, mu=None): argument
812 T, ss = _ss(data, mu)
835 def pstdev(data, mu=None): argument
847 var = pvariance(data, mu)
970 def _normal_dist_inv_cdf(p, mu, sigma): argument
997 return mu + (x * sigma)
1041 return mu + (x * sigma)
1061 def __init__(self, mu=0.0, sigma=1.0): argument
1065 self._mu = float(mu)
1079 mu, sigma = self._mu, self._sigma
[all …]
Drandom.py570 def normalvariate(self, mu, sigma): argument
589 return mu + z * sigma
591 def gauss(self, mu, sigma): argument
627 return mu + z * sigma
629 def lognormvariate(self, mu, sigma): argument
637 return _exp(self.normalvariate(mu, sigma))
656 def vonmisesvariate(self, mu, kappa): argument
692 theta = (mu + _acos(f)) % TWOPI
694 theta = (mu - _acos(f)) % TWOPI
/third_party/python/Modules/
D_statisticsmodule.c29 _statistics__normal_dist_inv_cdf_impl(PyObject *module, double p, double mu, in _statistics__normal_dist_inv_cdf_impl() argument
62 return mu + (x * sigma); in _statistics__normal_dist_inv_cdf_impl()
115 return mu + (x * sigma); in _statistics__normal_dist_inv_cdf_impl()
/third_party/ffmpeg/libavfilter/
Daf_anlms.c44 float mu; member
68 …{ "mu", "set the filter mu", OFFSET(mu), AV_OPT_TYPE_FLOAT, {.dbl=0.75}, 0, 2, AT },
121 const float mu = s->mu; in process_sample() local
122 const float a = 1.f - leakage * mu; in process_sample()
134 b = mu * e / norm; in process_sample()
/third_party/python/Include/
Ddynamic_annotations.h144 #define _Py_ANNOTATE_PURE_HAPPENS_BEFORE_MUTEX(mu) \ argument
145 AnnotateMutexIsUsedAsCondVar(__FILE__, __LINE__, mu)
353 #define _Py_ANNOTATE_PURE_HAPPENS_BEFORE_MUTEX(mu) /* empty */ argument
354 #define _Py_ANNOTATE_MUTEX_IS_USED_AS_CONDVAR(mu) /* empty */ argument
427 const volatile void *mu);

12345678910