OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:min_f
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/src/mesa/swrast/
s_depth.c
171
GLfloat
min_f
, max_f;
local
175
min_f
= ctx->Viewport.Near;
178
min_f
= ctx->Viewport.Far;
190
min = (GLint) (
min_f
* fb->_DepthMaxF);
/external/opencv3/modules/calib3d/test/
test_fundam.cpp
779
double
min_f
, max_f;
member in class:CV_FundamentalMatTest
812
min_f
= 1;
942
t[0] = t[4] = cvtest::randReal(rng)*(max_f -
min_f
) +
min_f
;
1076
double
min_f
, max_f;
[
all
...]
Completed in 85 milliseconds