OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:test64
(Results
1 - 10
of
10
) 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/icu4c/test/testdata/
ssearch.xml
319
<test-case id="
test64
" strength="TERTIARY">
/external/zlib/
Makefile.in
102
test64
: all64
configure
271
TEST="${TEST}
test64
"
/external/valgrind/main/VEX/priv/
host_amd64_defs.c
664
i->Ain.
Test64
.imm32 = imm32;
665
i->Ain.
Test64
.dst = dst;
[
all
...]
host_amd64_defs.h
441
}
Test64
;
/external/valgrind/main/drd/tests/
tsan_unittest.cpp
3073
namespace
test64
{
namespace
[
all
...]
/external/valgrind/unittest/
racecheck_unittest.cc
2751
namespace
test64
{
namespace
[
all
...]
/external/llvm/test/CodeGen/X86/
mmx-builtins.ll
385
define i64 @
test64
(<1 x i64> %a, <1 x i64> %b) nounwind readnone optsize ssp {
[
all
...]
Completed in 595 milliseconds