HomeSort by relevance Sort by last modified time
    Searched defs:Res (Results 26 - 50 of 213) sorted by null

12 3 4 5 6 7 8 9

  /external/eigen/bench/
product_threshold.cpp 38 template<int Mode, typename Lhs, typename Rhs, typename Res>
39 EIGEN_DONT_INLINE void prod(const Lhs& a, const Rhs& b, Res& c)
49 typedef Matrix<Scalar,M,N> Res; Res c; c.setRandom();
  /external/llvm/lib/Analysis/
MemDepPrinter.cpp 105 MemDepResult Res = MDA.getDependency(Inst);
106 if (!Res.isNonLocal()) {
107 Deps[Inst].insert(std::make_pair(getInstTypePair(Res),
116 const MemDepResult &Res = I->getResult();
117 InstDeps.insert(std::make_pair(getInstTypePair(Res), I->getBB()));
128 const MemDepResult &Res = I->getResult();
129 InstDeps.insert(std::make_pair(getInstTypePair(Res), I->getBB()));
  /external/llvm/lib/CodeGen/AsmPrinter/
DbgValueHistoryCalculator.cpp 154 auto Res = LastMI;
159 return Res;
160 Res = &*I;
  /external/llvm/lib/Object/
ELFYAML.cpp 760 ELFYAML::ELF_REL Res = Type | Type2 << 8 | Type3 << 16 | SpecSym << 24;
761 return Res;
IRObjectFile.cpp 94 uint32_t Res = BasicSymbolRef::SF_None;
99 Res |= BasicSymbolRef::SF_Global;
105 Res |= BasicSymbolRef::SF_Undefined;
106 Res |= BasicSymbolRef::SF_Global;
110 std::make_pair<std::string, uint32_t>(Key, std::move(Res)));
154 uintptr_t Res;
160 Res = skipEmpty(Iter, *M);
166 Res = skipEmpty(Iter, *M);
172 Res = skipEmpty(Iter, *M);
179 Res = (Index << 2) | 3
    [all...]
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64MachObjectWriter.cpp 314 int64_t Res;
316 Res, Layout, Writer->getSectionAddressMap())) {
317 FixedValue = Res;
374 int64_t Res;
376 Res, Layout, Writer->getSectionAddressMap())) {
377 FixedValue = Res;
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMachObjectWriter.cpp 345 int64_t Res;
347 Res, Layout, Writer->getSectionAddressMap())) {
348 FixedValue = Res;
PPCMCTargetDesc.cpp 166 int64_t Res;
167 if (!LocalOffset->evaluateAsAbsolute(Res, MCA))
170 unsigned Encoded = ELF::encodePPC64LocalEntryOffset(Res);
171 if (Res != ELF::decodePPC64LocalEntryOffset(Encoded))
  /external/llvm/lib/Target/Sparc/MCTargetDesc/
SparcMCCodeEmitter.cpp 133 int64_t Res;
134 if (Expr->evaluateAsAbsolute(Res))
135 return Res;
  /external/llvm/lib/Target/X86/
X86TargetObjectFile.cpp 35 const MCExpr *Res =
38 return MCBinaryExpr::createAdd(Res, Four, getContext());
58 const MCExpr *Res =
61 return MCBinaryExpr::createAdd(Res, Off, getContext());
  /external/lzma/CPP/7zip/Common/
CWrappers.h 13 HRESULT Res;
22 HRESULT Res;
32 HRESULT Res;
41 HRESULT Res;
47 HRESULT SResToHRESULT(SRes res) throw();
59 HRESULT Res;
70 Res = S_OK;
91 HRESULT Res;
102 Res = S_OK;
  /external/valgrind/none/tests/x86/
x87trigOOR.c 15 typedef struct { Double arg; Double st0; Double st1; UShort fpusw; } Res;
25 void do_fsin ( /*OUT*/Res* r, double d )
27 assert(my_offsetof(Res,arg) == 0);
28 assert(my_offsetof(Res,st0) == 8);
29 assert(my_offsetof(Res,st1) == 16);
30 assert(my_offsetof(Res,fpusw) == 24);
47 void do_fcos ( /*OUT*/Res* r, double d )
49 assert(my_offsetof(Res,arg) == 0);
50 assert(my_offsetof(Res,st0) == 8);
51 assert(my_offsetof(Res,st1) == 16)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
cfmfile.py 14 from Carbon import Res
39 rf = Res.FSpOpenResFile(dst, 3)
53 cfrgres = Res.Resource(dstcfrg.build())
54 Res.UseResFile(rf)
58 rf = Res.CloseResFile(rf)
68 currentresref = Res.CurResFile()
69 resref = Res.FSpOpenResFile(path, 1)
70 Res.UseResFile(resref)
73 data = Res.Get1Resource('cfrg', 0).data
74 except Res.Error
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
cfmfile.py 14 from Carbon import Res
39 rf = Res.FSpOpenResFile(dst, 3)
53 cfrgres = Res.Resource(dstcfrg.build())
54 Res.UseResFile(rf)
58 rf = Res.CloseResFile(rf)
68 currentresref = Res.CurResFile()
69 resref = Res.FSpOpenResFile(path, 1)
70 Res.UseResFile(resref)
73 data = Res.Get1Resource('cfrg', 0).data
74 except Res.Error
    [all...]
  /external/clang/lib/Analysis/
FormatString.cpp 416 QualType Res;
423 Res = C.CharTy;
426 Res = T;
429 Res = C.getPointerType(C.CharTy);
432 Res = C.getPointerType(C.getWideCharType());
435 Res = C.ObjCBuiltinIdTy;
438 Res = C.VoidPtrTy;
441 Res = C.getWIntType();
447 Res = C.getPointerType(Res);
    [all...]
  /external/clang/test/OpenMP/
threadprivate_codegen.cpp 199 // CHECK: [[RES:%.*]] = bitcast i8* [[ARG]] to [[S1]]*
200 // CHECK-NEXT: call {{.*}} [[S1_CTOR]]([[S1]]* [[RES]], {{.*}} 5)
207 // CHECK: [[RES:%.*]] = bitcast i8* [[ARG]] to [[S1]]*
208 // CHECK-NEXT: call {{.*}} [[S1_DTOR]]([[S1]]* [[RES]])
223 // CHECK-DEBUG: [[RES:%.*]] = bitcast i8* [[ARG]] to [[S1]]*
224 // CHECK-DEBUG-NEXT: call {{.*}} [[S1_CTOR:@.+]]([[S1]]* [[RES]], {{.*}} 5)
232 // CHECK-DEBUG: [[RES:%.*]] = bitcast i8* [[ARG]] to [[S1]]*
233 // CHECK-DEBUG-NEXT: call {{.*}} [[S1_DTOR:@.+]]([[S1]]* [[RES]])
251 // CHECK: [[RES:%.*]] = bitcast i8* [[ARG]] to [2 x [3 x [[S1]]]]*
252 // CHECK: [[ARR1:%.*]] = getelementptr inbounds [2 x [3 x [[S1]]]], [2 x [3 x [[S1]]]]* [[RES]], i{{.*}} 0, i{{.*}}
    [all...]
  /external/llvm/lib/Fuzzer/
FuzzerUtil.cpp 55 int Res = setitimer(ITIMER_REAL, &T, nullptr);
56 assert(Res == 0);
60 Res = sigaction(SIGALRM, &sigact, 0);
61 assert(Res == 0);
175 std::string Res;
179 Res += Table[(x >> 18) & 63];
180 Res += Table[(x >> 12) & 63];
181 Res += Table[(x >> 6) & 63];
182 Res += Table[x & 63];
186 Res += Table[(x >> 18) & 63]
    [all...]
  /external/llvm/lib/LineEditor/
LineEditor.cpp 301 char *Res = ::fgets(Buf, sizeof(Buf), Data->In);
302 if (!Res) {
  /external/llvm/lib/Option/
ArgList.cpp 85 Arg *Res = nullptr;
88 Res = *it;
89 Res->claim();
93 return Res;
97 Arg *Res = nullptr;
101 Res = *it;
102 Res->claim();
107 return Res;
112 Arg *Res = nullptr;
117 Res = *it
    [all...]
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMachObjectWriter.cpp 410 int64_t Res;
412 Res, Layout, Writer->getSectionAddressMap())) {
413 FixedValue = Res;
  /external/llvm/lib/Target/NVPTX/
NVPTXReplaceImageHandles.cpp 178 bool Res = findIndexForHandle(TexHandleDef.getOperand(1), MF, Idx);
179 if (Res) {
182 return Res;
NVVMReflect.cpp 226 bool Res = false;
239 Res |= handleFunction(ReflectFunction);
247 Res |= handleFunction(ReflectFunction);
249 return Res;
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MachObjectWriter.cpp 249 int64_t Res;
250 bool isAbs = Value->evaluateAsAbsolute(Res, Layout,
253 FixedValue = Res;
562 int64_t Res;
564 Res, Layout, Writer->getSectionAddressMap())) {
565 FixedValue = Res;
  /external/llvm/tools/dsymutil/
DebugMap.cpp 111 std::unique_ptr<DebugMap> Res;
113 yin >> Res;
118 Result.push_back(std::move(Res));
237 dsymutil::DebugMapObject Res(Path, TV);
244 Res.addSymbol(Entry.first, ObjAddress, Mapping.BinaryAddress, Mapping.Size);
246 return Res;
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/algorithm/string/detail/
finder.hpp 491 iterator_range<ForwardIteratorT> Res=
494 return ::boost::make_iterator_range(Begin, Res.begin());
529 iterator_range<ForwardIteratorT> Res=
532 return ::boost::make_iterator_range(Res.end(), End);

Completed in 660 milliseconds

12 3 4 5 6 7 8 9