Home
last modified time | relevance | path

Searched refs:Value (Results 1 – 25 of 15743) sorted by relevance

12345678910>>...630

/dports/multimedia/libva-intel-media-driver/media-driver-intel-media-22.1.1/media_driver/agnostic/Xe_M/Xe_XPM/hw/
H A Dmhw_vebox_hwcmd_xe_xpm.cpp36 DW0.Value = 0x9a6e39f0; in VEBOX_STD_STE_STATE_CMD()
43 DW1.Value = 0x400d3c65; in VEBOX_STD_STE_STATE_CMD()
50 DW2.Value = 0x000c9180; in VEBOX_STD_STE_STATE_CMD()
55 DW3.Value = 0xfe2f2e00; in VEBOX_STD_STE_STATE_CMD()
60 DW4.Value = 0x0003ffff; in VEBOX_STD_STE_STATE_CMD()
65 DW5.Value = 0x00140000; in VEBOX_STD_STE_STATE_CMD()
68 DW6.Value = 0xd82e0640; in VEBOX_STD_STE_STATE_CMD()
73 DW7.Value = 0x8285ecec; in VEBOX_STD_STE_STATE_CMD()
841 DW14_15.Value[0] = DW14_15.Value[1] = 0x00000000; in VEBOX_STATE_CMD()
905 DW1_2.Value[0] = DW1_2.Value[1] = 0x00000000; in VEBOX_TILING_CONVERT_CMD()
[all …]
/dports/editors/calligra/calligra-3.2.1/sheets/tests/
H A DTestFinancialFunctions.cpp41 static Value TestDouble(const QString& formula, const Value& v2, int accuracy) in TestDouble()
50 Value result = f.eval(); in TestDouble()
64 static Value TestSimple(const QString& formula) in TestSimple()
271 …CHECK_EVAL_SHORT("CUMIPMT( 0.06/12; 5*12; 100000; 15; 12; 0 )", Value(Value::errorVALUE())); /… in testCUMIPMT()
284 …CHECK_EVAL_SHORT("CUMPRINC( 0.06/12; 5*12; 100000;15; 12; 0 )", Value(Value::errorVALUE())); /… in testCUMPRINC()
312 CHECK_EVAL("DB(0;500;4;2)", Value(Value::errorNUM())); in testDB()
313 CHECK_EVAL("DB(4000;-500;4;2)", Value(Value::errorNUM())); in testDB()
314 CHECK_EVAL("DB(4000;500;0;0)", Value(Value::errorNUM())); in testDB()
315 CHECK_EVAL("DB(4000;500;2;0)", Value(Value::errorNUM())); in testDB()
814 CHECK_EVAL("MIRR({1000;1100;1200;1500;1600};10%;12%)", Value(Value::errorDIV0())); in testMIRR()
[all …]
H A DTestMathFunctions.cpp39 Value TestMathFunctions::TestDouble(const QString& formula, const Value& v2, int accuracy) in TestDouble()
48 Value result = f.eval(); in TestDouble()
65 return Value(ROUND(f)); in RoundNumber()
69 inline static Value RoundNumber(const Value& v) in RoundNumber()
75 return Value(ROUND(d)); in RoundNumber()
87 Value result = f.eval(); in evaluate()
158 CHECK_EVAL("ABS(0)", Value(0)); in testABS()
159 CHECK_EVAL("ABS(-1)", Value(1)); in testABS()
160 CHECK_EVAL("ABS(-2)", Value(2)); in testABS()
161 CHECK_EVAL("ABS(-3)", Value(3)); in testABS()
[all …]
H A DTestDatetimeFunctions.cpp56 static Value RoundNumber(double f)
58 return Value(ROUND(f));
63 static Value RoundNumber(const Value& v) in RoundNumber()
69 return Value(ROUND(d)); in RoundNumber()
74 Value TestDatetimeFunctions::evaluate(const QString& formula, Value& ex) in evaluate()
81 Value result = f.eval(); in evaluate()
84 ex = Value(ex.asFloat()); in evaluate()
86 result = Value(result.asFloat()); in evaluate()
237 CHECK_EVAL("WEEKSINYEAR(1970)", Value(53)); in testWEEKSINYEAR()
238 CHECK_EVAL("WEEKSINYEAR(1995)", Value(52)); in testWEEKSINYEAR()
[all …]
/dports/devel/boost-docs/boost_1_72_0/boost/numeric/odeint/stepper/
H A Drunge_kutta_fehlberg78.hpp51 (*this)[0] = static_cast< Value >( 2 )/static_cast< Value >( 27 ); in rk78_coefficients_a1()
60 (*this)[0] = static_cast< Value >( 1 )/static_cast< Value >( 36 ); in rk78_coefficients_a2()
61 (*this)[1] = static_cast< Value >( 1 )/static_cast< Value >( 12 ); in rk78_coefficients_a2()
71 (*this)[0] = static_cast< Value >( 1 )/static_cast< Value >( 24 ); in rk78_coefficients_a3()
73 (*this)[2] = static_cast< Value >( 1 )/static_cast< Value >( 8 ); in rk78_coefficients_a3()
97 (*this)[3] = static_cast< Value >( 1 )/static_cast< Value >( 4 ); in rk78_coefficients_a5()
248 … (*this)[0] = static_cast< Value >( 0 ) - static_cast< Value >( 41 )/static_cast<Value>( 840 ); in rk78_coefficients_db()
258 … (*this)[10] = static_cast< Value >( 0 ) - static_cast< Value >( 41 )/static_cast<Value>( 840 ); in rk78_coefficients_db()
330 … rk78_coefficients_a4<Value>() , rk78_coefficients_a5<Value>() , rk78_coefficients_a6<Value>() , in runge_kutta_fehlberg78()
331 … rk78_coefficients_a7<Value>() , rk78_coefficients_a8<Value>() , rk78_coefficients_a9<Value>() , in runge_kutta_fehlberg78()
[all …]
/dports/devel/hyperscan/boost_1_75_0/boost/numeric/odeint/stepper/
H A Drunge_kutta_fehlberg78.hpp51 (*this)[0] = static_cast< Value >( 2 )/static_cast< Value >( 27 ); in rk78_coefficients_a1()
60 (*this)[0] = static_cast< Value >( 1 )/static_cast< Value >( 36 ); in rk78_coefficients_a2()
61 (*this)[1] = static_cast< Value >( 1 )/static_cast< Value >( 12 ); in rk78_coefficients_a2()
71 (*this)[0] = static_cast< Value >( 1 )/static_cast< Value >( 24 ); in rk78_coefficients_a3()
73 (*this)[2] = static_cast< Value >( 1 )/static_cast< Value >( 8 ); in rk78_coefficients_a3()
97 (*this)[3] = static_cast< Value >( 1 )/static_cast< Value >( 4 ); in rk78_coefficients_a5()
248 … (*this)[0] = static_cast< Value >( 0 ) - static_cast< Value >( 41 )/static_cast<Value>( 840 ); in rk78_coefficients_db()
258 … (*this)[10] = static_cast< Value >( 0 ) - static_cast< Value >( 41 )/static_cast<Value>( 840 ); in rk78_coefficients_db()
330 … rk78_coefficients_a4<Value>() , rk78_coefficients_a5<Value>() , rk78_coefficients_a6<Value>() , in runge_kutta_fehlberg78()
331 … rk78_coefficients_a7<Value>() , rk78_coefficients_a8<Value>() , rk78_coefficients_a9<Value>() , in runge_kutta_fehlberg78()
[all …]
/dports/devel/R-cran-BH/BH/inst/include/boost/numeric/odeint/stepper/
H A Drunge_kutta_fehlberg78.hpp51 (*this)[0] = static_cast< Value >( 2 )/static_cast< Value >( 27 ); in rk78_coefficients_a1()
60 (*this)[0] = static_cast< Value >( 1 )/static_cast< Value >( 36 ); in rk78_coefficients_a2()
61 (*this)[1] = static_cast< Value >( 1 )/static_cast< Value >( 12 ); in rk78_coefficients_a2()
71 (*this)[0] = static_cast< Value >( 1 )/static_cast< Value >( 24 ); in rk78_coefficients_a3()
73 (*this)[2] = static_cast< Value >( 1 )/static_cast< Value >( 8 ); in rk78_coefficients_a3()
97 (*this)[3] = static_cast< Value >( 1 )/static_cast< Value >( 4 ); in rk78_coefficients_a5()
248 … (*this)[0] = static_cast< Value >( 0 ) - static_cast< Value >( 41 )/static_cast<Value>( 840 ); in rk78_coefficients_db()
258 … (*this)[10] = static_cast< Value >( 0 ) - static_cast< Value >( 41 )/static_cast<Value>( 840 ); in rk78_coefficients_db()
330 … rk78_coefficients_a4<Value>() , rk78_coefficients_a5<Value>() , rk78_coefficients_a6<Value>() , in runge_kutta_fehlberg78()
331 … rk78_coefficients_a7<Value>() , rk78_coefficients_a8<Value>() , rk78_coefficients_a9<Value>() , in runge_kutta_fehlberg78()
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/numeric/odeint/stepper/
H A Drunge_kutta_fehlberg78.hpp51 (*this)[0] = static_cast< Value >( 2 )/static_cast< Value >( 27 ); in rk78_coefficients_a1()
60 (*this)[0] = static_cast< Value >( 1 )/static_cast< Value >( 36 ); in rk78_coefficients_a2()
61 (*this)[1] = static_cast< Value >( 1 )/static_cast< Value >( 12 ); in rk78_coefficients_a2()
71 (*this)[0] = static_cast< Value >( 1 )/static_cast< Value >( 24 ); in rk78_coefficients_a3()
73 (*this)[2] = static_cast< Value >( 1 )/static_cast< Value >( 8 ); in rk78_coefficients_a3()
97 (*this)[3] = static_cast< Value >( 1 )/static_cast< Value >( 4 ); in rk78_coefficients_a5()
248 … (*this)[0] = static_cast< Value >( 0 ) - static_cast< Value >( 41 )/static_cast<Value>( 840 ); in rk78_coefficients_db()
258 … (*this)[10] = static_cast< Value >( 0 ) - static_cast< Value >( 41 )/static_cast<Value>( 840 ); in rk78_coefficients_db()
330 … rk78_coefficients_a4<Value>() , rk78_coefficients_a5<Value>() , rk78_coefficients_a6<Value>() , in runge_kutta_fehlberg78()
331 … rk78_coefficients_a7<Value>() , rk78_coefficients_a8<Value>() , rk78_coefficients_a9<Value>() , in runge_kutta_fehlberg78()
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/numeric/odeint/stepper/
H A Drunge_kutta_fehlberg78.hpp51 (*this)[0] = static_cast< Value >( 2 )/static_cast< Value >( 27 ); in rk78_coefficients_a1()
60 (*this)[0] = static_cast< Value >( 1 )/static_cast< Value >( 36 ); in rk78_coefficients_a2()
61 (*this)[1] = static_cast< Value >( 1 )/static_cast< Value >( 12 ); in rk78_coefficients_a2()
71 (*this)[0] = static_cast< Value >( 1 )/static_cast< Value >( 24 ); in rk78_coefficients_a3()
73 (*this)[2] = static_cast< Value >( 1 )/static_cast< Value >( 8 ); in rk78_coefficients_a3()
97 (*this)[3] = static_cast< Value >( 1 )/static_cast< Value >( 4 ); in rk78_coefficients_a5()
248 … (*this)[0] = static_cast< Value >( 0 ) - static_cast< Value >( 41 )/static_cast<Value>( 840 ); in rk78_coefficients_db()
258 … (*this)[10] = static_cast< Value >( 0 ) - static_cast< Value >( 41 )/static_cast<Value>( 840 ); in rk78_coefficients_db()
330 … rk78_coefficients_a4<Value>() , rk78_coefficients_a5<Value>() , rk78_coefficients_a6<Value>() , in runge_kutta_fehlberg78()
331 … rk78_coefficients_a7<Value>() , rk78_coefficients_a8<Value>() , rk78_coefficients_a9<Value>() , in runge_kutta_fehlberg78()
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/numeric/odeint/stepper/
H A Drunge_kutta_fehlberg78.hpp51 (*this)[0] = static_cast< Value >( 2 )/static_cast< Value >( 27 ); in rk78_coefficients_a1()
60 (*this)[0] = static_cast< Value >( 1 )/static_cast< Value >( 36 ); in rk78_coefficients_a2()
61 (*this)[1] = static_cast< Value >( 1 )/static_cast< Value >( 12 ); in rk78_coefficients_a2()
71 (*this)[0] = static_cast< Value >( 1 )/static_cast< Value >( 24 ); in rk78_coefficients_a3()
73 (*this)[2] = static_cast< Value >( 1 )/static_cast< Value >( 8 ); in rk78_coefficients_a3()
97 (*this)[3] = static_cast< Value >( 1 )/static_cast< Value >( 4 ); in rk78_coefficients_a5()
248 … (*this)[0] = static_cast< Value >( 0 ) - static_cast< Value >( 41 )/static_cast<Value>( 840 ); in rk78_coefficients_db()
258 … (*this)[10] = static_cast< Value >( 0 ) - static_cast< Value >( 41 )/static_cast<Value>( 840 ); in rk78_coefficients_db()
330 … rk78_coefficients_a4<Value>() , rk78_coefficients_a5<Value>() , rk78_coefficients_a6<Value>() , in runge_kutta_fehlberg78()
331 … rk78_coefficients_a7<Value>() , rk78_coefficients_a8<Value>() , rk78_coefficients_a9<Value>() , in runge_kutta_fehlberg78()
[all …]
/dports/databases/percona57-server/boost_1_59_0/boost/numeric/odeint/stepper/
H A Drunge_kutta_fehlberg78.hpp51 (*this)[0] = static_cast< Value >( 2 )/static_cast< Value >( 27 ); in rk78_coefficients_a1()
60 (*this)[0] = static_cast< Value >( 1 )/static_cast< Value >( 36 ); in rk78_coefficients_a2()
61 (*this)[1] = static_cast< Value >( 1 )/static_cast< Value >( 12 ); in rk78_coefficients_a2()
71 (*this)[0] = static_cast< Value >( 1 )/static_cast< Value >( 24 ); in rk78_coefficients_a3()
73 (*this)[2] = static_cast< Value >( 1 )/static_cast< Value >( 8 ); in rk78_coefficients_a3()
97 (*this)[3] = static_cast< Value >( 1 )/static_cast< Value >( 4 ); in rk78_coefficients_a5()
248 … (*this)[0] = static_cast< Value >( 0 ) - static_cast< Value >( 41 )/static_cast<Value>( 840 ); in rk78_coefficients_db()
258 … (*this)[10] = static_cast< Value >( 0 ) - static_cast< Value >( 41 )/static_cast<Value>( 840 ); in rk78_coefficients_db()
330 … rk78_coefficients_a4<Value>() , rk78_coefficients_a5<Value>() , rk78_coefficients_a6<Value>() , in runge_kutta_fehlberg78()
331 … rk78_coefficients_a7<Value>() , rk78_coefficients_a8<Value>() , rk78_coefficients_a9<Value>() , in runge_kutta_fehlberg78()
[all …]
/dports/databases/xtrabackup/boost_1_59_0/boost/numeric/odeint/stepper/
H A Drunge_kutta_fehlberg78.hpp51 (*this)[0] = static_cast< Value >( 2 )/static_cast< Value >( 27 ); in rk78_coefficients_a1()
60 (*this)[0] = static_cast< Value >( 1 )/static_cast< Value >( 36 ); in rk78_coefficients_a2()
61 (*this)[1] = static_cast< Value >( 1 )/static_cast< Value >( 12 ); in rk78_coefficients_a2()
71 (*this)[0] = static_cast< Value >( 1 )/static_cast< Value >( 24 ); in rk78_coefficients_a3()
73 (*this)[2] = static_cast< Value >( 1 )/static_cast< Value >( 8 ); in rk78_coefficients_a3()
97 (*this)[3] = static_cast< Value >( 1 )/static_cast< Value >( 4 ); in rk78_coefficients_a5()
248 … (*this)[0] = static_cast< Value >( 0 ) - static_cast< Value >( 41 )/static_cast<Value>( 840 ); in rk78_coefficients_db()
258 … (*this)[10] = static_cast< Value >( 0 ) - static_cast< Value >( 41 )/static_cast<Value>( 840 ); in rk78_coefficients_db()
330 … rk78_coefficients_a4<Value>() , rk78_coefficients_a5<Value>() , rk78_coefficients_a6<Value>() , in runge_kutta_fehlberg78()
331 … rk78_coefficients_a7<Value>() , rk78_coefficients_a8<Value>() , rk78_coefficients_a9<Value>() , in runge_kutta_fehlberg78()
[all …]
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/numeric/odeint/stepper/
H A Drunge_kutta_fehlberg78.hpp51 (*this)[0] = static_cast< Value >( 2 )/static_cast< Value >( 27 ); in rk78_coefficients_a1()
60 (*this)[0] = static_cast< Value >( 1 )/static_cast< Value >( 36 ); in rk78_coefficients_a2()
61 (*this)[1] = static_cast< Value >( 1 )/static_cast< Value >( 12 ); in rk78_coefficients_a2()
71 (*this)[0] = static_cast< Value >( 1 )/static_cast< Value >( 24 ); in rk78_coefficients_a3()
73 (*this)[2] = static_cast< Value >( 1 )/static_cast< Value >( 8 ); in rk78_coefficients_a3()
97 (*this)[3] = static_cast< Value >( 1 )/static_cast< Value >( 4 ); in rk78_coefficients_a5()
248 … (*this)[0] = static_cast< Value >( 0 ) - static_cast< Value >( 41 )/static_cast<Value>( 840 ); in rk78_coefficients_db()
258 … (*this)[10] = static_cast< Value >( 0 ) - static_cast< Value >( 41 )/static_cast<Value>( 840 ); in rk78_coefficients_db()
330 … rk78_coefficients_a4<Value>() , rk78_coefficients_a5<Value>() , rk78_coefficients_a6<Value>() , in runge_kutta_fehlberg78()
331 … rk78_coefficients_a7<Value>() , rk78_coefficients_a8<Value>() , rk78_coefficients_a9<Value>() , in runge_kutta_fehlberg78()
[all …]
/dports/databases/percona57-client/boost_1_59_0/boost/numeric/odeint/stepper/
H A Drunge_kutta_fehlberg78.hpp51 (*this)[0] = static_cast< Value >( 2 )/static_cast< Value >( 27 ); in rk78_coefficients_a1()
60 (*this)[0] = static_cast< Value >( 1 )/static_cast< Value >( 36 ); in rk78_coefficients_a2()
61 (*this)[1] = static_cast< Value >( 1 )/static_cast< Value >( 12 ); in rk78_coefficients_a2()
71 (*this)[0] = static_cast< Value >( 1 )/static_cast< Value >( 24 ); in rk78_coefficients_a3()
73 (*this)[2] = static_cast< Value >( 1 )/static_cast< Value >( 8 ); in rk78_coefficients_a3()
97 (*this)[3] = static_cast< Value >( 1 )/static_cast< Value >( 4 ); in rk78_coefficients_a5()
248 … (*this)[0] = static_cast< Value >( 0 ) - static_cast< Value >( 41 )/static_cast<Value>( 840 ); in rk78_coefficients_db()
258 … (*this)[10] = static_cast< Value >( 0 ) - static_cast< Value >( 41 )/static_cast<Value>( 840 ); in rk78_coefficients_db()
330 … rk78_coefficients_a4<Value>() , rk78_coefficients_a5<Value>() , rk78_coefficients_a6<Value>() , in runge_kutta_fehlberg78()
331 … rk78_coefficients_a7<Value>() , rk78_coefficients_a8<Value>() , rk78_coefficients_a9<Value>() , in runge_kutta_fehlberg78()
[all …]
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/numeric/odeint/stepper/
H A Drunge_kutta_fehlberg78.hpp51 (*this)[0] = static_cast< Value >( 2 )/static_cast< Value >( 27 ); in rk78_coefficients_a1()
60 (*this)[0] = static_cast< Value >( 1 )/static_cast< Value >( 36 ); in rk78_coefficients_a2()
61 (*this)[1] = static_cast< Value >( 1 )/static_cast< Value >( 12 ); in rk78_coefficients_a2()
71 (*this)[0] = static_cast< Value >( 1 )/static_cast< Value >( 24 ); in rk78_coefficients_a3()
73 (*this)[2] = static_cast< Value >( 1 )/static_cast< Value >( 8 ); in rk78_coefficients_a3()
97 (*this)[3] = static_cast< Value >( 1 )/static_cast< Value >( 4 ); in rk78_coefficients_a5()
248 … (*this)[0] = static_cast< Value >( 0 ) - static_cast< Value >( 41 )/static_cast<Value>( 840 ); in rk78_coefficients_db()
258 … (*this)[10] = static_cast< Value >( 0 ) - static_cast< Value >( 41 )/static_cast<Value>( 840 ); in rk78_coefficients_db()
330 … rk78_coefficients_a4<Value>() , rk78_coefficients_a5<Value>() , rk78_coefficients_a6<Value>() , in runge_kutta_fehlberg78()
331 … rk78_coefficients_a7<Value>() , rk78_coefficients_a8<Value>() , rk78_coefficients_a9<Value>() , in runge_kutta_fehlberg78()
[all …]
/dports/devel/boost-libs/boost_1_72_0/boost/numeric/odeint/stepper/
H A Drunge_kutta_fehlberg78.hpp51 (*this)[0] = static_cast< Value >( 2 )/static_cast< Value >( 27 ); in rk78_coefficients_a1()
60 (*this)[0] = static_cast< Value >( 1 )/static_cast< Value >( 36 ); in rk78_coefficients_a2()
61 (*this)[1] = static_cast< Value >( 1 )/static_cast< Value >( 12 ); in rk78_coefficients_a2()
71 (*this)[0] = static_cast< Value >( 1 )/static_cast< Value >( 24 ); in rk78_coefficients_a3()
73 (*this)[2] = static_cast< Value >( 1 )/static_cast< Value >( 8 ); in rk78_coefficients_a3()
97 (*this)[3] = static_cast< Value >( 1 )/static_cast< Value >( 4 ); in rk78_coefficients_a5()
248 … (*this)[0] = static_cast< Value >( 0 ) - static_cast< Value >( 41 )/static_cast<Value>( 840 ); in rk78_coefficients_db()
258 … (*this)[10] = static_cast< Value >( 0 ) - static_cast< Value >( 41 )/static_cast<Value>( 840 ); in rk78_coefficients_db()
330 … rk78_coefficients_a4<Value>() , rk78_coefficients_a5<Value>() , rk78_coefficients_a6<Value>() , in runge_kutta_fehlberg78()
331 … rk78_coefficients_a7<Value>() , rk78_coefficients_a8<Value>() , rk78_coefficients_a9<Value>() , in runge_kutta_fehlberg78()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/boost/numeric/odeint/stepper/
H A Drunge_kutta_fehlberg78.hpp51 (*this)[0] = static_cast< Value >( 2 )/static_cast< Value >( 27 ); in rk78_coefficients_a1()
60 (*this)[0] = static_cast< Value >( 1 )/static_cast< Value >( 36 ); in rk78_coefficients_a2()
61 (*this)[1] = static_cast< Value >( 1 )/static_cast< Value >( 12 ); in rk78_coefficients_a2()
71 (*this)[0] = static_cast< Value >( 1 )/static_cast< Value >( 24 ); in rk78_coefficients_a3()
73 (*this)[2] = static_cast< Value >( 1 )/static_cast< Value >( 8 ); in rk78_coefficients_a3()
97 (*this)[3] = static_cast< Value >( 1 )/static_cast< Value >( 4 ); in rk78_coefficients_a5()
248 … (*this)[0] = static_cast< Value >( 0 ) - static_cast< Value >( 41 )/static_cast<Value>( 840 ); in rk78_coefficients_db()
258 … (*this)[10] = static_cast< Value >( 0 ) - static_cast< Value >( 41 )/static_cast<Value>( 840 ); in rk78_coefficients_db()
330 … rk78_coefficients_a4<Value>() , rk78_coefficients_a5<Value>() , rk78_coefficients_a6<Value>() , in runge_kutta_fehlberg78()
331 … rk78_coefficients_a7<Value>() , rk78_coefficients_a8<Value>() , rk78_coefficients_a9<Value>() , in runge_kutta_fehlberg78()
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/numeric/odeint/stepper/
H A Drunge_kutta_fehlberg78.hpp51 (*this)[0] = static_cast< Value >( 2 )/static_cast< Value >( 27 ); in rk78_coefficients_a1()
60 (*this)[0] = static_cast< Value >( 1 )/static_cast< Value >( 36 ); in rk78_coefficients_a2()
61 (*this)[1] = static_cast< Value >( 1 )/static_cast< Value >( 12 ); in rk78_coefficients_a2()
71 (*this)[0] = static_cast< Value >( 1 )/static_cast< Value >( 24 ); in rk78_coefficients_a3()
73 (*this)[2] = static_cast< Value >( 1 )/static_cast< Value >( 8 ); in rk78_coefficients_a3()
97 (*this)[3] = static_cast< Value >( 1 )/static_cast< Value >( 4 ); in rk78_coefficients_a5()
248 … (*this)[0] = static_cast< Value >( 0 ) - static_cast< Value >( 41 )/static_cast<Value>( 840 ); in rk78_coefficients_db()
258 … (*this)[10] = static_cast< Value >( 0 ) - static_cast< Value >( 41 )/static_cast<Value>( 840 ); in rk78_coefficients_db()
330 … rk78_coefficients_a4<Value>() , rk78_coefficients_a5<Value>() , rk78_coefficients_a6<Value>() , in runge_kutta_fehlberg78()
331 … rk78_coefficients_a7<Value>() , rk78_coefficients_a8<Value>() , rk78_coefficients_a9<Value>() , in runge_kutta_fehlberg78()
[all …]
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/numeric/odeint/stepper/
H A Drunge_kutta_fehlberg78.hpp51 (*this)[0] = static_cast< Value >( 2 )/static_cast< Value >( 27 ); in rk78_coefficients_a1()
60 (*this)[0] = static_cast< Value >( 1 )/static_cast< Value >( 36 ); in rk78_coefficients_a2()
61 (*this)[1] = static_cast< Value >( 1 )/static_cast< Value >( 12 ); in rk78_coefficients_a2()
71 (*this)[0] = static_cast< Value >( 1 )/static_cast< Value >( 24 ); in rk78_coefficients_a3()
73 (*this)[2] = static_cast< Value >( 1 )/static_cast< Value >( 8 ); in rk78_coefficients_a3()
97 (*this)[3] = static_cast< Value >( 1 )/static_cast< Value >( 4 ); in rk78_coefficients_a5()
248 … (*this)[0] = static_cast< Value >( 0 ) - static_cast< Value >( 41 )/static_cast<Value>( 840 ); in rk78_coefficients_db()
258 … (*this)[10] = static_cast< Value >( 0 ) - static_cast< Value >( 41 )/static_cast<Value>( 840 ); in rk78_coefficients_db()
330 … rk78_coefficients_a4<Value>() , rk78_coefficients_a5<Value>() , rk78_coefficients_a6<Value>() , in runge_kutta_fehlberg78()
331 … rk78_coefficients_a7<Value>() , rk78_coefficients_a8<Value>() , rk78_coefficients_a9<Value>() , in runge_kutta_fehlberg78()
[all …]
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/numeric/odeint/stepper/
H A Drunge_kutta_fehlberg78.hpp51 (*this)[0] = static_cast< Value >( 2 )/static_cast< Value >( 27 ); in rk78_coefficients_a1()
60 (*this)[0] = static_cast< Value >( 1 )/static_cast< Value >( 36 ); in rk78_coefficients_a2()
61 (*this)[1] = static_cast< Value >( 1 )/static_cast< Value >( 12 ); in rk78_coefficients_a2()
71 (*this)[0] = static_cast< Value >( 1 )/static_cast< Value >( 24 ); in rk78_coefficients_a3()
73 (*this)[2] = static_cast< Value >( 1 )/static_cast< Value >( 8 ); in rk78_coefficients_a3()
97 (*this)[3] = static_cast< Value >( 1 )/static_cast< Value >( 4 ); in rk78_coefficients_a5()
248 … (*this)[0] = static_cast< Value >( 0 ) - static_cast< Value >( 41 )/static_cast<Value>( 840 ); in rk78_coefficients_db()
258 … (*this)[10] = static_cast< Value >( 0 ) - static_cast< Value >( 41 )/static_cast<Value>( 840 ); in rk78_coefficients_db()
330 … rk78_coefficients_a4<Value>() , rk78_coefficients_a5<Value>() , rk78_coefficients_a6<Value>() , in runge_kutta_fehlberg78()
331 … rk78_coefficients_a7<Value>() , rk78_coefficients_a8<Value>() , rk78_coefficients_a9<Value>() , in runge_kutta_fehlberg78()
[all …]
/dports/graphics/povray37/povray-3.7.0.10/libraries/boost/boost/numeric/odeint/stepper/
H A Drunge_kutta_fehlberg78.hpp51 (*this)[0] = static_cast< Value >( 2 )/static_cast< Value >( 27 ); in rk78_coefficients_a1()
60 (*this)[0] = static_cast< Value >( 1 )/static_cast< Value >( 36 ); in rk78_coefficients_a2()
61 (*this)[1] = static_cast< Value >( 1 )/static_cast< Value >( 12 ); in rk78_coefficients_a2()
71 (*this)[0] = static_cast< Value >( 1 )/static_cast< Value >( 24 ); in rk78_coefficients_a3()
73 (*this)[2] = static_cast< Value >( 1 )/static_cast< Value >( 8 ); in rk78_coefficients_a3()
97 (*this)[3] = static_cast< Value >( 1 )/static_cast< Value >( 4 ); in rk78_coefficients_a5()
248 … (*this)[0] = static_cast< Value >( 0 ) - static_cast< Value >( 41 )/static_cast<Value>( 840 ); in rk78_coefficients_db()
258 … (*this)[10] = static_cast< Value >( 0 ) - static_cast< Value >( 41 )/static_cast<Value>( 840 ); in rk78_coefficients_db()
330 … rk78_coefficients_a4<Value>() , rk78_coefficients_a5<Value>() , rk78_coefficients_a6<Value>() , in runge_kutta_fehlberg78()
331 … rk78_coefficients_a7<Value>() , rk78_coefficients_a8<Value>() , rk78_coefficients_a9<Value>() , in runge_kutta_fehlberg78()
[all …]
/dports/cad/tkgate/tkgate-2.1/src/verga/
H A Doperators.h24 int Value_lnot(Value *r,Value *a,Value *b,Value *c);
25 int Value_not(Value *r,Value *a,Value *b,Value *c);
26 int Value_buf(Value *r,Value *a,Value *b,Value *c);
27 int Value_neg(Value *r,Value *a,Value *b,Value *c);
28 int Value_mul(Value *r,Value *a,Value *b,Value *c);
29 int Value_div(Value *r,Value *a,Value *b,Value *c);
30 int Value_mod(Value *r,Value *a,Value *b,Value *c);
31 int Value_add(Value *r,Value *a,Value *b,Value *c);
32 int Value_sub(Value *r,Value *a,Value *b,Value *c);
37 int Value_gt(Value *r,Value *a,Value *b,Value *c);
[all …]
/dports/math/py-libpoly/libpoly-0.1.11/test/polyxx/
H A Dtest_value.cpp20 CHECK(Value() == Value());
30 CHECK(Value(-20) == Value(-20));
59 CHECK_FALSE(Value() != Value());
69 CHECK_FALSE(Value(-20) != Value(-20));
98 CHECK_FALSE(Value() < Value());
108 CHECK_FALSE(Value(-20) < Value(-20));
137 CHECK(Value() <= Value());
147 CHECK(Value(-20) <= Value(-20));
176 CHECK_FALSE(Value() > Value());
215 CHECK(Value() >= Value());
[all …]
/dports/math/libpoly/libpoly-0.1.11/test/polyxx/
H A Dtest_value.cpp20 CHECK(Value() == Value());
30 CHECK(Value(-20) == Value(-20));
59 CHECK_FALSE(Value() != Value());
69 CHECK_FALSE(Value(-20) != Value(-20));
98 CHECK_FALSE(Value() < Value());
108 CHECK_FALSE(Value(-20) < Value(-20));
137 CHECK(Value() <= Value());
147 CHECK(Value(-20) <= Value(-20));
176 CHECK_FALSE(Value() > Value());
215 CHECK(Value() >= Value());
[all …]
/dports/net-mgmt/icinga2/icinga2-2.13.2/lib/livestatus/
H A Dhoststable.hpp34 static Value NameAccessor(const Value& row);
35 static Value DisplayNameAccessor(const Value& row);
36 static Value AddressAccessor(const Value& row);
37 static Value Address6Accessor(const Value& row);
41 static Value CheckPeriodAccessor(const Value& row);
42 static Value NotesAccessor(const Value& row);
44 static Value NotesUrlAccessor(const Value& row);
46 static Value ActionUrlAccessor(const Value& row);
49 static Value PerfDataAccessor(const Value& row);
50 static Value IconImageAccessor(const Value& row);
[all …]

12345678910>>...630