Home
last modified time | relevance | path

Searched refs:t_p (Results 1 – 25 of 301) sorted by relevance

12345678910>>...13

/dports/math/singular/Singular-Release-4-2-1/kernel/GBEngine/
H A DkInline.h200 t_p = p_Copy(t_p, tailRing); in sTObject()
227 t_p = NULL; in Clear()
239 t_p = p_Copy(t_p, tailRing); in Copy()
319 if (t_p != NULL) return pNext(t_p); in Next()
329 t_p = p_LmDeleteAndNext(t_p, tailRing); in LmDeleteAndIter()
349 t_p = p_Mult_nn(t_p, n, tailRing); in Mult_nn()
515 t_p=p_Neg (t_p,tailRing); in pContent()
630 poly _p = (t_p != NULL ? t_p : p); in Tail_Mult_nn()
646 poly _p = (t_p != NULL ? t_p : p); in Tail_Minus_mm_Mult_qq()
740 if (t_p != NULL) pNext(t_p) = pNext(p); in GetP()
[all …]
H A DkLiftstd.cc30 if (h->t_p==NULL) in kSplitAt()
34 h->t_p=k_LmInit_currRing_2_tailRing(h->p, strat->tailRing); in kSplitAt()
35 p=h->t_p; in kSplitAt()
41 p=h->t_p; in kSplitAt()
69 if (h->t_p==NULL) in kSplitAt()
73 h->t_p=k_LmInit_currRing_2_tailRing(h->p, strat->tailRing); in kSplitAt()
74 p=h->t_p; in kSplitAt()
80 p=h->t_p; in kSplitAt()
110 if (h->t_p!=NULL) in kAppend()
111 p=h->t_p; in kAppend()
[all …]
H A Dkspoly.cc90 poly _p = (PR->t_p != NULL ? PR->t_p : PR->p); in ksReducePolyZ()
93 if (PR->t_p!=NULL) PR->t_p=_p; else PR->p=_p; in ksReducePolyZ()
232 poly _p = (PR->t_p != NULL ? PR->t_p : PR->p); in ksReducePoly()
235 if (PR->t_p!=NULL) PR->t_p=_p; else PR->p=_p; in ksReducePoly()
362 poly _p = (PR->t_p != NULL ? PR->t_p : PR->p); in ksReducePolyGCD()
365 if (PR->t_p!=NULL) PR->t_p=_p; else PR->p=_p; in ksReducePolyGCD()
500 poly _p = (PR->t_p != NULL ? PR->t_p : PR->p); in ksReducePolyLC()
503 if (PR->t_p!=NULL) PR->t_p=_p; else PR->p=_p; in ksReducePolyLC()
610 poly _p = (PR->t_p != NULL ? PR->t_p : PR->p); in ksReducePolyBound()
613 if (PR->t_p!=NULL) PR->t_p=_p; else PR->p=_p; in ksReducePolyBound()
[all …]
/dports/math/gecode/gecode-0916a1a/gecode/int/linear/
H A Dint-post.cpp87 t_p[i].a * static_cast<long long int>(t_p[i].x.min()); in precision()
92 t_p[i].a * static_cast<long long int>(t_p[i].x.max()); in precision()
123 t_p[i].a * static_cast<long long int>(t_p[i].x.min()); in precision()
129 t_p[i].a * static_cast<long long int>(t_p[i].x.max()); in precision()
198 (home,t_p[0].x,t_p[1].x,t_p[2].x,c))); \
268 LLongScaleView y(t_p[0].a,t_p[0].x); in post()
379 x[i] = IntScaleView(t_p[i].a,t_p[i].x); in post()
393 x[i] = LLongScaleView(t_p[i].a,t_p[i].x); in post()
712 post(home,t_p[0].x,t_p[1].x,c,nb))); in post()
841 x[i] = IntScaleView(t_p[i].a,t_p[i].x); in post()
[all …]
H A Dbool-post.cpp77 x[i]=t_p[i].x; in post_pos_unit()
86 x[i]=t_p[i].x; in post_pos_unit()
95 x[i]=t_p[i].x; in post_pos_unit()
123 x[i]=t_p[i].x; in post_pos_unit()
131 x[i]=t_p[i].x; in post_pos_unit()
139 x[i]=t_p[i].x; in post_pos_unit()
165 x[i]=t_p[i].x; in post_pos_unit()
187 x[i]=t_p[i].x; in post_pos_unit()
210 x[i]=t_p[i].x; in post_pos_unit()
451 f[i].x=t_p[i].x; f[i].a=t_p[i].a; in post_mixed()
[all …]
H A Dpost.hpp127 Term<View>* &t_p, int &n_p, in normalize() argument
176 t_p = t; n_p = i; in normalize()
179 t_p = t; n_p = 0; in normalize()
195 Support::quicksort<Term<View>,TermBySizePos<View>>(t_p,n_p,tl); in normalize()
/dports/math/blocksolve95/BlockSolve95/src/
H A DBSpar_bcg.c53 FLOAT *t_z, *t_p, *t_resid, *t_x; in BSpar_bcg() local
73 t_p = &(p[j*num_cols]); in BSpar_bcg()
77 t_p[i] = t_z[i]; in BSpar_bcg()
82 t_p[i] = t_z[i] + bk*t_p[i]; in BSpar_bcg()
96 t_p = &(p[j*num_cols]); in BSpar_bcg()
101 t_x[i] += ak*t_p[i]; in BSpar_bcg()
/dports/net/mad_fcl/mad_fcl_v1.7_src/multis_flute/
H A Dmain.c295 thread_params_t *t_p; in start_flute_process() local
298 t_p = (thread_params_t*)t_par; in start_flute_process()
300 if(t_p->a.alc_a.mode == SENDER) { in start_flute_process()
301 retval = flute_sender(&t_p->a, &t_p->s_id, &t_p->session_size); in start_flute_process()
303 if(t_p->a.alc_a.verbosity > 0) { in start_flute_process()
305 printf("Total bytes sent: %I64u\n", t_p->session_size); in start_flute_process()
307 printf("Total bytes sent: %llu\n", t_p->session_size); in start_flute_process()
311 else if(t_p->a.alc_a.mode == RECEIVER) { in start_flute_process()
312 retval = flute_receiver(&t_p->a, &t_p->s_id); in start_flute_process()
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/erts/emulator/beam/
H A Derl_trace.c1278 send_to_tracer_nif(NULL, &t_p->common, t_p->common.id, tnif, TRACE_FUN_T_PROCS, in trace_proc()
1661 send_to_tracer_nif(NULL, &t_p->common, t_p->common.id, tnif, TRACE_FUN_T_PORTS, in trace_port()
1799 send_to_tracer_nif(NULL, &t_p->common, t_p->common.id, tnif, in trace_port_receive()
1823 send_to_tracer_nif(NULL, &t_p->common, t_p->common.id, tnif, TRACE_FUN_T_SEND, in trace_port_send()
1852 send_to_tracer_nif(NULL, &t_p->common, t_p->common.id, tnif, TRACE_FUN_T_SEND, in trace_port_send_binary()
1882 send_to_tracer_nif(NULL, &t_p->common, t_p->common.id, in trace_sched_ports_where()
2783 if (is_internal_pid(t_p->id)) { in send_to_tracer_nif()
2793 is_internal_pid(t_p->id) ? (Process*)t_p : NULL, in send_to_tracer_nif()
2794 t_p->tracer, t_p->trace_flags, in send_to_tracer_nif()
2846 nif_result = call_enabled_tracer(t_p->tracer, tnif_ret, topt, tag, t_p->id); in is_tracer_enabled()
[all …]
/dports/math/py-pymc3/pymc-3.11.4/pymc3/ode/
H A Dutils.py90 t_p = tt.vector("p", dtype="float64")
91 t_p.tag.test_value = np.ones((n_states + n_theta,), dtype="float64")
105 yhat = ode_func(t_y, t_t, t_p[n_states:])
116 grad_f = tt.jacobian(t_yhat, t_p)
122 inputs=[t_y, t_t, t_p, dydp_vec], outputs=[t_yhat, ddt_dydp], on_unused_input="ignore"
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/emulator/beam/
H A Derl_trace.c1298 send_to_tracer_nif(NULL, &t_p->common, t_p->common.id, tnif, TRACE_FUN_T_PROCS, in trace_proc()
1683 send_to_tracer_nif(NULL, &t_p->common, t_p->common.id, tnif, TRACE_FUN_T_PORTS, in trace_port()
1821 send_to_tracer_nif(NULL, &t_p->common, t_p->common.id, tnif, in trace_port_receive()
1845 send_to_tracer_nif(NULL, &t_p->common, t_p->common.id, tnif, TRACE_FUN_T_SEND, in trace_port_send()
1874 send_to_tracer_nif(NULL, &t_p->common, t_p->common.id, tnif, TRACE_FUN_T_SEND, in trace_port_send_binary()
1904 send_to_tracer_nif(NULL, &t_p->common, t_p->common.id, in trace_sched_ports_where()
2829 is_internal_pid(t_p->id) ? (Process*)t_p : NULL, in send_to_tracer_nif()
2830 t_p->tracer, t_p->trace_flags, in send_to_tracer_nif()
2867 ASSERT(t_p); in is_tracer_enabled()
2884 nif_result = call_enabled_tracer(t_p->tracer, tnif_ret, topt, tag, t_p->id); in is_tracer_enabled()
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/emulator/beam/
H A Derl_trace.c1298 send_to_tracer_nif(NULL, &t_p->common, t_p->common.id, tnif, TRACE_FUN_T_PROCS, in trace_proc()
1683 send_to_tracer_nif(NULL, &t_p->common, t_p->common.id, tnif, TRACE_FUN_T_PORTS, in trace_port()
1821 send_to_tracer_nif(NULL, &t_p->common, t_p->common.id, tnif, in trace_port_receive()
1845 send_to_tracer_nif(NULL, &t_p->common, t_p->common.id, tnif, TRACE_FUN_T_SEND, in trace_port_send()
1874 send_to_tracer_nif(NULL, &t_p->common, t_p->common.id, tnif, TRACE_FUN_T_SEND, in trace_port_send_binary()
1904 send_to_tracer_nif(NULL, &t_p->common, t_p->common.id, in trace_sched_ports_where()
2829 is_internal_pid(t_p->id) ? (Process*)t_p : NULL, in send_to_tracer_nif()
2830 t_p->tracer, t_p->trace_flags, in send_to_tracer_nif()
2867 ASSERT(t_p); in is_tracer_enabled()
2884 nif_result = call_enabled_tracer(t_p->tracer, tnif_ret, topt, tag, t_p->id); in is_tracer_enabled()
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/erts/emulator/beam/
H A Derl_trace.c1298 send_to_tracer_nif(NULL, &t_p->common, t_p->common.id, tnif, TRACE_FUN_T_PROCS, in trace_proc()
1683 send_to_tracer_nif(NULL, &t_p->common, t_p->common.id, tnif, TRACE_FUN_T_PORTS, in trace_port()
1821 send_to_tracer_nif(NULL, &t_p->common, t_p->common.id, tnif, in trace_port_receive()
1845 send_to_tracer_nif(NULL, &t_p->common, t_p->common.id, tnif, TRACE_FUN_T_SEND, in trace_port_send()
1874 send_to_tracer_nif(NULL, &t_p->common, t_p->common.id, tnif, TRACE_FUN_T_SEND, in trace_port_send_binary()
1904 send_to_tracer_nif(NULL, &t_p->common, t_p->common.id, in trace_sched_ports_where()
2829 is_internal_pid(t_p->id) ? (Process*)t_p : NULL, in send_to_tracer_nif()
2830 t_p->tracer, t_p->trace_flags, in send_to_tracer_nif()
2867 ASSERT(t_p); in is_tracer_enabled()
2884 nif_result = call_enabled_tracer(t_p->tracer, tnif_ret, topt, tag, t_p->id); in is_tracer_enabled()
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/emulator/beam/
H A Derl_trace.c1298 send_to_tracer_nif(NULL, &t_p->common, t_p->common.id, tnif, TRACE_FUN_T_PROCS, in trace_proc()
1683 send_to_tracer_nif(NULL, &t_p->common, t_p->common.id, tnif, TRACE_FUN_T_PORTS, in trace_port()
1821 send_to_tracer_nif(NULL, &t_p->common, t_p->common.id, tnif, in trace_port_receive()
1845 send_to_tracer_nif(NULL, &t_p->common, t_p->common.id, tnif, TRACE_FUN_T_SEND, in trace_port_send()
1874 send_to_tracer_nif(NULL, &t_p->common, t_p->common.id, tnif, TRACE_FUN_T_SEND, in trace_port_send_binary()
1904 send_to_tracer_nif(NULL, &t_p->common, t_p->common.id, in trace_sched_ports_where()
2829 is_internal_pid(t_p->id) ? (Process*)t_p : NULL, in send_to_tracer_nif()
2830 t_p->tracer, t_p->trace_flags, in send_to_tracer_nif()
2867 ASSERT(t_p); in is_tracer_enabled()
2884 nif_result = call_enabled_tracer(t_p->tracer, tnif_ret, topt, tag, t_p->id); in is_tracer_enabled()
[all …]
/dports/math/lidia/lidia-2.3.0+latte-patches-2014-10-04/src/finite_fields/Fp_polynomial/
H A Dmake_crossover.cc54 test_mul(long &t_p, long &t_f, int n, const bigint &p) in test_mul() argument
64 t_p = t.user_time(); in test_mul()
76 test_rem(long &t_p, long &t_f, int n, const bigint &p) in test_rem() argument
86 t_p = t.user_time(); in test_rem()
98 test_div(long &t_p, long &t_f, int n, const bigint &p) in test_div() argument
108 t_p = t.user_time(); in test_div()
120 test_inv(long &t_p, long &t_f, int n, const bigint &p) in test_inv() argument
134 t_p = t.user_time(); in test_inv()
146 test_gcd(long &t_p, long &t_f, int n, const bigint &p) in test_gcd() argument
156 t_p = t.user_time(); in test_gcd()
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/emulator/beam/
H A Derl_trace.c1299 send_to_tracer_nif(NULL, &t_p->common, t_p->common.id, tnif, TRACE_FUN_T_PROCS, in trace_proc()
1684 send_to_tracer_nif(NULL, &t_p->common, t_p->common.id, tnif, TRACE_FUN_T_PORTS, in trace_port()
1822 send_to_tracer_nif(NULL, &t_p->common, t_p->common.id, tnif, in trace_port_receive()
1846 send_to_tracer_nif(NULL, &t_p->common, t_p->common.id, tnif, TRACE_FUN_T_SEND, in trace_port_send()
1875 send_to_tracer_nif(NULL, &t_p->common, t_p->common.id, tnif, TRACE_FUN_T_SEND, in trace_port_send_binary()
1905 send_to_tracer_nif(NULL, &t_p->common, t_p->common.id, in trace_sched_ports_where()
2820 if (is_internal_pid(t_p->id)) { in send_to_tracer_nif()
2830 is_internal_pid(t_p->id) ? (Process*)t_p : NULL, in send_to_tracer_nif()
2831 t_p->tracer, t_p->trace_flags, in send_to_tracer_nif()
2883 nif_result = call_enabled_tracer(t_p->tracer, tnif_ret, topt, tag, t_p->id); in is_tracer_enabled()
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/emulator/beam/
H A Derl_trace.c1284 send_to_tracer_nif(NULL, &t_p->common, t_p->common.id, tnif, TRACE_FUN_T_PROCS, in trace_proc()
1669 send_to_tracer_nif(NULL, &t_p->common, t_p->common.id, tnif, TRACE_FUN_T_PORTS, in trace_port()
1807 send_to_tracer_nif(NULL, &t_p->common, t_p->common.id, tnif, in trace_port_receive()
1831 send_to_tracer_nif(NULL, &t_p->common, t_p->common.id, tnif, TRACE_FUN_T_SEND, in trace_port_send()
1860 send_to_tracer_nif(NULL, &t_p->common, t_p->common.id, tnif, TRACE_FUN_T_SEND, in trace_port_send_binary()
1890 send_to_tracer_nif(NULL, &t_p->common, t_p->common.id, in trace_sched_ports_where()
2805 if (is_internal_pid(t_p->id)) { in send_to_tracer_nif()
2815 is_internal_pid(t_p->id) ? (Process*)t_p : NULL, in send_to_tracer_nif()
2816 t_p->tracer, t_p->trace_flags, in send_to_tracer_nif()
2868 nif_result = call_enabled_tracer(t_p->tracer, tnif_ret, topt, tag, t_p->id); in is_tracer_enabled()
[all …]
/dports/math/lidia/lidia-2.3.0+latte-patches-2014-10-04/src/finite_fields/gf2n_polynomial/
H A Dmake_crossover.cc50 test_inv(long &t_p, long &t_f, int n) in test_inv() argument
65 t_p = t.user_time(); in test_inv()
76 test_red(long &t_p, long &t_f, int n) in test_red() argument
88 t_p = t.user_time(); in test_red()
99 test_square_red(long &t_p, long &t_f, int n) in test_square_red() argument
120 t_p = t.user_time(); in test_square_red()
/dports/math/singular/Singular-Release-4-2-1/Singular/dyn_modules/gfanlib/
H A Dstd_wrapper.cc31 if (strat->P.t_p==NULL) in sat_vars_sp()
78 poly p=strat->P.t_p; in sat_vars_sp()
101 p=p_Copy(strat->P.t_p,strat->tailRing); in sat_vars_sp()
104 strat->P.t_p=p; in sat_vars_sp()
149 if (strat->P.t_p==NULL) in abort_if_monomial_sp()
161 poly p=strat->P.t_p; in abort_if_monomial_sp()
/dports/math/singular/Singular-Release-4-2-1/misc/
H A Dstd_demo.cc39 if (strat->P.t_p==NULL) in divide_sp()
76 poly p=strat->P.t_p; in divide_sp()
94 p_Write(strat->P.t_p,strat->tailRing,strat->tailRing); in divide_sp()
96 p=p_Copy(strat->P.t_p,strat->tailRing); in divide_sp()
97 strat->P.t_p=p; in divide_sp()
/dports/math/gecode/gecode-0916a1a/gecode/float/linear/
H A Dpost.cpp161 Term *t_p, *t_n; in dopost() local
177 t_p = t; n_p = i; in dopost()
180 t_p = t; n_p = 0; in dopost()
193 std::swap(n_p,n_n); std::swap(t_p,t_n); c = -c; in dopost()
220 x[i] = t_p[i].x; in dopost()
229 x[i] = ScaleView(t_p[i].a,t_p[i].x); in dopost()
/dports/games/renpy/renpy-7.4.11-sdk/renpy/common/
H A D00splines.rpy111 t_p = 1.0 - t
113 result = [ t_p * start[i] + t * end[i] for i in (0,1) ]
117 t_p = 2 * t * (1.0 - t)
120 … result = [ t_pp * start[i] + t_p * self.points[segment][2][i] + t2 * end[i] for i in (0,1) ]
125 t_p = 3 * t**2 * (1.0 - t)
128 …result = [ t_ppp * start[i] + t_pp * self.points[segment][2][i] + t_p * self.points[segment][3][i]…
/dports/graphics/bmeps/dktools-4.31.1/src/libdk3c/
H A Ddk3prcfg.c348 switch(pr->t_p) { in dk3print_lh_pr_set_pqt()
350 pr->t_p = pqt; in dk3print_lh_pr_set_pqt()
486 switch(pr->t_p) { in dk3print_lh_pr_host()
506 back = dk3print_lh_pr_det_host(pc, &(pr->det_p), pr->t_p, vptr); in dk3print_lh_pr_host()
586 switch(pr->t_p) { in dk3print_lh_pr_queue()
714 switch(pr->t_p) { in dk3print_lh_pr_port()
730 back = dk3print_lh_pr_set_port(pc, &(pr->det_p), pr->t_p, vptr); in dk3print_lh_pr_port()
1177 switch(pr->t_p) { in dk3print_lh_pr_connect_timeout()
1240 switch(pr->t_p) { in dk3print_lh_pr_send_timeout()
1303 switch(pr->t_p) { in dk3print_lh_pr_receive_timeout()
[all …]
/dports/graphics/bmeps/dktools-4.31.1/src/wprclean/
H A Ddk3prcfg.c371 switch(pr->t_p) { in dk3print_lh_pr_set_pqt()
373 pr->t_p = pqt; in dk3print_lh_pr_set_pqt()
509 switch(pr->t_p) { in dk3print_lh_pr_host()
529 back = dk3print_lh_pr_det_host(pc, &(pr->det_p), pr->t_p, vptr); in dk3print_lh_pr_host()
609 switch(pr->t_p) { in dk3print_lh_pr_queue()
737 switch(pr->t_p) { in dk3print_lh_pr_port()
753 back = dk3print_lh_pr_set_port(pc, &(pr->det_p), pr->t_p, vptr); in dk3print_lh_pr_port()
1200 switch(pr->t_p) { in dk3print_lh_pr_connect_timeout()
1263 switch(pr->t_p) { in dk3print_lh_pr_send_timeout()
1326 switch(pr->t_p) { in dk3print_lh_pr_receive_timeout()
[all …]
/dports/math/cgal/CGAL-5.3/include/CGAL/Minkowski_sum_2/
H A DAABB_collision_detector_2.h84 Point_2 t_p = (! m_p.outer_boundary().is_empty()) ? in check_collision() local
103 m_q.outer_boundary().vertices_end(), t_p, in check_collision()
122 if (bounded_side_2(it->vertices_begin(), it->vertices_end(), t_p, in check_collision()

12345678910>>...13