Home
last modified time | relevance | path

Searched refs:n64 (Results 1 – 25 of 43) sorted by relevance

12

/external/chromium_org/third_party/libjingle/source/talk/base/
Dbytebuffer_unittest.cc38 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/
Dx86_timer.hh73 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/
D2009-11-16-CstPoolLoad.ll5 ; 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 -…
Dfcopysign-f32-f64.ll1 ; 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
Dfabs.ll3 ; 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…
Dfcopysign.ll3 ; 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
Dmips64fpimm0.ll1 ; RUN: llc < %s -march=mips64el -mcpu=mips64 -mattr=n64 | FileCheck %s
Dmips64directive.ll1 ; RUN: llc < %s -march=mips64el -mcpu=mips64 -mattr=n64 | FileCheck %s
Dmips64load-store-left-right.ll1 ; 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
Dglobal-address.ll5 ; 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 -…
Dinlineasm-cnstrnt-reg64.ll6 ; RUN: llc -march=mips64el -mcpu=mips64r2 -mattr=n64 < %s | FileCheck %s
Dblockaddr.ll5 ; 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 -…
Dinlineasm64.ll1 ; RUN: llc -march=mips64el -mcpu=mips64r2 -mattr=n64 < %s | FileCheck %s
Dfmadd1.ll2 ; 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
Dmips64-sret.ll1 ; RUN: llc -march=mips64el -mcpu=mips64r2 -mattr=n64 -O3 < %s | FileCheck %s
Dmips64ext.ll1 ; RUN: llc < %s -march=mips64el -mcpu=mips64 -mattr=n64 | FileCheck %s
Dlongbranch.ll2 ; RUN: llc -march=mips64el -mcpu=mips64 -mattr=n64 -force-mips-long-branch < %s | FileCheck %s -ch…
Dremat-immed-load.ll2 ; RUN: llc -march=mips64el -mcpu=mips64 -mattr=n64 < %s | FileCheck %s -check-prefix=64
Dlargeimmprinting.ll2 ; RUN: llc -march=mips64el -mcpu=mips64 -mattr=n64 < %s | \
Dmips64extins.ll1 ; RUN: llc < %s -march=mips64el -mcpu=mips64r2 -mattr=n64 | FileCheck %s
/external/skia/include/core/
DSkFixed.h46 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/
DSkFixed.h46 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/
DMips.td43 def FeatureN64 : SubtargetFeature<"n64", "MipsABI", "N64",
44 "Enable n64 ABI">;
/external/llvm/test/MC/Mips/
Dhigher_highest.ll1 ; DISABLE: llc -march=mips64el -mcpu=mips64 -mattr=n64 -force-mips-long-branch -filetype=obj < %s …
Ddo_switch.ll9 ; RUN: llc < %s -filetype=obj -march=mips64 -relocation-model=pic -mcpu=mips64 -mattr=n64

12