Home
last modified time | relevance | path

Searched refs:Bmin (Results 51 – 65 of 65) sorted by relevance

123

/dports/science/chrono/chrono-7.0.1/src/chrono/collision/chrono/
H A DChNarrowphase.cpp615 real3 Bmin = pos_sphere - real3(radius + envelope) - global_origin; in ProcessRigidFluid() local
625 … if (current_bin(Amin, Amax, Bmin, Bmax, inv_bin_size, bins_per_axis, bin_number) == true) { in ProcessRigidFluid()
626 … if (overlap(Amin, Amax, Bmin, Bmax) && collide(family, fam_data[shape_id_a])) { in ProcessRigidFluid()
/dports/math/fflas-ffpack/fflas-ffpack-2.4.3/fflas-ffpack/fflas/fflas_fgemm/
H A Dfgemm_winograd.inl131 HModd.Amax = H.Bmax; HModd.Amin = H.Bmin;
132 HModd.Bmax = H.Amax; HModd.Bmin = H.Amin;
232 HModd.Amax = H.Bmax; HModd.Amin = H.Bmin;
233 HModd.Bmax = H.Amax; HModd.Bmin = H.Amin;
H A Dfgemm_classical.inl91 if (H.Bmin < H.FieldMin || H.Bmax>H.FieldMax){
/dports/cad/opencascade/opencascade-7.6.0/src/Plate/
H A DPlate_Plate.cxx1587 const Standard_Real Bmin = 1.e-3; in UVBox() local
1626 if(UMax-UMin < Bmin) in UVBox()
1629 UMin = UM - 0.5*Bmin; in UVBox()
1630 UMax = UM + 0.5*Bmin; in UVBox()
1632 if(VMax-VMin < Bmin) in UVBox()
1635 VMin = VM - 0.5*Bmin; in UVBox()
1636 VMax = VM + 0.5*Bmin; in UVBox()
/dports/japanese/skkserv/skk-9.6/lisp/bytecomp-2.07/
H A Dbytecode.c132 #define Bmin 0136 macro
833 case Bmin:
/dports/shells/zsh/zsh-5.8.1/Completion/Unix/Command/
H A D_find38 '*-Bmin:birth time (minutes)'
/dports/graphics/raster3d/Raster3D_3.0-7/
H A Drastep.f287 read (flags,*,err=701) Bmin
431 write (noise,*) ' from dark blue = Bmin =', Bmin
433 Umin = Bmin / (8. * 3.14159*3.14159)
/dports/devel/sdl20/SDL2-2.0.18/src/render/
H A DSDL_render.c3223 float Amin, Amax, Bmin, Bmax; in SDL_HasIntersectionF() local
3243 Bmin = B->x; in SDL_HasIntersectionF()
3244 Bmax = Bmin + B->w; in SDL_HasIntersectionF()
3245 if (Bmin > Amin) in SDL_HasIntersectionF()
3246 Amin = Bmin; in SDL_HasIntersectionF()
3255 Bmin = B->y; in SDL_HasIntersectionF()
3256 Bmax = Bmin + B->h; in SDL_HasIntersectionF()
3257 if (Bmin > Amin) in SDL_HasIntersectionF()
3258 Amin = Bmin; in SDL_HasIntersectionF()
/dports/x11/controllermap/SDL2-2.0.18/src/render/
H A DSDL_render.c3223 float Amin, Amax, Bmin, Bmax; in SDL_HasIntersectionF() local
3243 Bmin = B->x; in SDL_HasIntersectionF()
3244 Bmax = Bmin + B->w; in SDL_HasIntersectionF()
3245 if (Bmin > Amin) in SDL_HasIntersectionF()
3246 Amin = Bmin; in SDL_HasIntersectionF()
3255 Bmin = B->y; in SDL_HasIntersectionF()
3256 Bmax = Bmin + B->h; in SDL_HasIntersectionF()
3257 if (Bmin > Amin) in SDL_HasIntersectionF()
3258 Amin = Bmin; in SDL_HasIntersectionF()
/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dbytecode.c173 DEFINE (Bmin, 0136) \
1043 CASE (Bmin): in exec_byte_code()
/dports/editors/emacs/emacs-27.2/src/
H A Dbytecode.c174 DEFINE (Bmin, 0136) \
1044 CASE (Bmin): in exec_byte_code()
/dports/math/fflas-ffpack/fflas-ffpack-2.4.3/fflas-ffpack/fflas/
H A Dfflas_fger.inl245 if (Hfp.Bmin < H.FieldMin || Hfp.Bmax>H.FieldMax){
H A Dfflas_fgemv.inl265 if (H.Bmin < H.FieldMin || H.Bmax>H.FieldMax){
/dports/sysutils/bfs/bfs-2.3.1/
H A DRELEASES.md335 - `-Bmin`/`-Btime`/`-Bnewer`
/dports/shells/yash/yash-2.51/share/completion/
H A Dfind414 complete -D "true if the creation time is n minutes ago" -- -Bmin

123