HomeSort by relevance Sort by last modified time
    Searched full:beta (Results 51 - 75 of 1386) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/guava/guava/src/com/google/common/collect/
ForwardingCollection.java 19 import com.google.common.annotations.Beta;
130 @Beta protected boolean standardContains(@Nullable Object object) {
141 @Beta protected boolean standardContainsAll(Collection<?> collection) {
157 @Beta protected boolean standardAddAll(Collection<? extends E> collection) {
169 @Beta protected boolean standardRemove(@Nullable Object object) {
188 @Beta protected boolean standardRemoveAll(Collection<?> collection) {
200 @Beta protected boolean standardRetainAll(Collection<?> collection) {
212 @Beta protected void standardClear() {
228 @Beta protected boolean standardIsEmpty() {
239 @Beta protected String standardToString()
    [all...]
ForwardingList.java 19 import com.google.common.annotations.Beta;
130 @Beta protected boolean standardAdd(E element){
143 @Beta protected boolean standardAddAll(
155 @Beta protected int standardIndexOf(@Nullable Object element) {
167 @Beta protected int standardLastIndexOf(@Nullable Object element) {
178 @Beta protected Iterator<E> standardIterator() {
190 @Beta protected ListIterator<E> standardListIterator(){
202 @Beta protected ListIterator<E> standardListIterator(int start) {
213 @Beta protected List<E> standardSubList(int fromIndex, int toIndex) {
224 @Beta protected boolean standardEquals(@Nullable Object object)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma/
param_ctor.pass.cpp 28 assert(p.beta() == 1);
35 assert(p.beta() == 1);
42 assert(p.beta() == 5);
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_ctanhf.c 43 float t, beta, s, rho, denom; local
70 beta = 1.0 + t * t;
73 denom = 1 + beta * s * s;
74 return (cpackf((beta * rho * s) / denom, t / denom));
  /external/chromium_org/chrome/browser/resources/help/
channel_change_page.html 12 <input id="channel-change-page-beta-option"
13 type="radio" name="channel" value="beta-channel">
14 <label for="channel-change-page-beta-option" i18n-content="beta"></label>
  /external/chromium_org/native_client_sdk/src/resources/
manifest.json.template 22 [[elif channel == 'Beta':]]
  /external/stlport/test/compiler/
ttei1.cpp 9 * MSVC 8 Beta
ttei3.cpp 11 * MSVC 8 Beta
ttei4.cpp 11 * MSVC 8 Beta
ttei5.cpp 11 * MSVC 8 Beta
  /prebuilts/tools/common/m2/internal/junit/junit/
maven-metadata.xml 27 <version>4.11-beta-1</version>
  /external/chromium_org/native_client_sdk/src/build_tools/tests/
update_nacl_manifest_test.py 39 BETA = 'beta'
324 self.history.Add(OS_MLW, BETA, V18_0_1025_163)
329 self._AssertUploadedManifestHasBundle(B18_0_1025_163_MLW, BETA)
334 self.history.Add(OS_M, BETA, V18_0_1025_175) # Mac has newer version
335 self.history.Add(OS_MLW, BETA, V18_0_1025_163)
340 self._AssertUploadedManifestHasBundle(B18_0_1025_163_MLW, BETA)
345 self.history.Add(OS_ML, BETA, V18_0_1025_184)
346 self.history.Add(OS_M, BETA, V18_0_1025_175)
347 self.history.Add(OS_MLW, BETA, V18_0_1025_163
    [all...]
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
DeviceMotionAndOrientation.java 223 * R = Rz(alpha) * Rx(beta) * Ry(gamma), <br>
227 * The computed angles alpha, beta and gamma are in radians and clockwise-positive when viewed
229 * beta angle is +-pi/2 these angles uniquely define the orientation of a mobile device in 3D
230 * space. The alpha-beta-gamma representation resembles the yaw-pitch-roll convention used in
232 * 'pitch' angle beta is allowed to be within [-pi, pi). A mobile device with pitch angle
239 * <li>values[1]: rotation around the X axis, beta in [-pi, pi)</li>
264 if (R[8] > 0) { // cos(beta) > 0
266 values[1] = Math.asin(R[7]); // beta (-pi/2, pi/2)
268 } else if (R[8] < 0) { // cos(beta) < 0
271 values[1] += (values[1] >= 0) ? -Math.PI : Math.PI; // beta [-pi,-pi/2) U (pi/2,pi
    [all...]
  /external/eigen/blas/testing/
dblat3.f 22 * 3 NUMBER OF VALUES OF BETA
23 * 0.0 1.0 1.3 VALUES OF BETA
142 * Values of BETA
145 WRITE( NOUT, FMT = 9997 )'BETA', NBEMAX
336 9992 FORMAT( ' FOR BETA ', 7F6.1 )
386 DOUBLE PRECISION ALPHA, ALS, BETA, BLS, ERR, ERRMAX
488 BETA = BET( IB )
514 BLS = BETA
525 $ BETA, LDC
529 $ AA, LDA, BB, LDB, BETA, CC, LDC
    [all...]
sblat3.f 22 * 3 NUMBER OF VALUES OF BETA
23 * 0.0 1.0 1.3 VALUES OF BETA
142 * Values of BETA
145 WRITE( NOUT, FMT = 9997 )'BETA', NBEMAX
336 9992 FORMAT( ' FOR BETA ', 7F6.1 )
386 REAL ALPHA, ALS, BETA, BLS, ERR, ERRMAX
488 BETA = BET( IB )
514 BLS = BETA
525 $ BETA, LDC
529 $ AA, LDA, BB, LDB, BETA, CC, LDC
    [all...]
cblat3.dat 13 3 NUMBER OF VALUES OF BETA
14 (0.0,0.0) (1.0,0.0) (1.3,-1.1) VALUES OF BETA
  /external/eigen/blas/
chpmv.f 1 SUBROUTINE CHPMV(UPLO,N,ALPHA,AP,X,INCX,BETA,Y,INCY)
3 COMPLEX ALPHA,BETA
16 * y := alpha*A*x + beta*y,
18 * where alpha and beta are scalars, x and y are n element vectors and
73 * BETA - COMPLEX .
74 * On entry, BETA specifies the scalar beta. When BETA is
142 IF ((N.EQ.0) .OR. ((ALPHA.EQ.ZERO).AND. (BETA.EQ.ONE))) RETURN
160 * First form y := beta*y
    [all...]
dspmv.f 1 SUBROUTINE DSPMV(UPLO,N,ALPHA,AP,X,INCX,BETA,Y,INCY)
3 DOUBLE PRECISION ALPHA,BETA
16 * y := alpha*A*x + beta*y,
18 * where alpha and beta are scalars, x and y are n element vectors and
71 * BETA - DOUBLE PRECISION.
72 * On entry, BETA specifies the scalar beta. When BETA is
135 IF ((N.EQ.0) .OR. ((ALPHA.EQ.ZERO).AND. (BETA.EQ.ONE))) RETURN
153 * First form y := beta*y
    [all...]
sspmv.f 1 SUBROUTINE SSPMV(UPLO,N,ALPHA,AP,X,INCX,BETA,Y,INCY)
3 REAL ALPHA,BETA
16 * y := alpha*A*x + beta*y,
18 * where alpha and beta are scalars, x and y are n element vectors and
71 * BETA - REAL .
72 * On entry, BETA specifies the scalar beta. When BETA is
135 IF ((N.EQ.0) .OR. ((ALPHA.EQ.ZERO).AND. (BETA.EQ.ONE))) RETURN
153 * First form y := beta*y
    [all...]
zhpmv.f 1 SUBROUTINE ZHPMV(UPLO,N,ALPHA,AP,X,INCX,BETA,Y,INCY)
3 DOUBLE COMPLEX ALPHA,BETA
16 * y := alpha*A*x + beta*y,
18 * where alpha and beta are scalars, x and y are n element vectors and
73 * BETA - COMPLEX*16 .
74 * On entry, BETA specifies the scalar beta. When BETA is
142 IF ((N.EQ.0) .OR. ((ALPHA.EQ.ZERO).AND. (BETA.EQ.ONE))) RETURN
160 * First form y := beta*y
    [all...]
level2_real_impl.h 12 // y = alpha*A*x + beta*y
19 Scalar beta = *reinterpret_cast<Scalar*>(pbeta); local
37 if(beta!=Scalar(1))
39 if(beta==Scalar(0)) vector(actual_y, *n).setZero();
40 else vector(actual_y, *n) *= beta;
162 * y := alpha*A*x + beta*y,
164 * where alpha and beta are scalars, x and y are n element vectors and
168 // RealScalar *x, int *incx, RealScalar *beta, RealScalar *y, int *incy)
176 * y := alpha*A*x + beta*y,
178 * where alpha and beta are scalars, x and y are n element vectors an
    [all...]
  /external/chromium_org/chrome/common/
chrome_version_info_android.cc 19 case CHANNEL_BETA: return "beta";
33 if (!strcmp(bi->package_name(), "com.chrome.beta"))
chrome_version_info_chromeos.cc 18 return "beta";
40 } else if (channel == "beta-channel") {
  /external/chromium_org/remoting/host/installer/linux/debian/
control 17 Suggests: google-chrome-stable | google-chrome-beta | google-chrome-unstable
18 Description: Chrome Remote Desktop Beta
  /external/chromium_org/remoting/tools/mac/
chromoting-set-channel.sh 17 echo "where <channel> is 'beta' or 'stable'" >&2
36 if [[ "${channel}" != "beta" && "${channel}" != "stable" ]]; then

Completed in 1204 milliseconds

1 23 4 5 6 7 8 91011>>