OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full: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/qemu/distrib/sdl-1.2.12/src/video/
SDL_RLEaccel.c
1645
int
maxn
;
local
[
all
...]
Completed in 21 milliseconds