Home
last modified time | relevance | path

Searched refs:result0 (Results 1 – 9 of 9) sorted by relevance

/external/llvm/test/CodeGen/R600/
Dllvm.AMDGPU.div_scale.ll12 %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
Dudivrem.ll54 %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/
DV8TestSpecialOperations.cpp51 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()
DV8TestTypedefs.cpp187 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()
DV8TestObject.cpp6339 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/
DSrcOverTest.cpp37 unsigned result0 = test_srcover0(0xFF, i); in DEF_TEST() local
40 opaqueCounter0 += (result0 == 0xFF); in DEF_TEST()
/external/skia/tests/
DSrcOverTest.cpp37 unsigned result0 = test_srcover0(0xFF, i); in DEF_TEST() local
40 opaqueCounter0 += (result0 == 0xFF); in DEF_TEST()
/external/chromium_org/chrome/browser/download/
Dchrome_download_manager_delegate_unittest.cc64 ACTION_P2(ScheduleCallback2, result0, result1) { in ACTION_P2() argument
66 FROM_HERE, base::Bind(arg0, result0, result1)); in ACTION_P2()
Ddownload_target_determiner_unittest.cc77 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()