Searched refs:mu (Results 1 - 25 of 33) sorted by relevance

12

/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dhost_assoc_function_6.f9015 pure function fun(x) result(mu)
17 real :: mu(2,2,size(x,2)) local in function:fun
18 mu = 2.0
28 pure function fun(x) result(mu)
30 real :: mu(2,2,size(x,2)) local in function:fun
31 mu = a_fun(x)
H A Dpr33794.f909 subroutine self_ind_cir_coil (r, l, turns, mu, self_l)
11 real (kind = dp), intent(in) :: r, l, turns, mu local in subroutine:self_ind_cir_coil
28 self_l = (mu * turns**2 * l**2 * 2.0_dp * r)/3.0_dp * &
41 real (kind = dp) :: mu, turns, r, l, self_l variable in program:test
42 mu = 1.25663706143591729E-006_dp
47 call self_ind_cir_coil (r, l, turns, mu, self_l)
/haiku-buildtools/gcc/libstdc++-v3/testsuite/ext/random/von_mises_distribution/cons/
H A Ddefault.cc33 VERIFY( u.mu() == 0.0 );
H A Dparms.cc33 VERIFY( u.mu() == 1.5 );
/haiku-buildtools/legacy/binutils/ld/testsuite/ld-undefined/
H A Dundefined.exp64 set mu "undefined reference to `*this_function_is_not_defined'"
65 checkund $mu $testund
/haiku-buildtools/gcc/libstdc++-v3/testsuite/ext/random/k_distribution/cons/
H A Ddefault.cc36 VERIFY( u.mu() == 1.0 );
H A Dparms.cc36 VERIFY( u.mu() == 1.5 );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/ext/random/nakagami_distribution/cons/
H A Ddefault.cc35 VERIFY( u.mu() == 1.0 );
H A Dparms.cc35 VERIFY( u.mu() == 1.5 );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/ext/random/pareto_distribution/cons/
H A Ddefault.cc36 VERIFY( u.mu() == 1.0 );
H A Dparms.cc36 VERIFY( u.mu() == 3.0 );
/haiku-buildtools/isl/
H A Dbasis_reduction_templ.c65 isl_int mu[2]; local
94 isl_int_init(mu[0]);
95 isl_int_init(mu[1]);
183 GBR_floor(mu[0], alpha);
184 GBR_ceil(mu[1], alpha);
186 if (isl_int_eq(mu[0], mu[1]))
187 isl_int_set(tmp, mu[0]);
192 isl_int_set(tmp, mu[j]);
211 isl_int_set(tmp, mu[
[all...]
/haiku-buildtools/binutils/ld/testsuite/ld-undefined/
H A Dundefined.exp65 set mu "undefined reference to `*this_function_is_not_defined'"
66 checkund $mu $testund
/haiku-buildtools/gcc/libsanitizer/sanitizer_common/
H A Dsanitizer_mutex.h169 explicit GenericScopedLock(MutexType *mu) argument
170 : mu_(mu) {
188 explicit GenericScopedReadLock(MutexType *mu) argument
189 : mu_(mu) {
H A Dsanitizer_coverage_libcdep.cc98 StaticSpinMutex mu; member in class:__sanitizer::CoverageData
153 mu.Lock();
158 mu.Unlock();
165 SpinMutexLock l(&mu);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/util/
H A Dtestsuite_random.h158 poisson_pdf(int k, double mu) argument
165 return std::exp(std::log(mu) * k - lf - mu);
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/graphite/
H A Dpr40982.f9018 rotate_coil, m, mu, l12)
20 mu local in subroutine:mutual_ind_quad_cir_coil
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/
H A Dvariadic-bind.C322 // mu maps a bound argument to an actual argument, given a tuple of
327 inline T& mu(reference_wrapper<T>& bound_arg, const tuple<Args&...>&) function
345 mu(Bound& bound_arg, const tuple<Args&...>& args) function
355 mu(Bound& bound_arg, const tuple<Args&...>& args) function
376 mu(Bound& bound_arg, const tuple<Args&...>&) function
387 return f(mu(get<Indexes>(bound_args), args)...);
/haiku-buildtools/gcc/libsanitizer/tsan/
H A Dtsan_interface_ann.cc240 void INTERFACE_ATTRIBUTE AnnotateMutexIsNotPHB(char *f, int l, uptr mu) { argument
321 char *f, int l, uptr mu) {
320 AnnotateMutexIsUsedAsCondVar( char *f, int l, uptr mu) argument
/haiku-buildtools/gcc/libgcc/config/pa/
H A Dmilli64.S190 #define SUBSPA_MILLI_MUL .subspa .text$mu,align=16
/haiku-buildtools/legacy/gcc/texinfo/doc/
H A Dtexinfo.tex2654 \hbox{$\mathsurround=0pt \mkern1.5mu ${\it .}$ \mkern1.5mu$}\hskip 1em plus 1fill}
/haiku-buildtools/legacy/gcc/texinfo/
H A Dtexinfo.tex2621 \hbox{$\mathsurround=0pt \mkern1.5mu ${\it .}$ \mkern1.5mu$}\hskip 1em plus 1fill}
/haiku-buildtools/binutils/texinfo/
H A Dtexinfo.tex4773 \hbox{$\mathsurround=0pt \mkern1.5mu.\mkern1.5mu$}\hskip 1em plus 1fill}
8157 \gdef^^b5{$\mu$}
/haiku-buildtools/gcc/gmp/doc/
H A Dtexinfo.tex4545 \hbox{$\mathsurround=0pt \mkern1.5mu.\mkern1.5mu$}\hskip 1em plus 1fill}
7890 \gdef^^b5{$\mu$}
/haiku-buildtools/gcc/mpc/doc/
H A Dtexinfo.tex4777 \hbox{$\mathsurround=0pt \mkern1.5mu.\mkern1.5mu$}\hskip 1em plus 1fill}
8161 \gdef^^b5{$\mu$}

Completed in 193 milliseconds

12