Home
last modified time | relevance | path

Searched defs:getBound (Results 1 – 25 of 127) sorted by relevance

123456

/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/utils/windowfunction/
H A Dframeboundrow.cpp44 int64_t FrameBoundRow::getBound(int64_t b, int64_t e, int64_t c) in getBound() function in windowfunction::FrameBoundRow
56 int64_t FrameBoundConstantRow::getBound(int64_t b, int64_t e, int64_t c) in getBound() function in windowfunction::FrameBoundConstantRow
86 int64_t FrameBoundExpressionRow<T>::getBound(int64_t b, int64_t e, int64_t c) in getBound() function in windowfunction::FrameBoundExpressionRow
H A Dframebound.cpp43 int64_t FrameBound::getBound(int64_t b, int64_t e, int64_t c) in getBound() function in windowfunction::FrameBound
H A Dframeboundrange.cpp44 int64_t FrameBoundRange::getBound(int64_t b, int64_t e, int64_t c) in getBound() function in windowfunction::FrameBoundRange
78 int64_t FrameBoundConstantRange<T>::getBound(int64_t b, int64_t e, int64_t c) in getBound() function in windowfunction::FrameBoundConstantRange
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/utils/windowfunction/
H A Dframeboundrow.cpp44 int64_t FrameBoundRow::getBound(int64_t b, int64_t e, int64_t c) in getBound() function in windowfunction::FrameBoundRow
56 int64_t FrameBoundConstantRow::getBound(int64_t b, int64_t e, int64_t c) in getBound() function in windowfunction::FrameBoundConstantRow
86 int64_t FrameBoundExpressionRow<T>::getBound(int64_t b, int64_t e, int64_t c) in getBound() function in windowfunction::FrameBoundExpressionRow
H A Dframebound.cpp43 int64_t FrameBound::getBound(int64_t b, int64_t e, int64_t c) in getBound() function in windowfunction::FrameBound
/dports/math/fcl05/fcl-0.5.0/include/fcl/math/
H A Dsampling.h122 void getBound(Vecnf<N>& lower_bound_, in getBound() function
171 void getBound(Vecnf<2>& lower_bound_, in getBound() function
265 void getBound(Vecnf<3>& lower_bound_, in getBound() function
272 void getBound(Vec3f& lower_bound_, in getBound() function
338 void getBound(Vecnf<3>& lower_bound_, in getBound() function
345 void getBound(Vec3f& lower_bound_, in getBound() function
388 void getBound(FCL_REAL& r_) const in getBound() function
434 void getBound(FCL_REAL& r_) const in getBound() function
/dports/math/fcl/fcl-0.7.0/include/fcl/math/motion/taylor_model/
H A Dtaylor_vector-inl.h280 IVector3<S> TVector3<S>::getBound() const in getBound() function
287 IVector3<S> TVector3<S>::getBound(S l, S r) const in getBound() function
294 IVector3<S> TVector3<S>::getBound(S t) const in getBound() function
H A Dtaylor_matrix-inl.h366 IMatrix3<S> TMatrix3<S>::getBound() const in getBound() function
373 IMatrix3<S> TMatrix3<S>::getBound(S l, S r) const in getBound() function
380 IMatrix3<S> TMatrix3<S>::getBound(S t) const in getBound() function
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.compiler/share/classes/com/sun/source/tree/
H A DWildcardTree.java52 Tree getBound(); in getBound() method
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.compiler/share/classes/com/sun/source/tree/
H A DWildcardTree.java52 Tree getBound(); in getBound() method
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.compiler/share/classes/com/sun/source/tree/
H A DWildcardTree.java52 Tree getBound(); in getBound() method
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.compiler/share/classes/com/sun/source/tree/
H A DWildcardTree.java52 Tree getBound(); in getBound() method
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.compiler/share/classes/com/sun/source/tree/
H A DWildcardTree.java52 Tree getBound(); in getBound() method
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.compiler/share/classes/com/sun/source/tree/
H A DWildcardTree.java52 Tree getBound(); in getBound() method
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.compiler/share/classes/com/sun/source/tree/
H A DWildcardTree.java52 Tree getBound(); in getBound() method
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.compiler/share/classes/com/sun/source/tree/
H A DWildcardTree.java52 Tree getBound(); in getBound() method
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/source/tree/
H A DWildcardTree.java49 Tree getBound(); in getBound() method
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/source/tree/
H A DWildcardTree.java49 Tree getBound(); in getBound() method
/dports/math/fcl05/fcl-0.5.0/src/ccd/
H A Dtaylor_vector.cpp203 IVector3 TVector3::getBound() const in getBound() function in fcl::TVector3
208 IVector3 TVector3::getBound(FCL_REAL l, FCL_REAL r) const in getBound() function in fcl::TVector3
213 IVector3 TVector3::getBound(FCL_REAL t) const in getBound() function in fcl::TVector3
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/examples/osgoit/
H A DHeatMap.cpp86 virtual osg::Bound getBound() const { return osg::Bound(m_bounds, m_bounds); } in getBound() function in MyGeometry
88 virtual const osg::BoundingSphere& getBound() const {return m_bsphere;} in getBound() function in MyGeometry
/dports/math/fcl/fcl-0.7.0/include/fcl/math/sampler/
H A Dsampler_se3_quat-inl.h67 void SamplerSE3Quat<S>::getBound(Vector3<S>& lower_bound_, Vector3<S>& upper_bound_) const in getBound() function
H A Dsampler_se3_quat_ball-inl.h73 void SamplerSE3Quat_ball<S>::getBound(S& r_) const in getBound() function
H A Dsampler_se3_euler_ball-inl.h73 void SamplerSE3Euler_ball<S>::getBound(S& r_) const in getBound() function
H A Dsampler_se3_euler-inl.h89 void SamplerSE3Euler<S>::getBound(Vector3<S>& lower_bound_, Vector3<S>& upper_bound_) const in getBound() function
H A Dsampler_se2-inl.h75 void SamplerSE2<S>::getBound(Vector2<S>& lower_bound_, Vector2<S>& upper_bound_) const in getBound() function

123456