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

/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
97 SkScalarMul(Uv, edge[BL].fX) + SkScalarMul(uv, edge[BR].fX);
99 SkScalarMul(Uv, edge[BL].fY) + SkScalarMul(uv, edge[BR].fY);
104 SkScalarMul(SK_Scalar1 - u, edge[BL+nv-iv].fX) - x0;
108 SkScalarMul(SK_Scalar1 - 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/dist/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.cpp2546 SourceLocation BL = FileLoc.getLocWithOffset(Range.first); local
2548 Ranges.push_back(CharSourceRange::getCharRange(BL, EL));
2557 SourceLocation BL = FileLoc.getLocWithOffset(FixIt.RemoveRange.first); local
2559 FH.RemoveRange = CharSourceRange::getCharRange(BL, EL);
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/Featherstone/
H A DbtMultiBody.cpp1405 const btMatrix3x3 BL = inertia_bottom_left[i+1]- vecMulVecTranspose(one_over_di * h_bottom[i] , h_bottom[i]); local
1417 (r_cross * (TL - TR * r_cross) + BL - TL.transpose() * r_cross) * rot_from_parent[i+1];
/external/clang/include/clang/AST/
H A DStmt.h1310 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/PDB/
H A DPDBTypes.h376 BL = 4, member in class:llvm::PDB_Checksum::PDB_Machine::PDB_Lang::PDB_BuiltinType::PDB_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/vixl/a64/
H A Dconstants-a64.h630 BL = UnconditionalBranchFixed | 0x80000000 enumerator in enum:vixl::UnconditionalBranchOp

Completed in 1141 milliseconds