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

  /src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-intrinsic.cc 7024 return clzll ((unsigned long long) (x >> ULLSIZE));
7028 (0xFFFFFFFFFFFFFFFF for a 64-bit long long type), and ULLSIZE
7030 tree ullsize, ullmax, tmp1, tmp2, btmp; local
7032 ullsize = build_int_cst (result_type, LONG_LONG_TYPE_SIZE);
7039 fold_convert (arg_type, ullmax), ullsize);
7046 arg, ullsize);
7057 tmp2, ullsize);
7135 return ULL_SIZE + ctzll ((unsigned long long) (x >> ULLSIZE));
7140 (0xFFFFFFFFFFFFFFFF for a 64-bit long long type), and ULLSIZE
7142 tree ullsize, ullmax, tmp1, tmp2, btmp local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/fortran/
trans-intrinsic.cc 7046 return clzll ((unsigned long long) (x >> ULLSIZE));
7050 (0xFFFFFFFFFFFFFFFF for a 64-bit long long type), and ULLSIZE
7052 tree ullsize, ullmax, tmp1, tmp2, btmp; local
7054 ullsize = build_int_cst (result_type, LONG_LONG_TYPE_SIZE);
7061 fold_convert (arg_type, ullmax), ullsize);
7068 arg, ullsize);
7079 tmp2, ullsize);
7157 return ULL_SIZE + ctzll ((unsigned long long) (x >> ULLSIZE));
7162 (0xFFFFFFFFFFFFFFFF for a 64-bit long long type), and ULLSIZE
7164 tree ullsize, ullmax, tmp1, tmp2, btmp local
    [all...]

Completed in 60 milliseconds