Home
last modified time | relevance | path

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

12

/dports/cad/lepton-eda/lepton-eda-1.9.17/libleptongui/src/
H A Dg_attrib.c72 (SCM target_s, SCM name_s, SCM value_s, SCM visible_s, SCM show_s),
75 SCM_ASSERT ((edascm_is_page (target_s) ||
76 edascm_is_object (target_s) ||
77 scm_is_false (target_s)),
78 target_s, SCM_ARG1, s_add_attrib_x);
87 if (edascm_is_object (target_s)) {
88 obj = edascm_to_object (target_s);
94 scm_list_1 (target_s), SCM_EOL);
/dports/cad/geda/geda-gaf-1.8.2/gschem/src/
H A Dg_attrib.c71 (SCM target_s, SCM name_s, SCM value_s, SCM visible_s, SCM show_s),
74 SCM_ASSERT ((edascm_is_page (target_s) ||
75 edascm_is_object (target_s) ||
76 scm_is_false (target_s)),
77 target_s, SCM_ARG1, s_add_attrib_x);
87 if (edascm_is_object (target_s)) {
88 obj = edascm_to_object (target_s);
93 scm_list_1 (target_s), SCM_EOL);
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/tracking/include/pcl/tracking/impl/
H A Dhsv_color_coherence.hpp139 float source_h, source_s, source_v, target_h, target_s, target_v; in computeCoherence() local
143 target_rgb.Red, target_rgb.Blue, target_rgb.Green, target_h, target_s, target_v); in computeCoherence()
164 static_cast<float>(s_weight_) * (source_s - target_s) * (source_s - target_s); in computeCoherence()
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed/renderer/modeling/light/
H A Ddirectionallight.cpp175 const Vector2d target_s(x - target_index, s[1]); in sample() local
180 target_s, in sample()
H A Dsunlight.cpp230 const Vector2d target_s(x - target_index, s[1]); in sample() local
235 target_s, in sample()
/dports/sysutils/tmux23/tmux-2.3/
H A Dserver-fn.c199 struct session *s, *next_s, *target_s; in server_kill_window() local
221 TAILQ_FOREACH(target_s, &sg->sessions, gentry) in server_kill_window()
222 session_renumber_windows(target_s); in server_kill_window()
/dports/sysutils/tmate-ssh-server/tmate-ssh-server-97d2024/
H A Dserver-fn.c199 struct session *s, *next_s, *target_s; in server_kill_window() local
221 TAILQ_FOREACH(target_s, &sg->sessions, gentry) in server_kill_window()
222 session_renumber_windows(target_s); in server_kill_window()
/dports/sysutils/tmate/tmate-2.4.0/
H A Dserver-fn.c199 struct session *s, *next_s, *target_s; in server_kill_window() local
221 TAILQ_FOREACH(target_s, &sg->sessions, gentry) in server_kill_window()
222 session_renumber_windows(target_s); in server_kill_window()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/examples/osgphotoalbum/
H A DPhotoArchive.h46 unsigned int target_s, unsigned target_t,
H A DPhotoArchive.cpp76 unsigned int target_s, unsigned target_t, in readImage() argument
87 if (target_s <= photoHeader.thumbnail_s && in readImage()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/examples/osgphotoalbum/
H A DPhotoArchive.h46 unsigned int target_s, unsigned target_t,
H A DPhotoArchive.cpp76 unsigned int target_s, unsigned target_t, in readImage() argument
87 if (target_s <= photoHeader.thumbnail_s && in readImage()
/dports/misc/gnuls/coreutils-8.30/lib/
H A Dmountlist.c489 int target_s, target_e, type_s, type_e; in read_file_system_list() local
503 &target_s, &target_e, in read_file_system_list()
530 unescape_tab (line + target_s); in read_file_system_list()
536 me->me_mountdir = xstrdup (line + target_s); in read_file_system_list()
/dports/security/razorback-api/api-0.5.0/libssh/src/
H A Dsftp.c2484 ssh_string target_s; in sftp_symlink() local
2502 target_s = ssh_string_from_char(target); in sftp_symlink()
2503 if (target_s == NULL) { in sftp_symlink()
2512 ssh_string_free(target_s); in sftp_symlink()
2522 ssh_string_free(target_s); in sftp_symlink()
2527 if (buffer_add_ssh_string(buffer, target_s) < 0 || in sftp_symlink()
2532 ssh_string_free(target_s); in sftp_symlink()
2537 buffer_add_ssh_string(buffer, target_s) < 0) { in sftp_symlink()
2541 ssh_string_free(target_s); in sftp_symlink()
2549 ssh_string_free(target_s); in sftp_symlink()
[all …]
/dports/devel/py-cclib/cclib-1.7.1/test/data/
H A DtestGeoOpt.py271 target_e, target_g, target_s = self.data.geotargets
273 …verged = (value_e < target_e and value_g < target_g) or (value_g < target_g and value_s < target_s)
/dports/biology/wise/wise2.4.1/src/models/
H A Ddnaprofileengine.dy591 DnaProfileScore * target_s;
610 target_s = DnaProfileScore_from_DnaProfile(target);
618 …pal = PackAln_bestmemory_DnaProfileMat(query_s,target_s,match,Probability2Score(dpep->open_unmatch…
633 free_DnaProfileScore(target_s);
H A Ddnaprofileengine.c545 DnaProfileScore * target_s; in DnaProfileMatchPair_from_DnaProfile() local
564 target_s = DnaProfileScore_from_DnaProfile(target); in DnaProfileMatchPair_from_DnaProfile()
572 …pal = PackAln_bestmemory_DnaProfileMat(query_s,target_s,match,Probability2Score(dpep->open_unmatch… in DnaProfileMatchPair_from_DnaProfile()
587 free_DnaProfileScore(target_s); in DnaProfileMatchPair_from_DnaProfile()
/dports/science/chrono/chrono-7.0.1/src/demos/python/sensor/
H A Ddemo_SEN_rccar.py145 target_s = np.clip(x, -1, 1)
150 s = (target_s - steering) * ks
/dports/misc/mc-nox11/mc-4.8.27/src/filemanager/
H A Dmountlist.c640 int target_s, target_e, type_s, type_e; in read_file_system_list() local
652 &devmaj, &devmin, &mntroot_s, &mntroot_e, &target_s, &target_e, &test); in read_file_system_list()
676 unescape_tab (line + target_s); in read_file_system_list()
682 me->me_mountdir = g_strdup (line + target_s); in read_file_system_list()
/dports/misc/mc/mc-4.8.27/src/filemanager/
H A Dmountlist.c640 int target_s, target_e, type_s, type_e; in read_file_system_list() local
652 &devmaj, &devmin, &mntroot_s, &mntroot_e, &target_s, &target_e, &test); in read_file_system_list()
676 unescape_tab (line + target_s); in read_file_system_list()
682 me->me_mountdir = g_strdup (line + target_s); in read_file_system_list()
/dports/x11/xpra/xpra-4.3/xpra/server/window/
H A Dwindow_video_source.py1239 target_s = int(self._current_speed)
1255 (encodings, width, height, src_format), target_s, min_s, target_q, min_q)
1305 target_q, min_q, target_s, min_s,
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dbuiltins.c183 static unsigned HOST_WIDE_INT target_s; variable
9409 target_s = lang_hooks.to_target_charset ('s'); in init_target_chars()
9411 || target_s == 0) in init_target_chars()
9419 target_percent_s[1] = target_s; in init_target_chars()
9423 target_percent_s_newline[1] = target_s; in init_target_chars()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dbuiltins.c183 static unsigned HOST_WIDE_INT target_s; variable
9409 target_s = lang_hooks.to_target_charset ('s'); in init_target_chars()
9411 || target_s == 0) in init_target_chars()
9419 target_percent_s[1] = target_s; in init_target_chars()
9423 target_percent_s_newline[1] = target_s; in init_target_chars()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dbuiltins.c188 static unsigned HOST_WIDE_INT target_s; variable
10201 target_s = lang_hooks.to_target_charset ('s'); in init_target_chars()
10203 || target_s == 0) in init_target_chars()
10211 target_percent_s[1] = target_s; in init_target_chars()
10215 target_percent_s_newline[1] = target_s; in init_target_chars()
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dbuiltins.c231 static unsigned HOST_WIDE_INT target_s;
11194 target_s = lang_hooks.to_target_charset ('s');
11196 || target_s == 0)
11204 target_percent_s[1] = target_s;
11208 target_percent_s_newline[1] = target_s;

12