Home
last modified time | relevance | path

Searched refs:UB (Results 1 – 25 of 45) sorted by relevance

12

/external/libyuv/files/source/
Drow_posix.cc1276 #define UB 127 /* min(63,static_cast<int8>(2.018 * 64)) */ macro
1285 #define BB UB * 128 + VB * 128
1304 { UB, VB, UB, VB, UB, VB, UB, VB, UB, VB, UB, VB, UB, VB, UB, VB },
1312 { VB, UB, VB, UB, VB, UB, VB, UB, VB, UB, VB, UB, VB, UB, VB, UB },
Drow_win.cc1478 #define UB 127 /* min(63,static_cast<int8>(2.018 * 64)) */ macro
1487 #define BB UB * 128 + VB * 128
1492 UB, VB, UB, VB, UB, VB, UB, VB, UB, VB, UB, VB, UB, VB, UB, VB
1504 VB, UB, VB, UB, VB, UB, VB, UB, VB, UB, VB, UB, VB, UB, VB, UB,
Drow_common.cc428 #define UB 127 /* min(63,static_cast<int8>(2.018 * 64)) */ macro
437 #define BB UB * 128 + VB * 128
453 uint32 b = Clip(static_cast<int32>((u * UB + v * VB) - (BB) + y1) >> 6); in YuvPixel()
465 *b = Clip(static_cast<int32>((u * UB + v * VB) - (BB) + y1) >> 6); in YuvPixel2()
/external/libvpx/libvpx/third_party/libyuv/source/
Drow_gcc.cc1437 #define UB -128 /* max(-128, round(-2.018 * 64)) */ macro
1443 #define BB (UB * 128 + YGB)
1449 { UB, 0, UB, 0, UB, 0, UB, 0, UB, 0, UB, 0, UB, 0, UB, 0,
1450 UB, 0, UB, 0, UB, 0, UB, 0, UB, 0, UB, 0, UB, 0, UB, 0 },
1463 { 0, UB, 0, UB, 0, UB, 0, UB, 0, UB, 0, UB, 0, UB, 0, UB,
1464 0, UB, 0, UB, 0, UB, 0, UB, 0, UB, 0, UB, 0, UB, 0, UB },
1477 #undef UB
Drow_win.cc49 #define UB -128 /* max(-128, round(-2.018 * 64)) */ macro
55 #define BB (UB * 128 + YGB)
61 { UB, 0, UB, 0, UB, 0, UB, 0, UB, 0, UB, 0, UB, 0, UB, 0,
62 UB, 0, UB, 0, UB, 0, UB, 0, UB, 0, UB, 0, UB, 0, UB, 0 },
75 { 0, UB, 0, UB, 0, UB, 0, UB, 0, UB, 0, UB, 0, UB, 0, UB,
76 0, UB, 0, UB, 0, UB, 0, UB, 0, UB, 0, UB, 0, UB, 0, UB },
89 #undef UB
Drow_neon.cc143 #define UB -128 /* -min(128, round(2.018 * 64)) */ macro
149 #define BB (UB * 128 - YGB)
162 #undef UB
Drow_neon64.cc138 #define UB -128 /* -min(128, round(2.018 * 64)) */ macro
144 #define BB (UB * 128 - YGB)
153 #undef UB
/external/llvm/lib/Analysis/
DObjCARCAliasAnalysis.cpp58 const Value *UB = GetUnderlyingObjCPtr(SB, DL); in alias() local
59 if (UA != SA || UB != SB) { in alias()
60 Result = AAResultBase::alias(MemoryLocation(UA), MemoryLocation(UB)); in alias()
DDependenceAnalysis.cpp866 const SCEV *UB = SE->getBackedgeTakenCount(AddRec->getLoop()); in checkSrcSubscript() local
867 if (!isa<SCEVCouldNotCompute>(UB)) { in checkSrcSubscript()
869 SE->getTypeSizeInBits(UB->getType())) { in checkSrcSubscript()
892 const SCEV *UB = SE->getBackedgeTakenCount(AddRec->getLoop()); in checkDstSubscript() local
893 if (!isa<SCEVCouldNotCompute>(UB)) { in checkDstSubscript()
895 SE->getTypeSizeInBits(UB->getType())) { in checkDstSubscript()
1001 const SCEV *UB = SE->getBackedgeTakenCount(L); in collectUpperBound() local
1002 return SE->getTruncateOrZeroExtend(UB, T); in collectUpperBound()
1013 if (const SCEV *UB = collectUpperBound(L, T)) in collectConstantUpperBound() local
1014 return dyn_cast<SCEVConstant>(UB); in collectConstantUpperBound()
/external/clang/test/CodeGen/
Dxcore-stringtype.c164 union UB{int:4; int:2; int N4:4; int N2:2; unsigned int:4; signed int:4; union
167 int unionTypeB(union UB ub) {return UnionAnon.A;} in unionTypeB()
/external/llvm/tools/llvm-size/
Dllvm-size.cpp459 } else if (MachOUniversalBinary *UB = in PrintFileSectionSizes() local
467 for (MachOUniversalBinary::object_iterator I = UB->begin_objects(), in PrintFileSectionSizes()
468 E = UB->end_objects(); in PrintFileSectionSizes()
551 for (MachOUniversalBinary::object_iterator I = UB->begin_objects(), in PrintFileSectionSizes()
552 E = UB->end_objects(); in PrintFileSectionSizes()
621 bool moreThanOneArch = UB->getNumberOfObjects() > 1; in PrintFileSectionSizes()
622 for (MachOUniversalBinary::object_iterator I = UB->begin_objects(), in PrintFileSectionSizes()
623 E = UB->end_objects(); in PrintFileSectionSizes()
/external/mesa3d/src/mesa/main/
Dmacros.h148 #define UNCLAMPED_FLOAT_TO_UBYTE(UB, F) \ argument
153 UB = (GLubyte) 0; \
155 UB = (GLubyte) 255; \
158 UB = (GLubyte) __tmp.i; \
161 #define CLAMPED_FLOAT_TO_UBYTE(UB, F) \ argument
165 UB = (GLubyte) __tmp.i; \
/external/clang/lib/CodeGen/
DCGOpenMPRuntime.h497 bool Ordered, llvm::Value *UB,
528 Address UB, Address ST,
568 Address UB, Address ST);
DCGStmtOpenMP.cpp1262 Address UB, Address ST, in EmitOMPForOuterLoop() argument
1333 IVSize, IVSigned, Ordered, IL, LB, UB, ST, Chunk); in EmitOMPForOuterLoop()
1353 IL, LB, UB, ST); in EmitOMPForOuterLoop()
1504 LValue UB = in EmitOMPWorksharingLoop() local
1551 UB.getAddress(), ST.getAddress()); in EmitOMPWorksharingLoop()
1572 LB.getAddress(), UB.getAddress(), ST.getAddress(), in EmitOMPWorksharingLoop()
1644 LValue UB = in EmitSections() local
1655 CodeGenFunction::OpaqueValueMapping OpaqueUB(CGF, &UBRefExpr, UB); in EmitSections()
1708 LB.getAddress(), UB.getAddress(), ST.getAddress()); in EmitSections()
1710 auto *UBVal = CGF.EmitLoadOfScalar(UB, S.getLocStart()); in EmitSections()
[all …]
/external/curl/tests/data/
Dtest150438 HTTP multi with CURLOPT_RESOLVE, cleanup sequence UB
/external/llvm/tools/llvm-nm/
Dllvm-nm.cpp1059 if (MachOUniversalBinary *UB = dyn_cast<MachOUniversalBinary>(&Bin)) { in dumpSymbolNamesFromFile() local
1066 for (MachOUniversalBinary::object_iterator I = UB->begin_objects(), in dumpSymbolNamesFromFile()
1067 E = UB->end_objects(); in dumpSymbolNamesFromFile()
1136 for (MachOUniversalBinary::object_iterator I = UB->begin_objects(), in dumpSymbolNamesFromFile()
1137 E = UB->end_objects(); in dumpSymbolNamesFromFile()
1177 bool moreThanOneArch = UB->getNumberOfObjects() > 1; in dumpSymbolNamesFromFile()
1178 for (MachOUniversalBinary::object_iterator I = UB->begin_objects(), in dumpSymbolNamesFromFile()
1179 E = UB->end_objects(); in dumpSymbolNamesFromFile()
/external/clang/lib/AST/
DStmtOpenMP.cpp146 Dir->setUpperBoundVariable(Exprs.UB); in Create()
195 Dir->setUpperBoundVariable(Exprs.UB); in Create()
360 Dir->setUpperBoundVariable(Exprs.UB); in Create()
407 Dir->setUpperBoundVariable(Exprs.UB); in Create()
769 Dir->setUpperBoundVariable(Exprs.UB); in Create()
816 Dir->setUpperBoundVariable(Exprs.UB); in Create()
862 Dir->setUpperBoundVariable(Exprs.UB); in Create()
/external/clang/lib/Analysis/
DReachableCode.cpp303 const CFGBlock *UB = I->getPossiblyUnreachableBlock(); in scanFromBlock() local
304 if (!UB) in scanFromBlock()
314 B = UB; in scanFromBlock()
/external/llvm/test/Analysis/ScalarEvolution/
Dflags-from-poison.ll60 ; With no load to trigger UB from poison, we cannot infer nsw.
132 ; cannot assume that the UB is realized.
268 ; Division by poison triggers UB.
288 ; Remainder of poison by non-poison divisor does not trigger UB.
308 ; Store to poison address triggers UB.
/external/llvm/lib/DebugInfo/Symbolize/
DSymbolize.cpp309 if (MachOUniversalBinary *UB = dyn_cast<MachOUniversalBinary>(Bin)) { in getOrCreateObject() local
317 UB->getObjectForArch(ArchName); in getOrCreateObject()
/external/clang/lib/Sema/
DSemaOpenMP.cpp2710 Expr *UB; member in __anon216cbd260b11::OpenMPIterationSpaceChecker
2729 LB(nullptr), UB(nullptr), Step(nullptr), TestIsLessOp(false), in OpenMPIterationSpaceChecker()
2783 assert(!LB && !UB && !Step); in Dependent()
2787 (UB && UB->isValueDependent()) || (Step && Step->isValueDependent()); in Dependent()
2811 UB == nullptr && Step == nullptr && !TestIsLessOp && !TestIsStrictOp); in SetVarAndLB()
2829 assert(Var != nullptr && LB != nullptr && UB == nullptr && Step == nullptr && in SetUB()
2833 UB = NewUB; in SetUB()
2874 if (UB && (IsConstZero || in SetStep()
3176 auto *UBExpr = TestIsLessOp ? UB : LB; in BuildNumIterations()
3177 auto *LBExpr = TestIsLessOp ? LB : UB; in BuildNumIterations()
[all …]
/external/clang/include/clang/AST/
DStmtOpenMP.h440 void setUpperBoundVariable(Expr *UB) { in setUpperBoundVariable() argument
445 *std::next(child_begin(), UpperBoundVariableOffset) = UB; in setUpperBoundVariable()
506 Expr *UB; member
546 UB = nullptr; in clear()
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/de-DE/
Dde-DE_gl0_kdt_dur.pkb317 ���?�̛� @����UB� 0��
402 t��a��`�=y�zNqH2 ��=F�-�?��IN(���6�+�,H��֦�#�7aZP�UB� ��#����`��ð�!�4q�a�ӆ��� ����…
/external/llvm/tools/llvm-objdump/
DMachODump.cpp1319 static void printMachOUniversalHeaders(const object::MachOUniversalBinary *UB, in printMachOUniversalHeaders() argument
1327 uint32_t nfat_arch = UB->getNumberOfObjects(); in printMachOUniversalHeaders()
1328 StringRef Buf = UB->getData(); in printMachOUniversalHeaders()
1332 outs() << "nfat_arch " << UB->getNumberOfObjects(); in printMachOUniversalHeaders()
1341 MachOUniversalBinary::ObjectForArch OFA(UB, i); in printMachOUniversalHeaders()
1346 MachOUniversalBinary::ObjectForArch other_OFA(UB, j); in printMachOUniversalHeaders()
1507 if (MachOUniversalBinary *UB = dyn_cast<MachOUniversalBinary>(&Bin)) in ParseInputMachO() local
1508 printMachOUniversalHeaders(UB, !NonVerbose); in ParseInputMachO()
1510 if (MachOUniversalBinary *UB = dyn_cast<MachOUniversalBinary>(&Bin)) { in ParseInputMachO() local
1517 for (MachOUniversalBinary::object_iterator I = UB->begin_objects(), in ParseInputMachO()
[all …]
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-GB/
Den-GB_kh0_kdt_dur.pkb123 ����m_[b�K2�k�0b�UB��v�� 1ǎF%�oȈ�!V��

12