Home
last modified time | relevance | path

Searched refs:f_new (Results 1 – 25 of 135) sorted by relevance

123456

/dports/news/newsx/newsx-1.6/src/
H A Dlist.c66 read_list(FILE *f_all,FILE *f_new, int is_desc) in read_list() argument
100 doit = (f_new && is_in_active(line)); in read_list()
102 if (doit) report_desc(f_new,line,group_desc); in read_list()
110 if (f_new && !is_in_active(line)) { in read_list()
111 report_list(f_new,line,status,group_newlist); in read_list()
134 FILE *f_new = 0; in handle_list() local
147 ok = read_list(f_all,f_new,0); in handle_list()
150 || (f_new && close_any(f_new,pid_new) < 0)) { in handle_list()
169 FILE *f_new = 0; in handle_desc() local
182 ok = read_list(f_all,f_new,1); in handle_desc()
[all …]
/dports/audio/praat/praat-6.2.03/external/gsl/
H A Dgsl_min__golden.c77 double x_new, f_new; in goldensection_iterate() local
81 SAFE_FUNC_CALL (f, x_new, &f_new); in goldensection_iterate()
83 if (f_new < f_min) in goldensection_iterate()
86 *f_minimum = f_new ; in goldensection_iterate()
89 else if (x_new < x_center && f_new > f_min) in goldensection_iterate()
92 *f_lower = f_new ; in goldensection_iterate()
95 else if (x_new > x_center && f_new > f_min) in goldensection_iterate()
98 *f_upper = f_new ; in goldensection_iterate()
H A Dgsl_roots__secant.c80 double x_new, f_new, df_new; in secant_iterate() local
89 f_new = GSL_FN_FDF_EVAL_F(fdf, x_new) ; in secant_iterate()
90 df_new = (f_new - f) / (x_new - x) ; in secant_iterate()
94 state->f = f_new ; in secant_iterate()
97 if (!gsl_finite (f_new)) in secant_iterate()
H A Dgsl_roots__newton.c70 double root_new, f_new, df_new; in newton_iterate() local
81 GSL_FN_FDF_EVAL_F_DF(fdf, root_new, &f_new, &df_new); in newton_iterate()
83 state->f = f_new ; in newton_iterate()
86 if (!gsl_finite(f_new)) in newton_iterate()
H A Dgsl_roots__steffenson.c87 double x_new, f_new, df_new;
99 GSL_FN_FDF_EVAL_F_DF(fdf, x_new, &f_new, &df_new);
105 state->f = f_new ;
108 if (!gsl_finite (f_new))
/dports/math/gsl/gsl-2.7/min/
H A Dgolden.c81 double x_new, f_new; in goldensection_iterate() local
87 SAFE_FUNC_CALL (f, x_new, &f_new); in goldensection_iterate()
89 if (f_new < f_min) in goldensection_iterate()
92 *f_minimum = f_new ; in goldensection_iterate()
95 else if (x_new < x_center && f_new > f_min) in goldensection_iterate()
98 *f_lower = f_new ; in goldensection_iterate()
101 else if (x_new > x_center && f_new > f_min) in goldensection_iterate()
104 *f_upper = f_new ; in goldensection_iterate()
/dports/textproc/py-nltk/nltk-3.4.1/nltk/translate/
H A Dgdfa.py101 e_new, f_new = neighbor
105 e_new not in aligned and f_new not in aligned
109 aligned['f'].add(f_new)
124 for f_new in range(trglen):
129 and f_new not in aligned
130 and (e_new, f_new) in union
132 alignment.add((e_new, f_new))
134 aligned['f'].add(f_new)
/dports/graphics/blender/blender-2.91.0/source/blender/bmesh/tools/
H A Dbmesh_wireframe.c416 BMFace *f_new; in BM_mesh_wireframe() local
436 f_new->mat_nr = CLAMPIS(f_new->mat_nr + mat_offset, 0, mat_max); in BM_mesh_wireframe()
438 BM_elem_flag_enable(f_new, BM_ELEM_TAG); in BM_mesh_wireframe()
439 l_new = BM_FACE_FIRST_LOOP(f_new); in BM_mesh_wireframe()
449 f_new->mat_nr = CLAMPIS(f_new->mat_nr + mat_offset, 0, mat_max); in BM_mesh_wireframe()
451 BM_elem_flag_enable(f_new, BM_ELEM_TAG); in BM_mesh_wireframe()
452 l_new = BM_FACE_FIRST_LOOP(f_new); in BM_mesh_wireframe()
468 f_new->mat_nr = CLAMPIS(f_new->mat_nr + mat_offset, 0, mat_max); in BM_mesh_wireframe()
471 l_new = BM_FACE_FIRST_LOOP(f_new); in BM_mesh_wireframe()
480 f_new->mat_nr = CLAMPIS(f_new->mat_nr + mat_offset, 0, mat_max); in BM_mesh_wireframe()
[all …]
/dports/math/R-cran-lazyeval/lazyeval/man/
H A Df_new.Rd3 \name{f_new}
4 \alias{f_new}
7 f_new(rhs, lhs = NULL, env = parent.frame())
21 f_new(quote(a))
22 f_new(quote(a), quote(b))
/dports/graphics/blender/blender-2.91.0/source/blender/bmesh/operators/
H A Dbmo_removedoubles.c60 BMFace *f_new; in remdoubles_splitface() local
164 if (f_new) { in remdoubles_createface()
165 return f_new; in remdoubles_createface()
168 BLI_assert(f_new != f); in remdoubles_createface()
170 if (f_new) { in remdoubles_createface()
179 return f_new; in remdoubles_createface()
281 BMFace *f_new = NULL; in bmo_weld_verts_exec() local
288 if (f_new) { in bmo_weld_verts_exec()
297 BM_face_kill(bm, f_new); in bmo_weld_verts_exec()
307 BLI_assert(f != f_new); in bmo_weld_verts_exec()
[all …]
H A Dbmo_subdivide.c146 BMFace *f_new; in connect_smallest_face() local
154 *r_f_new = f_new; in connect_smallest_face()
491 BMFace *f_new; in quad_1edge_split() local
537 BMFace *f_new; in quad_2edge_split_path() local
567 BMFace *f_new; in quad_2edge_split_innervert() local
611 BMFace *f_new; in quad_2edge_split_fan() local
646 BMFace *f_new; in quad_3edge_split() local
687 BMFace *f_new; in quad_4edge_subdivide() local
770 BMFace *f_new; in tri_1edge_split() local
801 BMFace *f_new; in tri_3edge_subdivide() local
[all …]
H A Dbmo_poke.c69 BMFace *f_new; in bmo_poke_exec() local
110 f_new = BM_face_create_quad_tri( in bmo_poke_exec()
112 l_new = BM_FACE_FIRST_LOOP(f_new); in bmo_poke_exec()
126 BMO_face_flag_enable(bm, f_new, ELE_NEW); in bmo_poke_exec()
130 BM_face_calc_center_median(f_new, f_new_center); in bmo_poke_exec()
131 BM_face_interp_multires_ex(bm, f_new, f, f_new_center, f_center, cd_loop_mdisp_offset); in bmo_poke_exec()
H A Dbmo_dissolve.c199 BMFace *f_new; in bmo_dissolve_faces_exec() local
213 f_new = BM_faces_join(bm, faces, tot, true); in bmo_dissolve_faces_exec()
215 if (f_new) { in bmo_dissolve_faces_exec()
218 bm->act_face = f_new; in bmo_dissolve_faces_exec()
229 BMO_face_flag_disable(bm, f_new, FACE_ORIG); in bmo_dissolve_faces_exec()
230 BMO_face_flag_enable(bm, f_new, FACE_NEW); in bmo_dissolve_faces_exec()
326 BMFace *f_new; in bmo_dissolve_edges_exec() local
331 if (f_new) { in bmo_dissolve_edges_exec()
334 bm->act_face = f_new; in bmo_dissolve_edges_exec()
440 BMFace *f_new; in bmo_dissolve_verts_exec() local
[all …]
H A Dbmo_connect_nonplanar.c127 BMFace *f_new; in bm_face_split_by_angle() local
130 f_new = BM_face_split(bm, f, l_pair[0], l_pair[1], &l_new, NULL, false); in bm_face_split_by_angle()
131 if (f_new) { in bm_face_split_by_angle()
133 r_f_pair[1] = f_new; in bm_face_split_by_angle()
136 BMO_face_flag_enable(bm, f_new, FACE_OUT); in bm_face_split_by_angle()
H A Dbmo_connect.c117 BMFace *f_new; in bm_face_connect_verts() local
125 f_new = BM_face_split(bm, f, l_pair[0], l_pair[1], &l_new, NULL, edge_exists); in bm_face_connect_verts()
144 f_new = NULL; in bm_face_connect_verts()
148 if (!l_new || !f_new) { in bm_face_connect_verts()
153 f = f_new; in bm_face_connect_verts()
/dports/math/gsl/gsl-2.7/roots/
H A Dsecant.c80 double x_new, f_new, df_new; in secant_iterate() local
94 f_new = GSL_FN_FDF_EVAL_F(fdf, x_new) ; in secant_iterate()
95 df_new = df * ((f - f_new) / f); in secant_iterate()
99 state->f = f_new ; in secant_iterate()
102 if (!gsl_finite (f_new)) in secant_iterate()
H A Dnewton.c70 double root_new, f_new, df_new; in newton_iterate() local
81 GSL_FN_FDF_EVAL_F_DF(fdf, root_new, &f_new, &df_new); in newton_iterate()
83 state->f = f_new ; in newton_iterate()
86 if (!gsl_finite(f_new)) in newton_iterate()
H A Dsteffenson.c87 double x_new, f_new, df_new; in steffenson_iterate() local
99 GSL_FN_FDF_EVAL_F_DF(fdf, x_new, &f_new, &df_new); in steffenson_iterate()
105 state->f = f_new ; in steffenson_iterate()
108 if (!gsl_finite (f_new)) in steffenson_iterate()
/dports/math/R-cran-lazyeval/lazyeval/R/
H A Dformula.R10 f_new <- function(rhs, lhs = NULL, env = parent.frame()) { function
69 f_new(value, f_lhs(x), f_env(x))
82 f_new(f_rhs(x), value, f_env(x))
95 f_new(f_rhs(x), f_lhs(x), value)
148 f_new(substitute_(f_rhs(f), e), f_lhs(f), parent.env(e))
/dports/science/py-scipy/scipy-1.7.1/scipy/integrate/_ivp/
H A Dcommon.py326 f_new = fun(t, y[:, None] + h_vecs)
327 diff = f_new - f[:, None]
331 scale = np.maximum(np.abs(f[max_ind]), np.abs(f_new[max_ind, r]))
339 f_new = fun(t, y[:, None] + h_vecs[:, ind])
340 diff_new = f_new - f[:, None]
374 f_new = fun(t, y[:, None] + h_vecs)
375 df = f_new - f[:, None]
383 np.abs(f_new[max_ind, groups[r]]))
402 f_new = fun(t, y[:, None] + h_vecs)
403 df = f_new - f[:, None]
[all …]
/dports/math/R-cran-lazyeval/lazyeval/tests/testthat/
H A Dtest-f-unwrap.R6 f2 <- f_new(quote(x + 100), env = parent.env(environment()))
13 expect_equal(f_rhs(f_unwrap(f_new(quote(`__1`), env = globalenv()))), 1)
17 f <- f_new(quote(x == y), env = emptyenv())
/dports/science/py-scipy/scipy-1.7.1/scipy/optimize/_lsq/
H A Dtrf.py338 f_new = fun(x_new)
343 if not np.all(np.isfinite(f_new)):
349 cost_new = loss_function(f_new, cost_only=True)
351 cost_new = 0.5 * np.dot(f_new, f_new)
369 f = f_new
499 f_new = fun(x_new)
504 if not np.all(np.isfinite(f_new)):
510 cost_new = loss_function(f_new, cost_only=True)
512 cost_new = 0.5 * np.dot(f_new, f_new)
531 f = f_new
/dports/lang/ghc/ghc-8.10.7/utils/lndir/
H A Dlndir.c176 FILE *f_new; in copyfile() local
190 f_new = __hs_fopen(newpath, "wbx"); in copyfile()
191 if (f_new == NULL) { in copyfile()
198 if (fwrite(buf, 1, s, f_new) < s) { in copyfile()
201 fclose(f_new); in copyfile()
209 fclose(f_new); in copyfile()
213 if (fclose(f_new) == EOF) { in copyfile()
/dports/graphics/blender/blender-2.91.0/source/blender/modifiers/intern/
H A DMOD_smooth.c155 const float f_new = invert_vgroup ? in smoothModifier_do() local
158 if (f_new <= 0.0f) { in smoothModifier_do()
161 const float f_orig = 1.0f - f_new; in smoothModifier_do()
164 vco_orig[0] = f_orig * vco_orig[0] + f_new * vco_new[0]; in smoothModifier_do()
167 vco_orig[1] = f_orig * vco_orig[1] + f_new * vco_new[1]; in smoothModifier_do()
170 vco_orig[2] = f_orig * vco_orig[2] + f_new * vco_new[2]; in smoothModifier_do()
/dports/science/pagmo2/pagmo2-2.18.0/include/pagmo/utils/
H A Dgradients_and_hessians.hpp77 auto f_new = f(x_new); in estimate_sparsity() local
78 if (f_new.size() != f0.size()) { in estimate_sparsity()
83 for (decltype(f_new.size()) i = 0u; i < f_new.size(); ++i) { in estimate_sparsity()
84 if (f_new[i] != f0[i]) { in estimate_sparsity()

123456