OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ScaleShift
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/Support/
ScaledNumber.h
841
int32_t
ScaleShift
= std::min(Shift, ScaledNumbers::MaxScale - Scale);
842
Scale +=
ScaleShift
;
843
if (
ScaleShift
== Shift)
851
Shift -=
ScaleShift
;
872
int32_t
ScaleShift
= std::min(Shift, Scale - ScaledNumbers::MinScale);
873
Scale -=
ScaleShift
;
874
if (
ScaleShift
== Shift)
878
Shift -=
ScaleShift
;
/external/mesa3d/src/mesa/drivers/dri/nouveau/
nv04_state_frag.c
75
(rc)->logscale = c->
ScaleShift
##chan; \
nv10_state_frag.c
90
(rc)->logscale = c->
ScaleShift
##chan; \
Completed in 201 milliseconds