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

  /libcore/luni/src/main/native/
cbigint.cpp 568 uint64_t mantissa, test64; local
624 test64 = arg[--length] << highBit;
625 if (test64 > SIGN_MASK || ((test64 == SIGN_MASK) && (mantissa & 1)))
627 else if (test64 == SIGN_MASK)
  /external/clang/test/CodeGen/
mmx-builtins.c 325 __m64 test64(__m64 a, __m64 b) { function
  /external/valgrind/main/drd/tests/
tsan_unittest.cpp 3073 namespace test64 { namespace
    [all...]
  /external/valgrind/unittest/
racecheck_unittest.cc 2751 namespace test64 { namespace
    [all...]

Completed in 118 milliseconds