Home
last modified time | relevance | path

Searched refs:d_offset (Results 1 – 25 of 352) sorted by relevance

12345678910>>...15

/dports/graphics/cegui/cegui-0.8.7/cegui/include/CEGUI/
H A DUDim.h106 d_offset(v.d_offset) in UDim()
111 return UDim(d_scale + other.d_scale, d_offset + other.d_offset);
116 return UDim(d_scale - other.d_scale, d_offset - other.d_offset);
131 return UDim(d_scale * other.d_scale, d_offset * other.d_offset);
139 other.d_offset == 0.0f ? 0.0f : d_offset / other.d_offset);
145 d_offset += other.d_offset;
152 d_offset -= other.d_offset;
159 d_offset *= other.d_offset;
168 d_offset = (other.d_offset == 0.0f ? 0.0f : d_offset / other.d_offset);
174 return d_scale == other.d_scale && d_offset == other.d_offset;
[all …]
H A DPropertyHelper.h833 &uv.d_x.d_scale, &uv.d_x.d_offset, in fromString()
834 &uv.d_y.d_scale, &uv.d_y.d_offset); in fromString()
843 val.d_x.d_scale, val.d_x.d_offset, val.d_y.d_scale, val.d_y.d_offset); in toString()
869 &uv.d_width.d_scale, &uv.d_width.d_offset, in fromString()
879 … val.d_width.d_scale, val.d_width.d_offset, val.d_height.d_scale, val.d_height.d_offset); in toString()
910 &ur.d_max.d_y.d_scale, &ur.d_max.d_y.d_offset in fromString()
951 &ret.d_top.d_scale, &ret.d_top.d_offset, in fromString()
952 &ret.d_left.d_scale, &ret.d_left.d_offset, in fromString()
954 &ret.d_right.d_scale, &ret.d_right.d_offset in fromString()
964 val.d_top.d_scale, val.d_top.d_offset, in toString()
[all …]
/dports/editors/rehex/rehex-0.4.0/src/
H A DBasicDataTypes.hpp124 if(input_active && (cursor_pos < d_offset || cursor_pos >= (d_offset + d_length))) in draw()
385 assert(pos >= d_offset); in cursor_left_from()
393 assert(pos >= d_offset); in cursor_right_from()
401 assert(pos >= d_offset); in cursor_up_from()
409 assert(pos >= d_offset); in cursor_down_from()
420 return d_offset; in cursor_home_from()
428 return d_offset; in cursor_end_from()
441 return d_offset; in first_row_nearest_column()
446 return d_offset; in last_row_nearest_column()
451 return d_offset; in nth_row_nearest_column()
[all …]
H A DDisassemblyRegion.cpp695 assert(pos >= d_offset); in cursor_left_from()
698 if(pos > d_offset) in cursor_left_from()
709 assert(pos >= d_offset); in cursor_right_from()
723 assert(pos >= d_offset); in cursor_up_from()
765 if(up_off == d_offset) in cursor_up_from()
790 assert(pos >= d_offset); in cursor_down_from()
866 assert(pos >= d_offset); in cursor_home_from()
895 assert(pos >= d_offset); in cursor_end_from()
926 assert(pos >= d_offset); in cursor_column()
976 return d_offset; in nth_row_nearest_column()
[all …]
H A DDocumentCtrl.cpp667 ? region->d_offset in get_selection_in_region()
2174 return (*lhs)->d_offset < (*rhs)->d_offset; in _data_region_by_offset()
2678 return (*lhs)->d_offset < (*rhs)->d_offset; in replace_all_regions()
2839 d_offset(d_offset), in GenericDataRegion()
3840 return d_offset - 1; in offset_near_xy_hex()
3963 if(new_pos >= d_offset && new_pos < (d_offset + d_length)) in cursor_left_from()
3979 if(new_pos >= d_offset && new_pos < (d_offset + d_length)) in cursor_right_from()
3998 new_pos = d_offset; in cursor_up_from()
4001 if(new_pos >= d_offset && new_pos < (d_offset + d_length)) in cursor_up_from()
4030 if(new_pos >= d_offset && new_pos < (d_offset + d_length)) in cursor_down_from()
[all …]
/dports/science/hdf5-18/hdf5-1.8.21/test/
H A Dbittests.c211 n = H5T__bit_find (v2, d_offset, 8*sizeof(v2)-d_offset, H5T_BIT_LSB, 0); in test_copy()
241 if (d_offset>0 && n+1!=(ssize_t)d_offset) { in test_copy()
247 if (0==d_offset && n>=0) { in test_copy()
683 size_t d_offset, size; in test_set() local
723 n = H5T__bit_find (v2, d_offset, 8*sizeof(v2)-d_offset, H5T_BIT_LSB, 0); in test_set()
753 if (d_offset>0 && n+1!=(ssize_t)d_offset) { in test_set()
759 if (0==d_offset && n>=0) { in test_set()
800 size_t d_offset, size; in test_clear() local
840 n = H5T__bit_find (v2, d_offset, 8*sizeof(v2)-d_offset, H5T_BIT_LSB, 1); in test_clear()
870 if (d_offset>0 && n+1!=(ssize_t)d_offset) { in test_clear()
[all …]
/dports/science/hdf5/hdf5-1.10.6/test/
H A Dbittests.c211 n = H5T__bit_find (v2, d_offset, 8*sizeof(v2)-d_offset, H5T_BIT_LSB, 0); in test_copy()
241 if (d_offset>0 && n+1!=(ssize_t)d_offset) { in test_copy()
247 if (0==d_offset && n>=0) { in test_copy()
683 size_t d_offset, size; in test_set() local
723 n = H5T__bit_find (v2, d_offset, 8*sizeof(v2)-d_offset, H5T_BIT_LSB, 0); in test_set()
753 if (d_offset>0 && n+1!=(ssize_t)d_offset) { in test_set()
759 if (0==d_offset && n>=0) { in test_set()
800 size_t d_offset, size; in test_clear() local
840 n = H5T__bit_find (v2, d_offset, 8*sizeof(v2)-d_offset, H5T_BIT_LSB, 1); in test_clear()
870 if (d_offset>0 && n+1!=(ssize_t)d_offset) { in test_clear()
[all …]
/dports/comms/gnuradio/gnuradio-3.8.4.0/gr-analog/lib/
H A Dsig_source_impl.cc64 d_offset(offset) in sig_source_impl()
165 t = (T)d_ampl + d_offset; in work()
171 if (d_offset == 0) in work()
175 optr[i] += d_offset; in work()
181 if (d_offset == 0) in work()
185 optr[i] += d_offset; in work()
252 optr[i] += d_offset; in work()
283 d_offset; in work()
312 d_offset; in work()
317 d_offset; in work()
[all …]
/dports/net/libusipp/libusipp-libusipp-2.25s/src/
H A DRX_fd.cc45 d_offset = 0; in RX_fd()
66 d_offset = rhs.d_offset; in RX_fd()
86 d_offset = rhs.d_offset; in operator =()
146 d_offset = 0; in init_device()
151 d_offset = 4; in init_device()
200 int idx = d_offset; // cooked header if any in sniffpack()
204 if (d_offset < 0 || (size_t)idx >= len) in sniffpack()
233 d_cooked = string(reinterpret_cast<char *>(s), d_offset); in sniffpack()
235 if (idx > d_offset) in sniffpack()
236 memcpy(&d_ether, reinterpret_cast<char *>(s) + d_offset, sizeof(d_ether)); in sniffpack()
H A DRX_string.cc41 d_offset = rhs.d_offset; in RX_string()
53 d_offset = rhs.d_offset; in operator =()
76 d_offset = 14; in init_device()
91 if (d_pkt.size() > d_offset) in sniffpack()
92 s = d_pkt.substr(d_offset); in sniffpack()
/dports/comms/gnuradio/gnuradio-3.8.4.0/gr-digital/lib/
H A Dheader_buffer.cc37 d_offset = 0; in header_buffer()
46 d_offset = 0; in clear()
54 return d_offset; in length()
65 memcpy(&d_buffer[d_offset], &data, nbytes); in add_field8()
66 d_offset += nbytes; in add_field8()
79 memcpy(&d_buffer[d_offset], &x, nbytes); in add_field16()
80 d_offset += nbytes; in add_field16()
93 memcpy(&d_buffer[d_offset], &x, nbytes); in add_field32()
94 d_offset += nbytes; in add_field32()
107 memcpy(&d_buffer[d_offset], &x, nbytes); in add_field64()
[all …]
/dports/comms/gnuradio/gnuradio-3.8.4.0/gr-blocks/lib/
H A Dvector_insert_impl.cc54 d_offset(offset), in vector_insert_impl()
85 if (d_offset >= ((int)d_data.size())) { // if we are in the copy region in general_work()
87 d_periodicity - d_offset); in general_work()
106 d_offset = (d_offset + max_copy) % d_periodicity; in general_work()
108 int max_copy = std::min(noutput_items - oo, ((int)d_data.size()) - d_offset); in general_work()
110 memcpy(&out[oo], &d_data[d_offset], sizeof(T) * max_copy); in general_work()
113 d_offset = (d_offset + max_copy) % d_periodicity; in general_work()
H A Dvector_source_impl.cc56 d_offset(0), in vector_source_impl()
98 unsigned int offset = d_offset; in work()
125 d_offset = offset; in work()
128 if (d_offset >= d_data.size()) in work()
131 unsigned n = std::min((unsigned)d_data.size() - d_offset, in work()
134 optr[i] = d_data[d_offset + i]; in work()
137 if ((d_tags[t].offset >= d_offset) && (d_tags[t].offset < d_offset + n)) in work()
141 d_offset += n; in work()
H A Dkeep_m_in_n_impl.cc44 d_offset(offset), in keep_m_in_n_impl()
63 if (d_offset < 0) { in keep_m_in_n_impl()
65 boost::format("keep_m_in_n: offset (%1%) must be >= 0") % d_offset); in keep_m_in_n_impl()
68 if (d_offset >= d_n) { in keep_m_in_n_impl()
70 d_offset % d_n); in keep_m_in_n_impl()
96 void keep_m_in_n_impl::set_offset(int offset) { d_offset = offset; } in set_offset()
108 int excess = (d_offset + d_m - d_n) * d_itemsize; in general_work()
112 const uint8_t* iptr = &in[(i * d_n + d_offset) * d_itemsize]; in general_work()
H A Dtags_strobe_impl.cc65 d_offset = 0; in tags_strobe_impl()
84 while ((nitems - d_offset) > d_nsamps) { in work()
85 d_offset += d_nsamps; in work()
86 d_tag.offset = d_offset; in work()
/dports/graphics/cegui/cegui-0.8.7/cegui/src/widgets/
H A DFrameWindow.cpp331 out_area.d_max.d_x.d_offset -= adjustment; in moveLeftEdge()
335 out_area.d_max.d_x.d_offset -= adjustment * 0.5f; in moveLeftEdge()
340 out_area.d_min.d_x.d_offset += adjustment; in moveLeftEdge()
371 out_area.d_max.d_x.d_offset += adjustment; in moveRightEdge()
375 out_area.d_max.d_x.d_offset += adjustment; in moveRightEdge()
376 out_area.d_min.d_x.d_offset += adjustment; in moveRightEdge()
417 out_area.d_max.d_y.d_offset -= adjustment; in moveTopEdge()
426 out_area.d_min.d_y.d_offset += adjustment; in moveTopEdge()
459 out_area.d_max.d_y.d_offset += adjustment; in moveBottomEdge()
463 out_area.d_max.d_y.d_offset += adjustment; in moveBottomEdge()
[all …]
/dports/graphics/gegl/gegl-0.4.34/operations/common/
H A Dconvolution-matrix.c261 dst_buf[d_offset + i] = sum;
305 dst_buf[d_offset + i] = sum;
343 dst_buf[d_offset + i] = sum;
370 dst_buf[d_offset + i] = sum;
419 dst_buf[d_offset + i] = sum;
456 dst_buf[d_offset + i] = sum;
509 int d_offset = 0;
521 d_offset += 4;
536 d_offset += 4;
554 d_offset += 4;
[all …]
/dports/math/py-statsmodels/statsmodels-0.13.1/statsmodels/distributions/
H A Ddiscrete.py210 self.d_offset = d_offset
252 if self.d_offset != 0:
253 x = x + self.d_offset
264 if self.d_offset != 0:
265 x = x + self.d_offset
272 if self.d_offset != 0:
273 x = x + self.d_offset
282 if self.d_offset != 0:
283 qc = qc + self.d_offset
292 if self.d_offset != 0:
[all …]
/dports/accessibility/at-spi2-core/at-spi2-core-2.36.0/atspi/
H A Datspi-text.c195 dbus_int32_t d_offset = offset; in atspi_text_get_text_attributes() local
251 dbus_int32_t d_offset = offset; in atspi_text_get_attribute_run() local
405 dbus_int32_t d_offset = offset; in atspi_text_get_text_before_offset() local
415 "iu=>sii", d_offset, d_type, &range->content, in atspi_text_get_text_before_offset()
475 dbus_int32_t d_offset = offset; in atspi_text_get_string_at_offset() local
519 dbus_int32_t d_offset = offset; in atspi_text_get_text_at_offset() local
529 "iu=>sii", d_offset, d_type, &range->content, in atspi_text_get_text_at_offset()
562 dbus_int32_t d_offset = offset; in atspi_text_get_text_after_offset() local
572 "iu=>sii", d_offset, d_type, &range->content, in atspi_text_get_text_after_offset()
601 dbus_int32_t d_offset = offset; in atspi_text_get_character_at_offset() local
[all …]
/dports/graphics/libart_lgpl/libart_lgpl-2.3.21/
H A Dart_render_gradient.c219 double offset, d_offset; in art_render_gradient_linear_render_8() local
243 d_offset = gradient->a; in art_render_gradient_linear_render_8()
297 d_offset = d_offset / 2.0; in art_render_gradient_linear_render_8()
358 (d_offset > -EPSILON), in art_render_gradient_linear_render_8()
362 if (d_offset > 0) in art_render_gradient_linear_render_8()
405 (d_offset < EPSILON), in art_render_gradient_linear_render_8()
413 offset += d_offset; in art_render_gradient_linear_render_8()
417 if (d_offset > 0) in art_render_gradient_linear_render_8()
533 double offset, d_offset; in art_render_gradient_linear_render() local
541 d_offset = gradient->a; in art_render_gradient_linear_render()
[all …]
/dports/print/py-reportlab/reportlab-3.5.68/src/rl_addons/renderPM/libart_lgpl/
H A Dart_render_gradient.c219 double offset, d_offset; in art_render_gradient_linear_render_8() local
243 d_offset = gradient->a; in art_render_gradient_linear_render_8()
297 d_offset = d_offset / 2.0; in art_render_gradient_linear_render_8()
358 (d_offset > -EPSILON), in art_render_gradient_linear_render_8()
362 if (d_offset > 0) in art_render_gradient_linear_render_8()
405 (d_offset < EPSILON), in art_render_gradient_linear_render_8()
413 offset += d_offset; in art_render_gradient_linear_render_8()
417 if (d_offset > 0) in art_render_gradient_linear_render_8()
533 double offset, d_offset; in art_render_gradient_linear_render() local
541 d_offset = gradient->a; in art_render_gradient_linear_render()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/solaris/native/sun/awt/medialib/
H A Dmlib_v_ImageCopy.c61 mlib_s32 s_offset, mlib_s32 d_offset);
80 mlib_s32 d_offset; /* bit offset of dst */ in mlib_v_ImageCopy() local
125 d_offset = mlib_ImageGetBitOffset(dst); /* in bits */ in mlib_v_ImageCopy()
127 if (s_offset == d_offset) { in mlib_v_ImageCopy()
135 mlib_ImageCopy_bit_na(sa, da, width, s_offset, d_offset); in mlib_v_ImageCopy()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/solaris/native/sun/awt/medialib/
H A Dmlib_v_ImageCopy.c61 mlib_s32 s_offset, mlib_s32 d_offset);
80 mlib_s32 d_offset; /* bit offset of dst */ in mlib_v_ImageCopy() local
125 d_offset = mlib_ImageGetBitOffset(dst); /* in bits */ in mlib_v_ImageCopy()
127 if (s_offset == d_offset) { in mlib_v_ImageCopy()
135 mlib_ImageCopy_bit_na(sa, da, width, s_offset, d_offset); in mlib_v_ImageCopy()
/dports/textproc/yodl/yodl-5fa97b175c85581d01329013cfdb4239f019b023/yodl/src/media/
H A Dmediarestorestate.c20 if (fseek(mp->d_file, mp->d_offset, SEEK_SET) != 0) in media_restore_state()
23 (unsigned)mp->d_lineno, mp->d_offset); in media_restore_state()
27 (unsigned)mp->d_lineno, mp->d_offset, &mp->d_queue); in media_restore_state()
/dports/math/R-cran-lme4/lme4/src/
H A DrespModule.cpp27 d_offset( as<MVec>(offset)), in lmResp()
43 if (gamma.size() != d_offset.size()) in updateMu()
45 d_mu = d_offset + gamma; in updateMu()
69 if (oo.size() != d_offset.size()) in setOffset()
71 d_offset = oo; // this copies the values in setOffset()
145 return (d_eta - d_offset).array() + wrkResids(); in wrkResp()
171 d_eta = d_offset + gamma; // lengths are checked here in updateMu()
211 const VectorXd lp(d_gamma + d_offset); // linear predictor in updateMu()

12345678910>>...15