Home
last modified time | relevance | path

Searched defs:pow_op (Results 1 – 14 of 14) sorted by relevance

/dports/math/cppad/CppAD-20210000.8/example/graph/
H A Dpow_op.cpp29 bool pow_op(void) in pow_op() function
/dports/math/cppad/CppAD-20210000.8/example/json/
H A Dpow_op.cpp29 bool pow_op(void) in pow_op() function
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Graphics/Mathematics/
H A Doperators.hpp141 struct pow_op { struct
149 struct cst_pow_op { argument
/dports/math/Imath/Imath-3.1.4/src/python/PyImath/
H A DPyImathFunOperators.h358 struct pow_op { struct
360 apply(T x, T y) in apply()
/dports/math/adol-c/ADOL-C-2.7.2/ADOL-C/src/
H A Doplate.h48 pow_op, enumerator
/dports/math/py-numexpr/numexpr-2.8.0/numexpr/
H A Dexpressions.py275 def pow_op(a, b): function
/dports/math/gismo/gismo-21.12.0/external/
H A Dexprtk.hpp12760 struct pow_op : public opr_base<T> struct
12762 typedef typename opr_base<T>::Type Type;
12763 typedef typename opr_base<T>::RefType RefType;
12765 static inline T process(Type t1, Type t2) { return numeric::pow<T>(t1,t2); } in process()
12766 static inline void assign(RefType t1, Type t2) { t1 = numeric::pow<T>(t1,t2); } in assign()
12767 … static inline typename expression_node<T>::node_type type() { return expression_node<T>::e_pow; } in type()
12768 static inline details::operator_type operation() { return details::e_pow; } in operation()
/dports/math/openturns/openturns-1.18/lib/src/Base/Func/openturns/
H A Dexprtk.hpp13006 struct pow_op : public opr_base<T> struct
13008 typedef typename opr_base<T>::Type Type;
13009 typedef typename opr_base<T>::RefType RefType;
13011 static inline T process(Type t1, Type t2) { return numeric::pow<T>(t1,t2); } in process()
13012 static inline void assign(RefType t1, Type t2) { t1 = numeric::pow<T>(t1,t2); } in assign()
13013 … static inline typename expression_node<T>::node_type type() { return expression_node<T>::e_pow; } in type()
13014 static inline details::operator_type operation() { return details::e_pow; } in operation()
/dports/math/exprtk/exprtk-ca5c577917646ddba3f71ce6d5dd7d01f351ee80/
H A Dexprtk.hpp12764 struct pow_op : public opr_base<T> struct
12766 typedef typename opr_base<T>::Type Type;
12767 typedef typename opr_base<T>::RefType RefType;
12769 static inline T process(Type t1, Type t2) { return numeric::pow<T>(t1,t2); } in process()
12770 static inline void assign(RefType t1, Type t2) { t1 = numeric::pow<T>(t1,t2); } in assign()
12771 … static inline typename expression_node<T>::node_type type() { return expression_node<T>::e_pow; } in type()
12772 static inline details::operator_type operation() { return details::e_pow; } in operation()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/exprtk/vtkexprtk/
H A Dexprtk.hpp13008 struct pow_op : public opr_base<T> struct
13010 typedef typename opr_base<T>::Type Type;
13011 typedef typename opr_base<T>::RefType RefType;
13013 static inline T process(Type t1, Type t2) { return numeric::pow<T>(t1,t2); } in process()
13014 static inline void assign(RefType t1, Type t2) { t1 = numeric::pow<T>(t1,t2); } in assign()
13015 … static inline typename expression_node<T>::node_type type() { return expression_node<T>::e_pow; } in type()
13016 static inline details::operator_type operation() { return details::e_pow; } in operation()
/dports/www/firefox/firefox-99.0/third_party/rust/jsparagus-generated-parser/src/
H A Dast_builder.rs1872 pub fn pow_op(&self, token: arena::Box<'alloc, Token>) -> BinaryOperator { in pow_op() method
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/jsparagus-generated-parser/src/
H A Dast_builder.rs1872 pub fn pow_op(&self, token: arena::Box<'alloc, Token>) -> BinaryOperator { in pow_op() method
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/jsparagus-generated-parser/src/
H A Dast_builder.rs1872 pub fn pow_op(&self, token: arena::Box<'alloc, Token>) -> BinaryOperator { in pow_op() method
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/jsparagus-generated-parser/src/
H A Dast_builder.rs1820 pub fn pow_op(&self, token: arena::Box<'alloc, Token>) -> BinaryOperator { in pow_op() method