/external/apache-commons-math/src/main/java/org/apache/commons/math/estimation/ |
LevenbergMarquardtEstimator.java | 268 double[] work2 = new double[cols]; local 354 determineLMParameter(oldRes, delta, diag, work1, work2, work3); 494 * @param work2 work array 498 double[] work1, double[] work2, double[] work3) { 599 determineLMDirection(qy, work1, work2, work3); 626 work1[pj] /= work2[j];
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/general/ |
LevenbergMarquardtOptimizer.java | 263 double[] work2 = new double[cols]; local 358 determineLMParameter(qtf, delta, diag, work1, work2, work3); 501 * @param work2 work array 505 double[] work1, double[] work2, double[] work3) { 600 determineLMDirection(qy, work1, work2, work3); 627 work1[pj] /= work2[j]; [all...] |
/external/bison/src/ |
ielr.c | 667 * - <tt>annotation_lists = NULL</tt> and all bits in work2 are set. 669 * - The number of rows in each of \c lookaheads and \c work2 is the maximum 696 * - \c lookaheads, \c work1, and \c work2 may have been altered. 702 ContributionIndex work1[], bitsetv work2, state **tp) [all...] |
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/ |
DateFormatTest.java | 107 assertTrue("Doesn't work2", 352 assertTrue("Doesn't work2",
|
/external/libvorbis/lib/ |
psy.c | 720 float work2[n]; 722 work2[i]=logmask[i]+work[i]; 731 _analysis_output("envelope2R",seq/2,work2,n,1,0,0); 733 _analysis_output("envelope2L",seq/2,work2,n,1,0,0); [all...] |
/prebuilts/misc/linux-x86/bison/ |
bison | |