OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MaxVal
(Results
1 - 8
of
8
) sorted by null
/external/ImageMagick/coders/
mat.c
185
double
MaxVal
,ExceptionInfo *exception)
194
if (
MaxVal
== 0)
195
MaxVal
= 1;
204
f = (*p /
MaxVal
) * (QuantumRange-GetPixelRed(image,q));
222
f = (*p /
MaxVal
) * (QuantumRange-GetPixelBlue(image,q));
248
double
MaxVal
,ExceptionInfo *exception)
256
if (
MaxVal
== 0)
257
MaxVal
= 1;
266
f = (*p /
MaxVal
) * (QuantumRange-GetPixelRed(image,q));
284
f = (*p /
MaxVal
) * (QuantumRange - GetPixelBlue(image,q))
[
all
...]
/external/llvm/lib/Target/SystemZ/
SystemZFrameLowering.cpp
300
int64_t
MaxVal
= (int64_t(1) << 31) - 8;
303
else if (ThisVal >
MaxVal
)
304
ThisVal =
MaxVal
;
/external/deqp/modules/egl/
teglChooseConfigTests.cpp
366
template <int MinVal, int
MaxVal
> static EGLint getInt (de::Random& rnd)
368
return rnd.getInt(MinVal,
MaxVal
);
/external/opencv3/modules/cudev/test/
test_reduction.cu
104
TEST(
MaxVal
, Expr)
/external/llvm/lib/Target/SystemZ/AsmParser/
SystemZAsmParser.cpp
383
int64_t
MaxVal
, bool AllowTLS);
851
int64_t
MaxVal
, bool AllowTLS) {
863
if ((Value & 1) || Value < MinVal || Value >
MaxVal
) {
[
all
...]
/external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp
[
all
...]
/external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp
[
all
...]
/external/clang/lib/Frontend/
InitPreprocessor.cpp
187
llvm::APInt
MaxVal
= isSigned ? llvm::APInt::getSignedMaxValue(TypeWidth)
189
Builder.defineMacro(MacroName,
MaxVal
.toString(10, isSigned) + ValSuffix);
[
all
...]
Completed in 115 milliseconds