Home
last modified time | relevance | path

Searched refs:from_a (Results 1 – 25 of 76) sorted by relevance

1234

/dports/devel/tla/tla-1.3.5/src/hackerlab/unicode/=later/
H A Duni-str.c1070 t_unicode from_a; in uni_str_cmp_xfrm() local
1083 else if (!from_a) in uni_str_cmp_xfrm()
1110 t_unicode from_a; in uni_str_cmp_xfrm_n() local
1123 else if (!from_a) in uni_str_cmp_xfrm_n()
1149 t_unicode from_a; in uni_str_cmp_prefix_xfrm() local
1154 if (!from_a) in uni_str_cmp_prefix_xfrm()
1183 t_unicode from_a; in uni_str_casecmp_xfrm() local
1192 from_a = unidata_to_lower (from_a); in uni_str_casecmp_xfrm()
1235 from_a = unidata_to_lower (from_a); in uni_str_casecmp_xfrm_n()
1273 if (!from_a) in uni_str_casecmp_prefix_xfrm()
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/sparse/includes/
H A DspDefs.h172 #define CMPLX_ADD(to,from_a,from_b) \ argument
173 { (to).Real = (from_a).Real + (from_b).Real; \
174 (to).Imag = (from_a).Imag + (from_b).Imag; \
178 #define CMPLX_SUBT(to,from_a,from_b) \ argument
179 { (to).Real = (from_a).Real - (from_b).Real; \
180 (to).Imag = (from_a).Imag - (from_b).Imag; \
208 #define CMPLX_MULT(to,from_a,from_b) \ argument
209 { (to).Real = (from_a).Real * (from_b).Real - \
210 (from_a).Imag * (from_b).Imag; \
211 (to).Imag = (from_a).Real * (from_b).Imag + \
[all …]
/dports/cad/ngspice_rework/ngspice-35/src/maths/sparse/
H A Dspdefs.h154 #define CMPLX_ADD(to,from_a,from_b) \ argument
155 { (to).Real = (from_a).Real + (from_b).Real; \
156 (to).Imag = (from_a).Imag + (from_b).Imag; \
165 #define CMPLX_SUBT(to,from_a,from_b) \ argument
166 { (to).Real = (from_a).Real - (from_b).Real; \
167 (to).Imag = (from_a).Imag - (from_b).Imag; \
195 #define CMPLX_MULT(to,from_a,from_b) \ argument
196 { (to).Real = (from_a).Real * (from_b).Real - \
197 (from_a).Imag * (from_b).Imag; \
198 (to).Imag = (from_a).Real * (from_b).Imag + \
[all …]
/dports/cad/jspice3/jspice3-2.5/src/include/
H A Dspdefs.h197 #define CMPLX_ADD(to,from_a,from_b) \ argument
198 { (to).Real = (from_a).Real + (from_b).Real; \
199 (to).Imag = (from_a).Imag + (from_b).Imag; \
203 #define CMPLX_SUBT(to,from_a,from_b) \ argument
204 { (to).Real = (from_a).Real - (from_b).Real; \
205 (to).Imag = (from_a).Imag - (from_b).Imag; \
233 #define CMPLX_MULT(to,from_a,from_b) \ argument
234 { (to).Real = (from_a).Real * (from_b).Real - \
235 (from_a).Imag * (from_b).Imag; \
236 (to).Imag = (from_a).Real * (from_b).Imag + \
[all …]
/dports/science/fasthenry/fasthenry-3.0wr/src/fasthenry/sparse/
H A DspDefs.h188 #define CMPLX_ADD(to,from_a,from_b) \ argument
189 { (to).Real = (from_a).Real + (from_b).Real; \
190 (to).Imag = (from_a).Imag + (from_b).Imag; \
194 #define CMPLX_SUBT(to,from_a,from_b) \ argument
195 { (to).Real = (from_a).Real - (from_b).Real; \
196 (to).Imag = (from_a).Imag - (from_b).Imag; \
224 #define CMPLX_MULT(to,from_a,from_b) \ argument
225 { (to).Real = (from_a).Real * (from_b).Real - \
226 (from_a).Imag * (from_b).Imag; \
227 (to).Imag = (from_a).Real * (from_b).Imag + \
[all …]
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/VNL/src/vxl/v3p/netlib/sparse/
H A DspDefs.h171 #define CMPLX_ADD(to,from_a,from_b) \ argument
172 { (to).Real = (from_a).Real + (from_b).Real; \
173 (to).Imag = (from_a).Imag + (from_b).Imag; \
177 #define CMPLX_SUBT(to,from_a,from_b) \ argument
178 { (to).Real = (from_a).Real - (from_b).Real; \
179 (to).Imag = (from_a).Imag - (from_b).Imag; \
207 #define CMPLX_MULT(to,from_a,from_b) \ argument
208 { (to).Real = (from_a).Real * (from_b).Real - \
209 (from_a).Imag * (from_b).Imag; \
210 (to).Imag = (from_a).Real * (from_b).Imag + \
[all …]
/dports/misc/vxl/vxl-3.3.2/v3p/netlib/sparse/
H A DspDefs.h171 #define CMPLX_ADD(to,from_a,from_b) \ argument
172 { (to).Real = (from_a).Real + (from_b).Real; \
173 (to).Imag = (from_a).Imag + (from_b).Imag; \
177 #define CMPLX_SUBT(to,from_a,from_b) \ argument
178 { (to).Real = (from_a).Real - (from_b).Real; \
179 (to).Imag = (from_a).Imag - (from_b).Imag; \
207 #define CMPLX_MULT(to,from_a,from_b) \ argument
208 { (to).Real = (from_a).Real * (from_b).Real - \
209 (from_a).Imag * (from_b).Imag; \
210 (to).Imag = (from_a).Real * (from_b).Imag + \
[all …]
/dports/devel/agar/agar-1.5.0/math/
H A Dm_sparse.h506 #define CMPLX_ADD(to,from_a,from_b) \ argument
507 { (to).Real = (from_a).Real + (from_b).Real; \
508 (to).Imag = (from_a).Imag + (from_b).Imag; \
512 #define CMPLX_SUBT(to,from_a,from_b) \ argument
513 { (to).Real = (from_a).Real - (from_b).Real; \
514 (to).Imag = (from_a).Imag - (from_b).Imag; \
542 #define CMPLX_MULT(to,from_a,from_b) \ argument
543 { (to).Real = (from_a).Real * (from_b).Real - \
544 (from_a).Imag * (from_b).Imag; \
545 (to).Imag = (from_a).Real * (from_b).Imag + \
[all …]
/dports/cad/ngspice_rework/ngspice-35/src/include/ngspice/
H A Dcomplex.h337 #define CMPLX_ADD(to,from_a,from_b) \ argument
338 { (to).real = (from_a).real + (from_b).real; \
339 (to).imag = (from_a).imag + (from_b).imag; \
348 #define CMPLX_SUBT(to,from_a,from_b) \ argument
349 { (to).real = (from_a).real - (from_b).real; \
350 (to).imag = (from_a).imag - (from_b).imag; \
378 #define CMPLX_MULT(to,from_a,from_b) \ argument
379 { (to).real = (from_a).real * (from_b).real - \
380 (from_a).imag * (from_b).imag; \
381 (to).imag = (from_a).real * (from_b).imag + \
[all …]
/dports/graphics/aseprite/aseprite-1.2.9/src/filters/
H A Dreplace_color_filter.cpp55 int from_r, from_g, from_b, from_a; in applyToRgba() local
63 from_a = rgba_geta(m_from); in applyToRgba()
85 if (!(target & TARGET_ALPHA_CHANNEL)) from_a = src_a; in applyToRgba()
90 (ABS(src_a-from_a) <= m_tolerance)) { in applyToRgba()
108 int from_v, from_a; in applyToGrayscale() local
114 from_a = graya_geta(m_from); in applyToGrayscale()
130 if (!(target & TARGET_ALPHA_CHANNEL)) from_a = src_a; in applyToGrayscale()
133 (ABS(src_a-from_a) <= m_tolerance)) { in applyToGrayscale()
151 int from_r, from_g, from_b, from_a; in applyToIndexed() local
160 from_a = rgba_geta(c); in applyToIndexed()
[all …]
/dports/www/anyterm/anyterm-1.1.29/src/
H A Deditscript.cc53 case DiffAlgo::from_a: in simplify_editscript()
64 out.push_back(make_pair(DiffAlgo::from_a,a_cf)); in simplify_editscript()
80 out.push_back(make_pair(DiffAlgo::from_a,a_cf)); in simplify_editscript()
106 case DiffAlgo::from_a: in make_editscript()
H A Ddiff.cc296 append_result(from_a,d); in find_trace_r()
408 result.push_back(make_pair(from_a,A)); in make_trivial_solution()
477 result.push_back(make_pair(from_a,A)); in make_trivial_solution()
H A Ddiff.hh61 enum fragment_tag { from_a, from_b, common }; enumerator
/dports/graphics/gpxsee/GPXSee-7.32/src/map/
H A Ddatum.cpp29 double from_a = from.ellipsoid()->radius(); in molodensky() local
31 double da = to_a - from_a; in molodensky()
34 double rn = from_a / sqrt(1 - from_esq * ssqlat); in molodensky()
35 double rm = from_a * (1 - from_esq) / pow((1 - from_esq * ssqlat), 1.5); in molodensky()
38 * rn * from_esq * slat * clat / from_a + df * (rm * adb + rn / adb) * slat in molodensky()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/protobuf/ruby/tests/
H A Dwell_known_types_test.rb60 assert_equal(Google::Protobuf::ListValue.from_a(sublist),
93 struct["sublist"] = Google::Protobuf::ListValue.from_a(sublist)
/dports/games/xonotic/Xonotic/source/qcsrc/lib/
H A Dangle.qc79 vector angleofs3(vector from, vector from_a, entity to)
85 v_res = v_res - from_a;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/protobuf/ruby/lib/google/protobuf/
H A Dwell_known_types.rb148 self.list_value = ListValue.from_a(value)
216 def self.from_a(arr) singletonMethod
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/protobuf/ruby/lib/google/protobuf/
H A Dwell_known_types.rb148 self.list_value = ListValue.from_a(value)
216 def self.from_a(arr) singletonMethod
/dports/graphics/minder/Minder-1.13.1/src/styles/
H A DLinkTypeRounded.vala42 …private void adjust_mid( Node parent, NodeSide child_side, double from_a, double to_a, double from…
43 mid = ((from_a + to_a) / 2) + adjust_mid_by( parent, child_side );
44 rnd_a = (from_a < to_a) ? (mid + radius) : (mid - radius);
/dports/cad/cura-engine/CuraEngine-fadb5d6b/src/utils/
H A DPolygonConnector.cpp194 …std::optional<ClosestPolygonPoint> from_a = PolygonUtils::getNextParallelIntersection(first.from, … in getSecondConnection() local
195 if (!from_a) in getSecondConnection()
215 std::optional<ClosestPolygonPoint> from_opt = (from_idx == 0)? from_a : from_b; in getSecondConnection()
/dports/games/xonotic/Xonotic/source/qcsrc/common/turrets/
H A Dutil.qh8 vector angleofs3(vector from, vector from_a, entity to);
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dira-build.c2409 merge_hard_reg_conflicts (from_a, a, false); in propagate_some_info_from_allocno()
2410 ALLOCNO_NREFS (a) += ALLOCNO_NREFS (from_a); in propagate_some_info_from_allocno()
2411 ALLOCNO_FREQ (a) += ALLOCNO_FREQ (from_a); in propagate_some_info_from_allocno()
2412 ALLOCNO_CALL_FREQ (a) += ALLOCNO_CALL_FREQ (from_a); in propagate_some_info_from_allocno()
2415 += ALLOCNO_CHEAP_CALLS_CROSSED_NUM (from_a); in propagate_some_info_from_allocno()
2418 |= ALLOCNO_CROSSED_CALLS_CLOBBERED_REGS (from_a); in propagate_some_info_from_allocno()
2421 += ALLOCNO_EXCESS_PRESSURE_POINTS_NUM (from_a); in propagate_some_info_from_allocno()
2422 if (! ALLOCNO_BAD_SPILL_P (from_a)) in propagate_some_info_from_allocno()
2424 aclass = ALLOCNO_CLASS (from_a); in propagate_some_info_from_allocno()
2427 ALLOCNO_HARD_REG_COSTS (from_a)); in propagate_some_info_from_allocno()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dira-build.c2403 merge_hard_reg_conflicts (from_a, a, false); in propagate_some_info_from_allocno()
2404 ALLOCNO_NREFS (a) += ALLOCNO_NREFS (from_a); in propagate_some_info_from_allocno()
2405 ALLOCNO_FREQ (a) += ALLOCNO_FREQ (from_a); in propagate_some_info_from_allocno()
2406 ALLOCNO_CALL_FREQ (a) += ALLOCNO_CALL_FREQ (from_a); in propagate_some_info_from_allocno()
2409 += ALLOCNO_CHEAP_CALLS_CROSSED_NUM (from_a); in propagate_some_info_from_allocno()
2412 |= ALLOCNO_CROSSED_CALLS_CLOBBERED_REGS (from_a); in propagate_some_info_from_allocno()
2415 += ALLOCNO_EXCESS_PRESSURE_POINTS_NUM (from_a); in propagate_some_info_from_allocno()
2416 if (! ALLOCNO_BAD_SPILL_P (from_a)) in propagate_some_info_from_allocno()
2418 aclass = ALLOCNO_CLASS (from_a); in propagate_some_info_from_allocno()
2421 ALLOCNO_HARD_REG_COSTS (from_a)); in propagate_some_info_from_allocno()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dira-build.c2409 merge_hard_reg_conflicts (from_a, a, false); in propagate_some_info_from_allocno()
2410 ALLOCNO_NREFS (a) += ALLOCNO_NREFS (from_a); in propagate_some_info_from_allocno()
2411 ALLOCNO_FREQ (a) += ALLOCNO_FREQ (from_a); in propagate_some_info_from_allocno()
2412 ALLOCNO_CALL_FREQ (a) += ALLOCNO_CALL_FREQ (from_a); in propagate_some_info_from_allocno()
2415 += ALLOCNO_CHEAP_CALLS_CROSSED_NUM (from_a); in propagate_some_info_from_allocno()
2418 |= ALLOCNO_CROSSED_CALLS_CLOBBERED_REGS (from_a); in propagate_some_info_from_allocno()
2421 += ALLOCNO_EXCESS_PRESSURE_POINTS_NUM (from_a); in propagate_some_info_from_allocno()
2422 if (! ALLOCNO_BAD_SPILL_P (from_a)) in propagate_some_info_from_allocno()
2424 aclass = ALLOCNO_CLASS (from_a); in propagate_some_info_from_allocno()
2427 ALLOCNO_HARD_REG_COSTS (from_a)); in propagate_some_info_from_allocno()
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dira-build.c2403 merge_hard_reg_conflicts (from_a, a, false); in propagate_some_info_from_allocno()
2404 ALLOCNO_NREFS (a) += ALLOCNO_NREFS (from_a); in propagate_some_info_from_allocno()
2405 ALLOCNO_FREQ (a) += ALLOCNO_FREQ (from_a); in propagate_some_info_from_allocno()
2406 ALLOCNO_CALL_FREQ (a) += ALLOCNO_CALL_FREQ (from_a); in propagate_some_info_from_allocno()
2409 += ALLOCNO_CHEAP_CALLS_CROSSED_NUM (from_a); in propagate_some_info_from_allocno()
2412 |= ALLOCNO_CROSSED_CALLS_CLOBBERED_REGS (from_a); in propagate_some_info_from_allocno()
2415 += ALLOCNO_EXCESS_PRESSURE_POINTS_NUM (from_a); in propagate_some_info_from_allocno()
2416 if (! ALLOCNO_BAD_SPILL_P (from_a)) in propagate_some_info_from_allocno()
2418 aclass = ALLOCNO_CLASS (from_a); in propagate_some_info_from_allocno()
2421 ALLOCNO_HARD_REG_COSTS (from_a)); in propagate_some_info_from_allocno()
[all …]

1234