OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:maxN
(Results
1 - 4
of
4
) sorted by null
/external/deqp/framework/common/
tcuTexVerifierUtil.cpp
50
const float
maxN
= coord + coordErr;
52
const float maxA = normalizedCoords ?
maxN
*float(dim) :
maxN
;
/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
...]
/external/libopus/celt/
rate.c
56
static const opus_int16
maxN
[15] = {
67
return _n <=
maxN
[_k];
Completed in 1867 milliseconds