OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Amax
(Results
1 - 3
of
3
) sorted by null
/external/opencv/cxcore/src/
cxjacobieigens.cpp
73
double
Amax
, anorm = 0, ax;
98
Amax
= anorm;
100
while(
Amax
> ax && iters++ < 100 )
102
Amax
/= n;
118
if( fabs( Apq ) <
Amax
)
178
Amax
/= n;
179
} /* while (
Amax
> ax ) */
224
double
Amax
= 0.0, anorm = 0.0, ax;
249
Amax
= anorm;
251
while(
Amax
> ax && iters++ < 100
[
all
...]
/external/qemu/distrib/sdl-1.2.15/src/video/
SDL_surface.c
337
int Amin,
Amax
, Bmin, Bmax;
341
Amax
= Amin + A->w;
347
if(Bmax <
Amax
)
348
Amax
= Bmax;
349
intersection->w =
Amax
- Amin > 0 ?
Amax
- Amin : 0;
353
Amax
= Amin + A->h;
359
if(Bmax <
Amax
)
360
Amax
= Bmax;
361
intersection->h =
Amax
- Amin > 0 ? Amax - Amin : 0
[
all
...]
/external/opencv/cvaux/src/
cveigenobjects.cpp
49
double
Amax
, anorm = 0, ax;
74
Amax
= anorm;
76
while(
Amax
> ax )
78
Amax
/= n;
94
if( fabs( Apq ) <
Amax
)
154
Amax
/= n;
155
} /* while (
Amax
> ax ) */
[
all
...]
Completed in 918 milliseconds