Home
last modified time | relevance | path

Searched refs:UB (Results 1 – 25 of 35) 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
Drow_common.cc1008 #define UB -128 /* max(-128, round(-2.018 * 64)) */ macro
1014 #define BB (UB * 128 + YGB)
1022 *b = Clamp((int32)(-(u * UB) + y1 + BB) >> 6); in YuvPixel()
1037 #undef UB
/external/llvm/lib/Transforms/ObjCARC/
DObjCARCAliasAnalysis.cpp78 const Value *UB = GetUnderlyingObjCPtr(SB, *DL); in alias() local
79 if (UA != SA || UB != SB) { in alias()
80 Result = AliasAnalysis::alias(Location(UA), Location(UB)); in alias()
/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.cpp473 } else if (MachOUniversalBinary *UB = in PrintFileSectionSizes() local
481 for (MachOUniversalBinary::object_iterator I = UB->begin_objects(), in PrintFileSectionSizes()
482 E = UB->end_objects(); in PrintFileSectionSizes()
559 for (MachOUniversalBinary::object_iterator I = UB->begin_objects(), in PrintFileSectionSizes()
560 E = UB->end_objects(); in PrintFileSectionSizes()
623 bool moreThanOneArch = UB->getNumberOfObjects() > 1; in PrintFileSectionSizes()
624 for (MachOUniversalBinary::object_iterator I = UB->begin_objects(), in PrintFileSectionSizes()
625 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/llvm/tools/llvm-nm/
Dllvm-nm.cpp1046 if (MachOUniversalBinary *UB = dyn_cast<MachOUniversalBinary>(&Bin)) { in dumpSymbolNamesFromFile() local
1053 for (MachOUniversalBinary::object_iterator I = UB->begin_objects(), in dumpSymbolNamesFromFile()
1054 E = UB->end_objects(); in dumpSymbolNamesFromFile()
1120 for (MachOUniversalBinary::object_iterator I = UB->begin_objects(), in dumpSymbolNamesFromFile()
1121 E = UB->end_objects(); in dumpSymbolNamesFromFile()
1158 bool moreThanOneArch = UB->getNumberOfObjects() > 1; in dumpSymbolNamesFromFile()
1159 for (MachOUniversalBinary::object_iterator I = UB->begin_objects(), in dumpSymbolNamesFromFile()
1160 E = UB->end_objects(); in dumpSymbolNamesFromFile()
/external/llvm/tools/llvm-symbolizer/
DLLVMSymbolize.cpp422 if (MachOUniversalBinary *UB = dyn_cast<MachOUniversalBinary>(Bin)) { in getObjectFileFromBinary() local
424 std::make_pair(UB, ArchName)); in getObjectFileFromBinary()
428 UB->getObjectForArch(Triple(ArchName).getArch()); in getObjectFileFromBinary()
433 ObjectFileForArch[std::make_pair(UB, ArchName)] = Res; in getObjectFileFromBinary()
/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp832 llvm::Value *LB, llvm::Value *UB, in EmitOMPForOuterLoop() argument
897 (Dynamic ? EmitAnyExpr(S.getLastIteration()).getScalarVal() : UB), ST, in EmitOMPForOuterLoop()
917 IL, LB, UB, ST); in EmitOMPForOuterLoop()
1009 LValue UB = in EmitOMPWorksharingLoop() local
1049 IL.getAddress(), LB.getAddress(), UB.getAddress(), in EmitOMPWorksharingLoop()
1068 UB.getAddress(), ST.getAddress(), IL.getAddress(), in EmitOMPWorksharingLoop()
1122 LValue UB = in emitSections() local
1133 CodeGenFunction::OpaqueValueMapping OpaqueUB(CGF, &UBRefExpr, UB); in emitSections()
1170 /*IVSigned=*/true, IL.getAddress(), LB.getAddress(), UB.getAddress(), in emitSections()
1173 auto *UBVal = CGF.EmitLoadOfScalar(UB, S.getLocStart()); in emitSections()
[all …]
DCGOpenMPRuntime.h428 llvm::Value *UB, llvm::Value *ST,
458 llvm::Value *UB, llvm::Value *ST);
DCGOpenMPRuntime.cpp1332 llvm::Value *UB, llvm::Value *ST, in emitForInit() argument
1348 UB, // Upper in emitForInit()
1372 UB, // &UB in emitForInit()
1397 llvm::Value *LB, llvm::Value *UB, in emitForNext() argument
1407 UB, // &Upper in emitForNext()
/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/clang/lib/Sema/
DSemaOpenMP.cpp1936 Expr *UB; member in __anon594bcec60911::OpenMPIterationSpaceChecker
1955 LB(nullptr), UB(nullptr), Step(nullptr), TestIsLessOp(false), in OpenMPIterationSpaceChecker()
2004 assert(!LB && !UB && !Step); in Dependent()
2008 (UB && UB->isValueDependent()) || (Step && Step->isValueDependent()); in Dependent()
2016 UB == nullptr && Step == nullptr && !TestIsLessOp && !TestIsStrictOp); in SetVarAndLB()
2029 assert(Var != nullptr && LB != nullptr && UB == nullptr && Step == nullptr && in SetUB()
2033 UB = NewUB; in SetUB()
2074 if (UB && (IsConstZero || in SetStep()
2318 Expr *Upper = TestIsLessOp ? UB : LB; in BuildNumIterations()
2319 Expr *Lower = TestIsLessOp ? LB : UB; in BuildNumIterations()
[all …]
/external/clang/include/clang/AST/
DStmtOpenMP.h398 void setUpperBoundVariable(Expr *UB) { in setUpperBoundVariable() argument
401 *std::next(child_begin(), UpperBoundVariableOffset) = UB; in setUpperBoundVariable()
454 Expr *UB; member
492 UB = nullptr; in clear()
/external/icu/icu4c/source/data/misc/
DpostalCodeData.txt59 "R|SS|ST|SW|SY|TA|TD|TF|TN|TQ|TR|TS|TW|UB|W|WA|WC|WD|WF|WN|WR|WS|WV|YO|ZE)(\d"
/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.cpp1363 static void printMachOUniversalHeaders(const object::MachOUniversalBinary *UB, in printMachOUniversalHeaders() argument
1371 uint32_t nfat_arch = UB->getNumberOfObjects(); in printMachOUniversalHeaders()
1372 StringRef Buf = UB->getData(); in printMachOUniversalHeaders()
1376 outs() << "nfat_arch " << UB->getNumberOfObjects(); in printMachOUniversalHeaders()
1385 MachOUniversalBinary::ObjectForArch OFA(UB, i); in printMachOUniversalHeaders()
1390 MachOUniversalBinary::ObjectForArch other_OFA(UB, j); in printMachOUniversalHeaders()
1576 if (MachOUniversalBinary *UB = dyn_cast<MachOUniversalBinary>(&Bin)) in ParseInputMachO() local
1577 printMachOUniversalHeaders(UB, !NonVerbose); in ParseInputMachO()
1579 if (MachOUniversalBinary *UB = dyn_cast<MachOUniversalBinary>(&Bin)) { in ParseInputMachO() local
1586 for (MachOUniversalBinary::object_iterator I = UB->begin_objects(), in ParseInputMachO()
[all …]
/external/clang/lib/AST/
DStmt.cpp1686 Dir->setUpperBoundVariable(Exprs.UB); in Create()
1732 Dir->setUpperBoundVariable(Exprs.UB); in Create()
1887 Dir->setUpperBoundVariable(Exprs.UB); in Create()
1931 Dir->setUpperBoundVariable(Exprs.UB); in Create()
/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