Home
last modified time | relevance | path

Searched refs:asInt (Results 1 – 3 of 3) sorted by relevance

/external/webkit/JavaScriptCore/assembler/
DARMv7Assembler.h173 int16_t asInt; member
193 int32_t asInt; member
227 m_value.asInt = 0; in ARMThumbImmediate()
244 m_value.asInt = value; in ARMThumbImmediate()
251 encoding.asInt = 0; in makeEncodedImm()
278 bytes.asInt = value; in makeEncodedImm()
330 bool isUInt3() { return !(m_value.asInt & 0xfff8); } in isUInt3()
331 bool isUInt4() { return !(m_value.asInt & 0xfff0); } in isUInt4()
332 bool isUInt5() { return !(m_value.asInt & 0xffe0); } in isUInt5()
333 bool isUInt6() { return !(m_value.asInt & 0xffc0); } in isUInt6()
[all …]
/external/chromium/third_party/icu/source/test/intltest/
Ditrbnf.cpp456 LLAssert(llong((int32_t)0).asInt() == (int32_t)0);
457 LLAssert(llong((int32_t)1).asInt() == (int32_t)1);
458 LLAssert(llong((int32_t)-1).asInt() == (int32_t)-1);
459 LLAssert(llong((int32_t)0x7fffffff).asInt() == (int32_t)0x7fffffff);
460 LLAssert(llong((int32_t)0xffffffff).asInt() == (int32_t)-1);
461 LLAssert(llong((int32_t)0x80000000).asInt() == (int32_t)0x80000000);
464 LLAssert(llong((int16_t)0).asInt() == (int16_t)0);
465 LLAssert(llong((int16_t)1).asInt() == (int16_t)1);
466 LLAssert(llong((int16_t)-1).asInt() == (int16_t)-1);
467 LLAssert(llong((int16_t)0x7fff).asInt() == (int16_t)0x7fff);
[all …]
/external/icu4c/test/intltest/
Ditrbnf.cpp453 LLAssert(llong((int32_t)0).asInt() == (int32_t)0);
454 LLAssert(llong((int32_t)1).asInt() == (int32_t)1);
455 LLAssert(llong((int32_t)-1).asInt() == (int32_t)-1);
456 LLAssert(llong((int32_t)0x7fffffff).asInt() == (int32_t)0x7fffffff);
457 LLAssert(llong((int32_t)0xffffffff).asInt() == (int32_t)-1);
458 LLAssert(llong((int32_t)0x80000000).asInt() == (int32_t)0x80000000);
461 LLAssert(llong((int16_t)0).asInt() == (int16_t)0);
462 LLAssert(llong((int16_t)1).asInt() == (int16_t)1);
463 LLAssert(llong((int16_t)-1).asInt() == (int16_t)-1);
464 LLAssert(llong((int16_t)0x7fff).asInt() == (int16_t)0x7fff);
[all …]