OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rmax
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_points.c
308
const GLfloat
rmax
= radius + 0.7071F;
local
310
const GLfloat rmax2 =
rmax
*
rmax
;
/external/mesa3d/src/mesa/swrast/
s_points.c
308
const GLfloat
rmax
= radius + 0.7071F;
local
310
const GLfloat rmax2 =
rmax
*
rmax
;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_setup.c
1292
const float
rmax
= halfSize + 0.7071F;
local
[
all
...]
/external/fio/
io_u.c
93
uint64_t
rmax
;
local
95
rmax
= td->o.use_os_rand ? OS_RAND_MAX : FRAND_MAX;
98
rmax
= OS_RAND_MAX;
101
rmax
= FRAND_MAX;
107
*b = lastb * (r / ((uint64_t)
rmax
+ 1.0));
[
all
...]
/external/mesa3d/src/gallium/drivers/softpipe/
sp_setup.c
1292
const float
rmax
= halfSize + 0.7071F;
local
[
all
...]
/external/flac/libFLAC/
stream_encoder.c
3869
FLAC__uint32
rmax
;
local
[
all
...]
Completed in 468 milliseconds