Searched refs:LCE (Results 1 - 4 of 4) sorted by relevance

/external/libcxx/test/numerics/rand/rand.eng/rand.eng.lcong/
H A Dvalues.pass.cpp35 typedef std::linear_congruential_engine<T, a, c, m> LCE; typedef
36 typedef typename LCE::result_type result_type;
37 static_assert((LCE::multiplier == a), "");
38 static_assert((LCE::increment == c), "");
39 static_assert((LCE::modulus == m), "");
40 /*static_*/assert((LCE::min() == (c == 0u ? 1u: 0u))/*, ""*/);
41 /*static_*/assert((LCE::max() == result_type(m - 1u))/*, ""*/);
42 static_assert((LCE::default_seed == 1), "");
43 where(LCE::multiplier);
44 where(LCE
[all...]
H A Ddefault.pass.cpp24 typedef std::linear_congruential_engine<T, a, c, m> LCE; typedef
25 typedef typename LCE::result_type result_type;
26 LCE e1;
27 LCE e2;
/external/eigen/blas/testing/
H A Dcblat2.f103 LOGICAL LCE variable in program:CBLAT2
104 EXTERNAL SDIFF, LCE
271 SAME = LCE( YY, YT, N )
279 SAME = LCE( YY, YT, N )
443 LOGICAL LCE, LCERES local in subroutine:CCHK1
444 EXTERNAL LCE, LCERES
620 ISAME( 5 ) = LCE( AS, AA, LAA )
622 ISAME( 7 ) = LCE( XS, XX, LX )
626 ISAME( 10 ) = LCE( YS, YY, LY )
637 ISAME( 7 ) = LCE( A
787 LOGICAL LCE local in subroutine:CCHK2
1132 LOGICAL LCE local in subroutine:CCHK3
1495 LOGICAL LCE local in subroutine:CCHK4
1773 LOGICAL LCE local in subroutine:CCHK5
2058 LOGICAL LCE local in subroutine:CCHK6
3002 LOGICAL FUNCTION LCE function
[all...]
H A Dcblat3.f83 LOGICAL LCE variable in program:CBLAT3
84 EXTERNAL SDIFF, LCE
223 SAME = LCE( CC, CT, N )
232 SAME = LCE( CC, CT, N )
250 SAME = LCE( CC, CT, N )
259 SAME = LCE( CC, CT, N )
410 LOGICAL LCE, LCERES local in subroutine:CCHK1
411 EXTERNAL LCE, LCERES
561 ISAME( 7 ) = LCE( AS, AA, LAA )
563 ISAME( 9 ) = LCE( B
695 LOGICAL LCE local in subroutine:CCHK2
975 LOGICAL LCE local in subroutine:CCHK3
1284 LOGICAL LCE local in subroutine:CCHK4
1616 LOGICAL LCE local in subroutine:CCHK5
3187 LOGICAL FUNCTION LCE function
[all...]

Completed in 302 milliseconds