HomeSort by relevance Sort by last modified time
    Searched refs:LiteralExample (Results 1 - 3 of 3) sorted by null

  /external/vixl/examples/aarch64/
examples.h 120 int64_t LiteralExample(int64_t a, int64_t b);
literal.cc 32 int64_t LiteralExample(int64_t a, int64_t b) {
91 VIXL_CHECK(LiteralExample(1, 2) == 3);
  /external/vixl/test/aarch64/examples/
test-examples.cc 586 VIXL_ASSERT(LiteralExample(1, 2) == 3);
587 VIXL_ASSERT(LiteralExample(INT64_C(0x100000000), 0x1) ==

Completed in 1517 milliseconds