HomeSort by relevance Sort by last modified time
    Searched refs:Threshold (Results 26 - 50 of 51) sorted by null

12 3

  /external/llvm/lib/Target/ARM/
ThumbRegisterInfo.cpp 291 unsigned Threshold = (DestReg == ARM::SP) ? 3 : 2;
294 if (RequiredInstrs > Threshold) {
  /external/llvm/lib/Transforms/IPO/
PassManagerBuilder.cpp 686 unsigned Threshold) {
688 Builder->Inliner = createFunctionInliningPass(Threshold);
GlobalOpt.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
Reassociate.cpp 437 // Any weight W >= Threshold can be replaced with W - CM.
438 APInt Threshold = CM + Bitwidth;
439 assert(LHS.ult(Threshold) && RHS.ult(Threshold) && "Weights not reduced!");
442 while (LHS.uge(Threshold))
448 unsigned Threshold = CM + Bitwidth;
449 assert(LHS.getZExtValue() < Threshold && RHS.getZExtValue() < Threshold &&
452 while (Total >= Threshold)
    [all...]
JumpThreading.cpp 57 BBDuplicateThreshold("jump-threading-threshold",
63 "jump-threading-implication-search-threshold",
184 FunctionPass *llvm::createJumpThreadingPass(int Threshold) { return new JumpThreading(Threshold); }
280 /// thread across it. Stop scanning the block when passing the threshold.
282 unsigned Threshold) {
294 // Stop scanning the block if we've reached the threshold.
295 if (Size > Threshold)
    [all...]
LoopUnswitch.cpp 22 // smaller than a threshold.
75 Threshold("loop-unswitch-threshold", cl::desc("Max loop size to unswitch"),
85 ColdnessThreshold("loop-unswitch-coldness-threshold", cl::init(1), cl::Hidden,
86 cl::desc("Coldness threshold in percentage. The loop header frequency "
88 "threshold to determine if non-trivial unswitching should be "
116 // A loop unswitching with an estimated cost above this threshold
121 // value. So in most cases MaxSize will equal the Threshold flag
135 MaxSize(Threshold) {}
154 // threshold
    [all...]
ScalarReplAggregates.cpp 80 // Do not limit the scalar integer load size if no threshold is given.
244 FunctionPass *llvm::createScalarReplAggregatesPass(int Threshold,
250 return new SROA_DT(Threshold, StructMemberThreshold, ArrayElementThreshold,
252 return new SROA_SSAUp(Threshold, StructMemberThreshold,
369 // scalar load threshold.
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_points.c 262 if (vert->pointSize >= ctx->Point.Threshold) {
266 GLfloat dsize = vert->pointSize / ctx->Point.Threshold;
  /external/llvm/lib/Target/Hexagon/
HexagonFrameLowering.cpp 134 static cl::opt<int> SpillFuncThreshold("spill-func-threshold",
135 cl::Hidden, cl::desc("Specify O2(not Os) spill func threshold"),
138 static cl::opt<int> SpillFuncThresholdOs("spill-func-threshold-Os",
139 cl::Hidden, cl::desc("Specify Os spill func threshold"),
    [all...]
  /external/opencv3/modules/imgproc/perf/opencl/
perf_imgproc.cpp 254 ///////////// Threshold ////////////////////////
261 OCL_PERF_TEST_P(ThreshFixture, Threshold,
268 const double maxValue = 220.0, threshold = 50; local
275 OCL_TEST_CYCLE() cv::threshold(src, dst, threshold, maxValue, threshType);
  /external/mesa3d/src/mesa/drivers/dri/i915/
intel_tris.c 460 if (psz[0] >= ctx->Point.Threshold) {
464 GLfloat dsize = psz[0] / ctx->Point.Threshold;
465 psz[0] = MAX2(ctx->Point.Threshold, ctx->Point.MinSize);
    [all...]
  /external/mesa3d/src/mesa/program/
prog_statevars.c 271 value[3] = ctx->Point.Threshold;
496 value[3] = ctx->Point.Threshold;
    [all...]
  /external/llvm/include/llvm/Analysis/
TargetTransformInfo.h 228 /// The cost threshold for the unrolled loop. Should be relative to the
232 /// loops may be unrolled even with a cost above this threshold if deemed
235 unsigned Threshold;
243 /// The cost threshold for the unrolled loop when optimizing for size (set
246 /// The cost threshold for the unrolled loop, like Threshold, but used
249 /// The cost threshold for the unrolled loop when optimizing for size, like
256 /// threshold and other factors.
259 // using the appropriate cost threshold, but may not exceed this number
    [all...]
  /external/ImageMagick/www/api/
fx.php 414 <p>MagickSepiaToneImage() applies a special effect to the image, similar to the effect achieved in a photo darkroom by sepia toning. Threshold ranges from 0 to QuantumRange and is a measure of the extent of the sepia toning. A threshold of 80 is a good starting point for a reasonable tone.</p>
419 Image *SepiaToneImage(const Image *image,const double threshold,
434 <dt>threshold</dt>
435 <dd>the tone threshold. </dd>
528 <p>SolarizeImage() applies a special effect to the image, similar to the effect achieved in a photo darkroom by selectively exposing areas of photo sensitive paper to light. Threshold ranges from 0 to QuantumRange and is a measure of the extent of the solarization.</p>
533 MagickBooleanType SolarizeImage(Image *image,const double threshold,
548 <dt>threshold</dt>
magick-image.php 169 <p>MagickAdaptiveThresholdImage() selects an individual threshold for each pixel based on the range of intensity values in its local neighborhood. This allows for thresholding of an image whose global intensity histogram doesn't contain distinctive peaks.</p>
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dxva2api.h 258 DXVA2_Fixed32 Threshold;
  /prebuilts/tools/common/fest/
fest-assert-1.2.jar 
  /external/libavc/encoder/arm/
ime_distortion_metrics_a9q.s 958 @ STACk :Threshold,distotion,is_nonzero
981 @R4 :Threshold pointer
987 ldr r4, [sp, #40] @load the threshold address
    [all...]
  /external/opencv3/modules/cudaarithm/perf/
perf_element_operations.cpp     [all...]
  /external/opencv3/modules/cudaarithm/test/
test_element_operations.cpp     [all...]
  /external/mesa3d/src/mesa/main/
attrib.c     [all...]
mtypes.h 1070 GLfloat Threshold; /**< GL_EXT_point_parameters */
    [all...]
get.c 612 { GL_POINT_FADE_THRESHOLD_SIZE_EXT, CONTEXT_FLOAT(Point.Threshold), NO_EXTRA },
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 422 // returned function, e.g. stdlib exit(). So we set Threshold to filter
433 const uint32_t Threshold = 10000;
437 std::max(1u, std::min(TWeight, FWeight)) < Threshold)
    [all...]
  /external/ImageMagick/PerlMagick/
Magick.xs 359 {"cluster-threshold", RealReference},
360 {"smoothing-threshold", RealReference},
365 {"threshold", StringReference} } },
373 { "Threshold", { {"threshold", StringReference},
398 {"gain", RealReference}, {"threshold", RealReference},
403 { "OrderedDither", { {"threshold", StringReference},
423 { "BlackThreshold", { {"threshold", StringReference},
425 { "WhiteThreshold", { {"threshold", StringReference},
445 { "SepiaTone", { {"threshold", RealReference} } }
    [all...]

Completed in 1343 milliseconds

12 3