HomeSort by relevance Sort by last modified time
    Searched defs:x0 (Results 376 - 400 of 2990) sorted by null

<<11121314151617181920>>

  /frameworks/data-binding/integration-tests/TestApp/gradle/wrapper/
gradle-wrapper.jar 
  /frameworks/data-binding/samples/BindingDemo/gradle/wrapper/
gradle-wrapper.jar 
  /frameworks/support/samples/SupportLeanbackShowcase/gradle/wrapper/
gradle-wrapper.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/de/pdark/decentxml/1.3/
decentxml-1.3.jar 
  /prebuilts/tools/common/m2/repository/de/pdark/decentxml/1.3/
decentxml-1.3.jar 
  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.1.jar 
  /prebuilts/tools/common/m2/repository/com/android/tools/external/lombok/lombok-ast/0.2.1/
lombok-ast-0.2.1.jar 
  /prebuilts/devtools/tools/lib/
uiautomatorviewer.jar 
hierarchyviewer2lib.jar 
  /prebuilts/gradle-plugin/com/android/tools/uiautomatorviewer/24.4.0-beta6/
uiautomatorviewer-24.4.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/tools/uiautomatorviewer/24.5.0/
uiautomatorviewer-24.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/uiautomatorviewer/25.0.0-alpha1/
uiautomatorviewer-25.0.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/hierarchyviewer2lib/24.4.0-beta6/
hierarchyviewer2lib-24.4.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/tools/hierarchyviewer2lib/24.5.0/
hierarchyviewer2lib-24.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/hierarchyviewer2lib/25.0.0-alpha1/
hierarchyviewer2lib-25.0.0-alpha1.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp/2.5.0/
okhttp-2.5.0.jar 
  /device/google/contexthub/firmware/inc/algos/
fusion.h 41 Quat x0; member in struct:Fusion
  /device/google/contexthub/lib/nanohub/
aes.c 206 uint32_t x0, x1, x2, x3; //we CAN use an array, but then GCC will not use registers. so we use separate vars. sigh... local
210 x0 = *src++ ^ *k++;
220 ror(FwdTab0[(x0 >> 24) & 0xff], 0) ^
229 ror(FwdTab0[(x0 >> 0) & 0xff], 24);
234 ror(FwdTab0[(x0 >> 8) & 0xff], 16) ^
239 ror(FwdTab0[(x0 >> 16) & 0xff], 8) ^
243 x0 = t0;
250 (((uint32_t)(FwdSbox[(x0 >> 24) & 0xff])) << 24) ^
259 (((uint32_t)(FwdSbox[(x0 >> 0) & 0xff])) << 0);
264 (((uint32_t)(FwdSbox[(x0 >> 8) & 0xff])) << 8)
276 uint32_t x0, x1, x2, x3; local
    [all...]
  /external/aac/libFDK/src/
mdct.cpp 345 FIXP_DBL x0, x1; local
347 cplxMult(&x1, &x0, *pCurr++, - *pOvl--, pWindow[i]);
348 *pOut0 = IMDCT_SCALE_DBL(x0);
  /external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/solvers/
MullerSolver.java 200 // [x0, x2] is the bracketing interval in each iteration
201 // x1 is the last approximation and an interpolation point in (x0, x2)
205 double x0 = min; local
206 double y0 = f.value(x0);
209 double x1 = 0.5 * (x0 + x2);
224 // x0, x1, x2 and x is the zero of the interpolating parabola.
226 // real roots and we choose one in [x0, x2] to be x.
227 final double d01 = (y1 - y0) / (x1 - x0);
229 final double d012 = (d12 - d01) / (x2 - x0);
230 final double c1 = d01 + (x1 - x0) * d012
348 double x0 = min; local
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/distribution/
AbstractIntegerDistribution.java 75 * to this distribution, this method returns P(x0 &le; X &le; x1).
77 * @param x0 the (inclusive) lower bound
80 * will take a value between <code>x0</code> and <code>x1</code>,
84 * @throws IllegalArgumentException if <code>x0 > x1</code>
87 public double cumulativeProbability(double x0, double x1)
89 if (x0 > x1) {
91 LocalizedFormats.LOWER_ENDPOINT_ABOVE_UPPER_ENDPOINT, x0, x1);
93 if (FastMath.floor(x0) < x0) {
94 return cumulativeProbability(((int) FastMath.floor(x0)) + 1
172 int x0 = getDomainLowerBound(p); local
    [all...]
NormalDistributionImpl.java 171 double x0 = x - mean; local
172 return FastMath.exp(-x0 * x0 / (2 * standardDeviation * standardDeviation)) / (standardDeviation * SQRT2PI);
  /external/boringssl/src/crypto/poly1305/
poly1305_arm.c 41 uint32_t x0 = r->v[0]; local
54 x1 += x0 >> 26;
55 x0 &= 0x3ffffff;
62 x0 += 5 * (x4 >> 26);
66 y0 = x0 + 5;
78 y0 ^= x0;
90 y0 ^= x0;
104 uint32_t x0 = x->v[0]; local
110 x1 += x0 >> 26;
111 x0 &= 0x3ffffff
    [all...]
  /external/clang/test/ASTMerge/Inputs/
struct1.c 10 struct S0 x0; variable in typeref:struct:S0
struct2.c 7 struct S0 x0; variable in typeref:struct:S0

Completed in 3257 milliseconds

<<11121314151617181920>>