HomeSort by relevance Sort by last modified time
    Searched refs:getWord (Results 26 - 27 of 27) sorted by null

12

  /external/llvm/lib/Support/
APInt.cpp 956 // It is wrong to optimize getWord(0) to VAL; there might be more than one word.
959 int64_t sext = (int64_t(getWord(0)) << (64-BitWidth)) >> (64-BitWidth);
962 return double(getWord(0));
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinIME.java     [all...]

Completed in 554 milliseconds

12