Home
last modified time | relevance | path

Searched refs:t_0 (Results 1 – 25 of 328) sorted by relevance

12345678910>>...14

/dports/lang/parrot/parrot-8.1.0/src/nci/
H A Dcore_thunks.c46 INTVAL t_0; char v_0; in pcf_char() local
52 t_0 = (INTVAL)v_0; in pcf_char()
63 INTVAL t_0; char v_0; in pcf_char_short_char() local
72 t_0 = (INTVAL)v_0; in pcf_char_short_char()
89 t_0 = (FLOATVAL)v_0; in pcf_double()
161 t_0 = (INTVAL)v_0; in pcf_int()
183 t_0 = (INTVAL)v_0; in pcf_int_int_int_int()
201 t_0 = (INTVAL)v_0; in pcf_int_ptr()
221 t_0 = (INTVAL)v_0; in pcf_int_ptr_ptr()
241 t_0 = (INTVAL)v_0; in pcf_int_short_char()
[all …]
H A Dextra_thunks.c46 INTVAL t_0; int v_0; in pcf_int_int_ptr() local
55 t_0 = (INTVAL)v_0; in pcf_int_int_ptr()
66 INTVAL t_0; int v_0; in pcf_int_ptr() local
73 t_0 = (INTVAL)v_0; in pcf_int_ptr()
303 t_0 = (INTVAL)v_0; in pcf_int_PMC()
325 t_0 = (INTVAL)v_0; in pcf_int_ptr_ptr_double()
542 t_0 = v_0; in pcf_STRING_int()
3169 t_0 = v_0; in pcf_PMC_ptr_STRING()
3189 t_0 = v_0; in pcf_INTVAL_ptr_STRING()
3209 t_0 = v_0; in pcf_STRING_ptr_INTVAL()
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/icl/test/
H A Dtest_icl_interval.hpp22 T t_0 = icl::identity_element<T>::value(); in interval_ctor_4_ordered_types() local
36 BOOST_CHECK_EQUAL(icl::cardinality(IntervalT(t_0, t_1)) >= s_1, true); in interval_ctor_4_ordered_types()
37 BOOST_CHECK_EQUAL(( icl::contains(IntervalT(t_0, t_1), t_0) in interval_ctor_4_ordered_types()
38 || icl::contains(IntervalT(t_0, t_1), t_1)), true); in interval_ctor_4_ordered_types()
40 BOOST_CHECK_EQUAL(IntervalT(t_0, t_1).lower(), t_0); in interval_ctor_4_ordered_types()
41 BOOST_CHECK_EQUAL(IntervalT(t_0, t_1).upper(), t_1); in interval_ctor_4_ordered_types()
42 BOOST_CHECK_EQUAL(lower(icl::construct<IntervalT>(t_0, t_1)), t_0); in interval_ctor_4_ordered_types()
43 BOOST_CHECK_EQUAL(upper(icl::construct<IntervalT>(t_0, t_1)), t_1); in interval_ctor_4_ordered_types()
56 T t_0 = icl::identity_element<T>::value(); in singelizable_interval_4_ordered_types() local
62 BOOST_CHECK_EQUAL( icl::cardinality(icl::singleton<IntervalT>(t_0)), s_1 ); in singelizable_interval_4_ordered_types()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/icl/test/
H A Dtest_icl_interval.hpp22 T t_0 = icl::identity_element<T>::value(); in interval_ctor_4_ordered_types() local
36 BOOST_CHECK_EQUAL(icl::cardinality(IntervalT(t_0, t_1)) >= s_1, true); in interval_ctor_4_ordered_types()
37 BOOST_CHECK_EQUAL(( icl::contains(IntervalT(t_0, t_1), t_0) in interval_ctor_4_ordered_types()
38 || icl::contains(IntervalT(t_0, t_1), t_1)), true); in interval_ctor_4_ordered_types()
40 BOOST_CHECK_EQUAL(IntervalT(t_0, t_1).lower(), t_0); in interval_ctor_4_ordered_types()
41 BOOST_CHECK_EQUAL(IntervalT(t_0, t_1).upper(), t_1); in interval_ctor_4_ordered_types()
42 BOOST_CHECK_EQUAL(lower(icl::construct<IntervalT>(t_0, t_1)), t_0); in interval_ctor_4_ordered_types()
43 BOOST_CHECK_EQUAL(upper(icl::construct<IntervalT>(t_0, t_1)), t_1); in interval_ctor_4_ordered_types()
56 T t_0 = icl::identity_element<T>::value(); in singelizable_interval_4_ordered_types() local
62 BOOST_CHECK_EQUAL( icl::cardinality(icl::singleton<IntervalT>(t_0)), s_1 ); in singelizable_interval_4_ordered_types()
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/icl/test/
H A Dtest_icl_interval.hpp22 T t_0 = icl::identity_element<T>::value(); in interval_ctor_4_ordered_types() local
36 BOOST_CHECK_EQUAL(icl::cardinality(IntervalT(t_0, t_1)) >= s_1, true); in interval_ctor_4_ordered_types()
37 BOOST_CHECK_EQUAL(( icl::contains(IntervalT(t_0, t_1), t_0) in interval_ctor_4_ordered_types()
38 || icl::contains(IntervalT(t_0, t_1), t_1)), true); in interval_ctor_4_ordered_types()
40 BOOST_CHECK_EQUAL(IntervalT(t_0, t_1).lower(), t_0); in interval_ctor_4_ordered_types()
41 BOOST_CHECK_EQUAL(IntervalT(t_0, t_1).upper(), t_1); in interval_ctor_4_ordered_types()
42 BOOST_CHECK_EQUAL(lower(icl::construct<IntervalT>(t_0, t_1)), t_0); in interval_ctor_4_ordered_types()
43 BOOST_CHECK_EQUAL(upper(icl::construct<IntervalT>(t_0, t_1)), t_1); in interval_ctor_4_ordered_types()
56 T t_0 = icl::identity_element<T>::value(); in singelizable_interval_4_ordered_types() local
62 BOOST_CHECK_EQUAL( icl::cardinality(icl::singleton<IntervalT>(t_0)), s_1 ); in singelizable_interval_4_ordered_types()
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/icl/test/
H A Dtest_icl_interval.hpp22 T t_0 = icl::identity_element<T>::value(); in interval_ctor_4_ordered_types() local
36 BOOST_CHECK_EQUAL(icl::cardinality(IntervalT(t_0, t_1)) >= s_1, true); in interval_ctor_4_ordered_types()
37 BOOST_CHECK_EQUAL(( icl::contains(IntervalT(t_0, t_1), t_0) in interval_ctor_4_ordered_types()
38 || icl::contains(IntervalT(t_0, t_1), t_1)), true); in interval_ctor_4_ordered_types()
40 BOOST_CHECK_EQUAL(IntervalT(t_0, t_1).lower(), t_0); in interval_ctor_4_ordered_types()
41 BOOST_CHECK_EQUAL(IntervalT(t_0, t_1).upper(), t_1); in interval_ctor_4_ordered_types()
42 BOOST_CHECK_EQUAL(lower(icl::construct<IntervalT>(t_0, t_1)), t_0); in interval_ctor_4_ordered_types()
43 BOOST_CHECK_EQUAL(upper(icl::construct<IntervalT>(t_0, t_1)), t_1); in interval_ctor_4_ordered_types()
56 T t_0 = icl::identity_element<T>::value(); in singelizable_interval_4_ordered_types() local
62 BOOST_CHECK_EQUAL( icl::cardinality(icl::singleton<IntervalT>(t_0)), s_1 ); in singelizable_interval_4_ordered_types()
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/icl/test/
H A Dtest_icl_interval.hpp22 T t_0 = icl::identity_element<T>::value(); in interval_ctor_4_ordered_types() local
36 BOOST_CHECK_EQUAL(icl::cardinality(IntervalT(t_0, t_1)) >= s_1, true); in interval_ctor_4_ordered_types()
37 BOOST_CHECK_EQUAL(( icl::contains(IntervalT(t_0, t_1), t_0) in interval_ctor_4_ordered_types()
38 || icl::contains(IntervalT(t_0, t_1), t_1)), true); in interval_ctor_4_ordered_types()
40 BOOST_CHECK_EQUAL(IntervalT(t_0, t_1).lower(), t_0); in interval_ctor_4_ordered_types()
41 BOOST_CHECK_EQUAL(IntervalT(t_0, t_1).upper(), t_1); in interval_ctor_4_ordered_types()
42 BOOST_CHECK_EQUAL(lower(icl::construct<IntervalT>(t_0, t_1)), t_0); in interval_ctor_4_ordered_types()
43 BOOST_CHECK_EQUAL(upper(icl::construct<IntervalT>(t_0, t_1)), t_1); in interval_ctor_4_ordered_types()
56 T t_0 = icl::identity_element<T>::value(); in singelizable_interval_4_ordered_types() local
62 BOOST_CHECK_EQUAL( icl::cardinality(icl::singleton<IntervalT>(t_0)), s_1 ); in singelizable_interval_4_ordered_types()
[all …]
/dports/databases/percona57-server/boost_1_59_0/libs/icl/test/
H A Dtest_icl_interval.hpp22 T t_0 = icl::identity_element<T>::value(); in interval_ctor_4_ordered_types() local
36 BOOST_CHECK_EQUAL(icl::cardinality(IntervalT(t_0, t_1)) >= s_1, true); in interval_ctor_4_ordered_types()
37 BOOST_CHECK_EQUAL(( icl::contains(IntervalT(t_0, t_1), t_0) in interval_ctor_4_ordered_types()
38 || icl::contains(IntervalT(t_0, t_1), t_1)), true); in interval_ctor_4_ordered_types()
40 BOOST_CHECK_EQUAL(IntervalT(t_0, t_1).lower(), t_0); in interval_ctor_4_ordered_types()
41 BOOST_CHECK_EQUAL(IntervalT(t_0, t_1).upper(), t_1); in interval_ctor_4_ordered_types()
42 BOOST_CHECK_EQUAL(lower(icl::construct<IntervalT>(t_0, t_1)), t_0); in interval_ctor_4_ordered_types()
43 BOOST_CHECK_EQUAL(upper(icl::construct<IntervalT>(t_0, t_1)), t_1); in interval_ctor_4_ordered_types()
56 T t_0 = icl::identity_element<T>::value(); in singelizable_interval_4_ordered_types() local
62 BOOST_CHECK_EQUAL( icl::cardinality(icl::singleton<IntervalT>(t_0)), s_1 ); in singelizable_interval_4_ordered_types()
[all …]
/dports/databases/xtrabackup/boost_1_59_0/libs/icl/test/
H A Dtest_icl_interval.hpp22 T t_0 = icl::identity_element<T>::value(); in interval_ctor_4_ordered_types() local
36 BOOST_CHECK_EQUAL(icl::cardinality(IntervalT(t_0, t_1)) >= s_1, true); in interval_ctor_4_ordered_types()
37 BOOST_CHECK_EQUAL(( icl::contains(IntervalT(t_0, t_1), t_0) in interval_ctor_4_ordered_types()
38 || icl::contains(IntervalT(t_0, t_1), t_1)), true); in interval_ctor_4_ordered_types()
40 BOOST_CHECK_EQUAL(IntervalT(t_0, t_1).lower(), t_0); in interval_ctor_4_ordered_types()
41 BOOST_CHECK_EQUAL(IntervalT(t_0, t_1).upper(), t_1); in interval_ctor_4_ordered_types()
42 BOOST_CHECK_EQUAL(lower(icl::construct<IntervalT>(t_0, t_1)), t_0); in interval_ctor_4_ordered_types()
43 BOOST_CHECK_EQUAL(upper(icl::construct<IntervalT>(t_0, t_1)), t_1); in interval_ctor_4_ordered_types()
56 T t_0 = icl::identity_element<T>::value(); in singelizable_interval_4_ordered_types() local
62 BOOST_CHECK_EQUAL( icl::cardinality(icl::singleton<IntervalT>(t_0)), s_1 ); in singelizable_interval_4_ordered_types()
[all …]
/dports/databases/percona57-client/boost_1_59_0/libs/icl/test/
H A Dtest_icl_interval.hpp22 T t_0 = icl::identity_element<T>::value(); in interval_ctor_4_ordered_types() local
36 BOOST_CHECK_EQUAL(icl::cardinality(IntervalT(t_0, t_1)) >= s_1, true); in interval_ctor_4_ordered_types()
37 BOOST_CHECK_EQUAL(( icl::contains(IntervalT(t_0, t_1), t_0) in interval_ctor_4_ordered_types()
38 || icl::contains(IntervalT(t_0, t_1), t_1)), true); in interval_ctor_4_ordered_types()
40 BOOST_CHECK_EQUAL(IntervalT(t_0, t_1).lower(), t_0); in interval_ctor_4_ordered_types()
41 BOOST_CHECK_EQUAL(IntervalT(t_0, t_1).upper(), t_1); in interval_ctor_4_ordered_types()
42 BOOST_CHECK_EQUAL(lower(icl::construct<IntervalT>(t_0, t_1)), t_0); in interval_ctor_4_ordered_types()
43 BOOST_CHECK_EQUAL(upper(icl::construct<IntervalT>(t_0, t_1)), t_1); in interval_ctor_4_ordered_types()
56 T t_0 = icl::identity_element<T>::value(); in singelizable_interval_4_ordered_types() local
62 BOOST_CHECK_EQUAL( icl::cardinality(icl::singleton<IntervalT>(t_0)), s_1 ); in singelizable_interval_4_ordered_types()
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/icl/test/
H A Dtest_icl_interval.hpp22 T t_0 = icl::identity_element<T>::value(); in interval_ctor_4_ordered_types() local
36 BOOST_CHECK_EQUAL(icl::cardinality(IntervalT(t_0, t_1)) >= s_1, true); in interval_ctor_4_ordered_types()
37 BOOST_CHECK_EQUAL(( icl::contains(IntervalT(t_0, t_1), t_0) in interval_ctor_4_ordered_types()
38 || icl::contains(IntervalT(t_0, t_1), t_1)), true); in interval_ctor_4_ordered_types()
40 BOOST_CHECK_EQUAL(IntervalT(t_0, t_1).lower(), t_0); in interval_ctor_4_ordered_types()
41 BOOST_CHECK_EQUAL(IntervalT(t_0, t_1).upper(), t_1); in interval_ctor_4_ordered_types()
42 BOOST_CHECK_EQUAL(lower(icl::construct<IntervalT>(t_0, t_1)), t_0); in interval_ctor_4_ordered_types()
43 BOOST_CHECK_EQUAL(upper(icl::construct<IntervalT>(t_0, t_1)), t_1); in interval_ctor_4_ordered_types()
56 T t_0 = icl::identity_element<T>::value(); in singelizable_interval_4_ordered_types() local
62 BOOST_CHECK_EQUAL( icl::cardinality(icl::singleton<IntervalT>(t_0)), s_1 ); in singelizable_interval_4_ordered_types()
[all …]
/dports/math/py-Diofant/Diofant-0.13.0/diofant/tests/solvers/
H A Dtest_diophantine.py82 assert diop_solve(y + x) == (t_0, -t_0)
83 assert diop_solve(y + x + 0) == (t_0, -t_0)
84 assert diop_solve(y + x - 0) == (t_0, -t_0)
87 assert diop_solve(2*x - 3*y - 5) == (3*t_0 - 5, 2*t_0 - 5)
89 assert diop_solve(7*x + 5*y) == (5*t_0, -7*t_0)
90 assert diop_solve(2*x + 4*y) == (2*t_0, -t_0)
94 assert diop_solve(4*x + 3*y - 4*z + 5) == (t_0, 8*t_0 + 4*t_1 + 5, 7*t_0 + 3*t_1 + 5)
97 assert diop_solve(5*x + 7*y - 2*z - 6) == (t_0, -3*t_0 + 2*t_1 + 6, -8*t_0 + 7*t_1 + 18)
718 assert diop_solve(eq) == {(t_0, -2*t_0 - 1)}
720 assert diop_solve(eq) == {(t_0, -t_0 - 3), (2*t_0 - 3, -t_0)}
[all …]
/dports/lang/racket/racket-8.3/src/cs/schemified/
H A Dthread.scm1236 (define is-empty? (lambda (t_0) (not t_0)))
1237 (define tree-height (lambda (t_0) (if (not t_0) 0 (node-height t_0))))
1402 t_0
6876 t_0
6910 (lambda (t_0) (if (1/thread-dead? t_0) (void) (thread-dead! t_0))))
7150 (thread-group-remove! (thread-parent t_0) t_0)
7284 ((t_0) (begin (thread-resume_0 t_0 #f)))
7466 t_0
7473 t_0
7877 ((t_0) (begin (break-thread_0 t_0 #f)))
[all …]
/dports/lang/racket-minimal/racket-8.3/src/cs/schemified/
H A Dthread.scm1236 (define is-empty? (lambda (t_0) (not t_0)))
1237 (define tree-height (lambda (t_0) (if (not t_0) 0 (node-height t_0))))
1402 t_0
6876 t_0
6910 (lambda (t_0) (if (1/thread-dead? t_0) (void) (thread-dead! t_0))))
7150 (thread-group-remove! (thread-parent t_0) t_0)
7284 ((t_0) (begin (thread-resume_0 t_0 #f)))
7466 t_0
7473 t_0
7877 ((t_0) (begin (break-thread_0 t_0 #f)))
[all …]
/dports/cad/stepcode/stepcode-0.8/src/cleditor/
H A DSdaiHeaderSchemaInit.cc54 SetTypeDescriptor * t_0 = new SetTypeDescriptor; in SdaiHEADER_SECTION_SCHEMAInit() local
55 t_0->AssignAggrCreator( ( AggregateCreator ) create_StringAggregate ); // Creator function in SdaiHEADER_SECTION_SCHEMAInit()
56 t_0->SetBound1( 1 ); in SdaiHEADER_SECTION_SCHEMAInit()
57 t_0->SetBound2( 2147483647 ); in SdaiHEADER_SECTION_SCHEMAInit()
58 t_0->FundamentalType( SET_TYPE ); in SdaiHEADER_SECTION_SCHEMAInit()
59 t_0->Description( "SET [1:?] OF section_name" ); in SdaiHEADER_SECTION_SCHEMAInit()
60 t_0->OriginatingSchema( s_header_section_schema ); in SdaiHEADER_SECTION_SCHEMAInit()
61 t_0->ReferentType( header_section_schemat_section_name ); in SdaiHEADER_SECTION_SCHEMAInit()
62 s_header_section_schema->AddUnnamedType( t_0 ); in SdaiHEADER_SECTION_SCHEMAInit()
64 new AttrDescriptor( "governed_sections", t_0, LTrue, LFalse, AttrType_Explicit, in SdaiHEADER_SECTION_SCHEMAInit()
/dports/math/py-sympy/sympy-1.9/sympy/solvers/diophantine/tests/
H A Dtest_diophantine.py85 assert diop_solve(y + x) == (t_0, -t_0)
86 assert diop_solve(y + x + 0) == (t_0, -t_0)
87 assert diop_solve(y + x - 0) == (t_0, -t_0)
89 assert diop_solve(3*y + 2*x - 5) == (3*t_0 - 5, -2*t_0 + 5)
90 assert diop_solve(2*x - 3*y - 5) == (3*t_0 - 5, 2*t_0 - 5)
92 assert diop_solve(7*x + 5*y) == (5*t_0, -7*t_0)
93 assert diop_solve(2*x + 4*y) == (2*t_0, -t_0)
97 assert diop_solve(4*x + 3*y - 4*z + 5) == (t_0, 8*t_0 + 4*t_1 + 5, 7*t_0 + 3*t_1 + 5)
100 assert diop_solve(5*x + 7*y - 2*z - 6) == (t_0, -3*t_0 + 2*t_1 + 6, -8*t_0 + 7*t_1 + 18)
754 assert diop_solve(eq) == {(t_0, -2*t_0 - 1)}
[all …]
/dports/math/igraph/igraph-0.9.5/tests/unit/
H A Digraph_get_incidence.c45 igraph_vector_bool_t t_0, t_1, t_mu; in main() local
53 igraph_vector_bool_init(&t_0, 0); in main()
60 call_and_print(&g_0, &t_0); in main()
74 CHECK_ERROR(igraph_get_incidence(&g_mu, &t_0, &result, NULL, NULL), IGRAPH_EINVAL); in main()
81 igraph_vector_bool_destroy(&t_0); in main()
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/test/perf/
H A Dadj_time.cpp42 clock_t t_0 = clock(); in main() local
50 clock_t t_up = clock() - t_0; in main()
55 t_0 = clock(); in main()
63 clock_t t_down = clock() - t_0; in main()
/dports/science/tfel/tfel-3.4.0/docs/presentations/mfront/
H A Dmfron03n.comm161 t_0 = 5.e-2/(8.0*vitesse)
166 temps_ar=DEFI_LIST_REEL( VALE =[t_0*i for i in range(9)],)
208 tempsar=DEFI_LIST_REEL( VALE =[t_0*i for i in range(9)],)
228 INTERVALLE=(_F(JUSQU_A=t_0,NOMBRE=N,),
229 _F(JUSQU_A=2.0*t_0,NOMBRE=N,),
230 _F(JUSQU_A=3.0*t_0,NOMBRE=N,),
231 _F(JUSQU_A=4.0*t_0,NOMBRE=N,),
232 _F(JUSQU_A=5.0*t_0,NOMBRE=N,),
233 _F(JUSQU_A=6.0*t_0,NOMBRE=N,),
234 _F(JUSQU_A=7.0*t_0,NOMBRE=N,),
[all …]
/dports/science/tfel-edf/tfel-3.2.1/docs/presentations/mfront/
H A Dmfron03n.comm161 t_0 = 5.e-2/(8.0*vitesse)
166 temps_ar=DEFI_LIST_REEL( VALE =[t_0*i for i in range(9)],)
208 tempsar=DEFI_LIST_REEL( VALE =[t_0*i for i in range(9)],)
228 INTERVALLE=(_F(JUSQU_A=t_0,NOMBRE=N,),
229 _F(JUSQU_A=2.0*t_0,NOMBRE=N,),
230 _F(JUSQU_A=3.0*t_0,NOMBRE=N,),
231 _F(JUSQU_A=4.0*t_0,NOMBRE=N,),
232 _F(JUSQU_A=5.0*t_0,NOMBRE=N,),
233 _F(JUSQU_A=6.0*t_0,NOMBRE=N,),
234 _F(JUSQU_A=7.0*t_0,NOMBRE=N,),
[all …]
/dports/science/gromacs/gromacs-2021.4/docs/reference-manual/special/
H A Delectric-fields.rst8 .. math:: E(t) = E_0 \exp\left[-\frac{(t-t_0)^2}{2\sigma^2}\right]\cos\left[\omega (t-t_0)\right]
12 :math:`\omega = 2\pi c/\lambda`, :math:`t_0` is the time
41 :math:`\omega`, :math:`t_0` and :math:`\sigma`:
55 :math:`\omega` = 150/ps and :math:`t_0` = 5 ps. Finally
62 :math:`\omega` = 150/ps and :math:`t_0` = 5 ps and :math:`\sigma` = 1
/dports/math/py-heyoka/heyoka.py-0.16.0/doc/
H A Dtut_taylor_method.rst15 with initial conditions at :math:`t=t_0`
20 \boldsymbol{x}_0=\boldsymbol{x}\left(t_0\right),
23 expansion of :math:`\boldsymbol{x}\left( t \right)` around :math:`t=t_0`:
28 \boldsymbol{x}\left( t_1 \right) = \boldsymbol{x}_0 + \boldsymbol{x}'\left(t_0\right)h
29 …+\frac{1}{2}\boldsymbol{x}''\left(t_0\right)h^2+\ldots+\frac{\boldsymbol{x}^{\left( p \right)}\lef…
31 Here :math:`h=t_1-t_0` is the integration timestep and :math:`p` is the order of the Taylor method.…
37 …\boldsymbol{x}\left( t_1 \right) = \sum_{n=0}^p \boldsymbol{x}^{\left[ n \right]} \left(t_0\right)…
/dports/math/heyoka/heyoka-0.16.0/doc/
H A Dtut_taylor_method.rst15 with initial conditions at :math:`t=t_0`
20 \boldsymbol{x}_0=\boldsymbol{x}\left(t_0\right),
23 expansion of :math:`\boldsymbol{x}\left( t \right)` around :math:`t=t_0`:
28 \boldsymbol{x}\left( t_1 \right) = \boldsymbol{x}_0 + \boldsymbol{x}'\left(t_0\right)h
29 …+\frac{1}{2}\boldsymbol{x}''\left(t_0\right)h^2+\ldots+\frac{\boldsymbol{x}^{\left( p \right)}\lef…
31 Here :math:`h=t_1-t_0` is the integration timestep and :math:`p` is the order of the Taylor method.…
37 …\boldsymbol{x}\left( t_1 \right) = \sum_{n=0}^p \boldsymbol{x}^{\left[ n \right]} \left(t_0\right)…
/dports/net/freediameter/freeDiameter-1.5.0/extensions/dict_rfc5777/
H A Ddict_rfc5777.c365 CHECK_dict_new( DICT_ENUMVAL, &t_0 , type, NULL); in dict_rfc5777_init()
433 CHECK_dict_new( DICT_ENUMVAL, &t_0 , type, NULL); in dict_rfc5777_init()
488 CHECK_dict_new( DICT_ENUMVAL, &t_0 , type, NULL); in dict_rfc5777_init()
943 CHECK_dict_new( DICT_ENUMVAL, &t_0 , type, NULL); in dict_rfc5777_init()
1038 CHECK_dict_new( DICT_ENUMVAL, &t_0 , type, NULL); in dict_rfc5777_init()
1199 CHECK_dict_new( DICT_ENUMVAL, &t_0 , type, NULL); in dict_rfc5777_init()
1334 CHECK_dict_new( DICT_ENUMVAL, &t_0 , type, NULL); in dict_rfc5777_init()
1431 CHECK_dict_new( DICT_ENUMVAL, &t_0 , type, NULL); in dict_rfc5777_init()
1875 CHECK_dict_new( DICT_ENUMVAL, &t_0 , type, NULL); in dict_rfc5777_init()
1967 CHECK_dict_new( DICT_ENUMVAL, &t_0 , type, NULL); in dict_rfc5777_init()
[all …]
/dports/science/py-lifelines/lifelines-0.19.5/lifelines/
H A Dstatistics.py246 def logrank_test(durations_A, durations_B, event_observed_A=None, event_observed_B=None, t_0=-1, **… argument
333 return multivariate_logrank_test(event_times, groups, event_observed, t_0=t_0, **kwargs)
337 event_durations, groups, event_observed=None, t_0=-1, **kwargs argument
403 t_0=t_0,
412 event_durations, groups, event_observed=None, t_0=-1, **kwargs argument
489 …, rm, obs, _ = group_survival_table_from_events(groups, event_durations, event_observed, limit=t_0)
520 … p_value, U, t_0=t_0, null_distribution="chi squared", degrees_of_freedom=n_groups - 1, **kwargs

12345678910>>...14