Home
last modified time | relevance | path

Searched refs:f_old (Results 1 – 25 of 48) sorted by relevance

12

/dports/misc/vxl/vxl-3.3.2/core/vidl/
H A Dvidl_dc1394_istream.cxx40 f.is_on = f_old.is_on; in dc1394_feature_to_vidl()
42 f.min = f_old.min; in dc1394_feature_to_vidl()
43 f.max = f_old.max; in dc1394_feature_to_vidl()
44 f.value = f_old.value; in dc1394_feature_to_vidl()
47 f.B_value = f_old.B_value; in dc1394_feature_to_vidl()
48 f.R_value = f_old.R_value; in dc1394_feature_to_vidl()
49 f.G_value = f_old.G_value; in dc1394_feature_to_vidl()
54 f.abs_max = f_old.abs_max; in dc1394_feature_to_vidl()
79 f.min = f_old.min; in vidl_feature_to_dc1394()
80 f.max = f_old.max; in vidl_feature_to_dc1394()
[all …]
/dports/net-p2p/ctorrent/ctorrent-dnh3.3.2/
H A Dsetnonblock.cpp18 int f_old; in setfd_nonblock() local
19 f_old = fcntl(socket,F_GETFL,0); in setfd_nonblock()
20 if( f_old < 0 ) return -1; in setfd_nonblock()
21 f_old |= O_NONBLOCK; in setfd_nonblock()
22 return (fcntl(socket,F_SETFL,f_old)); in setfd_nonblock()
/dports/lang/ghc/ghc-8.10.7/utils/lndir/
H A Dlndir.c175 FILE *f_old; in copyfile() local
186 f_old = __hs_fopen(oldpath, "rb"); in copyfile()
187 if (f_old == NULL) { in copyfile()
193 fclose(f_old); in copyfile()
197 while ((s = fread(buf, 1, BUFSIZE, f_old)) > 0) { in copyfile()
200 fclose(f_old); in copyfile()
206 if (!feof(f_old)) { in copyfile()
208 fclose(f_old); in copyfile()
215 fclose(f_old); in copyfile()
219 fclose(f_old); in copyfile()
/dports/devel/efl/efl-1.25.1/src/lib/elementary/
H A Defl_ui_layout_factory.c96 Efl_Ui_Factory *f_old; in _efl_ui_layout_factory_efl_ui_factory_bind_factory_bind() local
105 f_old = eina_hash_set(pd->bind.factories, ss_key, efl_ref(factory)); in _efl_ui_layout_factory_efl_ui_factory_bind_factory_bind()
106 if (f_old) in _efl_ui_layout_factory_efl_ui_factory_bind_factory_bind()
108 efl_unref(f_old); in _efl_ui_layout_factory_efl_ui_factory_bind_factory_bind()
/dports/graphics/instant-meshes/instant-meshes-0.0-42-g4a083f4/src/
H A Dreorder.cpp61 uint32_t f_old = queue.front(); in reorder_mesh() local
65 F_new[j].col(f_new) = F_vec[j].col(f_old); in reorder_mesh()
68 uint32_t v_old = F(i, f_old); in reorder_mesh()
82 uint32_t edge_other = E2E[f_old * F.rows() + i]; in reorder_mesh()
/dports/audio/praat/praat-6.2.03/dwtools/
H A DConfiguration_AffineTransform.cpp90 double f, f_old; in NUMmaximizeCongruence_inplace() local
128 f_old = f; in NUMmaximizeCongruence_inplace()
134 …} while (fabs (f_old - f) > std::max (tolerance * fabs (f_old), NUMeps) && numberOfIterations < ma… in NUMmaximizeCongruence_inplace()
/dports/sysutils/tuptime/tuptime-5.0.2/misc/scripts/
H A Dtuptime_join.py116 f_old, f_new = order_files(arg)
118 print('Old source file: \t' + str(f_old))
122 copyfile(f_old, arg.dest)
/dports/science/tinker/tinker/source/
H A Dlbfgs.f61 real*8 f,f_old,fgvalue
206 f_old = f
324 f_move = f_old - f
325 f_old = f
/dports/devel/gdb/gdb-11.1/gdbsupport/
H A Dbuffer.cc92 const char *f_old = f; in buffer_xml_printf() local
164 buffer_grow (buffer, prev, f_old - prev - 1); in buffer_xml_printf()
/dports/devel/gdb761/gdb-7.6.1/gdb/common/
H A Dbuffer.c104 const char *f_old = f; in buffer_xml_printf() local
176 buffer_grow (buffer, prev, f_old - prev - 1); in buffer_xml_printf()
/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/polyselect/
H A Dpolyselect.c404 if (f_old != NULL && g_old != NULL) { in output_polynomials()
569 if (f_old == NULL) in match()
575 mpz_init (f_old[j]); in match()
713 mpz_set (f_old[j], f[j]); in match()
762 mpz_clear (f_old[j]); in match()
763 free (f_old); in match()
801 if (f_old == NULL) in gmp_match()
807 mpz_init (f_old[j]); in gmp_match()
882 mpz_set (f_old[i], f[i]); in gmp_match()
932 mpz_clear (f_old[j]); in gmp_match()
[all …]
/dports/biology/sra-tools/sra-tools-2.11.0/tools/sra-sort/
H A Dmap-file.c61 KFile *f_old, *f_new, *f_pos; member
73 rc_t rc = KFileRelease ( self -> f_old ); in MapFileWhack()
149 … TRY ( MapFileMakeFork ( & mf -> f_old, ctx, name, wd, tp -> tmpdir, tp -> pid, bsize, "old" ) ) in MapFileMakeInt()
169 KFileRelease ( mf -> f_old ); in MapFileMakeInt()
342 rc = KFileWriteAll ( self -> f_old, pos, & new_id, self -> id_size, & num_writ ); in MapFileSetOldToNew()
640 rc = KFileReadAll ( self -> f_old, pos, scan_buffer, to_read, & num_read ); in MapFileAllocMissingNewIds()
870 rc = KFileReadAll ( self -> f_old, pos, buff, to_read, & num_read ); in MapFileSelectOldToNewPairs()
952 rc = KFileReadAll ( self -> f_old, pos, buff, to_read, & num_read ); in MapFileSelectOldToNewSingle()
1028 rc = KFileReadAll ( self -> f_old, pos, & new_id, to_read, & num_read ); in MapFileMapSingleOldToNew()
/dports/science/PETSc/petsc-3.14.1/src/tao/unconstrained/impls/cg/
H A Dtaocg.c19 PetscReal gd_old,gnorm2_old,f_old; in TaoSolve_CG() local
63 f_old = f; in TaoSolve_CG()
92 f = f_old; in TaoSolve_CG()
117 f = f_old; in TaoSolve_CG()
130 f = f_old; in TaoSolve_CG()
/dports/math/R-cran-lme4/lme4/src/
H A Doptimizer.cpp202 f_old = f; in postreflect()
214 f_old = f; in postreflect()
231 d_vals[d_ih] = f_old; in postexpand()
240 if (f < f_old && f < d_fh) { in postcontract()
/dports/science/octopus/octopus-10.5/src/scf/
H A Dmix_inc.F90102 …call lalg_axpy(d1, d2, d3, R_TOTYPE(-M_ONE), smix%mixfield%X(f_old)(:, :, :), smix%mixfield%X(df…
124 smix%mixfield%X(f_old) (1:d1, 1:d2, 1:d3) = f (1:d1, 1:d2, 1:d3)
258 call lalg_axpy(d1, d2, d3, R_TOTYPE(-M_ONE), mf%X(f_old)(:, :, :), mf%X(df)(:, :, :, ipos))
274 mf%X(f_old) (1:d1, 1:d2, 1:d3) = f (1:d1, 1:d2, 1:d3)
428 …call lalg_axpy(d1, d2, d3, R_TOTYPE(-M_ONE), smix%mixfield%X(f_old)(:, :, :), smix%mixfield%X(df)(…
434 smix%mixfield%X(f_old) = f
444 …call lalg_axpy(d1, d2, d3, R_TOTYPE(-M_ONE), smix%mixfield%X(f_old)(:, :, :), smix%mixfield%X(df)(…
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/example/
H A Dha_example.cc977 ha_field_option_struct *f_old= table->s->field[i]->option_struct; in check_if_supported_inplace_alter() local
979 DBUG_ASSERT(f_old); in check_if_supported_inplace_alter()
985 f_old->complex_param_to_parse_it_in_engine, in check_if_supported_inplace_alter()
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/example/
H A Dha_example.cc971 ha_field_option_struct *f_old= table->s->field[i]->option_struct; in check_if_supported_inplace_alter() local
973 DBUG_ASSERT(f_old); in check_if_supported_inplace_alter()
979 f_old->complex_param_to_parse_it_in_engine, in check_if_supported_inplace_alter()
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/example/
H A Dha_example.cc971 ha_field_option_struct *f_old= table->s->field[i]->option_struct; in check_if_supported_inplace_alter() local
973 DBUG_ASSERT(f_old); in check_if_supported_inplace_alter()
979 f_old->complex_param_to_parse_it_in_engine, in check_if_supported_inplace_alter()
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/example/
H A Dha_example.cc971 ha_field_option_struct *f_old= table->s->field[i]->option_struct; in check_if_supported_inplace_alter() local
973 DBUG_ASSERT(f_old); in check_if_supported_inplace_alter()
979 f_old->complex_param_to_parse_it_in_engine, in check_if_supported_inplace_alter()
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/example/
H A Dha_example.cc971 ha_field_option_struct *f_old= table->s->field[i]->option_struct; in check_if_supported_inplace_alter() local
973 DBUG_ASSERT(f_old); in check_if_supported_inplace_alter()
979 f_old->complex_param_to_parse_it_in_engine, in check_if_supported_inplace_alter()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/example/
H A Dha_example.cc977 ha_field_option_struct *f_old= table->s->field[i]->option_struct; in check_if_supported_inplace_alter() local
979 DBUG_ASSERT(f_old); in check_if_supported_inplace_alter()
985 f_old->complex_param_to_parse_it_in_engine, in check_if_supported_inplace_alter()
/dports/science/py-scipy/scipy-1.7.1/scipy/optimize/tests/
H A Dtest__basinhopping.py393 ret = self.met(f_new=0., f_old=1.)
397 assert_(self.met(f_new=0., f_old=1.))
401 assert_raises(KeyError, self.met, f_old=1.)
411 ret = self.met(f_new=1., f_old=0.5)
/dports/editors/neovim/neovim-0.6.1/test/functional/api/
H A Dversion_spec.lua142 local f_old = funcs_compat[f.since][f.name]
143 if f_old == nil then
/dports/science/tinker/tinker/other/
H A Dlmqn.f90 real*8 f,f_old local
392 f_old = f
428 f_move = f_old - f_new
/dports/science/py-scipy/scipy-1.7.1/scipy/integrate/_ivp/
H A Drk.py515 f_old = K[0]
519 F[1] = h * f_old - delta_y
520 F[2] = 2 * delta_y - h * (self.f + f_old)

12