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

  /src/external/gpl3/gcc/dist/gcc/
tree-vect-patterns.cc 3213 unsigned int target_precision local
3216 || target_precision >= TYPE_PRECISION (lhs_type))
3312 if (TYPE_PRECISION (new_type) < target_precision)
3314 (target_precision, TYPE_UNSIGNED (new_type));
3319 target_precision, we should use the one that we actually
3414 unsigned int target_precision local
3416 if (!INTEGRAL_TYPE_P (type) || target_precision >= TYPE_PRECISION (type))
3484 (e) users of the result of the right shift need only TARGET_PRECISION
3485 bits, where TARGET_PRECISION is no more than half of TYPE's
3489 could be narrower than TARGET_PRECISION is if widened0, widened
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-patterns.cc 2104 unsigned int target_precision local
2107 || target_precision >= TYPE_PRECISION (lhs_type))
2203 if (TYPE_PRECISION (new_type) < target_precision)
2205 (target_precision, TYPE_UNSIGNED (new_type));
2210 target_precision, we should use the one that we actually
2305 unsigned int target_precision local
2307 if (!INTEGRAL_TYPE_P (type) || target_precision >= TYPE_PRECISION (type))
2375 (e) users of the result of the right shift need only TARGET_PRECISION
2376 bits, where TARGET_PRECISION is no more than half of TYPE's
2380 could be narrower than TARGET_PRECISION is if widened0, widened
    [all...]

Completed in 31 milliseconds