Searched refs:omega (Results 1 - 11 of 11) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/
H A Dudlit-friend.C14 operator"" _Hertz(long double omega) argument
15 { return omega / 6.28318530717958648; }
/haiku-buildtools/gcc/libstdc++-v3/testsuite/ext/random/hoyt_distribution/cons/
H A Ddefault.cc33 VERIFY( u.omega() == 1.0 );
H A Dparms.cc33 VERIFY( u.omega() == 3.0 );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/ext/random/nakagami_distribution/cons/
H A Ddefault.cc36 VERIFY( u.omega() == 1.0 );
H A Dparms.cc36 VERIFY( u.omega() == 3.0 );
/haiku-buildtools/isl/
H A Dcodegen_test.sh.in10 $srcdir/test_inputs/codegen/omega/*.in \
/haiku-buildtools/gcc/libgomp/testsuite/libgomp.fortran/
H A Djacobi.f139 subroutine jacobi (n,m,dx,dy,alpha,omega,u,f,tol,maxit)
151 * omega Relaxation factor
161 double precision dx,dy,f(n,m),u(n,m),alpha, tol,omega local in subroutine:jacobi
206 u(i,j) = uold(i,j) - omega * resid
/haiku-buildtools/gcc/gmp/mpn/generic/
H A Dmul_fft.c345 N=n*GMP_NUMB_BITS, and 2^omega is a primitive root mod 2^N+1
346 output: A[inc*l[k][i]] <- \sum (2^omega)^(ij) A[inc*j] mod 2^N+1 */
350 mp_size_t omega, mp_size_t n, mp_size_t inc, mp_ptr tp)
372 mpn_fft_fft (Ap, K >> 1, ll-1, 2 * omega, n, inc * 2, tp);
373 mpn_fft_fft (Ap+inc, K >> 1, ll-1, 2 * omega, n, inc * 2, tp);
374 /* A[2*j*inc] <- A[2*j*inc] + omega^l[k][2*j*inc] A[(2j+1)inc]
375 A[(2j+1)inc] <- A[2*j*inc] + omega^l[k][(2j+1)inc] A[(2j+1)inc] */
378 /* Ap[inc] <- Ap[0] + Ap[inc] * 2^(lk[1] * omega)
379 Ap[0] <- Ap[0] + Ap[inc] * 2^(lk[0] * omega) */
380 mpn_fft_mul_2exp_modF (tp, Ap[inc], lk[0] * omega,
349 mpn_fft_fft(mp_ptr *Ap, mp_size_t K, int **ll, mp_size_t omega, mp_size_t n, mp_size_t inc, mp_ptr tp) argument
532 mpn_fft_fftinv(mp_ptr *Ap, int K, mp_size_t omega, mp_size_t n, mp_ptr tp) argument
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Duse_only_3.inc612 REAl(DP) :: omega = 0.0d0 ! volume of the simulation cell
803 subroutine cell_force( fcell, ainv, stress, omega, press, wmass )
806 REAL(DP), intent(in) :: omega, press, wmass
970 subroutine ions_thermal_stress( stress, pmass, omega, h, vels, nsp, na )
972 REAL(DP), intent(in) :: pmass(:), omega, h(3,3), vels(:,:)
/haiku-buildtools/isl/doc/
H A Dimplementation.tex1983 \label{eq:omega}
2009 allowing the value zero for $k$ in \eqref{eq:omega},
/haiku-buildtools/gcc/gcc/
H A DMakefile.in1345 omega.o \

Completed in 138 milliseconds