Searched defs:BL (Results 1 - 14 of 14) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/XCore/
H A DXCoreISelLowering.h34 BL, enumerator in enum:llvm::XCoreISD::NodeType
/external/dng_sdk/source/
H A Ddng_rect.h173 dng_point BL () const function in class:dng_rect
308 dng_point_real64 BL () const function in class:dng_rect_real64
/external/skia/samplecode/
H A DSamplePatch.cpp86 const int BL = BR + nu; local
96 SkScalar x0 = UV * edge[TL].fX + uV * edge[TR].fX + Uv * edge[BL].fX + uv * edge[BR].fX;
97 SkScalar y0 = UV * edge[TL].fY + uV * edge[TR].fY + Uv * edge[BL].fY + uv * edge[BR].fY;
100 v * edge[BR+nu-iu].fX + (1 - u) * edge[BL+nv-iv].fX - x0;
102 v * edge[BR+nu-iu].fY + (1 - u) * edge[BL+nv-iv].fY - y0;
/external/skqp/samplecode/
H A DSamplePatch.cpp86 const int BL = BR + nu; local
96 SkScalar x0 = UV * edge[TL].fX + uV * edge[TR].fX + Uv * edge[BL].fX + uv * edge[BR].fX;
97 SkScalar y0 = UV * edge[TL].fY + uV * edge[TR].fY + Uv * edge[BL].fY + uv * edge[BR].fY;
100 v * edge[BR+nu-iu].fX + (1 - u) * edge[BL+nv-iv].fX - x0;
102 v * edge[BR+nu-iu].fY + (1 - u) * edge[BL+nv-iv].fY - y0;
/external/ImageMagick/coders/
H A Dwmf.c1449 BL, /* bottom left of bounding box */
1476 BL.x = draw_text->TL.x;
1477 BL.y = draw_text->BR.y;
1484 BL = draw_text->bbox.BL;
1486 dx = ((TR.x - TL.x) + (BR.x - BL.x)) / 2;
1487 dy = ((TR.y - TL.y) + (BR.y - BL.y)) / 2;
1489 dx = ((BL.x - TL.x) + (BR.x - TR.x)) / 2;
1490 dy = ((BL.y - TL.y) + (BR.y - TR.y)) / 2;
1447 BL, /* bottom left of bounding box */ local
/external/pcre/dist2/src/sljit/
H A DsljitNativeARM_32.c82 #define BL 0xeb000000 macro
276 I.e.: unused literals can belong to branches, which can be encoded as B or BL.
416 *code_ptr = (BL - CONDITIONAL) | (*(code_ptr + 1) & COND_MASK);
441 *code_ptr = ((jump->flags & IS_BL) ? (BL - CONDITIONAL) : (B - CONDITIONAL)) | (code_ptr[2] & COND_MASK);
466 inst[0] = (mov_pc & COND_MASK) | (BL - CONDITIONAL) | (diff & 0xffffff);
H A DsljitNativeARM_64.c73 #define BL 0x94000000 macro
284 buf_ptr[0] = ((jump->flags & IS_BL) ? BL : B) | (addr & 0x3ffffff);
/external/clang/lib/Frontend/
H A DASTUnit.cpp2556 SourceLocation BL = FileLoc.getLocWithOffset(Range.first); local
2558 Ranges.push_back(CharSourceRange::getCharRange(BL, EL));
2567 SourceLocation BL = FileLoc.getLocWithOffset(FixIt.RemoveRange.first); local
2569 FH.RemoveRange = CharSourceRange::getCharRange(BL, EL);
/external/clang/include/clang/AST/
H A DStmt.h1332 BreakStmt(SourceLocation BL) : Stmt(BreakStmtClass), BreakLoc(BL) { argument
/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp1509 PathDiagnosticLocation BL = local
1511 EB.addEdge(BL);
/external/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h482 BL = 4, member in class:llvm::codeview::CallingConvention::ClassOptions::FrameProcedureOptions::FunctionOptions::HfaKind::MemberAccess::MethodKind::MethodOptions::ModifierOptions::PointerKind::PointerMode::PointerOptions::PointerToMemberRepresentation::VFTableSlotKind::WindowsRTClassKind::ExportFlags::RegisterId
/external/mesa3d/src/mesa/x86/
H A Dassyntax.h97 #define BL bl macro
159 #define BL %bl macro
826 #define B_BL BL
/external/v8/src/arm64/
H A Dconstants-arm64.h603 BL = UnconditionalBranchFixed | 0x80000000 enumerator in enum:v8::internal::UnconditionalBranchOp
/external/vixl/src/aarch64/
H A Dconstants-aarch64.h643 BL = UnconditionalBranchFixed | 0x80000000 enumerator in enum:vixl::aarch64::UnconditionalBranchOp

Completed in 1064 milliseconds