Searched refs:Amax (Results 1 – 3 of 3) sorted by relevance
73 double Amax, anorm = 0, ax; in icvJacobiEigens_32f() local98 Amax = anorm; in icvJacobiEigens_32f()100 while( Amax > ax && iters++ < 100 ) in icvJacobiEigens_32f()102 Amax /= n; in icvJacobiEigens_32f()118 if( fabs( Apq ) < Amax ) in icvJacobiEigens_32f()178 Amax /= n; in icvJacobiEigens_32f()224 double Amax = 0.0, anorm = 0.0, ax; in icvJacobiEigens_64d() local249 Amax = anorm; in icvJacobiEigens_64d()251 while( Amax > ax && iters++ < 100 ) in icvJacobiEigens_64d()253 Amax /= n; in icvJacobiEigens_64d()[all …]
337 int Amin, Amax, Bmin, Bmax; in SDL_IntersectRect() local341 Amax = Amin + A->w; in SDL_IntersectRect()347 if(Bmax < Amax) in SDL_IntersectRect()348 Amax = Bmax; in SDL_IntersectRect()349 intersection->w = Amax - Amin > 0 ? Amax - Amin : 0; in SDL_IntersectRect()353 Amax = Amin + A->h; in SDL_IntersectRect()359 if(Bmax < Amax) in SDL_IntersectRect()360 Amax = Bmax; in SDL_IntersectRect()361 intersection->h = Amax - Amin > 0 ? Amax - Amin : 0; in SDL_IntersectRect()
49 double Amax, anorm = 0, ax; in icvJacobiEigens_32f() local74 Amax = anorm; in icvJacobiEigens_32f()76 while( Amax > ax ) in icvJacobiEigens_32f()78 Amax /= n; in icvJacobiEigens_32f()94 if( fabs( Apq ) < Amax ) in icvJacobiEigens_32f()154 Amax /= n; in icvJacobiEigens_32f()