Home
last modified time | relevance | path

Searched refs:CurrentT (Results 1 – 25 of 39) sorted by relevance

12

/dports/lang/rexx-regina/regina-rexx-3.9.3/
H A Dinstore.c65 CurrentT = NULL; in EndProg()
89 if (CurrentT && (CurrentT->num < CurrentT->max)) /* bucket not full */ in FreshNode()
91 memset(CurrentT->elems + CurrentT->num, 0, sizeof(treenode)); in FreshNode()
92 CurrentT->elems[CurrentT->num].nodeindex = CurrentT->sum + CurrentT->num; in FreshNode()
93 return(CurrentT->elems + CurrentT->num++); in FreshNode()
100 CurrentT->sum = 0; in FreshNode()
105 CurrentT->next->sum = CurrentT->sum + CurrentT->num; in FreshNode()
106 CurrentT = CurrentT->next; in FreshNode()
110 CurrentT->next = NULL; in FreshNode()
112 CurrentT->num = 1; in FreshNode()
[all …]
/dports/math/vtk8/VTK-8.2.0/Interaction/Widgets/
H A DvtkSliderRepresentation.cxx27 this->CurrentT = 0.0; in vtkSliderRepresentation()
72 this->CurrentT = 0.0; in SetMinimumValue()
77 this->CurrentT = 1.0; in SetMinimumValue()
106 this->CurrentT = 0.0; in SetMaximumValue()
111 this->CurrentT = 1.0; in SetMaximumValue()
141 this->CurrentT = (value - this->MinimumValue) / (this->MaximumValue - this->MinimumValue); in SetValue()
H A DvtkSliderRepresentation.h171 {return this->CurrentT;} in GetCurrentT()
202 double CurrentT; variable
/dports/math/vtk9/VTK-9.1.0/Interaction/Widgets/
H A DvtkSliderRepresentation.cxx27 this->CurrentT = 0.0; in vtkSliderRepresentation()
71 this->CurrentT = 0.0; in SetMinimumValue()
76 this->CurrentT = 1.0; in SetMinimumValue()
105 this->CurrentT = 0.0; in SetMaximumValue()
110 this->CurrentT = 1.0; in SetMaximumValue()
140 this->CurrentT = (value - this->MinimumValue) / (this->MaximumValue - this->MinimumValue); in SetValue()
H A DvtkSliderRepresentation.h169 virtual double GetCurrentT() { return this->CurrentT; } in GetCurrentT()
199 double CurrentT; variable
/dports/math/vtk6/VTK-6.2.0/Interaction/Widgets/
H A DvtkSliderRepresentation.cxx27 this->CurrentT = 0.0; in vtkSliderRepresentation()
72 this->CurrentT = 0.0; in SetMinimumValue()
77 this->CurrentT = 1.0; in SetMinimumValue()
106 this->CurrentT = 0.0; in SetMaximumValue()
111 this->CurrentT = 1.0; in SetMaximumValue()
141 this->CurrentT = (value - this->MinimumValue) / (this->MaximumValue - this->MinimumValue); in SetValue()
H A DvtkSliderRepresentation.h128 {return this->CurrentT;} in GetCurrentT()
161 double CurrentT; variable
/dports/devel/hyperscan/boost_1_75_0/boost/geometry/util/
H A Dpromote_integral.hpp88 template <typename T, std::size_t MinSize, typename CurrentT, typename ...Ts>
89 struct promote_to_larger<T, MinSize, CurrentT, Ts...>
93 (bit_size<CurrentT>::value >= MinSize),
94 CurrentT,
/dports/devel/R-cran-BH/BH/inst/include/boost/geometry/util/
H A Dpromote_integral.hpp88 template <typename T, std::size_t MinSize, typename CurrentT, typename ...Ts>
89 struct promote_to_larger<T, MinSize, CurrentT, Ts...>
93 (bit_size<CurrentT>::value >= MinSize),
94 CurrentT,
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/geometry/util/
H A Dpromote_integral.hpp88 template <typename T, std::size_t MinSize, typename CurrentT, typename ...Ts>
89 struct promote_to_larger<T, MinSize, CurrentT, Ts...>
93 (bit_size<CurrentT>::value >= MinSize),
94 CurrentT,
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/geometry/util/
H A Dpromote_integral.hpp88 template <typename T, std::size_t MinSize, typename CurrentT, typename ...Ts>
89 struct promote_to_larger<T, MinSize, CurrentT, Ts...>
93 (bit_size<CurrentT>::value >= MinSize),
94 CurrentT,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/compiler-rt/lib/scudo/standalone/
H A Dlist.h22 explicit IteratorBase(T *CurrentT) : Current(CurrentT) {} in IteratorBase() argument
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dlist.h22 explicit IteratorBase(T *CurrentT) : Current(CurrentT) {} in IteratorBase() argument
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/compiler-rt/lib/scudo/standalone/
H A Dlist.h22 explicit IteratorBase(T *CurrentT) : Current(CurrentT) {} in IteratorBase() argument
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/compiler-rt/lib/scudo/standalone/
H A Dlist.h22 explicit IteratorBase(T *CurrentT) : Current(CurrentT) {} in IteratorBase() argument
/dports/devel/llvm12/llvm-project-12.0.1.src/compiler-rt/lib/scudo/standalone/
H A Dlist.h22 explicit IteratorBase(T *CurrentT) : Current(CurrentT) {} in IteratorBase() argument
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/compiler-rt/lib/scudo/standalone/
H A Dlist.h22 explicit IteratorBase(T *CurrentT) : Current(CurrentT) {} in IteratorBase() argument
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/compiler-rt/lib/scudo/standalone/
H A Dlist.h22 explicit IteratorBase(T *CurrentT) : Current(CurrentT) {} in IteratorBase() argument
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/compiler-rt/lib/scudo/standalone/
H A Dlist.h22 explicit IteratorBase(T *CurrentT) : Current(CurrentT) {} in IteratorBase() argument
/dports/devel/wasi-compiler-rt11/compiler-rt-11.0.1.src/lib/scudo/standalone/
H A Dlist.h22 explicit IteratorBase(T *CurrentT) : Current(CurrentT) {} in IteratorBase() argument
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dlist.h22 explicit IteratorBase(T *CurrentT) : Current(CurrentT) {} in IteratorBase() argument
/dports/devel/llvm13/llvm-project-13.0.1.src/compiler-rt/lib/scudo/standalone/
H A Dlist.h22 explicit IteratorBase(T *CurrentT) : Current(CurrentT) {} in IteratorBase() argument
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/unittests/AST/
H A DASTImporterGenericRedeclTest.cpp126 auto *CurrentT = cast<TemplateDecl>(Current); in CheckPreviousDecl() local
128 ASSERT_TRUE(CurrentT->getTemplatedDecl()); in CheckPreviousDecl()
129 EXPECT_EQ(CurrentT->getTemplatedDecl()->getPreviousDecl(), in CheckPreviousDecl()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/unittests/AST/
H A DASTImporterGenericRedeclTest.cpp126 auto *CurrentT = cast<TemplateDecl>(Current); in CheckPreviousDecl() local
128 ASSERT_TRUE(CurrentT->getTemplatedDecl()); in CheckPreviousDecl()
129 EXPECT_EQ(CurrentT->getTemplatedDecl()->getPreviousDecl(), in CheckPreviousDecl()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/unittests/AST/
H A DASTImporterGenericRedeclTest.cpp126 auto *CurrentT = cast<TemplateDecl>(Current); in CheckPreviousDecl() local
128 ASSERT_TRUE(CurrentT->getTemplatedDecl()); in CheckPreviousDecl()
129 EXPECT_EQ(CurrentT->getTemplatedDecl()->getPreviousDecl(), in CheckPreviousDecl()

12