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

12 3 4

  /external/eigen/Eigen/src/Core/arch/CUDA/
PacketMathHalf.h 865 float reduced = predux<Packet8f>(af);
866 return Eigen::half(reduced);
871 float reduced = predux_max<Packet8f>(af);
872 return Eigen::half(reduced);
877 float reduced = predux_min<Packet8f>(af);
878 return Eigen::half(reduced);
883 float reduced = predux_mul<Packet8f>(af);
884 return Eigen::half(reduced);
    [all...]
  /libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/util/stream/
TabulatorsTest.java 222 Optional<U> reduced = source.get().map(mapper).reduce(reducer); local
224 assertTrue(!reduced.isPresent());
225 else if (!reduced.isPresent()) {
229 assertEquals(value, reduced.get());
  /external/libjpeg-turbo/simd/
jidctred-mmx.asm 2 ; jidctred.asm - reduced-size IDCT (MMX)
16 ; This file contains inverse-DCT routines that produce reduced-size
98 ; producing a reduced-size 4x4 output block.
492 ; producing a reduced-size 2x2 output block.
jidctred-sse2-64.asm 2 ; jidctred.asm - reduced-size IDCT (64-bit SSE2)
17 ; This file contains inverse-DCT routines that produce reduced-size
99 ; producing a reduced-size 4x4 output block.
402 ; producing a reduced-size 2x2 output block.
jidctred-sse2.asm 2 ; jidctred.asm - reduced-size IDCT (SSE2)
16 ; This file contains inverse-DCT routines that produce reduced-size
98 ; producing a reduced-size 4x4 output block.
413 ; producing a reduced-size 2x2 output block.
  /external/skia/src/core/
SkScan_Path.cpp 545 static bool clip_to_limit(const SkRegion& orig, SkRegion* reduced) {
553 reduced->op(orig, limitR, SkRegion::kIntersect_Op);
  /prebuilts/go/darwin-x86/src/math/
gamma.go 30 // Arguments |x| <= 34 are reduced by recurrence and the function
  /prebuilts/go/linux-x86/src/math/
gamma.go 30 // Arguments |x| <= 34 are reduced by recurrence and the function
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
DFA.java 115 /** Is this DFA reduced? I.e., can all states lead to an accept state? */
116 protected boolean reduced = true; field in class:DFA
713 /** Is the DFA reduced? I.e., does every state have a path to an accept
719 return reduced;
899 * 1. it's reduced
914 * modify the instance variable 'reduced' to indicate if we find
916 * that the overall DFA is not reduced. This algorithm should b
    [all...]
  /external/jemalloc/bin/
jeprof.in 599 my $reduced = ReduceProfile($symbols, $profile);
602 my $flat = FlatProfile($reduced);
603 my $cumulative = CumulativeProfile($reduced);
881 my $reduced = ReduceProfile($symbols, $profile);
884 my $flat = FlatProfile($reduced);
885 my $cumulative = CumulativeProfile($reduced);
916 my $reduced = ReduceProfile($symbols, $profile);
919 my $flat = FlatProfile($reduced);
920 my $cumulative = CumulativeProfile($reduced);
934 my $reduced = ReduceProfile($symbols, $profile)
    [all...]
  /frameworks/ml/nn/common/operations/internal/optimized/
optimized_ops.h 499 int32x4_t reduced = vcombine_s32(reduced_lo, reduced_hi); local
503 reduced = vaddq_s32(reduced, bias_vec);
505 reduced = vqrdmulhq_n_s32(reduced, output_multiplier);
508 reduced = RoundingDivideByPOT(reduced, output_shift);
511 reduced = vaddq_s32(reduced, output_offset_vec);
513 const int16x4_t res16 = vqmovn_s32(reduced);
    [all...]
  /external/libmojo/third_party/ply/
yacc.py 1153 reduced = 0 variable in class:Production
    [all...]
  /external/ply/ply/ply/
yacc.py 1310 reduced = 0 variable in class:Production
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
collections.py 390 Note: If a count is set to zero or reduced to zero, it will remain
506 Counts can be reduced below zero. Both the inputs and outputs are
  /external/python/cpython2/Lib/
collections.py 442 Note: If a count is set to zero or reduced to zero, it will remain
573 Counts can be reduced below zero. Both the inputs and outputs are
  /prebuilts/gdb/darwin-x86/lib/python2.7/
collections.py 416 Note: If a count is set to zero or reduced to zero, it will remain
532 Counts can be reduced below zero. Both the inputs and outputs are
  /prebuilts/gdb/linux-x86/lib/python2.7/
collections.py 416 Note: If a count is set to zero or reduced to zero, it will remain
532 Counts can be reduced below zero. Both the inputs and outputs are
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
collections.py 416 Note: If a count is set to zero or reduced to zero, it will remain
532 Counts can be reduced below zero. Both the inputs and outputs are
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
collections.py 416 Note: If a count is set to zero or reduced to zero, it will remain
532 Counts can be reduced below zero. Both the inputs and outputs are
  /external/chromium-libpac/test/js-unittest/
pac_library_unittest.js 91 // Verify that IPv6 address is not re-written (not reduced).
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorReduction.h 59 const array<bool, internal::array_size<InputDims>::value>& reduced,
65 if (reduced[i]) {
418 // Build the bitmap indicating if an input dimension is reduced or not.
738 // Bitmap indicating if an input dimension is reduced or not.
744 // Subset of strides of the input tensor for the non-reduced dimensions.
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/misc/
SystemServicesProxy.java 709 public ThumbnailData getTaskThumbnail(int taskId, boolean reduced) {
721 ThumbnailData thumbnailData = getThumbnail(taskId, reduced);
    [all...]
  /prebuilts/go/darwin-x86/src/go/types/
initorder.go 78 // the cycle will be broken (dependency count will be reduced
  /prebuilts/go/linux-x86/src/go/types/
initorder.go 78 // the cycle will be broken (dependency count will be reduced
  /external/ImageMagick/www/api/
enhance.php 233 <p>ContrastImage() enhances the intensity differences between the lighter and darker elements of the image. Set sharpen to a MagickTrue to increase the image contrast otherwise the contrast is reduced.</p>
700 <p>SigmoidalContrastImage() adjusts the contrast of an image with a non-linear sigmoidal contrast algorithm. Increase the contrast of the image using a sigmoidal transfer function without saturating highlights or shadows. Contrast indicates how much to increase the contrast (0 is none; 3 is typical; 20 is pushing it); mid-point indicates where midtones fall in the resultant image (0 is white; 50 is middle-gray; 100 is black). Set sharpen to MagickTrue to increase the image contrast otherwise the contrast is reduced.</p>

Completed in 1765 milliseconds

12 3 4