/external/chromium_org/third_party/libjingle/source/talk/base/ |
D | bytebuffer_unittest.cc | 38 uint64 n64 = 1; in TEST() local 42 EXPECT_EQ(n64, NetworkToHost64(HostToNetwork64(n64))); in TEST() 48 EXPECT_EQ(n64, HostToNetwork64(n64)); in TEST() 53 EXPECT_EQ(n64 >> 56, GetBE64(&n64)); in TEST() 58 EXPECT_NE(n64, HostToNetwork64(n64)); in TEST() 63 EXPECT_EQ(GetBE64(&n64), HostToNetwork64(n64)); in TEST() 68 EXPECT_EQ(n64 << 56, GetBE64(&n64)); in TEST()
|
/external/eigen/bench/btl/generic_bench/timers/ |
D | x86_timer.hh | 73 return (_click_stop.n64-_click_start.n64)/double(FREQUENCY); in get_elapsed_time_in_second() 80 return (_click_stop.n64-_click_start.n64); in get_click() 222 unsigned long long n64 ; member 228 unsigned long long n64 ; member
|
/external/llvm/test/CodeGen/Mips/ |
D | 2009-11-16-CstPoolLoad.ll | 5 ; RUN: llc -march=mips64el -mcpu=mips64r2 -mattr=n64 -relocation-model=pic < %s | FileCheck %s -che… 6 ; RUN: llc -march=mips64el -mcpu=mips64r2 -mattr=n64 -relocation-model=static < %s | FileCheck %s -…
|
D | fcopysign-f32-f64.ll | 1 ; RUN: llc < %s -march=mips64el -mcpu=mips64 -mattr=n64 | FileCheck %s -check-prefix=64 2 ; RUN: llc < %s -march=mips64el -mcpu=mips64r2 -mattr=n64 | FileCheck %s -check-prefix=64R2
|
D | fabs.ll | 3 ; RUN: llc < %s -mtriple=mips64el-linux-gnu -mcpu=mips64 -mattr=n64 | FileCheck %s -check-prefix=64 4 ; RUN: llc < %s -mtriple=mips64el-linux-gnu -mcpu=mips64r2 -mattr=n64 | FileCheck %s -check-prefix…
|
D | fcopysign.ll | 3 ; RUN: llc < %s -march=mips64el -mcpu=mips64 -mattr=n64 | FileCheck %s -check-prefix=64 4 ; RUN: llc < %s -march=mips64el -mcpu=mips64r2 -mattr=n64 | FileCheck %s -check-prefix=64R2
|
D | mips64fpimm0.ll | 1 ; RUN: llc < %s -march=mips64el -mcpu=mips64 -mattr=n64 | FileCheck %s
|
D | mips64directive.ll | 1 ; RUN: llc < %s -march=mips64el -mcpu=mips64 -mattr=n64 | FileCheck %s
|
D | mips64load-store-left-right.ll | 1 ; RUN: llc -march=mips64el -mcpu=mips64 -mattr=n64 < %s | FileCheck -check-prefix=EL %s 2 ; RUN: llc -march=mips64 -mcpu=mips64 -mattr=n64 < %s | FileCheck -check-prefix=EB %s
|
D | global-address.ll | 5 ; RUN: llc -march=mips64el -mcpu=mips64r2 -mattr=n64 -relocation-model=pic < %s | FileCheck %s -che… 6 ; RUN: llc -march=mips64el -mcpu=mips64r2 -mattr=n64 -relocation-model=static < %s | FileCheck %s -…
|
D | inlineasm-cnstrnt-reg64.ll | 6 ; RUN: llc -march=mips64el -mcpu=mips64r2 -mattr=n64 < %s | FileCheck %s
|
D | blockaddr.ll | 5 ; RUN: llc -march=mips64el -mcpu=mips64r2 -mattr=n64 -relocation-model=pic < %s | FileCheck %s -che… 6 ; RUN: llc -march=mips64el -mcpu=mips64r2 -mattr=n64 -relocation-model=static < %s | FileCheck %s -…
|
D | inlineasm64.ll | 1 ; RUN: llc -march=mips64el -mcpu=mips64r2 -mattr=n64 < %s | FileCheck %s
|
D | fmadd1.ll | 2 ; RUN: llc < %s -march=mips64el -mcpu=mips64r2 -mattr=n64 -enable-no-nans-fp-math | FileCheck %s -c… 4 ; RUN: llc < %s -march=mips64el -mcpu=mips64r2 -mattr=n64 | FileCheck %s -check-prefix=64R2NAN
|
D | mips64-sret.ll | 1 ; RUN: llc -march=mips64el -mcpu=mips64r2 -mattr=n64 -O3 < %s | FileCheck %s
|
D | mips64ext.ll | 1 ; RUN: llc < %s -march=mips64el -mcpu=mips64 -mattr=n64 | FileCheck %s
|
D | longbranch.ll | 2 ; RUN: llc -march=mips64el -mcpu=mips64 -mattr=n64 -force-mips-long-branch < %s | FileCheck %s -ch…
|
D | remat-immed-load.ll | 2 ; RUN: llc -march=mips64el -mcpu=mips64 -mattr=n64 < %s | FileCheck %s -check-prefix=64
|
D | largeimmprinting.ll | 2 ; RUN: llc -march=mips64el -mcpu=mips64 -mattr=n64 < %s | \
|
D | mips64extins.ll | 1 ; RUN: llc < %s -march=mips64el -mcpu=mips64r2 -mattr=n64 | FileCheck %s
|
/external/skia/include/core/ |
D | SkFixed.h | 46 int64_t n64 = (int64_t)(x * SK_Fixed1); in SkFloatToFixed_Check() local 47 SkFixed n32 = (SkFixed)n64; in SkFloatToFixed_Check() 48 SkASSERT(n64 == n32); in SkFloatToFixed_Check()
|
/external/chromium_org/third_party/skia/include/core/ |
D | SkFixed.h | 46 int64_t n64 = (int64_t)(x * SK_Fixed1); in SkFloatToFixed_Check() local 47 SkFixed n32 = (SkFixed)n64; in SkFloatToFixed_Check() 48 SkASSERT(n64 == n32); in SkFloatToFixed_Check()
|
/external/llvm/lib/Target/Mips/ |
D | Mips.td | 43 def FeatureN64 : SubtargetFeature<"n64", "MipsABI", "N64", 44 "Enable n64 ABI">;
|
/external/llvm/test/MC/Mips/ |
D | higher_highest.ll | 1 ; DISABLE: llc -march=mips64el -mcpu=mips64 -mattr=n64 -force-mips-long-branch -filetype=obj < %s …
|
D | do_switch.ll | 9 ; RUN: llc < %s -filetype=obj -march=mips64 -relocation-model=pic -mcpu=mips64 -mattr=n64
|