Searched defs:integerPart (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/ADT/
H A DAPInt.h39 typedef uint64_t integerPart; typedef in namespace:llvm
43 host_char_bit * static_cast<unsigned int>(sizeof(integerPart));
340 return VAL == ~integerPart(0) >> (APINT_BITS_PER_WORD - BitWidth);
1579 static void tcSet(integerPart *, integerPart, unsigned int);
1582 static void tcAssign(integerPart *, const integerPart *, unsigned int);
1585 static bool tcIsZero(const integerPart *, unsigned int);
1588 static int tcExtractBit(const integerPart *, unsigned int bit);
1594 static void tcExtract(integerPart *, unsigne
[all...]
/external/chromium_org/third_party/WebKit/Source/core/css/parser/
H A DMediaQueryTokenizer.cpp325 unsigned long long integerPart = getInteger(m_input, offset); local
329 value = (double)sign * ((double)integerPart + fractionPart) * exponent;

Completed in 207 milliseconds