Home
last modified time | relevance | path

Searched refs:URange (Results 1 – 25 of 27) sorted by relevance

12

/dports/x11/terminology/terminology-1.9.0/tools/
H A Dunicode_dbl_width.py13 URange = namedtuple('unicode_range', ['width', 'start', 'end']) variable
22 r = URange('N', 0, 0)
45 r = URange(ea, cp, cp)
/dports/math/vtk9/VTK-9.1.0/IO/Export/
H A DvtkSingleVTPExporter.h74 double URange[2]; variable
H A DvtkSingleVTPExporter.cxx419 (ad->URange[0] < 0.0 || ad->URange[1] > 1.0 || ad->VRange[0] < 0.0 || ad->VRange[1] > 1.0)) in WriteVTP()
610 tcoords->GetRange(ad->URange, 0); in WriteTexture()
612 if (ad->URange[0] < 0.0 || ad->URange[1] > 1.0 || ad->VRange[0] < 0.0 || ad->VRange[1] > 1.0) in WriteTexture()
/dports/math/vtk8/VTK-8.2.0/IO/Export/
H A DvtkSingleVTPExporter.h74 double URange[2]; variable
H A DvtkSingleVTPExporter.cxx435 (ad->URange[0] < 0.0 || ad->URange[1] > 1.0 || in WriteVTP()
652 tcoords->GetRange(ad->URange, 0); in WriteTexture()
654 if (ad->URange[0] < 0.0 || ad->URange[1] > 1.0 || in WriteTexture()
/dports/cad/opencascade/opencascade-7.6.0/src/ShapeFix/
H A DShapeFix_Wire.cxx707 Standard_Real URange, SUF, SUL, SVF, SVL; in FixEdgeCurves() local
709 URange = (Abs(SUL - SUF)); in FixEdgeCurves()
719 if ( k > nb && Abs ( Abs ( vec.X() ) - URange ) < 0.1 * URange ) { in FixEdgeCurves()
1397 Standard_Real URange, /*VRange,*/ SUF, SUL, SVF, SVL; in FixShifted() local
1402 if (uclosed) URange = Abs ( SUL - SUF ); in FixShifted()
1403 else URange = RealLast(); in FixShifted()
1408 Standard_Real UTol = 0.2 * URange, VTol = 0.2 * VRange; in FixShifted()
1526 if ( uclosed ) { x.SetX ( 1. ); period = URange; } in FixShifted()
1631 if ( dx > URange - UTol ) in FixShifted()
1656 if ( Abs ( umin + umax - SUF - SUL ) < URange && in FixShifted()
[all …]
H A DShapeFix_Face.cxx1511 Standard_Real URange, VRange, SUF, SUL, SVF, SVL; in FixMissingSeam() local
1534 URange = Min(Abs (SUL - SUF), Precision::Infinite()); in FixMissingSeam()
1557 if ( ! CheckWire ( wire, myFace, URange, VRange, isuopen, isvopen, isdeg ) ) in FixMissingSeam()
1640 p.SetCoord ( ( ismodeu < 0 ? 0. : URange ), vCoord ); in FixMissingSeam()
1643 aRange = URange; in FixMissingSeam()
1668 Standard_Real period = ( ismodeu ? URange : VRange ); in FixMissingSeam()
1790 pos1.SetX ( pos1.X() + ShapeAnalysis::AdjustByPeriod ( pos1.X(), SUF, URange ) ); in FixMissingSeam()
1816 pos2.SetX ( pos2.X() + ShapeAnalysis::AdjustByPeriod ( pos2.X(), pos1.X(), URange ) ); in FixMissingSeam()
1836 uf+=ShapeAnalysis::AdjustToPeriod(uf,SUF,SUF+URange); in FixMissingSeam()
1842 new Geom_RectangularTrimmedSurface ( mySurf->Surface(), uf, uf+URange, vf, vf+VRange ); in FixMissingSeam()
/dports/cad/opencascade/opencascade-7.6.0/src/BRepGProp/
H A DBRepGProp_Gauss.cxx602 Standard_Integer i, iUSubEnd, NbUGaussP[2], URange[2], kU, kUEnd, IU, JU; in Compute() local
773 URange[0] = IU = ErrU->Max(); in Compute()
774 URange[1] = JU; in Compute()
781 URange[0] = IU = JU; in Compute()
806 Standard_Integer iUS = URange[kU]; in Compute()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/modules/canvaskit/canvaskit/types/
H A Dindex.d.ts673 getWordBoundary(offset: number): URange;
2484 export interface URange { interface
/dports/editors/neovim/neovim-0.6.1/runtime/syntax/
H A Dmupad.vim184 syn keyword mupadIdentifier UName URange UMin UMax VName VRange VMin VMax
/dports/editors/vim/vim-8.2.3745/runtime/syntax/
H A Dmupad.vim184 syn keyword mupadIdentifier UName URange UMin UMax VName VRange VMin VMax
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/Lex/
H A DLexer.cpp3027 CharSourceRange URange = makeCharRange(*this, KindLoc, KindLoc + 1); in tryReadUCN() local
3029 << FixItHint::CreateReplacement(URange, "u"); in tryReadUCN()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/Lex/
H A DLexer.cpp3063 CharSourceRange URange = makeCharRange(*this, KindLoc, KindLoc + 1); in tryReadUCN() local
3065 << FixItHint::CreateReplacement(URange, "u"); in tryReadUCN()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/Lex/
H A DLexer.cpp3027 CharSourceRange URange = makeCharRange(*this, KindLoc, KindLoc + 1); in tryReadUCN() local
3029 << FixItHint::CreateReplacement(URange, "u"); in tryReadUCN()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/Lex/
H A DLexer.cpp3008 CharSourceRange URange = makeCharRange(*this, KindLoc, KindLoc + 1); in tryReadUCN() local
3010 << FixItHint::CreateReplacement(URange, "u"); in tryReadUCN()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/Lex/
H A DLexer.cpp3008 CharSourceRange URange = makeCharRange(*this, KindLoc, KindLoc + 1); in tryReadUCN() local
3010 << FixItHint::CreateReplacement(URange, "u"); in tryReadUCN()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/Lex/
H A DLexer.cpp3002 CharSourceRange URange = makeCharRange(*this, KindLoc, KindLoc + 1); in tryReadUCN() local
3004 << FixItHint::CreateReplacement(URange, "u"); in tryReadUCN()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/Lex/
H A DLexer.cpp3063 CharSourceRange URange = makeCharRange(*this, KindLoc, KindLoc + 1); in tryReadUCN() local
3065 << FixItHint::CreateReplacement(URange, "u"); in tryReadUCN()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/Lex/
H A DLexer.cpp2990 CharSourceRange URange = makeCharRange(*this, KindLoc, KindLoc + 1); in tryReadUCN() local
2992 << FixItHint::CreateReplacement(URange, "u"); in tryReadUCN()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/Lex/
H A DLexer.cpp3002 CharSourceRange URange = makeCharRange(*this, KindLoc, KindLoc + 1); in tryReadUCN() local
3004 << FixItHint::CreateReplacement(URange, "u"); in tryReadUCN()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/Lex/
H A DLexer.cpp3063 CharSourceRange URange = makeCharRange(*this, KindLoc, KindLoc + 1); in tryReadUCN() local
3065 << FixItHint::CreateReplacement(URange, "u"); in tryReadUCN()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/Lex/
H A DLexer.cpp3027 CharSourceRange URange = makeCharRange(*this, KindLoc, KindLoc + 1); in tryReadUCN() local
3029 << FixItHint::CreateReplacement(URange, "u"); in tryReadUCN()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/Lex/
H A DLexer.cpp3063 CharSourceRange URange = makeCharRange(*this, KindLoc, KindLoc + 1); in tryReadUCN() local
3065 << FixItHint::CreateReplacement(URange, "u"); in tryReadUCN()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/Lex/
H A DLexer.cpp2992 CharSourceRange URange = makeCharRange(*this, KindLoc, KindLoc + 1); in tryReadUCN() local
2994 << FixItHint::CreateReplacement(URange, "u"); in tryReadUCN()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/Lex/
H A DLexer.cpp2940 CharSourceRange URange = makeCharRange(*this, KindLoc, KindLoc + 1); in tryReadUCN() local
2942 << FixItHint::CreateReplacement(URange, "u"); in tryReadUCN()

12