OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:imax
(Results
1 - 2
of
2
) sorted by relevancy
/xsrc/external/mit/glu/dist/src/libnurbs/internals/
intersect.cc
358
int
imax
= pwlArc->npts - 1;
local
360
assert( value < v[
imax
].param[param] );
361
while( (
imax
- imin) > 1 ) {
362
int imid = (
imax
+ imin)/2;
364
imax
= imid;
373
loc[2] =
imax
;
377
int
imax
= 0;
local
380
assert( value < v[
imax
].param[param] );
381
while( (imin -
imax
) > 1 ) {
382
int imid = (
imax
+ imin)/2
[
all
...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
sp_quad_depth_test.c
786
unsigned imin,
imax
;
local
790
imax
= ((unsigned) (max * 65535.0)) & 0xffff;
793
imax
= (unsigned) (max * 4294967295.0);
797
imax
= ((unsigned) (max * 16777215.0)) & 0xffffff;
805
if (iz >= imin && iz <=
imax
)
Completed in 23 milliseconds
Indexes created Sat Jul 25 00:23:55 UTC 2026