Home
last modified time | relevance | path

Searched refs:constant_type (Results 1 – 25 of 361) sorted by relevance

12345678910>>...15

/dports/devel/color/color-a04952cf27cc315e31811f2e940221bf8cf9f8ca/src/color/luv/trait/bound/
H A Dnatural.hpp30 typedef ::color::_internal::constant::luv< scalar_type > constant_type; typedef
43 …static instance_type max_list[] = { constant_type::l_max(), constant_type::u_max(), constant_type:… in maximum()
49 …static instance_type max_list[] = { constant_type::l_max(), constant_type::u_max(), constant_type:… in maximum()
56 …static instance_type min_list[] = { constant_type::l_min(), constant_type::u_min(), constant_type:… in minimum()
62 …static instance_type min_list[] = { constant_type::l_min(), constant_type::u_min(), constant_type:… in minimum()
69 …t[] = { constant_type::l_max() - constant_type::l_min(), constant_type::u_max() - constant_type::u… in range()
75 …t[] = { constant_type::l_max() - constant_type::l_min(), constant_type::u_max() - constant_type::u… in range()
/dports/devel/nuitka/Nuitka-0.6.17/nuitka/
H A DConstants.py146 if constant_type is dict:
158 elif constant_type is slice:
167 elif constant_type in (
188 elif constant_type is type:
216 if constant_type in (
235 elif constant_type is tuple:
267 if constant_type in (
284 elif constant_type is tuple:
306 if constant_type in (
323 elif constant_type is tuple:
[all …]
/dports/devel/nuitka/Nuitka-0.6.17/nuitka/codegen/
H A DNamify.py51 constant_type = type(constant)
53 if constant_type is int:
65 elif constant_type is long:
85 elif constant_type is str:
87 elif constant_type is bytes:
95 elif constant_type is float:
113 elif constant_type is dict:
118 elif constant_type is set:
128 elif constant_type is tuple:
143 elif constant_type is list:
[all …]
/dports/devel/nuitka/Nuitka-0.6.17/nuitka/tools/data_composer/
H A DDataComposer.py88 if constant_type is tuple:
94 elif constant_type is list:
100 elif constant_type is dict:
107 elif constant_type is set:
120 elif constant_type is long:
145 elif constant_type is int:
148 elif constant_type is float:
187 elif constant_type is bytes:
201 elif constant_type is slice:
206 elif constant_type is range:
[all …]
/dports/security/p5-Net-SSLeay/Net-SSLeay-1.90/inc/Test/Net/
H A DSSLeay.pm36 constant_type => 'version',
41 constant_type => 'method',
46 constant_type => 'method',
51 constant_type => 'method',
56 constant_type => 'method',
61 constant_type => 'method',
222 $proto_data->{constant_type} eq 'version'
251 if ( $proto_data->{constant_type} eq 'version' ) {
337 if ( $protos{$proto}->{constant_type} eq 'version' ) {
/dports/net/ssldump/ssldump-0.9b3/ssl/
H A Dy.output21 rule 5 definition -> constant_type
30 rule 14 constant_type -> CONSTANT_ '{' constants '}' NAME_ ';'
83 constant_type (32)
104 constant_type go to state 6
118 constant_type -> CONSTANT_ . '{' constants '}' NAME_ ';' (rule 14)
144 constant_type go to state 6
158 definition -> constant_type . (rule 5)
179 constant_type -> CONSTANT_ '{' . constants '}' NAME_ ';' (rule 14)
248 constant_type -> CONSTANT_ '{' constants . '}' NAME_ ';' (rule 14)
300 constant_type -> CONSTANT_ '{' constants '}' . NAME_ ';' (rule 14)
[all …]
/dports/devel/nuitka/Nuitka-0.6.17/nuitka/nodes/
H A DConstantRefNodes.py1388 if constant_type is int:
1390 elif constant_type is str:
1402 elif constant_type is float:
1404 elif constant_type is long:
1422 elif constant_type is bytes:
1434 elif constant_type is dict:
1448 elif constant_type is tuple:
1469 elif constant_type is list:
1483 elif constant_type is set:
1516 elif constant_type is slice:
[all …]
/dports/devel/color/color-a04952cf27cc315e31811f2e940221bf8cf9f8ca/src/color/hsi/get/
H A Dblue.hpp37 typedef ::color::constant::generic< category_type > constant_type; in blue() typedef
60 h -= region * constant_type::third(); in blue()
61 h *= constant_type::two_pi(); in blue()
62 scalar_type n = i*( 1+ s*cos( h ) / cos( constant_type::deg60() - h ) ); in blue()
H A Dgreen.hpp37 typedef ::color::constant::generic< category_type > constant_type; in green() typedef
61 h -= region * constant_type::third(); in green()
62 h *= constant_type::two_pi(); in green()
63 scalar_type n = i*( 1+ s*cos( h ) / cos( constant_type::deg60() - h ) ); in green()
H A Dred.hpp37 typedef ::color::constant::generic< category_type > constant_type; in red() typedef
61 h -= region * constant_type::third(); in red()
62 h *= constant_type::two_pi(); in red()
63 scalar_type n = i*( 1+ s*cos( h ) / cos( constant_type::deg60() - h ) ); in red()
/dports/games/libretro-paralleln64/parallel-n64-6e26fbb/mupen64plus-video-paraLLEl/parallel-rdp/spirv-cross/
H A Dspirv_cross_parsed_ir.cpp859 auto &constant_type = get<SPIRType>(type); in make_constant_null() local
861 if (constant_type.pointer) in make_constant_null()
867 constant.make_null(constant_type); in make_constant_null()
869 else if (!constant_type.array.empty()) in make_constant_null()
871 assert(constant_type.parent_type); in make_constant_null()
875 if (!constant_type.array_size_literal.back()) in make_constant_null()
878 SmallVector<uint32_t> elements(constant_type.array.back()); in make_constant_null()
879 for (uint32_t i = 0; i < constant_type.array.back(); i++) in make_constant_null()
886 else if (!constant_type.member_types.empty()) in make_constant_null()
890 for (uint32_t i = 0; i < constant_type.member_types.size(); i++) in make_constant_null()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/spirv-cross/spirv-cross/
H A Dspirv_cross_parsed_ir.cpp859 auto &constant_type = get<SPIRType>(type); in make_constant_null() local
861 if (constant_type.pointer) in make_constant_null()
867 constant.make_null(constant_type); in make_constant_null()
869 else if (!constant_type.array.empty()) in make_constant_null()
871 assert(constant_type.parent_type); in make_constant_null()
875 if (!constant_type.array_size_literal.back()) in make_constant_null()
878 SmallVector<uint32_t> elements(constant_type.array.back()); in make_constant_null()
879 for (uint32_t i = 0; i < constant_type.array.back(); i++) in make_constant_null()
886 else if (!constant_type.member_types.empty()) in make_constant_null()
890 for (uint32_t i = 0; i < constant_type.member_types.size(); i++) in make_constant_null()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/spirv-cross-internal/src/vendor/SPIRV-Cross/
H A Dspirv_cross_parsed_ir.cpp859 auto &constant_type = get<SPIRType>(type); in make_constant_null() local
861 if (constant_type.pointer) in make_constant_null()
867 constant.make_null(constant_type); in make_constant_null()
869 else if (!constant_type.array.empty()) in make_constant_null()
871 assert(constant_type.parent_type); in make_constant_null()
875 if (!constant_type.array_size_literal.back()) in make_constant_null()
878 SmallVector<uint32_t> elements(constant_type.array.back()); in make_constant_null()
879 for (uint32_t i = 0; i < constant_type.array.back(); i++) in make_constant_null()
886 else if (!constant_type.member_types.empty()) in make_constant_null()
890 for (uint32_t i = 0; i < constant_type.member_types.size(); i++) in make_constant_null()
[all …]
/dports/math/brial/BRiAl-1.2.10/libbrial/include/polybori/
H A DBoolePolynomial.h124 typedef BooleConstant constant_type; typedef
216 BoolePolynomial(constant_type isOne, const ring_type& ring): in BoolePolynomial()
245 self& operator=(constant_type rhs) {
252 self& operator+=(constant_type rhs) {
263 self& operator*=(constant_type rhs) {
271 self& operator/=(constant_type rhs);
277 self& operator%=(constant_type rhs) { return (*this) /= (!rhs); }
284 bool_type operator==(constant_type rhs) const {
287 bool_type operator!=(constant_type rhs) const {
/dports/math/py-brial/BRiAl-1.2.10/libbrial/include/polybori/
H A DBoolePolynomial.h124 typedef BooleConstant constant_type;
216 BoolePolynomial(constant_type isOne, const ring_type& ring):
245 self& operator=(constant_type rhs) {
252 self& operator+=(constant_type rhs) {
263 self& operator*=(constant_type rhs) {
271 self& operator/=(constant_type rhs);
277 self& operator%=(constant_type rhs) { return (*this) /= (!rhs); }
284 bool_type operator==(constant_type rhs) const {
287 bool_type operator!=(constant_type rhs) const {
/dports/devel/color/color-a04952cf27cc315e31811f2e940221bf8cf9f8ca/src/color/generic/operation/
H A Ddistance.hpp326 typedef ::color::constant::generic< category_left_type > constant_type; typedef
364 …_p = atan2( b_1, a_1_p ); if( h_1_p < 0 ) h_1_p += 2*constant_type::pi(); h_1_p *= constant_type in process()
365 …_p = atan2( b_2, a_2_p ); if( h_2_p < 0 ) h_2_p += 2*constant_type::pi(); h_2_p *= constant_type in process()
373 - 0.17 * cos( ( H_a_p - 30 )*constant_type::deg2rad() ) in process()
374 + 0.24 * cos( ( 2*H_a_p - 0 )*constant_type::deg2rad() ) in process()
375 + 0.32 * cos( ( 3*H_a_p + 6 )*constant_type::deg2rad() ) in process()
376 - 0.20 * cos( ( 4*H_a_p - 63 )*constant_type::deg2rad() ); in process()
408 scalar_type R_T = - R_C * sin( ( 2 * delta_theta) * constant_type::rad2deg() ); in process()
438 typedef ::color::constant::generic< category_left_type > constant_type; typedef
478 T = 0.56 + fabs( 0.2* cos( ( b_1 + 168 ) * constant_type::deg2rad() ) ); in process()
[all …]
/dports/devel/color/color-a04952cf27cc315e31811f2e940221bf8cf9f8ca/src/color/hsi/convert/
H A Drgb.hpp40 typedef ::color::constant::generic< category_left_type > constant_type; typedef
78 scalar_type c2 = ( g - b ) * constant_type::sqrt_3() * scalar_type( 0.5 ); in process()
80 if( thetaX < 0 ){ thetaX += constant_type::two_pi(); } in process()
90 h /= constant_type::two_pi(); in process()
/dports/devel/color/color-a04952cf27cc315e31811f2e940221bf8cf9f8ca/src/color/cmy/convert/
H A Dhsi.hpp45 typedef ::color::constant::generic< category_left_type > constant_type; typedef
74 h -= region * constant_type::third(); in process()
75 h *= constant_type::two_pi(); in process()
76 scalar_type n = i*( 1+ s*cos( h ) / cos( constant_type::deg60() - h ) ); in process()
/dports/devel/color/color-a04952cf27cc315e31811f2e940221bf8cf9f8ca/src/color/rgb/convert/
H A Dhsi.hpp48 typedef ::color::constant::generic< category_left_type > constant_type; typedef
77 h -= scalar_type( region ) * constant_type::third(); in process()
78 h *= constant_type::two_pi(); in process()
79 scalar_type n = i*( scalar_type(1) + s * cos( h ) / cos( constant_type::deg60() - h ) ); in process()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/ext/SPIRV-Cross/
H A Dspirv_cross_parsed_ir.cpp1013 auto &constant_type = get<SPIRType>(type); in make_constant_null() local
1015 if (constant_type.pointer) in make_constant_null()
1021 constant.make_null(constant_type); in make_constant_null()
1023 else if (!constant_type.array.empty()) in make_constant_null()
1025 assert(constant_type.parent_type); in make_constant_null()
1029 if (!constant_type.array_size_literal.back()) in make_constant_null()
1032 SmallVector<uint32_t> elements(constant_type.array.back()); in make_constant_null()
1033 for (uint32_t i = 0; i < constant_type.array.back(); i++) in make_constant_null()
1040 else if (!constant_type.member_types.empty()) in make_constant_null()
1044 for (uint32_t i = 0; i < constant_type.member_types.size(); i++) in make_constant_null()
[all …]
/dports/emulators/ppsspp/ppsspp-1.12.3/ext/SPIRV-Cross/
H A Dspirv_cross_parsed_ir.cpp1013 auto &constant_type = get<SPIRType>(type); in make_constant_null() local
1015 if (constant_type.pointer) in make_constant_null()
1021 constant.make_null(constant_type); in make_constant_null()
1023 else if (!constant_type.array.empty()) in make_constant_null()
1025 assert(constant_type.parent_type); in make_constant_null()
1029 if (!constant_type.array_size_literal.back()) in make_constant_null()
1032 SmallVector<uint32_t> elements(constant_type.array.back()); in make_constant_null()
1033 for (uint32_t i = 0; i < constant_type.array.back(); i++) in make_constant_null()
1040 else if (!constant_type.member_types.empty()) in make_constant_null()
1044 for (uint32_t i = 0; i < constant_type.member_types.size(); i++) in make_constant_null()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/spirv-cross/spirv-cross/
H A Dspirv_cross_parsed_ir.cpp973 auto &constant_type = get<SPIRType>(type); in make_constant_null() local
975 if (constant_type.pointer) in make_constant_null()
981 constant.make_null(constant_type); in make_constant_null()
983 else if (!constant_type.array.empty()) in make_constant_null()
985 assert(constant_type.parent_type); in make_constant_null()
989 if (!constant_type.array_size_literal.back()) in make_constant_null()
992 SmallVector<uint32_t> elements(constant_type.array.back()); in make_constant_null()
993 for (uint32_t i = 0; i < constant_type.array.back(); i++) in make_constant_null()
1000 else if (!constant_type.member_types.empty()) in make_constant_null()
1004 for (uint32_t i = 0; i < constant_type.member_types.size(); i++) in make_constant_null()
[all …]
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/ext/SPIRV-Cross/
H A Dspirv_cross_parsed_ir.cpp1013 auto &constant_type = get<SPIRType>(type); in make_constant_null() local
1015 if (constant_type.pointer) in make_constant_null()
1021 constant.make_null(constant_type); in make_constant_null()
1023 else if (!constant_type.array.empty()) in make_constant_null()
1025 assert(constant_type.parent_type); in make_constant_null()
1029 if (!constant_type.array_size_literal.back()) in make_constant_null()
1032 SmallVector<uint32_t> elements(constant_type.array.back()); in make_constant_null()
1033 for (uint32_t i = 0; i < constant_type.array.back(); i++) in make_constant_null()
1040 else if (!constant_type.member_types.empty()) in make_constant_null()
1044 for (uint32_t i = 0; i < constant_type.member_types.size(); i++) in make_constant_null()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/spirv-cross-internal/src/vendor/SPIRV-Cross/
H A Dspirv_cross_parsed_ir.cpp1013 auto &constant_type = get<SPIRType>(type); in make_constant_null() local
1015 if (constant_type.pointer) in make_constant_null()
1021 constant.make_null(constant_type); in make_constant_null()
1023 else if (!constant_type.array.empty()) in make_constant_null()
1025 assert(constant_type.parent_type); in make_constant_null()
1029 if (!constant_type.array_size_literal.back()) in make_constant_null()
1032 SmallVector<uint32_t> elements(constant_type.array.back()); in make_constant_null()
1033 for (uint32_t i = 0; i < constant_type.array.back(); i++) in make_constant_null()
1040 else if (!constant_type.member_types.empty()) in make_constant_null()
1044 for (uint32_t i = 0; i < constant_type.member_types.size(); i++) in make_constant_null()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/spirv-cross-internal/src/vendor/SPIRV-Cross/
H A Dspirv_cross_parsed_ir.cpp1013 auto &constant_type = get<SPIRType>(type); in make_constant_null() local
1015 if (constant_type.pointer) in make_constant_null()
1021 constant.make_null(constant_type); in make_constant_null()
1023 else if (!constant_type.array.empty()) in make_constant_null()
1025 assert(constant_type.parent_type); in make_constant_null()
1029 if (!constant_type.array_size_literal.back()) in make_constant_null()
1032 SmallVector<uint32_t> elements(constant_type.array.back()); in make_constant_null()
1033 for (uint32_t i = 0; i < constant_type.array.back(); i++) in make_constant_null()
1040 else if (!constant_type.member_types.empty()) in make_constant_null()
1044 for (uint32_t i = 0; i < constant_type.member_types.size(); i++) in make_constant_null()
[all …]

12345678910>>...15