Home
last modified time | relevance | path

Searched refs:act_value (Results 1 – 25 of 35) sorted by relevance

12

/dports/net-mgmt/mk-livestatus/mk-livestatus-1.2.8p25/src/
H A DAttributelistFilter.cc51 unsigned long act_value = _column->getValue(data); in accepts() local
55 pass = act_value == _ref; in accepts()
58 pass = act_value > _ref; in accepts()
61 pass = act_value < _ref; in accepts()
64 pass = (act_value & _ref) == _ref; in accepts()
67 pass = (act_value & _ref) != 0; in accepts()
H A DDoubleColumnFilter.cc40 double act_value = _column->getValue(data); in accepts() local
43 pass = act_value == _ref_value; in accepts()
46 pass = act_value > _ref_value; in accepts()
49 pass = act_value < _ref_value; in accepts()
H A DIntColumnFilter.cc44 int32_t act_value = _column->getValue(data, _query); in accepts() local
48 pass = act_value == ref_value; in accepts()
51 pass = act_value > ref_value; in accepts()
54 pass = act_value < ref_value; in accepts()
/dports/german/BBBike/BBBike-3.18/
H A DBBBikeWeather.pm52 $act_value{Windlabel} = M"Wind";
53 $act_value{Wind} = M"Keine Daten";
344 $act_value{Temp} = $temperature . "�C";
370 $act_value{Windlabel} = M("Wind")." ".($winddate ne "" ? "($winddate)" : "");
371 $act_value{Wind} = "\U$winddir\E, $wind_v m/s";
373 $act_value{Wind} .= " (max: $wind_v_max m/s)";
/dports/finance/beancount/beancount-2.3.3/beancount/core/
H A Dprices_test.py82 for (exp_date, exp_value), (act_date, act_value) in zip(expected, values):
84 self.assertEqual(exp_value, act_value.quantize(D('0.01')))
218 for (exp_date, exp_value), (act_date, act_value) in zip(expected, values):
220 self.assertEqual(exp_value, act_value.quantize(D('0.01')))
/dports/graphics/blender/blender-2.91.0/extern/draco/dracoenc/src/draco/compression/attributes/
H A Dkd_tree_attributes_encoder.cc89 std::vector<int32_t> act_value(att->num_components()); in TransformAttributesToPortableFormat() local
92 att->ConvertValue<int32_t>(avi, &act_value[0]); in TransformAttributesToPortableFormat()
94 if (min_value[c] > act_value[c]) in TransformAttributesToPortableFormat()
95 min_value[c] = act_value[c]; in TransformAttributesToPortableFormat()
/dports/archivers/draco/draco-1.4.3/src/draco/compression/attributes/
H A Dkd_tree_attributes_encoder.cc96 std::vector<int32_t> act_value(att->num_components()); in TransformAttributesToPortableFormat() local
99 att->ConvertValue<int32_t>(avi, &act_value[0]); in TransformAttributesToPortableFormat()
101 if (min_value[c] > act_value[c]) { in TransformAttributesToPortableFormat()
102 min_value[c] = act_value[c]; in TransformAttributesToPortableFormat()
/dports/multimedia/assimp/assimp-5.1.3/contrib/draco/src/draco/compression/attributes/
H A Dkd_tree_attributes_encoder.cc96 std::vector<int32_t> act_value(att->num_components()); in TransformAttributesToPortableFormat() local
99 att->ConvertValue<int32_t>(avi, &act_value[0]); in TransformAttributesToPortableFormat()
101 if (min_value[c] > act_value[c]) { in TransformAttributesToPortableFormat()
102 min_value[c] = act_value[c]; in TransformAttributesToPortableFormat()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gcc.target/powerpc/
H A Dpr58673-2.c86 real act_value[eoObsNR]; member
204 calc_deviation (tcr->av_value[i], tcr->act_value[i], in do_coupling()
206 prdev[i] = tcr->ref_value[i] - tcr->act_value[i]; in do_coupling()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.target/powerpc/
H A Dpr58673-2.c85 real act_value[eoObsNR]; member
203 calc_deviation (tcr->av_value[i], tcr->act_value[i], in do_coupling()
205 prdev[i] = tcr->ref_value[i] - tcr->act_value[i]; in do_coupling()
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gcc.target/powerpc/
H A Dpr58673-2.c86 real act_value[eoObsNR]; member
204 calc_deviation (tcr->av_value[i], tcr->act_value[i], in do_coupling()
206 prdev[i] = tcr->ref_value[i] - tcr->act_value[i]; in do_coupling()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/powerpc/
H A Dpr58673-2.c86 real act_value[eoObsNR]; member
204 calc_deviation (tcr->av_value[i], tcr->act_value[i], in do_coupling()
206 prdev[i] = tcr->ref_value[i] - tcr->act_value[i]; in do_coupling()
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.target/powerpc/
H A Dpr58673-2.c85 real act_value[eoObsNR]; member
203 calc_deviation (tcr->av_value[i], tcr->act_value[i], in do_coupling()
205 prdev[i] = tcr->ref_value[i] - tcr->act_value[i]; in do_coupling()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.target/powerpc/
H A Dpr58673-2.c85 real act_value[eoObsNR]; member
203 calc_deviation (tcr->av_value[i], tcr->act_value[i], in do_coupling()
205 prdev[i] = tcr->ref_value[i] - tcr->act_value[i]; in do_coupling()
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.target/powerpc/
H A Dpr58673-2.c85 real act_value[eoObsNR]; member
203 calc_deviation (tcr->av_value[i], tcr->act_value[i], in do_coupling()
205 prdev[i] = tcr->ref_value[i] - tcr->act_value[i]; in do_coupling()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/powerpc/
H A Dpr58673-2.c86 real act_value[eoObsNR]; member
204 calc_deviation (tcr->av_value[i], tcr->act_value[i], in do_coupling()
206 prdev[i] = tcr->ref_value[i] - tcr->act_value[i]; in do_coupling()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/powerpc/
H A Dpr58673-2.c86 real act_value[eoObsNR]; member
204 calc_deviation (tcr->av_value[i], tcr->act_value[i], in do_coupling()
206 prdev[i] = tcr->ref_value[i] - tcr->act_value[i]; in do_coupling()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/powerpc/
H A Dpr58673-2.c86 real act_value[eoObsNR]; member
204 calc_deviation (tcr->av_value[i], tcr->act_value[i], in do_coupling()
206 prdev[i] = tcr->ref_value[i] - tcr->act_value[i]; in do_coupling()
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/gcc.target/powerpc/
H A Dpr58673-2.c85 real act_value[eoObsNR]; member
200 calc_deviation (tcr->av_value[i], tcr->act_value[i], in do_coupling()
202 prdev[i] = tcr->ref_value[i] - tcr->act_value[i]; in do_coupling()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/gcc.target/powerpc/
H A Dpr58673-2.c85 real act_value[eoObsNR]; member
200 calc_deviation (tcr->av_value[i], tcr->act_value[i], in do_coupling()
202 prdev[i] = tcr->ref_value[i] - tcr->act_value[i]; in do_coupling()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gcc.target/powerpc/
H A Dpr58673-2.c85 real act_value[eoObsNR]; member
203 calc_deviation (tcr->av_value[i], tcr->act_value[i], in do_coupling()
205 prdev[i] = tcr->ref_value[i] - tcr->act_value[i]; in do_coupling()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gcc.target/powerpc/
H A Dpr58673-2.c85 real act_value[eoObsNR]; member
203 calc_deviation (tcr->av_value[i], tcr->act_value[i], in do_coupling()
205 prdev[i] = tcr->ref_value[i] - tcr->act_value[i]; in do_coupling()
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/gcc.target/powerpc/
H A Dpr58673-2.c86 real act_value[eoObsNR]; member
204 calc_deviation (tcr->av_value[i], tcr->act_value[i], in do_coupling()
206 prdev[i] = tcr->ref_value[i] - tcr->act_value[i]; in do_coupling()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gcc.target/powerpc/
H A Dpr58673-2.c86 real act_value[eoObsNR]; member
204 calc_deviation (tcr->av_value[i], tcr->act_value[i], in do_coupling()
206 prdev[i] = tcr->ref_value[i] - tcr->act_value[i]; in do_coupling()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.target/powerpc/
H A Dpr58673-2.c85 real act_value[eoObsNR]; member
203 calc_deviation (tcr->av_value[i], tcr->act_value[i], in do_coupling()
205 prdev[i] = tcr->ref_value[i] - tcr->act_value[i]; in do_coupling()

12