Home
last modified time | relevance | path

Searched refs:testdouble (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/
Dfloatdp_2source.ll34 define void @testdouble() {
35 ; CHECK-LABEL: testdouble:
/external/llvm/test/CodeGen/AArch64/
Dfloatdp_2source.ll34 define void @testdouble() {
35 ; CHECK-LABEL: testdouble:
/external/clang/test/CodeGen/
Diamcu-abi.c14 void testdouble() { in testdouble() function
/external/libchrome/base/
Dpickle_unittest.cc32 const double testdouble = 2.71828182845904523; variable
82 EXPECT_EQ(testdouble, outdouble); in VerifyResult()
124 pickle.WriteDouble(testdouble); in TEST()