HomeSort by: relevance | last modified time | path
    Searched defs:reduction (Results 1 - 5 of 5) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
aarch64-sve-builtins-functions.h 533 class reduction : public function_base class in namespace:aarch64_sve
536 CONSTEXPR reduction (int unspec) function in class:aarch64_sve::reduction
542 CONSTEXPR reduction (int unspec_for_sint, int unspec_for_uint, function in class:aarch64_sve::reduction
  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64-sve-builtins-functions.h 698 class reduction : public function_base class in namespace:aarch64_sve
701 CONSTEXPR reduction (int unspec) function in class:aarch64_sve::reduction
707 CONSTEXPR reduction (int unspec_for_sint, int unspec_for_uint, function in class:aarch64_sve::reduction
  /src/external/gpl2/lvm2/dist/lib/metadata/
lv_manip.c 378 static int _lv_segment_reduce(struct lv_segment *seg, uint32_t reduction)
384 if (reduction % seg->area_count) {
385 log_error("Segment extent reduction %" PRIu32
387 reduction, seg->area_count);
390 area_reduction = (reduction / seg->area_count);
392 area_reduction = reduction;
397 seg->len -= reduction;
410 uint32_t reduction; local
422 reduction = seg->len;
424 reduction = count
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
gimple-loop-interchange.cc 77 simple reduction of inner loop and double reduction of the loop nest. */
112 /* Enum type for loop reduction variable. */
120 /* Structure recording loop reduction variable. */
121 typedef struct reduction struct
123 /* Reduction itself. */
125 /* PHI node defining reduction variable. */
127 /* Init and next variables of the reduction. */
130 /* Lcssa PHI node if reduction is used outside of its definition loop. */
137 /* If reduction is finally stored to memory, this is the stored memor
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-loop-interchange.cc 77 simple reduction of inner loop and double reduction of the loop nest. */
112 /* Enum type for loop reduction variable. */
120 /* Structure recording loop reduction variable. */
121 typedef struct reduction struct
123 /* Reduction itself. */
125 /* PHI node defining reduction variable. */
127 /* Init and next variables of the reduction. */
130 /* Lcssa PHI node if reduction is used outside of its definition loop. */
137 /* If reduction is finally stored to memory, this is the stored memor
    [all...]

Completed in 34 milliseconds