Home
last modified time | relevance | path

Searched refs:b_base (Results 1 – 25 of 353) sorted by relevance

12345678910>>...15

/dports/lang/kawa/kawa-3.1.1/gnu/math/
H A DDimensions.java77 BaseUnit b_base = b.bases[b_i]; in Dimensions() local
79 if (a_base.index < b_base.index) in Dimensions()
84 else if (b_base.index < a_base.index) in Dimensions()
86 a_base = b_base; in Dimensions()
90 else if (b_base == Unit.Empty) in Dimensions()
116 BaseUnit b_base = b.bases[b_i]; in matchesProduct() local
118 if (a_base.index < b_base.index) in matchesProduct()
123 else if (b_base.index < a_base.index) in matchesProduct()
125 a_base = b_base; in matchesProduct()
129 else if (b_base == Unit.Empty) in matchesProduct()
[all …]
/dports/math/grace/grace-5.1.25/T1lib/type1/
H A Dt1io.c123 of->b_base = TheBuffer;
169 if (f->b_base == NULL) in T1Gets()
344 if (f->b_base == NULL) return 0; /* closed */
376 f->b_base = NULL; /* no valid stream */
521 rc = read(f->fd, f->b_base, F_BUFSIZ);
528 rc = read(f->fd, f->b_base, pfbblocklen-accu);
561 rc = read(f->fd, f->b_base, F_BUFSIZ);
567 rc = read(f->fd, f->b_base, pfbblocklen);
575 rc = read(f->fd, f->b_base, F_BUFSIZ);
589 f->b_ptr = f->b_base;
[all …]
/dports/print/texlive-base/texlive-20150521-source/texk/ps2pk/
H A Dt1io.c84 of->b_base = TheBuffer; in T1Open()
98 if (f->b_base == NULL) return EOF; /* already closed */ in T1Getc()
138 if (f->b_base == NULL) return 0; /* closed */ in T1Read()
169 if (f->b_base == NULL) return 0; /* already closed */ in T1Close()
170 f->b_base = NULL; /* no valid stream */ in T1Close()
273 rc = read(f->fd, f->b_base, F_BUFSIZ); in T1Fill()
284 f->b_ptr = f->b_base; in T1Fill()
285 if (Decrypt) rc = T1Decrypt(f->b_base, rc); in T1Fill()
/dports/devel/t1lib/t1lib-5.1.2/lib/type1/
H A Dt1io.c123 of->b_base = TheBuffer;
169 if (f->b_base == NULL) in T1Gets()
360 if (f->b_base == NULL) return 0; /* closed */
392 f->b_base = NULL; /* no valid stream */
546 rc = read(f->fd, f->b_base, F_BUFSIZ);
553 rc = read(f->fd, f->b_base, pfbblocklen-accu);
586 rc = read(f->fd, f->b_base, F_BUFSIZ);
592 rc = read(f->fd, f->b_base, pfbblocklen);
600 rc = read(f->fd, f->b_base, F_BUFSIZ);
614 f->b_ptr = f->b_base;
[all …]
/dports/net/tightvnc/vnc_unixsrc/Xvnc/lib/font/Type1/
H A Dt1io.c83 of->b_base = TheBuffer;
97 if (f->b_base == NULL) return EOF; /* already closed */
137 if (f->b_base == NULL) return 0; /* closed */
168 if (f->b_base == NULL) return 0; /* already closed */
169 f->b_base = NULL; /* no valid stream */
280 rc = read(f->fd, f->b_base, F_BUFSIZ);
291 f->b_ptr = f->b_base;
292 if (Decrypt) rc = T1Decrypt(f->b_base, rc);
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/
H A Ddrm_color_mgmt.c205 uint16_t *r_base, *g_base, *b_base; in drm_mode_crtc_set_gamma_size() local
219 b_base = g_base + gamma_size; in drm_mode_crtc_set_gamma_size()
223 b_base[i] = i << 8; in drm_mode_crtc_set_gamma_size()
360 void *r_base, *g_base, *b_base; in drm_mode_gamma_set_ioctl() local
394 b_base = g_base + size; in drm_mode_gamma_set_ioctl()
395 if (copy_from_user(b_base, (void __user *)(unsigned long)crtc_lut->blue, size)) { in drm_mode_gamma_set_ioctl()
400 ret = drm_crtc_legacy_gamma_set(crtc, r_base, g_base, b_base, in drm_mode_gamma_set_ioctl()
429 void *r_base, *g_base, *b_base; in drm_mode_gamma_get_ioctl() local
458 b_base = g_base + size; in drm_mode_gamma_get_ioctl()
459 if (copy_to_user((void __user *)(unsigned long)crtc_lut->blue, b_base, size)) { in drm_mode_gamma_get_ioctl()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/
H A Ddrm_color_mgmt.c205 uint16_t *r_base, *g_base, *b_base; in drm_mode_crtc_set_gamma_size() local
219 b_base = g_base + gamma_size; in drm_mode_crtc_set_gamma_size()
223 b_base[i] = i << 8; in drm_mode_crtc_set_gamma_size()
360 void *r_base, *g_base, *b_base; in drm_mode_gamma_set_ioctl() local
394 b_base = g_base + size; in drm_mode_gamma_set_ioctl()
395 if (copy_from_user(b_base, (void __user *)(unsigned long)crtc_lut->blue, size)) { in drm_mode_gamma_set_ioctl()
400 ret = drm_crtc_legacy_gamma_set(crtc, r_base, g_base, b_base, in drm_mode_gamma_set_ioctl()
429 void *r_base, *g_base, *b_base; in drm_mode_gamma_get_ioctl() local
458 b_base = g_base + size; in drm_mode_gamma_get_ioctl()
459 if (copy_to_user((void __user *)(unsigned long)crtc_lut->blue, b_base, size)) { in drm_mode_gamma_get_ioctl()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/
H A Ddrm_color_mgmt.c205 uint16_t *r_base, *g_base, *b_base; in drm_mode_crtc_set_gamma_size() local
219 b_base = g_base + gamma_size; in drm_mode_crtc_set_gamma_size()
223 b_base[i] = i << 8; in drm_mode_crtc_set_gamma_size()
360 void *r_base, *g_base, *b_base; in drm_mode_gamma_set_ioctl() local
394 b_base = g_base + size; in drm_mode_gamma_set_ioctl()
395 if (copy_from_user(b_base, (void __user *)(unsigned long)crtc_lut->blue, size)) { in drm_mode_gamma_set_ioctl()
400 ret = drm_crtc_legacy_gamma_set(crtc, r_base, g_base, b_base, in drm_mode_gamma_set_ioctl()
429 void *r_base, *g_base, *b_base; in drm_mode_gamma_get_ioctl() local
458 b_base = g_base + size; in drm_mode_gamma_get_ioctl()
459 if (copy_to_user((void __user *)(unsigned long)crtc_lut->blue, b_base, size)) { in drm_mode_gamma_get_ioctl()
/dports/devel/boost-docs/boost_1_72_0/boost/graph/
H A Dmaximum_weighted_matching.hpp296 if (outlet[b_base] == b_base) in missing_label()
308 if (child.first == b_base) in missing_label()
319 if (child_parent.first == b_base) in missing_label()
354 vertex_descriptor_t b_base = b->get_base(); in expand_T_blossom() local
380 …if (label_T[b_base] == graph_traits<Graph>::null_vertex() || tau[old_label[b_base].second] < pi[b_… in expand_T_blossom()
381 boost::tie(label_T[b_base], outlet[b_base]) = T_and_outlet; in expand_T_blossom()
739 critical_edge[b_base][*i] = critical_edge[*i][b_base] = b_vi; in blossoming()
745 gamma[b_base] = std::min(gamma[b_base], slack(critical_edge[b_base][*i].first)); in blossoming()
884 if (label_T[b_base] != graph_traits<Graph>::null_vertex() && pi[b_base] == 0) in adjust_dual()
915 if (label_T[b_base] != graph_traits<Graph>::null_vertex() && pi[b_base] == 0) in adjust_dual()
[all …]
/dports/devel/R-cran-BH/BH/inst/include/boost/graph/
H A Dmaximum_weighted_matching.hpp328 vertex_descriptor_t b_base) in missing_label() argument
332 if (outlet[b_base] == b_base) in missing_label()
347 if (child.first == b_base) in missing_label()
406 = missing_label(b_base); in expand_T_blossom()
438 || tau[old_label[b_base].second] < pi[b_base]) in expand_T_blossom()
439 boost::tie(label_T[b_base], outlet[b_base]) = T_and_outlet; in expand_T_blossom()
831 critical_edge[b_base][*i] = critical_edge[*i][b_base] = b_vi; in blossoming()
838 gamma[b_base], slack(critical_edge[b_base][*i].first)); in blossoming()
1002 && pi[b_base] == 0) in adjust_dual()
1036 && pi[b_base] == 0) in adjust_dual()
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/graph/
H A Dmaximum_weighted_matching.hpp328 vertex_descriptor_t b_base) in missing_label() argument
332 if (outlet[b_base] == b_base) in missing_label()
347 if (child.first == b_base) in missing_label()
406 = missing_label(b_base); in expand_T_blossom()
438 || tau[old_label[b_base].second] < pi[b_base]) in expand_T_blossom()
439 boost::tie(label_T[b_base], outlet[b_base]) = T_and_outlet; in expand_T_blossom()
831 critical_edge[b_base][*i] = critical_edge[*i][b_base] = b_vi; in blossoming()
838 gamma[b_base], slack(critical_edge[b_base][*i].first)); in blossoming()
1002 && pi[b_base] == 0) in adjust_dual()
1036 && pi[b_base] == 0) in adjust_dual()
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/graph/
H A Dmaximum_weighted_matching.hpp328 vertex_descriptor_t b_base) in missing_label() argument
332 if (outlet[b_base] == b_base) in missing_label()
347 if (child.first == b_base) in missing_label()
406 = missing_label(b_base); in expand_T_blossom()
438 || tau[old_label[b_base].second] < pi[b_base]) in expand_T_blossom()
439 boost::tie(label_T[b_base], outlet[b_base]) = T_and_outlet; in expand_T_blossom()
831 critical_edge[b_base][*i] = critical_edge[*i][b_base] = b_vi; in blossoming()
838 gamma[b_base], slack(critical_edge[b_base][*i].first)); in blossoming()
1002 && pi[b_base] == 0) in adjust_dual()
1036 && pi[b_base] == 0) in adjust_dual()
[all …]
/dports/devel/boost-libs/boost_1_72_0/boost/graph/
H A Dmaximum_weighted_matching.hpp296 if (outlet[b_base] == b_base) in missing_label()
308 if (child.first == b_base) in missing_label()
319 if (child_parent.first == b_base) in missing_label()
354 vertex_descriptor_t b_base = b->get_base(); in expand_T_blossom() local
380 …if (label_T[b_base] == graph_traits<Graph>::null_vertex() || tau[old_label[b_base].second] < pi[b_… in expand_T_blossom()
381 boost::tie(label_T[b_base], outlet[b_base]) = T_and_outlet; in expand_T_blossom()
739 critical_edge[b_base][*i] = critical_edge[*i][b_base] = b_vi; in blossoming()
745 gamma[b_base] = std::min(gamma[b_base], slack(critical_edge[b_base][*i].first)); in blossoming()
884 if (label_T[b_base] != graph_traits<Graph>::null_vertex() && pi[b_base] == 0) in adjust_dual()
915 if (label_T[b_base] != graph_traits<Graph>::null_vertex() && pi[b_base] == 0) in adjust_dual()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/boost/graph/
H A Dmaximum_weighted_matching.hpp296 if (outlet[b_base] == b_base) in missing_label()
308 if (child.first == b_base) in missing_label()
319 if (child_parent.first == b_base) in missing_label()
354 vertex_descriptor_t b_base = b->get_base(); in expand_T_blossom() local
380 …if (label_T[b_base] == graph_traits<Graph>::null_vertex() || tau[old_label[b_base].second] < pi[b_… in expand_T_blossom()
381 boost::tie(label_T[b_base], outlet[b_base]) = T_and_outlet; in expand_T_blossom()
739 critical_edge[b_base][*i] = critical_edge[*i][b_base] = b_vi; in blossoming()
745 gamma[b_base] = std::min(gamma[b_base], slack(critical_edge[b_base][*i].first)); in blossoming()
884 if (label_T[b_base] != graph_traits<Graph>::null_vertex() && pi[b_base] == 0) in adjust_dual()
915 if (label_T[b_base] != graph_traits<Graph>::null_vertex() && pi[b_base] == 0) in adjust_dual()
[all …]
/dports/devel/hyperscan/boost_1_75_0/boost/graph/
H A Dmaximum_weighted_matching.hpp328 vertex_descriptor_t b_base) in missing_label() argument
332 if (outlet[b_base] == b_base) in missing_label()
347 if (child.first == b_base) in missing_label()
406 = missing_label(b_base); in expand_T_blossom()
438 || tau[old_label[b_base].second] < pi[b_base]) in expand_T_blossom()
439 boost::tie(label_T[b_base], outlet[b_base]) = T_and_outlet; in expand_T_blossom()
831 critical_edge[b_base][*i] = critical_edge[*i][b_base] = b_vi; in blossoming()
838 gamma[b_base], slack(critical_edge[b_base][*i].first)); in blossoming()
1002 && pi[b_base] == 0) in adjust_dual()
1036 && pi[b_base] == 0) in adjust_dual()
[all …]
/dports/math/p5-Math-MatrixReal/Math-MatrixReal-2.13/t/
H A Deigen_3x3.t107 my ($dim, $b_base, $base) = $inv_it_LR->solve_LR($b);
109 my $l = $b_base->length();
110 $b_base->multiply_scalar($b_base, (-1.0 / $l));
111 # print "b_base=\n$b_base";
112 $b->subtract($b_base,$b);
115 $b = $b_base;
/dports/irc/scrollz/ScrollZ-ScrollZ-2.3/source/
H A Ddh1080.c55 mpz_t b_privkey, b_prime1080, b_pubkey, b_base; in DH1080_gen() local
69 mpz_init_set_ui(b_base, 2); in DH1080_gen()
79 mpz_powm(b_pubkey, b_base, b_privkey, b_prime1080); in DH1080_gen()
88 mpz_clear(b_base); in DH1080_gen()
/dports/lang/python27/Python-2.7.18/Objects/
H A Dbufferobject.c9 PyObject *b_base; member
29 if (self->b_base == NULL) { in get_buf()
37 PyBufferProcs *bp = Py_TYPE(self->b_base)->tp_as_buffer; in get_buf()
38 if ((*bp->bf_getsegcount)(self->b_base, NULL) != 1) { in get_buf()
79 if ((count = (*proc)(self->b_base, 0, ptr)) < 0) in get_buf()
120 b->b_base = base; in buffer_from_memory()
149 base = b->b_base; in buffer_from_object()
220 b->b_base = NULL; in PyBuffer_New()
262 Py_XDECREF(self->b_base); in buffer_dealloc()
291 if ( self->b_base == NULL ) in buffer_repr()
[all …]
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Objects/
H A Dbufferobject.c9 PyObject *b_base; member
29 if (self->b_base == NULL) { in get_buf()
37 PyBufferProcs *bp = self->b_base->ob_type->tp_as_buffer; in get_buf()
38 if ((*bp->bf_getsegcount)(self->b_base, NULL) != 1) { in get_buf()
79 if ((count = (*proc)(self->b_base, 0, ptr)) < 0) in get_buf()
120 b->b_base = base; in buffer_from_memory()
149 base = b->b_base; in buffer_from_object()
220 b->b_base = NULL; in PyBuffer_New()
262 Py_XDECREF(self->b_base); in buffer_dealloc()
291 if ( self->b_base == NULL ) in buffer_repr()
[all …]
/dports/lang/python-legacy/Python-2.7.18/Objects/
H A Dbufferobject.c9 PyObject *b_base; member
29 if (self->b_base == NULL) { in get_buf()
37 PyBufferProcs *bp = Py_TYPE(self->b_base)->tp_as_buffer; in get_buf()
38 if ((*bp->bf_getsegcount)(self->b_base, NULL) != 1) { in get_buf()
79 if ((count = (*proc)(self->b_base, 0, ptr)) < 0) in get_buf()
120 b->b_base = base; in buffer_from_memory()
149 base = b->b_base; in buffer_from_object()
220 b->b_base = NULL; in PyBuffer_New()
262 Py_XDECREF(self->b_base); in buffer_dealloc()
291 if ( self->b_base == NULL ) in buffer_repr()
[all …]
/dports/mail/pear-Horde_Imap_Client/Horde_Imap_Client-2.29.18/lib/Horde/Imap/Client/Mailbox/
H A DList.php120 $b_base = (strcasecmp($b_parts[0], 'INBOX') === 0);
121 if ($a_base && !$b_base) {
123 } elseif (!$a_base && $b_base) {
/dports/mail/nextcloud-mail/mail/vendor/pear-pear.horde.org/Horde_Imap_Client/Horde/Imap/Client/Mailbox/
H A DList.php120 $b_base = (strcasecmp($b_parts[0], 'INBOX') === 0);
121 if ($a_base && !$b_base) {
123 } elseif (!$a_base && $b_base) {
/dports/deskutils/egroupware/egroupware/vendor/pear-pear.horde.org/Horde_Imap_Client/Horde/Imap/Client/Mailbox/
H A DList.php120 $b_base = (strcasecmp($b_parts[0], 'INBOX') === 0);
121 if ($a_base && !$b_base) {
123 } elseif (!$a_base && $b_base) {
/dports/sysutils/ldap-account-manager/ldap-account-manager-7.3/lib/3rdParty/composer/pear-pear.horde.org/Horde_Imap_Client/Horde/Imap/Client/Mailbox/
H A DList.php120 $b_base = (strcasecmp($b_parts[0], 'INBOX') === 0);
121 if ($a_base && !$b_base) {
123 } elseif (!$a_base && $b_base) {
/dports/www/moodle310/moodle/lib/horde/framework/Horde/Imap/Client/Mailbox/
H A DList.php120 $b_base = (strcasecmp($b_parts[0], 'INBOX') === 0);
121 if ($a_base && !$b_base) {
123 } elseif (!$a_base && $b_base) {

12345678910>>...15