Home
last modified time | relevance | path

Searched refs:diff_value (Results 1 – 25 of 44) sorted by relevance

12

/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/mesquite/TargetMetric/
H A DTMetric.cpp51 double diff_value; in do_finite_difference() local
54 valid = metric->evaluate( A, diff_value, err ); in do_finite_difference()
57 return (diff_value - value) / step; in do_finite_difference()
64 valid = metric->evaluate( A, diff_value, err ); in do_finite_difference()
67 return (value - diff_value) / step; in do_finite_difference()
H A DAWMetric.cpp51 double diff_value; in do_finite_difference() local
54 valid = metric->evaluate( A, W, diff_value, err ); in do_finite_difference()
57 return (diff_value - value) / step; in do_finite_difference()
64 valid = metric->evaluate( A, W, diff_value, err ); in do_finite_difference()
67 return (value - diff_value) / step; in do_finite_difference()
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/ansible/windows/plugins/modules/
H A Dwin_regedit.ps1253 $diff_value = Get-DiffValue -Type $property_type -Value $property in Set-StateAbsent() variable
254 $Module.Diff.before = @{ $PrintPath = @{ $Name = $diff_value } } in Set-StateAbsent()
336 $diff_value = Get-DiffValue -Type $existing_type -Value $property in Set-StatePresent() variable
337 $Module.Diff.before.$PrintPath.$Name = $diff_value in Set-StatePresent()
338 $Module.Diff.after.$PrintPath.$Name = $diff_value in Set-StatePresent()
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/tests/
H A Dapbs_check_forces.py136 for ( diff_key, diff_value ) in diff_dict.items():
140 if diff_value == 0.0:
144 elif diff_value < error_tolerance:
151 … logger.message( ' Expected result is %g (difference of: %g)' % ( true_value, diff_value ) )
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/windows/
H A Dwin_regedit.ps1247 $diff_value = Get-DiffValue -Type $property_type -Value $property in Set-StateAbsent() variable
248 $result.diff.before = @{ $PrintPath = @{ $Name = $diff_value } } in Set-StateAbsent()
334 $diff_value = Get-DiffValue -Type $existing_type -Value $property in Set-StatePresent() variable
335 $result.diff.before.$PrintPath.$Name = $diff_value in Set-StatePresent()
336 $result.diff.after.$PrintPath.$Name = $diff_value in Set-StatePresent()
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/test/support/windows-integration/plugins/modules/
H A Dwin_regedit.ps1247 $diff_value = Get-DiffValue -Type $property_type -Value $property
248 $result.diff.before = @{ $PrintPath = @{ $Name = $diff_value } }
334 $diff_value = Get-DiffValue -Type $existing_type -Value $property
335 $result.diff.before.$PrintPath.$Name = $diff_value
336 $result.diff.after.$PrintPath.$Name = $diff_value
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/test/support/windows-integration/plugins/modules/
H A Dwin_regedit.ps1247 $diff_value = Get-DiffValue -Type $property_type -Value $property in Set-StateAbsent() variable
248 $result.diff.before = @{ $PrintPath = @{ $Name = $diff_value } } in Set-StateAbsent()
334 $diff_value = Get-DiffValue -Type $existing_type -Value $property in Set-StatePresent() variable
335 $result.diff.before.$PrintPath.$Name = $diff_value in Set-StatePresent()
336 $result.diff.after.$PrintPath.$Name = $diff_value in Set-StatePresent()
/dports/math/libmesh/libmesh-1.6.2/examples/fem_system/fem_system_ex2/
H A Dsolid_system.C315 Point diff_value; in side_time_derivative() local
317 diff_value(d) = args("bc/displacement", NAN, nbc * 4 + 1 + d); in side_time_derivative()
320 diff_value *= ratio; in side_time_derivative()
359 Point diff = coords[qp] - orig_point - diff_value; in side_time_derivative()
/dports/graphics/guetzli/guetzli-1.0.1/third_party/butteraugli/butteraugli/
H A Dbutteraugli_main.cc381 double diff_value; in Run() local
383 diff_value)) { in Run()
399 if (diff_value_on_white > diff_value) { in Run()
400 diff_value = diff_value_on_white; in Run()
404 printf("%lf\n", diff_value); in Run()
/dports/sysutils/munin-contrib/contrib-c31cb28/plugins/system/
H A Dirq408 sub diff_value
425 …$data->{'summ'}{$irq_type}{$i} = diff_value($pstats->{'summ'}{$irq_type}{$i}, $cstats->{'summ'}{$i…
428 …$data->{'stat'}{$irq_type}{$i}{$irq_name} = diff_value($pstats->{'stat'}{$irq_type}{$i}{$irq_name}…
/dports/lang/elixir/elixir-1.12.3/lib/ex_unit/lib/ex_unit/
H A Ddiff.ex44 defp diff(left, right, env), do: diff_value(left, right, env)
120 diff_value(left, right, env)
130 ## diff_value
132 defp diff_value(literal, literal, env) function
142 defp diff_value(left, right, env) when is_number(left) and is_number(right) do function
146 defp diff_value(left, right, env) when is_list(left) and is_list(right) do function
150 defp diff_value(left, right, env) when is_tuple(left) and is_tuple(right) do function
154 defp diff_value(%left_struct{} = left, %right_struct{} = right, env) do function
165 defp diff_value(%{} = left, %{} = right, env) do function
173 defp diff_value(left, right, env) do function
[all …]
/dports/lang/elixir-devel/elixir-1.13.1/lib/ex_unit/lib/ex_unit/
H A Ddiff.ex44 defp diff(left, right, env), do: diff_value(left, right, env)
120 diff_value(left, right, env)
130 ## diff_value
132 defp diff_value(literal, literal, env) function
142 defp diff_value(left, right, env) when is_number(left) and is_number(right) do function
146 defp diff_value(left, right, env) when is_list(left) and is_list(right) do function
150 defp diff_value(left, right, env) when is_tuple(left) and is_tuple(right) do function
154 defp diff_value(%left_struct{} = left, %right_struct{} = right, env) do function
165 defp diff_value(%{} = left, %{} = right, env) do function
173 defp diff_value(left, right, env) do function
[all …]
/dports/audio/praat/praat-6.2.03/external/espeak/
H A Dklatt.cpp202 double diff_value;
227 diff_value = (double)next_value - (double)current_value;
228 diff_value = diff_value * temp_diff;
230 result = samples[itemp] + diff_value;
/dports/audio/espeak/espeak-1.48.04-source/src/
H A Dklatt.cpp236 double diff_value; in sampled_source() local
265 diff_value = (double) next_value - (double) current_value; in sampled_source()
266 diff_value = diff_value * temp_diff; in sampled_source()
268 result = samples[itemp] + diff_value; in sampled_source()
/dports/audio/praat/praat-6.2.03/dwtools/
H A DKlattTable.cpp699 double diff_value = next_value - current_value;
700 diff_value = diff_value * temp_diff;
702 result = my natural_samples [itemp] + diff_value;
/dports/science/code_saturne/code_saturne-7.1.0/bin/studymanager/
H A Dcs_studymanager_study.py196 self.diff_value = [] # list of differences (in case of comparison)
1598 diff_value, m_size_eq = case.runCompare(self,
1603 case.diff_value += diff_value
1613 elif diff_value:
1964 if case.diff_value or not case.m_size_eq:
2012 elif case.diff_value:
2013 doc2.add_row(case.diff_value, l, case.label)
/dports/net/samba412/samba-4.12.15/source3/utils/
H A Dnet_idmap_check.c730 TDB_DATA diff_value;
740 diff_value = dbwrap_record_get_value(diff_rec);
741 diff = unpack_diff(diff_value);
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/optflow/src/rlof/
H A Dberlof_invoker.hpp990 … v_int16x8 diff_value = v_pack(t0 >> bitShift, t1 >> bitShift) + vconst_value - vI; in operator ()() local
994 ((v11 << 5) + diff_value) & vmask, in operator ()()
995 ((v01 << 5) + diff_value) & vmask, in operator ()()
996 ((v10 << 5) + diff_value) & vmask, in operator ()()
997 ((v00 << 5) + diff_value) & vmask in operator ()()
999 diff0 = diff0 + diff_value; in operator ()()
2110 … v_int16x8 diff_value = v_pack(t0 >> bitShift, t1 >> bitShift) + vconst_value - vI; in operator ()() local
2114 ((v11 << 5) + diff_value) & vmask, in operator ()()
2115 ((v01 << 5) + diff_value) & vmask, in operator ()()
2116 ((v10 << 5) + diff_value) & vmask, in operator ()()
[all …]
/dports/security/silktools/silk-3.19.1/src/libflowsource/
H A Dpdusource.c427 #define PDU_OOS_ARGS(diff_value) \ in pduSourceNextPkt() argument
429 engine->flow_sequence, flow_sequence, diff_value, \ in pduSourceNextPkt()
/dports/devel/arm-elf-binutils/binutils-2.37/bfd/
H A Delf32-xtensa.c9669 bfd_signed_vma diff_value = 0; in relax_section() local
9684 diff_value = in relax_section()
9689 diff_value = in relax_section()
9694 diff_value = in relax_section()
9700 diff_value = in relax_section()
9706 diff_value = in relax_section()
9712 diff_value = in relax_section()
9719 && diff_value) in relax_section()
9720 diff_value |= ~diff_mask; in relax_section()
9743 bfd_put_8 (abfd, diff_value, in relax_section()
[all …]
/dports/devel/gnulibiberty/binutils-2.37/bfd/
H A Delf32-xtensa.c9669 bfd_signed_vma diff_value = 0; in relax_section() local
9684 diff_value = in relax_section()
9689 diff_value = in relax_section()
9694 diff_value = in relax_section()
9700 diff_value = in relax_section()
9706 diff_value = in relax_section()
9712 diff_value = in relax_section()
9719 && diff_value) in relax_section()
9720 diff_value |= ~diff_mask; in relax_section()
9743 bfd_put_8 (abfd, diff_value, in relax_section()
[all …]
/dports/devel/gdb/gdb-11.1/bfd/
H A Delf32-xtensa.c9669 bfd_signed_vma diff_value = 0; in relax_section() local
9684 diff_value = in relax_section()
9689 diff_value = in relax_section()
9694 diff_value = in relax_section()
9700 diff_value = in relax_section()
9706 diff_value = in relax_section()
9712 diff_value = in relax_section()
9719 && diff_value) in relax_section()
9720 diff_value |= ~diff_mask; in relax_section()
9743 bfd_put_8 (abfd, diff_value, in relax_section()
[all …]
/dports/devel/binutils/binutils-2.37/bfd/
H A Delf32-xtensa.c9669 bfd_signed_vma diff_value = 0; in relax_section() local
9684 diff_value = in relax_section()
9689 diff_value = in relax_section()
9694 diff_value = in relax_section()
9700 diff_value = in relax_section()
9706 diff_value = in relax_section()
9712 diff_value = in relax_section()
9719 && diff_value) in relax_section()
9720 diff_value |= ~diff_mask; in relax_section()
9743 bfd_put_8 (abfd, diff_value, in relax_section()
[all …]
/dports/emulators/yuzu/yuzu-0b47f7a46/src/video_core/shader/decode/
H A Dtexture.cpp860 const s32 diff_value = is_tld4 ? 64 : 16; in GetAoffiCoordinates() local
876 const Node negative = Operation(OperationCode::IAdd, value, Immediate(-diff_value)); in GetAoffiCoordinates()
885 value -= diff_value; in GetAoffiCoordinates()
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/binutils-2.16.1/bfd/
H A Delf32-xtensa.c7854 bfd_vma diff_value = 0, new_end_offset, diff_mask = 0; in relax_section() local
7867 diff_value = in relax_section()
7871 diff_value = in relax_section()
7875 diff_value = in relax_section()
7882 r_rel.target_offset + diff_value); in relax_section()
7883 diff_value = new_end_offset - new_reloc.target_offset; in relax_section()
7889 bfd_put_8 (abfd, diff_value, in relax_section()
7894 bfd_put_16 (abfd, diff_value, in relax_section()
7899 bfd_put_32 (abfd, diff_value, in relax_section()
7905 if ((diff_value & ~diff_mask) != 0) in relax_section()

12