Home
last modified time | relevance | path

Searched refs:fp_pow_with_exp_log (Results 1 – 6 of 6) sorted by relevance

/dports/math/fparser/fparser-4.5.2/extrasrc/
H A Dfpaux.hh1194 inline Value_t fp_pow_with_exp_log(const Value_t& x, const Value_t& y) in fp_pow_with_exp_log() function
1224 if(x > Value_t(0)) return fp_pow_with_exp_log(x, y); in fp_pow()
1227 return -fp_pow_with_exp_log(-x, y); in fp_pow()
1231 if(x > Value_t(0)) return fp_pow_with_exp_log(Value_t(1) / x, -y); in fp_pow()
1235 return -fp_pow_with_exp_log(Value_t(-1) / x, -y); in fp_pow()
/dports/math/libmesh/libmesh-1.6.2/contrib/fparser/extrasrc/
H A Dfpaux.hh1183 inline Value_t fp_pow_with_exp_log(const Value_t& x, const Value_t& y) in fp_pow_with_exp_log() function
1213 if(x > Value_t(0)) return fp_pow_with_exp_log(x, y); in fp_pow()
1216 return -fp_pow_with_exp_log(-x, y); in fp_pow()
1220 if(x > Value_t(0)) return fp_pow_with_exp_log(Value_t(1) / x, -y); in fp_pow()
1224 return -fp_pow_with_exp_log(Value_t(-1) / x, -y); in fp_pow()
/dports/math/mathmod/mathmod-11.1/fparser/extrasrc/
H A Dfpaux.hh1194 inline Value_t fp_pow_with_exp_log(const Value_t& x, const Value_t& y) in fp_pow_with_exp_log() function
1224 if(x > Value_t(0)) return fp_pow_with_exp_log(x, y); in fp_pow()
1227 return -fp_pow_with_exp_log(-x, y); in fp_pow()
1231 if(x > Value_t(0)) return fp_pow_with_exp_log(Value_t(1) / x, -y); in fp_pow()
1235 return -fp_pow_with_exp_log(Value_t(-1) / x, -y); in fp_pow()
/dports/math/fparser/fparser-4.5.2/
H A Dfparser.cc289 inline ValueT fp_pow_with_exp_log(const ValueT& x, const ValueT& y) in fp_pow_with_exp_log() function
329 if(x > ValueT(0)) return fp_pow_with_exp_log(x, y); in fp_pow()
334 return -fp_pow_with_exp_log(-x, y); in fp_pow()
363 if(x > ValueT(0)) return fp_pow_with_exp_log(ValueT(1) / x, -y); in fp_pow()
367 return -fp_pow_with_exp_log(ValueT(-1) / x, -y); in fp_pow()
/dports/math/libmesh/libmesh-1.6.2/contrib/fparser/
H A Dfparser.cc295 inline ValueT fp_pow_with_exp_log(const ValueT& x, const ValueT& y) in fp_pow_with_exp_log() function
335 if(x > ValueT(0)) return fp_pow_with_exp_log(x, y); in fp_pow()
340 return -fp_pow_with_exp_log(-x, y); in fp_pow()
369 if(x > ValueT(0)) return fp_pow_with_exp_log(ValueT(1) / x, -y); in fp_pow()
373 return -fp_pow_with_exp_log(ValueT(-1) / x, -y); in fp_pow()
/dports/math/mathmod/mathmod-11.1/fparser/
H A Dfparser.cc287 inline ValueT fp_pow_with_exp_log(const ValueT& x, const ValueT& y) in fp_pow_with_exp_log() function
327 if(x > ValueT(0)) return fp_pow_with_exp_log(x, y); in fp_pow()
332 return -fp_pow_with_exp_log(-x, y); in fp_pow()
361 if(x > ValueT(0)) return fp_pow_with_exp_log(ValueT(1) / x, -y); in fp_pow()
365 return -fp_pow_with_exp_log(ValueT(-1) / x, -y); in fp_pow()