Searched defs:CF (Results 1 - 11 of 11) sorted by relevance

/external/eigen/test/
H A Dmixingtypes.cpp28 typedef std::complex<float> CF; typedef
101 VERIFY_IS_APPROX(sf*mf*mcf, sf*mf.template cast<CF>()*mcf);
102 VERIFY_IS_APPROX(sf*mcf*mf, sf*mcf*mf.template cast<CF>());
103 VERIFY_IS_APPROX(scf*mf*mcf, scf*mf.template cast<CF>()*mcf);
104 VERIFY_IS_APPROX(scf*mcf*mf, scf*mcf*mf.template cast<CF>());
106 VERIFY_IS_APPROX(sf*mf*vcf, (sf*mf).template cast<CF>().eval()*vcf);
107 VERIFY_IS_APPROX(scf*mf*vcf,(scf*mf.template cast<CF>()).eval()*vcf);
108 VERIFY_IS_APPROX(sf*mcf*vf, sf*mcf*vf.template cast<CF>());
109 VERIFY_IS_APPROX(scf*mcf*vf,scf*mcf*vf.template cast<CF>());
111 VERIFY_IS_APPROX(sf*vcf.adjoint()*mf, sf*vcf.adjoint()*mf.template cast<CF>()
[all...]
/external/llvm/include/llvm/CodeGen/
H A DFastISel.h371 virtual unsigned TargetMaterializeFloatZero(const ConstantFP* CF) { argument
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.h80 void setChildrenFlag(uint16_t CF) { ChildrenFlag = CF; } argument
/external/llvm/lib/Transforms/IPO/
H A DMergeFunctions.cpp142 static unsigned getHashValue(const ComparableFunction &CF) { argument
143 return CF.getHash();
633 ComparableFunction CF = ComparableFunction(F, TD); local
634 Changed |= insert(CF);
648 ComparableFunction CF = ComparableFunction(F, TD); local
649 Changed |= insert(CF);
840 ComparableFunction CF = ComparableFunction(F, ComparableFunction::LookupOnly); local
841 if (FnSet.erase(CF)) {
/external/llvm/lib/MC/
H A DMCAssembler.cpp651 const MCDwarfCallFrameFragment &CF = cast<MCDwarfCallFrameFragment>(F); local
652 OW->WriteBytes(CF.getContents().str());
1085 const MCDwarfCallFrameFragment *CF = cast<MCDwarfCallFrameFragment>(this); local
1087 OS << " AddrDelta:" << CF->getAddrDelta();
/external/llvm/lib/Target/X86/
H A DX86FastISel.cpp133 unsigned TargetMaterializeFloatZero(const ConstantFP *CF);
2237 unsigned X86FastISel::TargetMaterializeFloatZero(const ConstantFP *CF) { argument
2239 if (!isTypeLegal(CF->getType(), VT))
/external/qemu/target-arm/
H A Dcpu.h101 uint32_t CF; /* 0 or 1 */ member in struct:CPUARMState
299 | (env->CF << 29) | ((env->VF & 0x80000000) >> 3) | (env->QF << 27)
311 env->CF = (val >> 29) & 1;
/external/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp97 enum ObjKind { CF, ObjC, AnyObj }; enumerator in enum:__anon4060::RetEffect::ObjKind
1073 S = getPersistentSummary(RetEffect::MakeOwned(RetEffect::CF, true),
1103 S = getPersistentSummary(RetEffect::MakeOwned(RetEffect::CF, true),
1137 // For CoreFoundation ('CF') types.
1138 if (cocoa::isRefType(RetTy, "CF", FName)) {
1260 return getPersistentSummary(RetEffect::MakeOwned(RetEffect::CF, true));
1266 return getPersistentSummary(RetEffect::MakeNotOwned(RetEffect::CF),
1305 Template->setRetEffect(RetEffect::MakeOwned(RetEffect::CF, true));
1312 Template->setRetEffect(RetEffect::MakeNotOwned(RetEffect::CF));
1316 Template->setRetEffect(RetEffect::MakeOwned(RetEffect::CF, tru
[all...]
/external/clang/lib/Rewrite/Frontend/
H A DRewriteObjC.cpp3657 std::string CF = SynthesizeBlockFunc(Blocks[i], i, FunName, ImplTag); local
3659 InsertText(FunLocStart, CF);
H A DRewriteModernObjC.cpp4550 std::string CF = SynthesizeBlockFunc(Blocks[i], i, FunName, ImplTag); local
4552 InsertText(FunLocStart, CF);
/external/qemu-pc-bios/bochs/bios/
H A Drombios.c5253 /* set CF if error status read */
5676 /* set CF if error status read */
6099 /* set CF if error status read */
6362 /* set CF if error status read */
8448 ;; This will perform an IRET, but will retain value of current CF local

Completed in 217 milliseconds