Home
last modified time | relevance | path

Searched refs:msd (Results 1 – 25 of 2063) sorted by relevance

12345678910>>...83

/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/motion/
H A Dreftraj_util.F188 ALLOCATE (msd)
203 msd%ref0_unit = -1
229 msd%ref0_com(1) = msd%ref0_com(1) + x*mass
230 msd%ref0_com(2) = msd%ref0_com(2) + y*mass
231 msd%ref0_com(3) = msd%ref0_com(3) + z*mass
232 msd%total_mass = msd%total_mass + mass
234 msd%ref0_com = msd%ref0_com/msd%total_mass
380 reftraj%msd%drcom(1) = rcom(1) - reftraj%msd%ref0_com(1)
381 reftraj%msd%drcom(2) = rcom(2) - reftraj%msd%ref0_com(2)
382 reftraj%msd%drcom(3) = rcom(3) - reftraj%msd%ref0_com(3)
[all …]
H A Dreftraj_types.F42 LOGICAL :: msd component
71 TYPE(reftraj_msd_type), POINTER :: msd component
99 NULLIFY (reftraj%msd)
124 l_val=reftraj%info%msd)
171 IF (ASSOCIATED(reftraj%msd)) THEN
172 DEALLOCATE (reftraj%msd%ref0_pos)
173 IF (reftraj%msd%msd_kind) THEN
174 DEALLOCATE (reftraj%msd%val_msd_kind)
176 IF (reftraj%msd%msd_molecule) THEN
180 IF (reftraj%msd%disp_atom) THEN
[all …]
/dports/science/cp2k-data/cp2k-7.1.0/src/motion/
H A Dreftraj_util.F188 ALLOCATE (msd)
203 msd%ref0_unit = -1
229 msd%ref0_com(1) = msd%ref0_com(1) + x*mass
230 msd%ref0_com(2) = msd%ref0_com(2) + y*mass
231 msd%ref0_com(3) = msd%ref0_com(3) + z*mass
232 msd%total_mass = msd%total_mass + mass
234 msd%ref0_com = msd%ref0_com/msd%total_mass
380 reftraj%msd%drcom(1) = rcom(1) - reftraj%msd%ref0_com(1)
381 reftraj%msd%drcom(2) = rcom(2) - reftraj%msd%ref0_com(2)
382 reftraj%msd%drcom(3) = rcom(3) - reftraj%msd%ref0_com(3)
[all …]
H A Dreftraj_types.F42 LOGICAL :: msd component
71 TYPE(reftraj_msd_type), POINTER :: msd component
99 NULLIFY (reftraj%msd)
124 l_val=reftraj%info%msd)
171 IF (ASSOCIATED(reftraj%msd)) THEN
172 DEALLOCATE (reftraj%msd%ref0_pos)
173 IF (reftraj%msd%msd_kind) THEN
174 DEALLOCATE (reftraj%msd%val_msd_kind)
176 IF (reftraj%msd%msd_molecule) THEN
180 IF (reftraj%msd%disp_atom) THEN
[all …]
/dports/sysutils/mate-settings-daemon/mate-settings-daemon-1.26.0/plugins/xrandr/
H A DMakefile.am5 msd-xrandr-manager-glue.h
8 msd-xrandr-16.png \
9 msd-xrandr-22.png \
10 msd-xrandr-24.png \
11 msd-xrandr-32.png \
12 msd-xrandr-48.png \
13 msd-xrandr-64.png \
14 msd-xrandr-96.png \
15 msd-xrandr.svg
49 msd-xrandr-manager-glue.h: msd-xrandr-manager.xml Makefile
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/mime/src/
H A Dmimemoz2.cpp835 MimeObject* obj = (msd ? msd->obj : 0); in mime_display_stream_write()
867 MimeObject* obj = (msd ? msd->obj : 0); in mime_display_stream_complete()
908 if (msd->headers) MimeHeaders_free(msd->headers); in mime_display_stream_complete()
910 if (msd->url_name) free(msd->url_name); in mime_display_stream_complete()
921 MimeObject* obj = (msd ? msd->obj : 0); in mime_display_stream_abort()
937 if (msd->url_name) free(msd->url_name); in mime_display_stream_abort()
991 mid->msd = msd; in mime_image_begin()
1071 mime_stream_data* msd = mid->msd; in mime_image_write_buffer() local
1435 msd->options->url = msd->url_name; in mime_bridge_create_display_stream()
1444 msd->options->stream_closure = msd; in mime_bridge_create_display_stream()
[all …]
/dports/net/grilo/grilo-0.3.14/src/
H A Dgrl-multiple.c116 g_free (msd); in free_multiple_search_data()
123 msd->user_callback (NULL, msd->search_id, NULL, 0, msd->user_data, NULL); in confirm_cancel_idle()
176 msd->remaining = in start_multiple_search_operation()
236 msd->text, in start_multiple_search_operation()
237 msd->keys, in start_multiple_search_operation()
240 msd); in start_multiple_search_operation()
250 msd->sources = g_list_prepend (msd->sources, source); in start_multiple_search_operation()
265 return msd; in start_multiple_search_operation()
304 return msd; in chain_multiple_search_operation()
365 if (msd->sources_done == msd->sources_count) { in multiple_search_cb()
[all …]
/dports/math/cln/cln-1.3.6/src/integer/misc/
H A Dcl_I_eqhashcode.cc55 msd = ~msd; msd2 = ~msd2; in equal_hashcode()
61 msd++; in equal_hashcode()
68 if (msd==0) { in equal_hashcode()
69 msd = msd2; in equal_hashcode()
75 msd = (msd << s) | (msd2 >> (64-s)); in equal_hashcode()
80 var uint32 msd; in equal_hashcode() local
100 msd = ~msd; msd2 = ~msd2; in equal_hashcode()
106 msd++; in equal_hashcode()
114 if (msd==0) { in equal_hashcode()
115 msd = msd2; in equal_hashcode()
[all …]
/dports/math/p5-Math-MPFR/Math-MPFR-4.17/demos/
H A Ddoubledouble.p3 # The subs dd_str() and dd_obj() return both doubles ($msd, $lsd) - where $msd is the most
20 my($msd, $lsd) = dd_str($float);
22 printf "%.14e %.14e\n", $msd, $lsd;
23 print internal_hex($msd) . " ";
36 @check = dd2dd($msd, $lsd);
51 if($msd == 0 || $msd != $msd || $msd / $msd != 1) {return ($msd, 0.0)} # it's inf, nan or zero.
52 $val -= $msd;
60 return ($msd, $lsd)
74 …if($msd == 0 || $msd != $msd || $msd / $msd != 1) {return ($msd, 0.0)} # $msd is zero, nan, or inf.
75 $obj -= $msd;
[all …]
/dports/sysutils/mate-settings-daemon/mate-settings-daemon-1.26.0/
H A DChangeLog614 plugins/sound/msd-sound-manager.c | 2 ++
656 plugins/media-keys/msd-media-keys-manager.c | 1 -
666 plugins/common/msd-input-helper.c | 4 ++--
667 plugins/common/msd-keygrab.c | 3 +--
668 plugins/xrandr/msd-xrandr-manager.c | 7 +++----
686 plugins/housekeeping/msd-ldsm-dialog.c | 2 +-
695 plugins/clipboard/msd-clipboard-manager.c | 3 ++-
696 plugins/housekeeping/msd-disk-space.c | 2 +-
698 plugins/mouse/msd-locate-pointer.c | 3 +--
717 plugins/housekeeping/msd-ldsm-dialog.c | 3 +--
[all …]
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/libAfterConf/
H A DMyStyle.c205 msd->inherit = in HandleMyStyleSpecialTerm()
206 realloc (msd->inherit, sizeof (char *) * msd->inherit_num); in HandleMyStyleSpecialTerm()
219 msd->texture_type = in HandleMyStyleSpecialTerm()
241 msd->texture_type = in HandleMyStyleSpecialTerm()
253 msd->back_grad_offsets[msd->back_grad_npoints - 1] = 1.0; in HandleMyStyleSpecialTerm()
270 msd->Name); in HandleMyStyleSpecialTerm()
281 if (msd == NULL) in CheckMyStyleDefinitionSanity()
294 msd->Name, msd->texture_type); in CheckMyStyleDefinitionSanity()
295 msd->texture_type = in CheckMyStyleDefinitionSanity()
304 msd->Name, msd->overlay_type); in CheckMyStyleDefinitionSanity()
[all …]
/dports/sysutils/mate-settings-daemon/mate-settings-daemon-1.26.0/plugins/media-keys/
H A DMakefile.am9 msd-media-keys-manager-glue.h \
10 msd-marshal.h \
11 msd-marshal.c \
14 msd-media-keys-manager-glue.h: msd-media-keys-manager.xml Makefile
19 msd-marshal.c: msd-marshal.list
22 msd-marshal.h: msd-marshal.list
26 msd-media-keys-plugin.h \
27 msd-media-keys-plugin.c \
28 msd-media-keys-manager.h \
29 msd-media-keys-manager.c \
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/yasm/source/patched-yasm/modules/objfmts/macho/
H A Dmacho-objfmt.c547 info->msd->nreloc++; in macho_objfmt_output_value()
633 assert(msd != NULL); in macho_objfmt_output_section()
638 info->msd = msd; in macho_objfmt_output_section()
720 if (msd) { in macho_objfmt_is_section_label()
738 assert(msd != NULL); in macho_objfmt_output_secthead()
760 if (msd->nreloc) { in macho_objfmt_output_secthead()
866 if (msd) { in macho_objfmt_output_symtable()
881 if (msd) in macho_objfmt_output_symtable()
998 assert(msd != NULL); in macho_objfmt_calc_sectsize()
1491 msd->flags = flags; in macho_objfmt_section_switch()
[all …]
/dports/devel/yasm/yasm-1.3.0/modules/objfmts/macho/
H A Dmacho-objfmt.c547 info->msd->nreloc++; in macho_objfmt_output_value()
633 assert(msd != NULL); in macho_objfmt_output_section()
638 info->msd = msd; in macho_objfmt_output_section()
720 if (msd) { in macho_objfmt_is_section_label()
738 assert(msd != NULL); in macho_objfmt_output_secthead()
760 if (msd->nreloc) { in macho_objfmt_output_secthead()
866 if (msd) { in macho_objfmt_output_symtable()
881 if (msd) in macho_objfmt_output_symtable()
998 assert(msd != NULL); in macho_objfmt_calc_sectsize()
1491 msd->flags = flags; in macho_objfmt_section_switch()
[all …]
/dports/sysutils/mate-settings-daemon/mate-settings-daemon-1.26.0/plugins/housekeeping/
H A DMakefile.am4 msd-ldsm-dialog.c \
5 msd-ldsm-dialog.h \
6 msd-ldsm-trash-empty.c \
7 msd-ldsm-trash-empty.h \
8 msd-disk-space.c \
9 msd-disk-space.h \
10 msd-housekeeping-manager.c \
11 msd-housekeeping-manager.h \
12 msd-housekeeping-plugin.c \
13 msd-housekeeping-plugin.h
/dports/biology/emboss/EMBOSS-6.6.0/plplot/
H A Dpldtik.c156 msd = (float) floor(t0); in pldprec()
162 msd = (float) floor(t0); in pldprec()
168 notmsd = msd; in pldprec()
172 if (msd >= 0) { in pldprec()
174 digmin = msd + 1; in pldprec()
181 digmin = -msd + 2; in pldprec()
193 if(chosen < 0.||(notchosen < 0. && (notmsd == msd || msd <= 0))) in pldprec()
198 *scale = msd; in pldprec()
208 *prec = msd - np; in pldprec()
220 *scale = msd; in pldprec()
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/IntelRDFPMathLib20U1/LIBRARY/float128/
H A Ddpml_ux_ops.c83 msd = G_UX_MSD(argument); in FFS_AND_SHIFT()
100 msd = -msd; in FFS_AND_SHIFT()
113 if (msd) in FFS_AND_SHIFT()
170 P_UX_MSD(argument, msd); in FFS_AND_SHIFT()
238 msd = G_UX_MSD(y); in ADDSUB()
275 P_UX_MSD(&ux_save, msd); in ADDSUB()
317 msd += carry; in ADDSUB()
319 msd += tmp_digit; in ADDSUB()
362 msd += carry; in ADDSUB()
364 msd = tmp_digit - msd; in ADDSUB()
[all …]
/dports/security/signing-party/signing-party-8f6c9d59d8edbb08dade7bac06417fce07626f7f/keyanalyze/scripts/
H A Dtop50.pl35 my %msd;
38 $msd{$1} = $2;
46 foreach my $key (sort { $msd{$a} <=> $msd{$b} } keys %msd) {
48 if($oldmsd != $msd{$key}) {
52 $oldmsd = $msd{$key};
69 …eyserver</A></small></TD><TD>$name <I>$comment</I></TD><TD align=\"right\">$msd{$key}</TD></TR>\n";
/dports/sysutils/mate-settings-daemon/mate-settings-daemon-1.26.0/plugins/datetime/
H A DMakefile.am8 msd-datetime-mechanism-glue.h: $(srcdir)/msd-datetime-mechanism.xml
11 --output=msd-datetime-mechanism-glue.h \
12 $(srcdir)/msd-datetime-mechanism.xml
15 libexec_PROGRAMS = msd-datetime-mechanism
19 msd-datetime-mechanism.c \
20 msd-datetime-mechanism.h \
21 msd-datetime-mechanism-main.c \
27 BUILT_SOURCES = msd-datetime-mechanism-glue.h
55 msd-datetime-mechanism.xml
/dports/math/plplot-ada/plplot-5.15.0/src/
H A Dpldtik.c276 msd = (PLINT) floor( t0 ); in pldprec()
283 msd = (PLINT) floor( t0 ); in pldprec()
289 notmsd = msd; in pldprec()
293 if ( msd >= 0 ) in pldprec()
296 digmin = msd + 1; in pldprec()
301 digmin = -msd + 2; in pldprec()
310 if ( chosen < 0. || ( notchosen < 0. && ( notmsd == msd || msd <= 0 ) ) ) in pldprec()
316 *scale = msd; in pldprec()
325 *prec = msd - np; in pldprec()
340 *scale = msd; in pldprec()
[all …]
/dports/math/plplot/plplot-5.15.0/src/
H A Dpldtik.c276 msd = (PLINT) floor( t0 ); in pldprec()
283 msd = (PLINT) floor( t0 ); in pldprec()
289 notmsd = msd; in pldprec()
293 if ( msd >= 0 ) in pldprec()
296 digmin = msd + 1; in pldprec()
301 digmin = -msd + 2; in pldprec()
310 if ( chosen < 0. || ( notchosen < 0. && ( notmsd == msd || msd <= 0 ) ) ) in pldprec()
316 *scale = msd; in pldprec()
325 *prec = msd - np; in pldprec()
340 *scale = msd; in pldprec()
[all …]
/dports/sysutils/mate-settings-daemon/mate-settings-daemon-1.26.0/plugins/common/
H A DMakefile.in114 libcommon_la-msd-keygrab.lo libcommon_la-msd-input-helper.lo \
115 libcommon_la-msd-osd-window.lo
385 msd-keygrab.c \
386 msd-keygrab.h \
387 msd-input-helper.c \
388 msd-input-helper.h \
389 msd-osd-window.c \
390 msd-osd-window.h
501 libcommon_la-msd-keygrab.lo: msd-keygrab.c
508 libcommon_la-msd-input-helper.lo: msd-input-helper.c
[all …]
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/src/
H A Dcompute_msd.cpp197 double msd[4]; in compute_vector() local
198 msd[0] = msd[1] = msd[2] = msd[3] = 0.0; in compute_vector()
209 msd[0] += dx*dx; in compute_vector()
210 msd[1] += dy*dy; in compute_vector()
211 msd[2] += dz*dz; in compute_vector()
212 msd[3] += dx*dx + dy*dy + dz*dz; in compute_vector()
225 msd[0] += dx*dx; in compute_vector()
226 msd[1] += dy*dy; in compute_vector()
227 msd[2] += dz*dz; in compute_vector()
228 msd[3] += dx*dx + dy*dy + dz*dz; in compute_vector()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/libdecnumber/dpd/
H A Ddecimal32.c138 uInt msd; /* work */ in decimal32FromNumber() local
153 msd=(dn->digits==7 ? dn->lsu[2] : 0); in decimal32FromNumber()
158 msd=targ>>20; in decimal32FromNumber()
163 if (msd>=8) comb=0x18 | ((exp>>5) & 0x06) | (msd & 0x01); in decimal32FromNumber()
187 uInt msd; /* coefficient MSD */ in decimal32ToNumber() local
205 if (msd==0) { in decimal32ToNumber()
211 msd=0; /* no top digit */ in decimal32ToNumber()
219 if (msd) { /* non-zero msd */ in decimal32ToNumber()
255 uInt msd; /* coefficient MSD */ in decimal32ToString() local
278 if (msd==0) { /* infinity */ in decimal32ToString()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/libdecnumber/dpd/
H A Ddecimal32.c138 uInt msd; /* work */ in decimal32FromNumber() local
153 msd=(dn->digits==7 ? dn->lsu[2] : 0); in decimal32FromNumber()
158 msd=targ>>20; in decimal32FromNumber()
163 if (msd>=8) comb=0x18 | ((exp>>5) & 0x06) | (msd & 0x01); in decimal32FromNumber()
187 uInt msd; /* coefficient MSD */ in decimal32ToNumber() local
205 if (msd==0) { in decimal32ToNumber()
211 msd=0; /* no top digit */ in decimal32ToNumber()
219 if (msd) { /* non-zero msd */ in decimal32ToNumber()
255 uInt msd; /* coefficient MSD */ in decimal32ToString() local
278 if (msd==0) { /* infinity */ in decimal32ToString()
[all …]

12345678910>>...83