/external/llvm/test/CodeGen/R600/ |
D | llvm.AMDGPU.div_scale.ll | 12 %result0 = extractvalue { float, i1 } %result, 0 13 store float %result0, float addrspace(1)* %out, align 4 23 %result0 = extractvalue { float, i1 } %result, 0 24 store float %result0, float addrspace(1)* %out, align 4 34 %result0 = extractvalue { double, i1 } %result, 0 35 store double %result0, double addrspace(1)* %out, align 8 45 %result0 = extractvalue { double, i1 } %result, 0 46 store double %result0, double addrspace(1)* %out, align 8
|
D | udivrem.ll | 54 %result0 = udiv i32 %x, %y 55 store i32 %result0, i32 addrspace(1)* %out 157 %result0 = udiv <2 x i32> %x, %y 158 store <2 x i32> %result0, <2 x i32> addrspace(1)* %out 353 %result0 = udiv <4 x i32> %x, %y 354 store <4 x i32> %result0, <4 x i32> addrspace(1)* %out
|
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/core/ |
D | V8TestSpecialOperations.cpp | 51 RefPtrWillBeRawPtr<Node> result0 = nullptr; in namedItemMethod() local 53 impl->getItem(name, result0, result1); in namedItemMethod() 54 if (result0) { in namedItemMethod() 55 v8SetReturnValue(info, result0.release()); in namedItemMethod() 76 RefPtrWillBeRawPtr<Node> result0 = nullptr; in namedPropertyGetter() local 78 impl->getItem(propertyName, result0, result1); in namedPropertyGetter() 79 if (!(result0 || result1)) in namedPropertyGetter() 81 if (result0) { in namedPropertyGetter() 82 v8SetReturnValue(info, result0.release()); in namedPropertyGetter()
|
D | V8TestTypedefs.cpp | 187 RefPtr<TestInterfaceImplementation> result0 = nullptr; in testInterfaceOrTestInterfaceEmptyMethodMethod() local 189 impl->testInterfaceOrTestInterfaceEmptyMethod(result0, result1); in testInterfaceOrTestInterfaceEmptyMethodMethod() 190 if (result0) { in testInterfaceOrTestInterfaceEmptyMethodMethod() 191 v8SetReturnValue(info, result0.release()); in testInterfaceOrTestInterfaceEmptyMethodMethod() 211 String result0; in domStringOrDoubleMethodMethod() local 213 impl->domStringOrDoubleMethod(result0, result1); in domStringOrDoubleMethodMethod() 214 if (!result0.isNull()) { in domStringOrDoubleMethodMethod() 215 v8SetReturnValueString(info, result0, info.GetIsolate()); in domStringOrDoubleMethodMethod()
|
D | V8TestObject.cpp | 6339 RawPtr<TestInterfaceGarbageCollected> result0 = nullptr; in testInterfaceGarbageCollectedOrDOMStringMethodMethod() local 6341 impl->testInterfaceGarbageCollectedOrDOMStringMethod(result0, result1); in testInterfaceGarbageCollectedOrDOMStringMethodMethod() 6342 if (result0) { in testInterfaceGarbageCollectedOrDOMStringMethodMethod() 6343 v8SetReturnValue(info, result0.release()); in testInterfaceGarbageCollectedOrDOMStringMethodMethod() 6363 RefPtrWillBeRawPtr<TestInterfaceWillBeGarbageCollected> result0 = nullptr; in testInterfaceWillBeGarbageCollectedOrTestDictionaryMethodMethod() local 6365 impl->testInterfaceWillBeGarbageCollectedOrTestDictionaryMethod(result0, result1); in testInterfaceWillBeGarbageCollectedOrTestDictionaryMethodMethod() 6366 if (result0) { in testInterfaceWillBeGarbageCollectedOrTestDictionaryMethodMethod() 6367 v8SetReturnValue(info, result0.release()); in testInterfaceWillBeGarbageCollectedOrTestDictionaryMethodMethod() 6387 Nullable<Vector<int> > result0; in longSequenceOrDOMStringArrayOrUnrestrictedDoubleMethodMethod() local 6390 impl->longSequenceOrDOMStringArrayOrUnrestrictedDoubleMethod(result0, result1, result2); in longSequenceOrDOMStringArrayOrUnrestrictedDoubleMethodMethod() [all …]
|
/external/chromium_org/third_party/skia/tests/ |
D | SrcOverTest.cpp | 37 unsigned result0 = test_srcover0(0xFF, i); in DEF_TEST() local 40 opaqueCounter0 += (result0 == 0xFF); in DEF_TEST()
|
/external/skia/tests/ |
D | SrcOverTest.cpp | 37 unsigned result0 = test_srcover0(0xFF, i); in DEF_TEST() local 40 opaqueCounter0 += (result0 == 0xFF); in DEF_TEST()
|
/external/chromium_org/chrome/browser/download/ |
D | chrome_download_manager_delegate_unittest.cc | 64 ACTION_P2(ScheduleCallback2, result0, result1) { in ACTION_P2() argument 66 FROM_HERE, base::Bind(arg0, result0, result1)); in ACTION_P2()
|
D | download_target_determiner_unittest.cc | 77 ACTION_P(ScheduleCallback, result0) { in ACTION_P() argument 78 base::MessageLoop::current()->PostTask(FROM_HERE, base::Bind(arg0, result0)); in ACTION_P() 82 ACTION_P2(ScheduleCallback2, result0, result1) { in ACTION_P2() argument 84 FROM_HERE, base::Bind(arg0, result0, result1)); in ACTION_P2()
|