/external/libcxx/test/std/containers/sequences/vector/vector.modifiers/ |
D | emplace.pass.cpp | 53 double getd() const {return d_;} in getd() function in A 64 assert(c.front().getd() == 3.5); in main() 70 assert(c.front().getd() == 3.5); in main() 72 assert(c.back().getd() == 4.5); in main() 78 assert(c.front().getd() == 3.5); in main() 80 assert(c[1].getd() == 6.5); in main() 82 assert(c.back().getd() == 4.5); in main() 91 assert(c.front().getd() == 3.5); in main() 97 assert(c.front().getd() == 3.5); in main() 99 assert(c.back().getd() == 4.5); in main() [all …]
|
D | emplace_back.pass.cpp | 54 double getd() const {return d_;} in getd() function in A 66 assert(c.front().getd() == 3.5); in main() 75 assert(c.front().getd() == 3.5); in main() 81 assert(c.front().getd() == 3.5); in main() 83 assert(c.back().getd() == 4.5); in main() 93 assert(c.front().getd() == 3.5); in main() 102 assert(c.front().getd() == 3.5); in main() 108 assert(c.front().getd() == 3.5); in main() 110 assert(c.back().getd() == 4.5); in main() 120 assert(c.front().getd() == 3.5); in main() [all …]
|
/external/libcxx/test/std/containers/sequences/list/list.modifiers/ |
D | emplace_back.pass.cpp | 35 double getd() const {return d_;} in getd() function in A 47 assert(c.front().getd() == 3.5); in main() 55 assert(c.front().getd() == 3.5); in main() 60 assert(c.front().getd() == 3.5); in main() 62 assert(c.back().getd() == 4.5); in main() 71 assert(c.front().getd() == 3.5); in main() 79 assert(c.front().getd() == 3.5); in main() 84 assert(c.front().getd() == 3.5); in main() 86 assert(c.back().getd() == 4.5); in main()
|
D | emplace_front.pass.cpp | 34 double getd() const {return d_;} in getd() function in A 46 assert(c.front().getd() == 3.5); in main() 54 assert(c.front().getd() == 3.5); in main() 59 assert(c.front().getd() == 4.5); in main() 61 assert(c.back().getd() == 3.5); in main() 71 assert(c.front().getd() == 3.5); in main() 79 assert(c.front().getd() == 3.5); in main() 84 assert(c.front().getd() == 4.5); in main() 86 assert(c.back().getd() == 3.5); in main()
|
D | emplace.pass.cpp | 35 double getd() const {return d_;} in getd() function in A 45 assert(c.front().getd() == 3.5); in main() 49 assert(c.front().getd() == 3.5); in main() 51 assert(c.back().getd() == 4.5); in main() 58 assert(c.front().getd() == 3.5); in main() 62 assert(c.front().getd() == 3.5); in main() 64 assert(c.back().getd() == 4.5); in main()
|
/external/libffi/src/metag/ |
D | sysv.S | 199 getd D1Ar1, [A0FrP+#-20] 203 getd D0Ar2, [A0FrP+#-16] 235 getd D0Re0, [A0StP] 309 getd D1Ar1, [D0.5 + #8] 311 getd PC, [D0.5 + #12]
|
/external/python/cpython2/Modules/_ctypes/libffi/src/metag/ |
D | sysv.S | 199 getd D1Ar1, [A0FrP+#-20] 203 getd D0Ar2, [A0FrP+#-16] 235 getd D0Re0, [A0StP] 309 getd D1Ar1, [D0.5 + #8] 311 getd PC, [D0.5 + #12]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/ |
D | variable_elem_vec_extracts.ll | 88 define double @getd(<2 x double> %a, i32 signext %b) { 92 ; CHECK-LABEL: @getd 93 ; CHECK-P7-LABEL: @getd 94 ; CHECK-BE-LABEL: @getd
|
/external/llvm/test/CodeGen/PowerPC/ |
D | variable_elem_vec_extracts.ll | 88 define double @getd(<2 x double> %a, i32 signext %b) { 92 ; CHECK-LABEL: @getd 93 ; CHECK-P7-LABEL: @getd 94 ; CHECK-BE-LABEL: @getd
|
/external/libcxx/test/libcxx/containers/sequences/list/list.modifiers/ |
D | emplace_db1.pass.cpp | 38 double getd() const {return d_;} in getd() function in A
|
/external/swiftshader/third_party/LLVM/test/MC/MBlaze/ |
D | mblaze_fsl.s | 175 # CHECK: getd 178 getd r0, r1
|
/external/swiftshader/third_party/LLVM/test/MC/Disassembler/MBlaze/ |
D | mblaze_fsl.txt | 103 # CHECK: getd r0, r1
|
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/ |
D | MBlazeInstrFSL.td | 149 def GETD : FSLGetD<0x13, 0x00, "getd ", int_mblaze_fsl_get>;
|
/external/llvm/test/MC/Disassembler/XCore/ |
D | xcore.txt | 289 # CHECK: getd r8, res[r3]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Disassembler/XCore/ |
D | xcore.txt | 289 # CHECK: getd r8, res[r3]
|
/external/swiftshader/third_party/LLVM/test/CodeGen/MBlaze/ |
D | fsl.ll | 61 ; CHECK: getd
|
/external/swiftshader/third_party/LLVM/lib/Target/XCore/ |
D | XCoreInstrInfo.td | 894 // getd, testlcl
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/ |
D | XCoreInstrInfo.td | 904 "getd $dst, res[$src]", []>;
|
/external/llvm/lib/Target/XCore/ |
D | XCoreInstrInfo.td | 911 "getd $dst, res[$src]", []>;
|