Searched refs:x_calc (Results 1 – 4 of 4) sorted by relevance
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/samples/matlab/ |
H A D | Plug_Flow_Reactor.m | 83 x_calc = 0:dx:L; variable 87 T_calc = zeros(length(x_calc),1); 95 for i = 2:length(x_calc) 108 limits = [x_calc(i-1),x_calc(i)]; 121 A_calc = A_in+k.*x_calc*dAdx; 126 for i=1:length(x_calc) 140 plot(x_calc,M_calc) 145 plot(x_calc,A_calc) 150 plot(x_calc,T_calc) 155 plot(x_calc,rho_calc) [all …]
|
/dports/graphics/gegl/gegl-0.4.34/operations/common-gpl3+/ |
H A D | polar-coordinates.c | 102 gdouble x_calc, y_calc; 198 x_calc = x2 - 1 - (x2 - x1 - 1)/(2*G_PI) * phi; 200 x_calc = (x2 - x1 - 1)/(2*G_PI) * phi + x1; 266 x_calc = (double)xm - xx; 271 x_calc = (double)xm - xx; 276 x_calc = (double)xm + xx; 281 x_calc = (double)xm + xx; 286 xi = (int) (x_calc + 0.5); 292 *x = x_calc;
|
/dports/misc/rump/buildrump.sh-b914579/src/sys/netinet/ |
H A D | dccp_tfrc.h | 85 struct fixpoint x_calc; /* Calculated send (?) rate */ member
|
H A D | dccp_tfrc.c | 316 cb->x_calc = *tfrc_calcX(cb->s, cb->rtt, &cb->p); in tfrc_updateX() 319 if (fixpoint_cmp(&cb->x_calc, &temp) < 0) in tfrc_updateX() 320 temp = cb->x_calc; in tfrc_updateX() 430 if (fixpoint_cmp(&cb->p, &v) < 0 && cb->x_calc.num == 0) in tfrc_time_no_feedback() 436 if (fixpoint_cmp(&cb->p, &v) || fixpoint_cmp(&cb->x_calc, &w) > 0) { in tfrc_time_no_feedback()
|