Home
last modified time | relevance | path

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

12

/external/libyuv/files/source/
Drow_common.cc990 #define UB -128 /* max(-128, round(-2.018 * 64)) */ macro
996 #define BB (UB * 128 + YGB)
1002 {-UB, -VR, -UB, -VR, -UB, -VR, -UB, -VR},
1003 {-UB, -VR, -UB, -VR, -UB, -VR, -UB, -VR},
1009 {-VR, -UB, -VR, -UB, -VR, -UB, -VR, -UB},
1010 {-VR, -UB, -VR, -UB, -VR, -UB, -VR, -UB},
1017 {-UB, -UB, -UB, -UB, -VR, -VR, -VR, -VR, 0, 0, 0, 0, 0, 0, 0, 0},
1022 {-VR, -VR, -VR, -VR, -UB, -UB, -UB, -UB, 0, 0, 0, 0, 0, 0, 0, 0},
1028 {UB, 0, UB, 0, UB, 0, UB, 0, UB, 0, UB, 0, UB, 0, UB, 0,
1029 UB, 0, UB, 0, UB, 0, UB, 0, UB, 0, UB, 0, UB, 0, UB, 0},
[all …]
/external/libvpx/libvpx/third_party/libyuv/source/
Drow_common.cc981 #define UB -128 /* max(-128, round(-2.018 * 64)) */ macro
987 #define BB (UB * 128 + YGB)
993 { -UB, -VR, -UB, -VR, -UB, -VR, -UB, -VR },
994 { -UB, -VR, -UB, -VR, -UB, -VR, -UB, -VR },
1001 { -VR, -UB, -VR, -UB, -VR, -UB, -VR, -UB },
1002 { -VR, -UB, -VR, -UB, -VR, -UB, -VR, -UB },
1010 { -UB, -UB, -UB, -UB, -VR, -VR, -VR, -VR, 0, 0, 0, 0, 0, 0, 0, 0 },
1016 { -VR, -VR, -VR, -VR, -UB, -UB, -UB, -UB, 0, 0, 0, 0, 0, 0, 0, 0 },
1023 { UB, 0, UB, 0, UB, 0, UB, 0, UB, 0, UB, 0, UB, 0, UB, 0,
1024 UB, 0, UB, 0, UB, 0, UB, 0, UB, 0, UB, 0, UB, 0, UB, 0 },
[all …]
/external/walt/hardware/enclosure/
DWALT_recessed_enclosure.stl21UB꼱@���@��UB���@���@��UB���@��L@��V��2��<������UB���@��L@��UB���@���@)�UBy�@���@����������������
/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.cpp860 const SCEV *UB = SE->getBackedgeTakenCount(AddRec->getLoop()); in checkSrcSubscript() local
861 if (!isa<SCEVCouldNotCompute>(UB)) { in checkSrcSubscript()
863 SE->getTypeSizeInBits(UB->getType())) { in checkSrcSubscript()
885 const SCEV *UB = SE->getBackedgeTakenCount(AddRec->getLoop()); in checkDstSubscript() local
886 if (!isa<SCEVCouldNotCompute>(UB)) { in checkDstSubscript()
888 SE->getTypeSizeInBits(UB->getType())) { in checkDstSubscript()
992 const SCEV *UB = SE->getBackedgeTakenCount(L); in collectUpperBound() local
993 return SE->getTruncateOrZeroExtend(UB, T); in collectUpperBound()
1003 if (const SCEV *UB = collectUpperBound(L, T)) in collectConstantUpperBound() local
1004 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/mesa3d/src/mesa/main/
Dmacros.h150 #define UNCLAMPED_FLOAT_TO_UBYTE(UB, FLT) \ argument
155 UB = (GLubyte) 0; \
157 UB = (GLubyte) 255; \
160 UB = (GLubyte) __tmp.i; \
163 #define CLAMPED_FLOAT_TO_UBYTE(UB, FLT) \ argument
167 UB = (GLubyte) __tmp.i; \
/external/llvm/tools/llvm-size/
Dllvm-size.cpp557 } else if (MachOUniversalBinary *UB = in printFileSectionSizes() local
565 for (MachOUniversalBinary::object_iterator I = UB->begin_objects(), in printFileSectionSizes()
566 E = UB->end_objects(); in printFileSectionSizes()
657 for (MachOUniversalBinary::object_iterator I = UB->begin_objects(), in printFileSectionSizes()
658 E = UB->end_objects(); in printFileSectionSizes()
731 bool MoreThanOneArch = UB->getNumberOfObjects() > 1; in printFileSectionSizes()
732 for (MachOUniversalBinary::object_iterator I = UB->begin_objects(), in printFileSectionSizes()
733 E = UB->end_objects(); in printFileSectionSizes()
/external/llvm/test/CodeGen/X86/
Durem-power-of-two.ll34 ; FIXME: A logically right-shifted sign bit is a power-of-2 or UB.
53 ; FIXME: A zero divisor would be UB, so this could be reduced to an 'and' with 3.
/external/clang/lib/AST/
DStmtOpenMP.cpp147 Dir->setUpperBoundVariable(Exprs.UB); in Create()
200 Dir->setUpperBoundVariable(Exprs.UB); in Create()
369 Dir->setUpperBoundVariable(Exprs.UB); in Create()
420 Dir->setUpperBoundVariable(Exprs.UB); in Create()
760 Dir->setUpperBoundVariable(Exprs.UB); in Create()
903 Dir->setUpperBoundVariable(Exprs.UB); in Create()
954 Dir->setUpperBoundVariable(Exprs.UB); in Create()
1004 Dir->setUpperBoundVariable(Exprs.UB); in Create()
1078 Dir->setUpperBoundVariable(Exprs.UB); in Create()
1134 Dir->setUpperBoundVariable(Exprs.UB); in Create()
[all …]
/external/clang/lib/CodeGen/
DCGOpenMPRuntime.h641 llvm::Value *UB,
671 Address IL, Address LB, Address UB, Address ST,
696 Address UB, Address ST,
736 Address UB, Address ST);
DCGStmtOpenMP.cpp1673 Address LB, Address UB, Address ST, Address IL, llvm::Value *Chunk) { in EmitOMPOuterLoop() argument
1697 LB, UB, ST); in EmitOMPOuterLoop()
1765 Address LB, Address UB, Address ST, Address IL, llvm::Value *Chunk) { in EmitOMPForOuterLoop() argument
1837 Ordered, IL, LB, UB, ST, Chunk); in EmitOMPForOuterLoop()
1840 EmitOMPOuterLoop(DynamicOrOrdered, IsMonotonic, S, LoopScope, Ordered, LB, UB, in EmitOMPForOuterLoop()
1847 Address LB, Address UB, Address ST, Address IL, llvm::Value *Chunk) { in EmitOMPDistributeOuterLoop() argument
1862 IL, LB, UB, ST, Chunk); in EmitOMPDistributeOuterLoop()
1865 S, LoopScope, /* Ordered = */ false, LB, UB, ST, IL, Chunk); in EmitOMPDistributeOuterLoop()
1988 LValue UB = in EmitOMPWorksharingLoop() local
2046 UB.getAddress(), ST.getAddress()); in EmitOMPWorksharingLoop()
[all …]
DCGOpenMPRuntime.cpp2452 bool Ordered, llvm::Value *UB, in emitForDispatchInit() argument
2475 UB, // Upper in emitForDispatchInit()
2486 unsigned IVSize, bool Ordered, Address IL, Address LB, Address UB, in emitForStaticInitCall() argument
2521 UB.getPointer(), // &UB in emitForStaticInitCall()
2534 Address UB, Address ST, in emitForStaticInit() argument
2543 Ordered, IL, LB, UB, ST, Chunk); in emitForStaticInit()
2549 bool Ordered, Address IL, Address LB, Address UB, Address ST, in emitDistributeStaticInit() argument
2558 UB, ST, Chunk); in emitDistributeStaticInit()
2585 Address LB, Address UB, in emitForNext() argument
2596 UB.getPointer(), // &Upper in emitForNext()
/external/curl/tests/data/
Dtest150438 HTTP multi with CURLOPT_RESOLVE, cleanup sequence UB
/external/llvm/tools/llvm-nm/
Dllvm-nm.cpp1140 if (MachOUniversalBinary *UB = dyn_cast<MachOUniversalBinary>(&Bin)) { in dumpSymbolNamesFromFile() local
1147 for (MachOUniversalBinary::object_iterator I = UB->begin_objects(), in dumpSymbolNamesFromFile()
1148 E = UB->end_objects(); in dumpSymbolNamesFromFile()
1232 for (MachOUniversalBinary::object_iterator I = UB->begin_objects(), in dumpSymbolNamesFromFile()
1233 E = UB->end_objects(); in dumpSymbolNamesFromFile()
1285 bool moreThanOneArch = UB->getNumberOfObjects() > 1; in dumpSymbolNamesFromFile()
1286 for (MachOUniversalBinary::object_iterator I = UB->begin_objects(), in dumpSymbolNamesFromFile()
1287 E = UB->end_objects(); in dumpSymbolNamesFromFile()
/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/lib/DebugInfo/Symbolize/
DSymbolize.cpp341 if (MachOUniversalBinary *UB = dyn_cast_or_null<MachOUniversalBinary>(Bin)) { in getOrCreateObject() local
347 UB->getObjectForArch(ArchName); in getOrCreateObject()
/external/llvm/test/Analysis/ScalarEvolution/
Dflags-from-poison.ll84 ; With no load to trigger UB from poison, we cannot infer nsw.
230 ; cannot assume that the UB is realized.
366 ; Division by poison triggers UB.
386 ; Remainder of poison by non-poison divisor does not trigger UB.
406 ; Store to poison address triggers UB.
/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/clang/lib/Sema/
DSemaOpenMP.cpp3921 Expr *UB = nullptr; member in __anon94996c651411::OpenMPIterationSpaceChecker
3994 assert(!LB && !UB && !Step); in Dependent()
3998 (LB && LB->isValueDependent()) || (UB && UB->isValueDependent()) || in Dependent()
4022 UB == nullptr && Step == nullptr && !TestIsLessOp && !TestIsStrictOp); in SetLCDeclAndLB()
4040 assert(LCDecl != nullptr && LB != nullptr && UB == nullptr && in SetUB()
4044 UB = NewUB; in SetUB()
4085 if (UB && (IsConstZero || in SetStep()
4399 auto *UBExpr = TestIsLessOp ? UB : LB; in BuildNumIterations()
4400 auto *LBExpr = TestIsLessOp ? LB : UB; in BuildNumIterations()
4495 auto NewUB = tryBuildCapture(SemaRef, UB, Captures); in BuildPreCond()
[all …]
/external/clang/include/clang/AST/
DStmtOpenMP.h448 void setUpperBoundVariable(Expr *UB) { in setUpperBoundVariable() argument
453 *std::next(child_begin(), UpperBoundVariableOffset) = UB; in setUpperBoundVariable()
535 Expr *UB; member
583 UB = nullptr; in clear()
/external/llvm/tools/llvm-objdump/
DMachODump.cpp1403 static void printMachOUniversalHeaders(const object::MachOUniversalBinary *UB, in printMachOUniversalHeaders() argument
1407 if (UB->getMagic() == MachO::FAT_MAGIC) in printMachOUniversalHeaders()
1414 uint32_t nfat_arch = UB->getNumberOfObjects(); in printMachOUniversalHeaders()
1415 StringRef Buf = UB->getData(); in printMachOUniversalHeaders()
1419 outs() << "nfat_arch " << UB->getNumberOfObjects(); in printMachOUniversalHeaders()
1428 MachOUniversalBinary::ObjectForArch OFA(UB, i); in printMachOUniversalHeaders()
1433 MachOUniversalBinary::ObjectForArch other_OFA(UB, j); in printMachOUniversalHeaders()
1592 if (MachOUniversalBinary *UB = dyn_cast<MachOUniversalBinary>(&Bin)) in ParseInputMachO() local
1593 printMachOUniversalHeaders(UB, !NonVerbose); in ParseInputMachO()
1595 if (MachOUniversalBinary *UB = dyn_cast<MachOUniversalBinary>(&Bin)) { in ParseInputMachO() local
[all …]
/external/ImageMagick/PerlMagick/t/reference/write/filter/
DRotate.miff42UB�۹����������������������������������������������������������������������������������������������…
/external/ImageMagick/Magick++/tests/
Dtest_image.miff57 %    � ��=,]S13?D;=   ���- \O84 +% UB#
701  �� kI UB 6; ;8 zb%N?
/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