Home
last modified time | relevance | path

Searched defs:aX (Results 1 – 25 of 1324) sorted by relevance

12345678910>>...53

/dports/lang/spidermonkey60/firefox-60.9.0/mfbt/
H A DMove.h200 inline typename RemoveReference<T>::Type&& Move(T&& aX) { in Move()
209 inline T&& Forward(typename RemoveReference<T>::Type& aX) { in Forward()
214 inline T&& Forward(typename RemoveReference<T>::Type&& aX) { in Forward()
222 inline void Swap(T& aX, T& aY) { in Swap()
/dports/www/firefox-legacy/firefox-52.8.0esr/mfbt/
H A DMove.h201 Move(T&& aX) in Move()
212 Forward(typename RemoveReference<T>::Type& aX) in Forward()
219 Forward(typename RemoveReference<T>::Type&& aX) in Forward()
229 Swap(T& aX, T& aY) in Swap()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/mfbt/
H A DMove.h201 Move(T&& aX) in Move()
212 Forward(typename RemoveReference<T>::Type& aX) in Forward()
219 Forward(typename RemoveReference<T>::Type&& aX) in Forward()
229 Swap(T& aX, T& aY) in Swap()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/include/mozilla/
H A DMove.h201 Move(T&& aX) in Move()
212 Forward(typename RemoveReference<T>::Type& aX) in Forward()
219 Forward(typename RemoveReference<T>::Type&& aX) in Forward()
229 Swap(T& aX, T& aY) in Swap()
/dports/math/yacas/yacas-1.9.1/jyacas/net/sf/yacas/
H A DBigNumber.java261 public void Add( BigNumber aX, BigNumber aY, int aPrecision) in Add()
292 public void Negate( BigNumber aX) in Negate()
307 public void Divide( BigNumber aX, BigNumber aY, int aPrecision) in Divide()
353 public void Floor( BigNumber aX) in Floor()
394 void ShiftLeft( BigNumber aX, int aNrToShift) throws Exception in ShiftLeft()
400 void ShiftRight( BigNumber aX, int aNrToShift) throws Exception in ShiftRight()
407 void Gcd( BigNumber aX, BigNumber aY) throws Exception in Gcd()
414 void BitAnd( BigNumber aX, BigNumber aY) throws Exception in BitAnd()
421 void BitOr( BigNumber aX, BigNumber aY) throws Exception in BitOr()
428 void BitXor( BigNumber aX, BigNumber aY) throws Exception in BitXor()
[all …]
/dports/science/opensim-core/opensim-core-4.1/OpenSim/Common/
H A DVectorFunctionUncoupledNxN.h99 virtual void evaluate( const SimTK::State& s, const double *aX, double *rF) { in evaluate()
102 virtual void evaluate( const SimTK::State& s, const Array<double> &aX, Array<double> &rF){ in evaluate()
105 …virtual void evaluate( const SimTK::State& s, const Array<double> &aX, Array<double> &rF, const Ar… in evaluate()
H A DPiecewiseConstantFunction.cpp64 PiecewiseConstantFunction::PiecewiseConstantFunction(int aN,const double *aX,const double *aY, in PiecewiseConstantFunction()
303 evaluateTotalFirstDerivative(double aX,double aDxdt) const in evaluateTotalFirstDerivative()
312 evaluateTotalSecondDerivative(double aX,double aDxdt,double aD2xdt2) const in evaluateTotalSecondDerivative()
387 int PiecewiseConstantFunction::addPoint(double aX, double aY) in addPoint()
403 double aX = x[0]; in calcValue() local
/dports/science/opensim-core/opensim-core-4.1/OpenSim/Tools/
H A DVectorFunctionForActuators.h123 void calcValue( const double *aX, double *rF, int aSize) override { in calcValue()
127 void calcValue( const Array<double> &aX, Array<double> &rF) override { in calcValue()
131 … virtual void calcValue( const Array<double> &aX, Array<double> &rF, const Array<int> &aDerivWRT) { in calcValue()
135 void calcDerivative(const Array<double> &aX,Array<double> &rY, in calcDerivative()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/src/
H A DnsScriptableRegion.cpp39 NS_IMETHODIMP nsScriptableRegion::SetToRect(int32_t aX, int32_t aY, int32_t aWidth, int32_t aHeight) in SetToRect()
53 NS_IMETHODIMP nsScriptableRegion::IntersectRect(int32_t aX, int32_t aY, int32_t aWidth, int32_t aHe… in IntersectRect()
67 NS_IMETHODIMP nsScriptableRegion::UnionRect(int32_t aX, int32_t aY, int32_t aWidth, int32_t aHeight) in UnionRect()
81 NS_IMETHODIMP nsScriptableRegion::SubtractRect(int32_t aX, int32_t aY, int32_t aWidth, int32_t aHei… in SubtractRect()
101 NS_IMETHODIMP nsScriptableRegion::GetBoundingBox(int32_t *aX, int32_t *aY, int32_t *aWidth, int32_t… in GetBoundingBox()
117 NS_IMETHODIMP nsScriptableRegion::ContainsRect(int32_t aX, int32_t aY, int32_t aWidth, int32_t aHei… in ContainsRect()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/src/
H A DnsScriptableRegion.cpp33 NS_IMETHODIMP nsScriptableRegion::SetToRect(int32_t aX, int32_t aY, in SetToRect()
47 NS_IMETHODIMP nsScriptableRegion::IntersectRect(int32_t aX, int32_t aY, in IntersectRect()
61 NS_IMETHODIMP nsScriptableRegion::UnionRect(int32_t aX, int32_t aY, in UnionRect()
74 NS_IMETHODIMP nsScriptableRegion::SubtractRect(int32_t aX, int32_t aY, in SubtractRect()
94 NS_IMETHODIMP nsScriptableRegion::GetBoundingBox(int32_t *aX, int32_t *aY, in GetBoundingBox()
107 NS_IMETHODIMP nsScriptableRegion::ContainsRect(int32_t aX, int32_t aY, in ContainsRect()
/dports/science/opensim-core/opensim-core-4.1/OpenSim/Common/Test/
H A DExampleVectorFunctionUncoupledNxN.h117 void calcValue(const double *aX,double *rY, int aSize) override { in calcValue()
140 void calcValue(const Array<double> &aX,Array<double> &rY) override { in calcValue()
143 void calcDerivative(const Array<double> &aX,Array<double> &rY, in calcDerivative()
/dports/math/yacas/yacas-1.9.1/cyacas/libyacas/src/
H A Dyacasnumbers.cpp392 void BigNumber::Multiply(const BigNumber& aX, in Multiply()
422 void BigNumber::Add(const BigNumber& aX, const BigNumber& aY, int aPrecision) in Add()
451 void BigNumber::Negate(const BigNumber& aX) in Negate()
472 void BigNumber::Divide(const BigNumber& aX, const BigNumber& aY, int aPrecision) in Divide()
513 void BigNumber::ShiftLeft(const BigNumber& aX, int aNrToShift) in ShiftLeft()
523 void BigNumber::ShiftRight(const BigNumber& aX, int aNrToShift) in ShiftRight()
533 void BigNumber::BitAnd(const BigNumber& aX, const BigNumber& aY) in BitAnd()
546 void BigNumber::BitOr(const BigNumber& aX, const BigNumber& aY) in BitOr()
560 void BigNumber::BitXor(const BigNumber& aX, const BigNumber& aY) in BitXor()
574 void BigNumber::BitNot(const BigNumber& aX) in BitNot()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/dom/base/
H A DDOMPoint.h26 DOMPointReadOnly(nsISupports* aParent, double aX, double aY, double aZ, in DOMPointReadOnly()
49 : DOMPointReadOnly(aParent, aX, aY, aZ, aW) {} in DOMPointReadOnly() argument
62 void SetX(double aX) { mX = aX; } in SetX()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/base/
H A DDOMPoint.h27 DOMPointReadOnly(nsISupports* aParent, double aX, double aY, in DOMPointReadOnly()
57 : DOMPointReadOnly(aParent, aX, aY, aZ, aW) in DOMPointReadOnly() argument
70 void SetX(double aX) { mX = aX; } in SetX()
/dports/www/firefox-esr/firefox-91.8.0/mfbt/
H A DWrappingOperations.h152 constexpr T WrappingAdd(T aX, T aY) { in WrappingAdd()
198 constexpr T WrappingSubtract(T aX, T aY) { in WrappingSubtract()
256 constexpr T WrappingMultiply(T aX, T aY) { in WrappingMultiply()
/dports/www/firefox/firefox-99.0/mfbt/
H A DWrappingOperations.h152 constexpr T WrappingAdd(T aX, T aY) { in WrappingAdd()
198 constexpr T WrappingSubtract(T aX, T aY) { in WrappingSubtract()
256 constexpr T WrappingMultiply(T aX, T aY) { in WrappingMultiply()
/dports/mail/thunderbird/thunderbird-91.8.0/mfbt/
H A DWrappingOperations.h152 constexpr T WrappingAdd(T aX, T aY) { in WrappingAdd()
198 constexpr T WrappingSubtract(T aX, T aY) { in WrappingSubtract()
256 constexpr T WrappingMultiply(T aX, T aY) { in WrappingMultiply()
/dports/lang/spidermonkey78/firefox-78.9.0/mfbt/
H A DWrappingOperations.h152 constexpr T WrappingAdd(T aX, T aY) { in WrappingAdd()
198 constexpr T WrappingSubtract(T aX, T aY) { in WrappingSubtract()
256 constexpr T WrappingMultiply(T aX, T aY) { in WrappingMultiply()
/dports/www/firefox-esr/firefox-91.8.0/layout/base/gtest/
H A DTestAccessibleCaretEventHub.cpp106 nscoord aX, nscoord aY) { in CreateMouseEvent()
116 static UniquePtr<WidgetEvent> CreateMousePressEvent(nscoord aX, nscoord aY) { in CreateMousePressEvent()
120 static UniquePtr<WidgetEvent> CreateMouseMoveEvent(nscoord aX, nscoord aY) { in CreateMouseMoveEvent()
124 static UniquePtr<WidgetEvent> CreateMouseReleaseEvent(nscoord aX, in CreateMouseReleaseEvent()
129 static UniquePtr<WidgetEvent> CreateLongTapEvent(nscoord aX, nscoord aY) { in CreateLongTapEvent()
134 nscoord aX, nscoord aY) { in CreateTouchEvent()
149 static UniquePtr<WidgetEvent> CreateTouchStartEvent(nscoord aX, nscoord aY) { in CreateTouchStartEvent()
153 static UniquePtr<WidgetEvent> CreateTouchMoveEvent(nscoord aX, nscoord aY) { in CreateTouchMoveEvent()
157 static UniquePtr<WidgetEvent> CreateTouchEndEvent(nscoord aX, nscoord aY) { in CreateTouchEndEvent()
161 static UniquePtr<WidgetEvent> CreateTouchCancelEvent(nscoord aX, nscoord aY) { in CreateTouchCancelEvent()
/dports/www/firefox/firefox-99.0/layout/base/gtest/
H A DTestAccessibleCaretEventHub.cpp106 nscoord aX, nscoord aY) { in CreateMouseEvent()
116 static UniquePtr<WidgetEvent> CreateMousePressEvent(nscoord aX, nscoord aY) { in CreateMousePressEvent()
120 static UniquePtr<WidgetEvent> CreateMouseMoveEvent(nscoord aX, nscoord aY) { in CreateMouseMoveEvent()
124 static UniquePtr<WidgetEvent> CreateMouseReleaseEvent(nscoord aX, in CreateMouseReleaseEvent()
129 static UniquePtr<WidgetEvent> CreateLongTapEvent(nscoord aX, nscoord aY) { in CreateLongTapEvent()
134 nscoord aX, nscoord aY) { in CreateTouchEvent()
149 static UniquePtr<WidgetEvent> CreateTouchStartEvent(nscoord aX, nscoord aY) { in CreateTouchStartEvent()
153 static UniquePtr<WidgetEvent> CreateTouchMoveEvent(nscoord aX, nscoord aY) { in CreateTouchMoveEvent()
157 static UniquePtr<WidgetEvent> CreateTouchEndEvent(nscoord aX, nscoord aY) { in CreateTouchEndEvent()
161 static UniquePtr<WidgetEvent> CreateTouchCancelEvent(nscoord aX, nscoord aY) { in CreateTouchCancelEvent()
/dports/mail/thunderbird/thunderbird-91.8.0/layout/base/gtest/
H A DTestAccessibleCaretEventHub.cpp106 nscoord aX, nscoord aY) { in CreateMouseEvent()
116 static UniquePtr<WidgetEvent> CreateMousePressEvent(nscoord aX, nscoord aY) { in CreateMousePressEvent()
120 static UniquePtr<WidgetEvent> CreateMouseMoveEvent(nscoord aX, nscoord aY) { in CreateMouseMoveEvent()
124 static UniquePtr<WidgetEvent> CreateMouseReleaseEvent(nscoord aX, in CreateMouseReleaseEvent()
129 static UniquePtr<WidgetEvent> CreateLongTapEvent(nscoord aX, nscoord aY) { in CreateLongTapEvent()
134 nscoord aX, nscoord aY) { in CreateTouchEvent()
149 static UniquePtr<WidgetEvent> CreateTouchStartEvent(nscoord aX, nscoord aY) { in CreateTouchStartEvent()
153 static UniquePtr<WidgetEvent> CreateTouchMoveEvent(nscoord aX, nscoord aY) { in CreateTouchMoveEvent()
157 static UniquePtr<WidgetEvent> CreateTouchEndEvent(nscoord aX, nscoord aY) { in CreateTouchEndEvent()
161 static UniquePtr<WidgetEvent> CreateTouchCancelEvent(nscoord aX, nscoord aY) { in CreateTouchCancelEvent()
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/base/gtest/
H A DTestAccessibleCaretEventHub.cpp122 nscoord aX, in CreateMouseEvent()
134 static UniquePtr<WidgetEvent> CreateMousePressEvent(nscoord aX, nscoord aY) in CreateMousePressEvent()
139 static UniquePtr<WidgetEvent> CreateMouseMoveEvent(nscoord aX, nscoord aY) in CreateMouseMoveEvent()
144 static UniquePtr<WidgetEvent> CreateMouseReleaseEvent(nscoord aX, nscoord aY) in CreateMouseReleaseEvent()
149 static UniquePtr<WidgetEvent> CreateLongTapEvent(nscoord aX, nscoord aY) in CreateLongTapEvent()
155 nscoord aX, in CreateTouchEvent()
172 static UniquePtr<WidgetEvent> CreateTouchStartEvent(nscoord aX, nscoord aY) in CreateTouchStartEvent()
177 static UniquePtr<WidgetEvent> CreateTouchMoveEvent(nscoord aX, nscoord aY) in CreateTouchMoveEvent()
182 static UniquePtr<WidgetEvent> CreateTouchEndEvent(nscoord aX, nscoord aY) in CreateTouchEndEvent()
187 static UniquePtr<WidgetEvent> CreateTouchCancelEvent(nscoord aX, nscoord aY) in CreateTouchCancelEvent()
/dports/lang/spidermonkey60/firefox-60.9.0/layout/base/gtest/
H A DTestAccessibleCaretEventHub.cpp106 nscoord aX, nscoord aY) { in CreateMouseEvent()
116 static UniquePtr<WidgetEvent> CreateMousePressEvent(nscoord aX, nscoord aY) { in CreateMousePressEvent()
120 static UniquePtr<WidgetEvent> CreateMouseMoveEvent(nscoord aX, nscoord aY) { in CreateMouseMoveEvent()
124 static UniquePtr<WidgetEvent> CreateMouseReleaseEvent(nscoord aX, in CreateMouseReleaseEvent()
129 static UniquePtr<WidgetEvent> CreateLongTapEvent(nscoord aX, nscoord aY) { in CreateLongTapEvent()
134 nscoord aX, nscoord aY) { in CreateTouchEvent()
149 static UniquePtr<WidgetEvent> CreateTouchStartEvent(nscoord aX, nscoord aY) { in CreateTouchStartEvent()
153 static UniquePtr<WidgetEvent> CreateTouchMoveEvent(nscoord aX, nscoord aY) { in CreateTouchMoveEvent()
157 static UniquePtr<WidgetEvent> CreateTouchEndEvent(nscoord aX, nscoord aY) { in CreateTouchEndEvent()
161 static UniquePtr<WidgetEvent> CreateTouchCancelEvent(nscoord aX, nscoord aY) { in CreateTouchCancelEvent()
/dports/lang/spidermonkey78/firefox-78.9.0/layout/base/gtest/
H A DTestAccessibleCaretEventHub.cpp106 nscoord aX, nscoord aY) { in CreateMouseEvent()
116 static UniquePtr<WidgetEvent> CreateMousePressEvent(nscoord aX, nscoord aY) { in CreateMousePressEvent()
120 static UniquePtr<WidgetEvent> CreateMouseMoveEvent(nscoord aX, nscoord aY) { in CreateMouseMoveEvent()
124 static UniquePtr<WidgetEvent> CreateMouseReleaseEvent(nscoord aX, in CreateMouseReleaseEvent()
129 static UniquePtr<WidgetEvent> CreateLongTapEvent(nscoord aX, nscoord aY) { in CreateLongTapEvent()
134 nscoord aX, nscoord aY) { in CreateTouchEvent()
149 static UniquePtr<WidgetEvent> CreateTouchStartEvent(nscoord aX, nscoord aY) { in CreateTouchStartEvent()
153 static UniquePtr<WidgetEvent> CreateTouchMoveEvent(nscoord aX, nscoord aY) { in CreateTouchMoveEvent()
157 static UniquePtr<WidgetEvent> CreateTouchEndEvent(nscoord aX, nscoord aY) { in CreateTouchEndEvent()
161 static UniquePtr<WidgetEvent> CreateTouchCancelEvent(nscoord aX, nscoord aY) { in CreateTouchCancelEvent()
/dports/lang/spidermonkey78/firefox-78.9.0/widget/android/
H A DAndroidContentController.cpp27 const float aX, const float aY, const bool aIsRootContent) { in UpdateOverscrollVelocity()
34 const float aX, const float aY, const bool aIsRootContent) { in UpdateOverscrollOffset()

12345678910>>...53