Home
last modified time | relevance | path

Searched refs:pf1 (Results 1 – 25 of 839) sorted by relevance

12345678910>>...34

/dports/textproc/miller/miller-5.10.2/go/reg-test/expected/
H A Dcase-dsl-type-inference.sh.out3 pf1 71.2
16 pf1 71.2
40 pf1 71.2
53 pf1 71.2
66 pf1 71.2
79 pf1 71.2
92 pf1 71.2
105 pf1 71.2
118 pf1 71.2
131 pf1 71.2
[all …]
H A Dcase-dsl-pythonic-division.sh.out2 mlr --xtab put $quot=$pf1/10.0;$iquot=$pf1//10.0;$mod=$pf1%10.0 ./reg-test/input/mixed-types.xtab
3 pf1 71.2
18 pf1 71.2
33 pf1 71.2
48 pf1 71.2
63 pf1 71.2
78 pf1 71.2
93 pf1 71.2
108 pf1 71.2
123 pf1 71.2
[all …]
/dports/misc/ezc3d/ezc3d-Release_1.4.6/examples/matlab/
H A Dforce_platform.m12 pf1 = all_pf(1); variable
16 fprintf('Force unit = %s\n', pf1.unit_force');
17 fprintf('Moment unit = %s\n', pf1.unit_moment');
18 fprintf('Center of pressure unit = %s\n', pf1.unit_position');
22 fprintf('Position of origin = [%1.3f, %1.3f, %1.3f]\n', pf1.origin);
23 fprintf('Position of corners = [%1.3f, %1.3f, %1.3f]\n', pf1.corners);
28 fprintf('%1.3f, %1.3f, %1.3f, %1.3f, %1.3f, %1.3f\n', pf1.cal_matrix);
32 frames = [1, 11, 1001, size(pf1.force, 2)];
34 fprintf('Force = [%1.3f, %1.3f, %1.3f]\n', pf1.force(:, frames));
35 fprintf('Moment = [%1.3f, %1.3f, %1.3f]\n', pf1.moment(:, frames));
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/nasm/perllib/
H A Dphash.ph79 my ($pf1, $pf2) = prehash($k, $n, $sv);
80 ($pf1,$pf2) = ($pf2,$pf1) if ($pf1 > $pf2); # Canonicalize order
82 my $pf = "$pf1,$pf2";
97 push(@{$nodeneigh[$pf1]}, [$pf2, $e]);
98 push(@{$nodeneigh[$pf2]}, [$pf1, $e]);
183 my ($pf1, $pf2) = prehash($k, $n, $sv);
184 my $g1 = ${$g}[$pf1];
189 $k, $pf1, $pf2, $g1, $g2, $g1+$g2, ${$href}{$k};
/dports/devel/nasm/nasm-2.15.05/perllib/
H A Dphash.ph79 my ($pf1, $pf2) = prehash($k, $n, $sv);
80 ($pf1,$pf2) = ($pf2,$pf1) if ($pf1 > $pf2); # Canonicalize order
82 my $pf = "$pf1,$pf2";
97 push(@{$nodeneigh[$pf1]}, [$pf2, $e]);
98 push(@{$nodeneigh[$pf2]}, [$pf1, $e]);
185 my ($pf1, $pf2) = prehash($k, $n, $sv);
186 my $g1 = ${$g}[$pf1];
191 $k, $pf1, $pf2, $g1, $g2, $g1+$g2, ${$href}{$k};
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/nasm/perllib/
H A Dphash.ph79 my ($pf1, $pf2) = prehash($k, $n, $sv);
80 ($pf1,$pf2) = ($pf2,$pf1) if ($pf1 > $pf2); # Canonicalize order
82 my $pf = "$pf1,$pf2";
97 push(@{$nodeneigh[$pf1]}, [$pf2, $e]);
98 push(@{$nodeneigh[$pf2]}, [$pf1, $e]);
183 my ($pf1, $pf2) = prehash($k, $n, $sv);
184 my $g1 = ${$g}[$pf1];
189 $k, $pf1, $pf2, $g1, $g2, $g1+$g2, ${$href}{$k};
/dports/math/cvc3/cvc3-2.4.1/src/search/
H A DLFSCLraProof.cpp17 LFSCProof* LFSCLraAdd::Make(LFSCProof* pf1, LFSCProof* pf2, int op1, int op2) in Make() argument
19 if( pf1->isTrivial() ) in Make()
22 return pf1; in Make()
24 op1 = pf1->checkOp()!=-1 ? pf1->checkOp() : op1; in Make()
27 return Make( pf2, pf1, op2, op1 ); in Make()
29 return new LFSCLraAdd( pf1, pf2, op1, op2 ); in Make()
89 LFSCProof* LFSCLraSub::Make(LFSCProof* pf1, LFSCProof* pf2, int op1, int op2){ in Make() argument
91 return pf1; in Make()
92 else if( pf1->isTrivial() ){ in Make()
96 return new LFSCLraSub( pf1, pf2, op1, op2 ); in Make()
H A DLFSCLraProof.h12 LFSCLraAdd(LFSCProof* pf1, LFSCProof* pf2, int op1, int op2): LFSCProof(), in LFSCLraAdd() argument
15 d_children[0] = pf1; in LFSCLraAdd()
25 static LFSCProof* Make(LFSCProof* pf1, LFSCProof* pf2, int op1, int op2);
88 LFSCLraSub(LFSCProof* pf1, LFSCProof* pf2, int op1, int op2): LFSCProof(), in LFSCLraSub() argument
91 d_children[0] = pf1; in LFSCLraSub()
93 d_op1 = pf1->checkOp()!=-1 ? pf1->checkOp() : d_op1; in LFSCLraSub()
103 static LFSCProof* Make(LFSCProof* pf1, LFSCProof* pf2, int op1, int op2);
/dports/graphics/colord/colord-1.3.5/lib/colorhug/
H A Dch-math.c118 ch_packed_float_add (const ChPackedFloat *pf1, in ch_packed_float_add() argument
125 g_return_val_if_fail (pf1 != NULL, CH_ERROR_INVALID_VALUE); in ch_packed_float_add()
130 pf1_tmp = ch_packed_float_get_value (pf1) / 0x10000; in ch_packed_float_add()
137 ch_packed_float_get_value (pf1) + in ch_packed_float_add()
156 ch_packed_float_multiply (const ChPackedFloat *pf1, in ch_packed_float_multiply() argument
164 g_return_val_if_fail (pf1 != NULL, CH_ERROR_INVALID_VALUE); in ch_packed_float_multiply()
169 pf1_tmp.raw = ABS(ch_packed_float_get_value (pf1)); in ch_packed_float_multiply()
188 if ((pf1->raw < 0) ^ (pf2->raw < 0)) in ch_packed_float_multiply()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/g++.dg/cpp2a/
H A Dconstexpr-virtual9.C34 constexpr int (X1::*pf1)(int) const = &X1::f;
41 static_assert((x2.*pf1)(1) == 12);
49 static_assert((r2.*pf1)(1) == 12);
57 static_assert((p2->*pf1)(1) == 12);
65 static_assert((x4.*pf1)(1) == 14);
73 static_assert((r4.*pf1)(1) == 14);
81 static_assert((p4->*pf1)(1) == 14);
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/g++.dg/cpp2a/
H A Dconstexpr-virtual9.C34 constexpr int (X1::*pf1)(int) const = &X1::f;
41 static_assert((x2.*pf1)(1) == 12);
49 static_assert((r2.*pf1)(1) == 12);
57 static_assert((p2->*pf1)(1) == 12);
65 static_assert((x4.*pf1)(1) == 14);
73 static_assert((r4.*pf1)(1) == 14);
81 static_assert((p4->*pf1)(1) == 14);
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/g++.dg/cpp2a/
H A Dconstexpr-virtual9.C34 constexpr int (X1::*pf1)(int) const = &X1::f;
41 static_assert((x2.*pf1)(1) == 12);
49 static_assert((r2.*pf1)(1) == 12);
57 static_assert((p2->*pf1)(1) == 12);
65 static_assert((x4.*pf1)(1) == 14);
73 static_assert((r4.*pf1)(1) == 14);
81 static_assert((p4->*pf1)(1) == 14);
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/g++.dg/cpp2a/
H A Dconstexpr-virtual9.C34 constexpr int (X1::*pf1)(int) const = &X1::f;
41 static_assert((x2.*pf1)(1) == 12);
49 static_assert((r2.*pf1)(1) == 12);
57 static_assert((p2->*pf1)(1) == 12);
65 static_assert((x4.*pf1)(1) == 14);
73 static_assert((r4.*pf1)(1) == 14);
81 static_assert((p4->*pf1)(1) == 14);
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/g++.dg/cpp2a/
H A Dconstexpr-virtual9.C34 constexpr int (X1::*pf1)(int) const = &X1::f;
41 static_assert((x2.*pf1)(1) == 12);
49 static_assert((r2.*pf1)(1) == 12);
57 static_assert((p2->*pf1)(1) == 12);
65 static_assert((x4.*pf1)(1) == 14);
73 static_assert((r4.*pf1)(1) == 14);
81 static_assert((p4->*pf1)(1) == 14);
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/g++.dg/cpp2a/
H A Dconstexpr-virtual9.C34 constexpr int (X1::*pf1)(int) const = &X1::f;
41 static_assert((x2.*pf1)(1) == 12);
49 static_assert((r2.*pf1)(1) == 12);
57 static_assert((p2->*pf1)(1) == 12);
65 static_assert((x4.*pf1)(1) == 14);
73 static_assert((r4.*pf1)(1) == 14);
81 static_assert((p4->*pf1)(1) == 14);
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/g++.dg/cpp2a/
H A Dconstexpr-virtual9.C34 constexpr int (X1::*pf1)(int) const = &X1::f;
41 static_assert((x2.*pf1)(1) == 12);
49 static_assert((r2.*pf1)(1) == 12);
57 static_assert((p2->*pf1)(1) == 12);
65 static_assert((x4.*pf1)(1) == 14);
73 static_assert((r4.*pf1)(1) == 14);
81 static_assert((p4->*pf1)(1) == 14);
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/g++.dg/cpp2a/
H A Dconstexpr-virtual9.C34 constexpr int (X1::*pf1)(int) const = &X1::f;
41 static_assert((x2.*pf1)(1) == 12);
49 static_assert((r2.*pf1)(1) == 12);
57 static_assert((p2->*pf1)(1) == 12);
65 static_assert((x4.*pf1)(1) == 14);
73 static_assert((r4.*pf1)(1) == 14);
81 static_assert((p4->*pf1)(1) == 14);
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/g++.dg/cpp2a/
H A Dconstexpr-virtual9.C34 constexpr int (X1::*pf1)(int) const = &X1::f;
41 static_assert((x2.*pf1)(1) == 12);
49 static_assert((r2.*pf1)(1) == 12);
57 static_assert((p2->*pf1)(1) == 12);
65 static_assert((x4.*pf1)(1) == 14);
73 static_assert((r4.*pf1)(1) == 14);
81 static_assert((p4->*pf1)(1) == 14);
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/g++.dg/cpp2a/
H A Dconstexpr-virtual9.C34 constexpr int (X1::*pf1)(int) const = &X1::f;
41 static_assert((x2.*pf1)(1) == 12);
49 static_assert((r2.*pf1)(1) == 12);
57 static_assert((p2->*pf1)(1) == 12);
65 static_assert((x4.*pf1)(1) == 14);
73 static_assert((r4.*pf1)(1) == 14);
81 static_assert((p4->*pf1)(1) == 14);
/dports/graphics/qgis-ltr/qgis-3.16.16/tests/src/python/
H A Dtest_qgsjsonutils.py167 pf1 = QgsFeature()
168 pf1.setFields(source.fields())
169 pf1.setAttributes(["test1", 1])
505 pf1 = QgsFeature(123)
506 pf1.setFields(source.fields())
507 pf1.setAttributes(["test1", 1])
581 pf1 = QgsFeature(432)
582 pf1.setFields(parent.fields())
872 pf1 = QgsFeature()
873 pf1.setFields(source.fields())
[all …]
/dports/graphics/openexr/openexr-3.1.4/src/test/OpenEXRTest/
H A DtestCustomAttributes.cpp91 writeReadCustomAttr (const Array2D<float> &pf1, in writeReadCustomAttr() argument
124 (char *) &pf1[0][0], // base in writeReadCustomAttr()
125 sizeof (pf1[0][0]), // xStride in writeReadCustomAttr()
126 sizeof (pf1[0][0]) * width, // yStride in writeReadCustomAttr()
187 (char *) &pf1[0][0], // base in writeReadCustomAttr()
188 sizeof (pf1[0][0]), // xStride in writeReadCustomAttr()
189 sizeof (pf1[0][0]) * width, // yStride in writeReadCustomAttr()
/dports/graphics/qgis/qgis-3.22.3/tests/src/python/
H A Dtest_qgsjsonutils.py205 pf1 = QgsFeature()
206 pf1.setFields(source.fields())
207 pf1.setAttributes(["test1", 1])
543 pf1 = QgsFeature(123)
544 pf1.setFields(source.fields())
545 pf1.setAttributes(["test1", 1])
619 pf1 = QgsFeature(432)
620 pf1.setFields(parent.fields())
910 pf1 = QgsFeature()
911 pf1.setFields(source.fields())
[all …]
/dports/math/arb/arb-2.21.1/dlog/
H A D1modpe_mod1p.c19 ulong x, xf, pf, pf1; in dlog_1modpe_1modp() local
20 pf1 = 1; in dlog_1modpe_1modp()
32 xf = (xf % p) * pf1; in dlog_1modpe_1modp()
35 pf1 = pf; in dlog_1modpe_1modp()
H A Dmod2e.c18 ulong pf1, pf, x, xf; in dlog_mod2e_1mod4() local
19 pf1 = 1; in dlog_mod2e_1mod4()
31 xf = (f == 2) ? xf % 4 : (xf % 2) * (pf1 / 2); in dlog_mod2e_1mod4()
34 pf1 = pf; in dlog_mod2e_1mod4()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/trilinos/packages/rol/src/sol/function/randvarfunctional/risk/
H A DROL_MeanDeviation.hpp353 pf1 = positiveFunction_->evaluate(diff,1); in getGradient()
356 dev1_[p] += weight * std::pow(pf0,order_[p]-one) * pf1; in getGradient()
371 pf1 = positiveFunction_->evaluate(diff,1); in getGradient()
405 pf1 = positiveFunction_->evaluate(diff,1); in getHessVec()
409 dev1_[p] += weight * std::pow(pf0,order_[p]-one) * pf1; in getHessVec()
410 dev2_[p] += weight * std::pow(pf0,order_[p]-two) * pf1 * pf1; in getHessVec()
428 pf1 = positiveFunction_->evaluate(diff,1); in getHessVec()
433 gvp2_[p] += weight * (std::pow(pf0,order_[p]-two)*pf1*pf1-des2_[p]) * in getHessVec()
450 pf1 = positiveFunction_->evaluate(diff,1); in getHessVec()
456 diff1 = std::pow(pf0,order_[p]-one)*pf1-des1_[p]; in getHessVec()
[all …]

12345678910>>...34