HomeSort by: relevance | last modified time | path
    Searched refs:promotion (Results 1 - 3 of 3) sorted by relevancy

  /src/games/rogue/
level.c 820 add_exp(int e, boolean promotion)
834 if (promotion) {
  /src/lib/libc/time/
Makefile 393 -Wdeclaration-after-statement -Wdouble-promotion \
  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-patterns.cc 261 is a result of a type promotion, such that:
268 tree *orig_type, gimple **def_stmt, bool *promotion)
299 *promotion = true;
301 *promotion = false;
356 followed by a possible promotion P. Return this OP', or null if OP is
357 not a vectorizable SSA name. If there is a promotion P, describe its
364 whereas the cast from UNPROM to OP might be a promotion, a sign
372 signed int A = (signed int) B; // unsigned promotion
380 promotion sign change
382 so OP' would be C. The input to the promotion is B, so UNPRO
3868 bool promotion; local
    [all...]

Completed in 31 milliseconds