OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:maxN
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/java/android/hardware/
GeomagneticField.java
345
* @param
maxN
351
public LegendreTable(int
maxN
, float thetaRad) {
359
mP = new float[
maxN
+ 1][];
360
mPDeriv = new float[
maxN
+ 1][];
363
for (int n = 1; n <=
maxN
; n++) {
393
private static float[][] computeSchmidtQuasiNormFactors(int
maxN
) {
394
float[][] schmidtQuasiNorm = new float[
maxN
+ 1][];
396
for (int n = 1; n <=
maxN
; n++) {
/external/opencv/cvaux/src/
cvepilines.cpp
[
all
...]
Completed in 597 milliseconds