Home
last modified time | relevance | path

Searched refs:type_0 (Results 1 – 25 of 202) sorted by relevance

123456789

/dports/security/py-angr/angr-9.0.5405/angr/analyses/typehoon/
H A Dtypevars.py115 def __init__(self, type_0, type_1, type_r): argument
116 self.type_0 = type_0
123 self.type_0.pp_str(mapping),
132 and self.type_0 == other.type_0 \
143 if self.type_0 in replacements:
144 t0 = replacements[self.type_0]
178 self.type_0 = type_0
185 self.type_0.pp_str(mapping),
194 and self.type_0 == other.type_0 \
204 if self.type_0 in replacements:
[all …]
/dports/audio/spectacle-lv2/spectacle-2.0-1-g27b1525/thirdparty/hiir-1.33/hiir/test/
H A DTestDownsampler2x.hpp54 …, const double coef_arr [NBR_COEFS], const SweepingSine &ss, const char *type_0, double transition… in perform_test() argument
57 assert (type_0 != nullptr); in perform_test()
68 datatype_0, _nbr_chn, type_0, NBR_COEFS in perform_test()
121 dst_chk, dest_lo, false, chn, ss, type_0, transition_bw, stopband_at, in perform_test()
151 dst_chk, dest_lo, false, chn, ss, type_0, transition_bw, stopband_at, in perform_test()
160 dst_chk, dest_hi, true , chn, ss, type_0, transition_bw, stopband_at, in perform_test()
181 …aType> &dest, bool hi_flag, int chn, const SweepingSine &ss, const char *type_0, double transition… in check_band() argument
202 TestedType::NBR_COEFS, type_0, _nbr_chn, chn in check_band()
H A DTestUpsampler2x.hpp54 …, const double coef_arr [NBR_COEFS], const SweepingSine &ss, const char *type_0, double transition… in perform_test() argument
57 assert (type_0 != nullptr); in perform_test()
71 datatype_0, nbr_chn, type_0, NBR_COEFS in perform_test()
133 TestedType::NBR_COEFS, type_0, nbr_chn, chn in perform_test()
H A DTestPhaseHalfPi.hpp54 …, const double coef_arr [NBR_COEFS], const SweepingSine &ss, const char *type_0, double transition… in perform_test() argument
57 assert (type_0 != nullptr); in perform_test()
70 datatype_0, nbr_chn, type_0, NBR_COEFS in perform_test()
137 TestedType::NBR_COEFS, type_0, nbr_chn, chn in perform_test()
H A DTestDownsampler2x.h57 …, const double coef_arr [NBR_COEFS], const SweepingSine &ss, const char *type_0, double transition…
71 …aType> &dest, bool hi_flag, int chn, const SweepingSine &ss, const char *type_0, double transition…
H A DTestPhaseHalfPi.h55 …, const double coef_arr [NBR_COEFS], const SweepingSine &ss, const char *type_0, double transition…
H A DTestUpsampler2x.h55 …, const double coef_arr [NBR_COEFS], const SweepingSine &ss, const char *type_0, double transition…
/dports/www/firefox-esr/firefox-91.8.0/gfx/qcms/src/
H A Diccread.rs450 if type_0 != CHROMATIC_TYPE { in read_tag_s15Fixed16ArrayType()
469 if type_0 != XYZ_TYPE { in read_tag_XYZType()
487 if type_0 != CURVE_TYPE && type_0 != PARAMETRIC_CURVE_TYPE { in read_curveType()
491 if type_0 == CURVE_TYPE { in read_curveType()
573 if type_0 != LUT_MAB_TYPE && type_0 != LUT_MBA_TYPE { in read_tag_lutmABType()
705 if type_0 == LUT8_TYPE { in read_tag_lutType()
710 } else if type_0 == LUT16_TYPE { in read_tag_lutType()
766 if type_0 == LUT8_TYPE { in read_tag_lutType()
784 if type_0 == LUT8_TYPE { in read_tag_lutType()
789 } else if type_0 == LUT16_TYPE { in read_tag_lutType()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/qcms/src/
H A Diccread.rs450 if type_0 != CHROMATIC_TYPE { in read_tag_s15Fixed16ArrayType()
469 if type_0 != XYZ_TYPE { in read_tag_XYZType()
487 if type_0 != CURVE_TYPE && type_0 != PARAMETRIC_CURVE_TYPE { in read_curveType()
491 if type_0 == CURVE_TYPE { in read_curveType()
573 if type_0 != LUT_MAB_TYPE && type_0 != LUT_MBA_TYPE { in read_tag_lutmABType()
705 if type_0 == LUT8_TYPE { in read_tag_lutType()
710 } else if type_0 == LUT16_TYPE { in read_tag_lutType()
766 if type_0 == LUT8_TYPE { in read_tag_lutType()
784 if type_0 == LUT8_TYPE { in read_tag_lutType()
789 } else if type_0 == LUT16_TYPE { in read_tag_lutType()
[all …]
/dports/www/firefox/firefox-99.0/gfx/qcms/src/
H A Diccread.rs480 if type_0 != CHROMATIC_TYPE { in read_tag_s15Fixed16ArrayType()
496 if type_0 != XYZ_TYPE { in read_tag_XYZType()
514 if type_0 != CURVE_TYPE && type_0 != PARAMETRIC_CURVE_TYPE { in read_curveType()
518 if type_0 == CURVE_TYPE { in read_curveType()
601 if type_0 != LUT_MAB_TYPE && type_0 != LUT_MBA_TYPE { in read_tag_lutmABType()
734 if type_0 == LUT8_TYPE { in read_tag_lutType()
739 } else if type_0 == LUT16_TYPE { in read_tag_lutType()
796 if type_0 == LUT8_TYPE { in read_tag_lutType()
814 if type_0 == LUT8_TYPE { in read_tag_lutType()
819 } else if type_0 == LUT16_TYPE { in read_tag_lutType()
[all …]
/dports/devel/thrust/thrust-1.9.5/testing/unittest/
H A Dmeta.h39 typedef T0 type_0; typedef
69 template<typename List> struct get_type<List,0> { typedef typename List::type_0 type; };
201 typedef typename ApplyTemplate1<Template, typename get_type<TypeList,0>::type>::type type_0;
222 typedef type_list<type_0, type_1, type_2, type_3, type_4, type_5, type_6, type_7, type_8, type_9,
233 …Template, typename get_type<TypeList1,0>::type, typename get_type<TypeList2,0>::type>::type type_0;
255 typedef type_list<type_0, type_1, type_2, type_3, type_4, type_5, type_6, type_7, type_8, type_9,
/dports/math/scilab/scilab-6.1.1/scilab/modules/elementary_functions/macros/
H A Dresize_matrix.sci258 type_0 = typeof(mat(:))
259 if resType~=type_0
260 if type_0=="polynomial"
266 if type_0=="string"
275 if type_0=="string" then
281 if type_0=="string" then
/dports/textproc/libxml2/libxml2-2.9.12/result/schemas/
H A Dsrc-attribute3-2-type_0_0.err1 ./test/schemas/src-attribute3-2-type_0.xsd:10: element attribute: Schemas parser error : Element '{…
/dports/textproc/py-libxml2/libxml2-2.9.12/result/schemas/
H A Dsrc-attribute3-2-type_0_0.err1 ./test/schemas/src-attribute3-2-type_0.xsd:10: element attribute: Schemas parser error : Element '{…
/dports/textproc/sowing/sowing-1.1.18/src/tohtml/testing/
H A Dtest12.tex14 Typemap = \{ (type_0,disp_0), \ldots, (type_{n-1}, disp_{n-1}) \} ,
/dports/graphics/blender/blender-2.91.0/extern/mantaflow/preprocessed/
H A Dmultigrid.cpp506 knActivateVertices(std::vector<GridMg::VertexType> &type_0, in knActivateVertices()
511 : KernelBase(type_0.size()), in knActivateVertices()
512 type_0(type_0), in knActivateVertices()
522 std::vector<GridMg::VertexType> &type_0, in op()
529 type_0[idx] = GridMg::vtInactive; in op()
532 type_0[idx] = GridMg::vtActive; in op()
544 type_0[idx] = GridMg::vtActiveTrivial; in op()
552 return type_0; in getArg0()
585 op(idx, type_0, A0, nonZeroStencilSumFound, trivialEquationsFound, mg); in operator ()()
591 std::vector<GridMg::VertexType> &type_0; member
/dports/sysutils/webmin/webmin-1.981/proftpd/lang/
H A Duk27 type_0=Параметри мережі
H A Dru29 type_0=Параметры сети
H A Dzh29 type_0=网络选项
H A Dbe.auto33 type_0=Параметры сеткі
H A Dko32 type_0=네트워크 옵션
H A Dar.auto33 type_0=خيارات الشبكات
H A Dth.auto33 type_0=ตัวเลือกระบบเครือข่าย
H A Dbg.auto33 type_0=Опции за работа в мрежа
H A Dhe.auto33 type_0=אפשרויות רשת

123456789