Searched refs:xN (Results 1 - 9 of 9) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/interpolation/
H A DBicubicSplineInterpolatingFunction.java169 final double xN = (x - xval[i]) / (xval[i + 1] - xval[i]);
172 return splines[i][j].value(xN, yN);
246 final double xN = (x - xval[i]) / (xval[i + 1] - xval[i]);
250 return partialDerivatives[which][i][j].value(xN, yN);
H A DTricubicSplineInterpolatingFunction.java323 final double xN = (x - xval[i]) / (xval[i + 1] - xval[i]);
327 return splines[i][j][k].value(xN, yN, zN);
/external/elfutils/src/tests/
H A Drun-strings-test.sh47 testfile2: 488 }a[xN
48 testfile2: 4a8 }a[xN
49 testfile2: 50c }a[xN
/external/valgrind/VEX/priv/
H A Dhost_arm64_defs.c3071 UInt xN = iregEnc(am->ARM64am.RI12.reg); local
3072 vassert(xN <= 30);
3074 uimm12, xN, wD);
3082 UInt xN = iregEnc(am->ARM64am.RR.base); local
3084 vassert(xN <= 30);
3086 xM, X011010, xN, wD);
3120 UInt xN = iregEnc(am->ARM64am.RI12.reg); local
3121 vassert(xN <= 30);
3123 uimm12, xN, wD);
3131 UInt xN local
3169 UInt xN = iregEnc(am->ARM64am.RI12.reg); local
3180 UInt xN = iregEnc(am->ARM64am.RR.base); local
3206 UInt xN = iregEnc(am->ARM64am.RI9.reg); local
3220 UInt xN = iregEnc(am->ARM64am.RI12.reg); local
3231 UInt xN = iregEnc(am->ARM64am.RR.base); local
[all...]
H A Dguest_arm64_toIR.c3107 IRTemp xN = newTemp(Ity_I64); local
3109 assign(xN, getIReg64orSP(nn));
3146 IRTemp argL = xN;
/external/opencv/cvaux/src/
H A Dcvepilines.cpp529 double xN,yN,zN; local
584 xN = xC+betta*(xD-xC);
589 midPoint->x = (xM + xN) * 0.5;
/external/sqlite/dist/orig/
H A Dsqlite3.c152016 RtreeDValue xN; /* Coordinate value converted to a double */ local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c152046 RtreeDValue xN; /* Coordinate value converted to a double */ local
[all...]
/external/v8/tools/profviz/
H A Dgnuplot-4.6.3-emscripten.js[all...]

Completed in 855 milliseconds