Home
last modified time | relevance | path

Searched defs:is_array (Results 1 – 25 of 2382) sorted by relevance

12345678910>>...96

/dports/devel/py-pythran/pythran-0.11.0/pythran/pythonic/include/utils/
H A Dnumpy_traits.hpp67 struct is_array { struct
72 struct is_array<ndarray<T, pS>> { struct
73 static constexpr bool value = true;
77 struct is_array<numpy_iexpr<A>> { struct
78 static constexpr bool value = true;
82 struct is_array<numpy_vexpr<A, F>> { struct
83 static constexpr bool value = true;
88 static constexpr bool value = true;
92 struct is_array<numpy_texpr<A>> { struct
93 static constexpr bool value = true;
[all …]
/dports/multimedia/gpac-libgpac/gpac-1.0.0/applications/generators/WebGLGen/
H A Dmain.c77 static const char *get_arg_type(char *arg_type, Bool *is_array) in get_arg_type()
145 Bool is_array; in put_arg_get() local
227 Bool is_array = GF_FALSE; in put_arg_decl() local
417 Bool is_array; in wrap_func() local
458 Bool is_array; in wrap_func() local
478 Bool is_array; in wrap_func() local
488 Bool is_array; in wrap_func() local
/dports/multimedia/gpac-mp4box/gpac-1.0.0/applications/generators/WebGLGen/
H A Dmain.c77 static const char *get_arg_type(char *arg_type, Bool *is_array) in get_arg_type()
145 Bool is_array; in put_arg_get() local
227 Bool is_array = GF_FALSE; in put_arg_decl() local
417 Bool is_array; in wrap_func() local
458 Bool is_array; in wrap_func() local
478 Bool is_array; in wrap_func() local
488 Bool is_array; in wrap_func() local
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/pipenv/pipenv/patched/contoml/file/
H A Dfreshtable.py11 def __init__(self, parent, name, is_array=False): argument
27 def is_array(self): member in FreshTable
/dports/devel/py-oci/oci-2.53.1/src/oci/resource_search/models/
H A Dqueryable_field_description.py146 def is_array(self): member in QueryableFieldDescription
158 def is_array(self, is_array): member in QueryableFieldDescription
/dports/science/nest/nest-simulator-3.1/nestkernel/
H A Dconn_parameter.h148 is_array() const in is_array() function
194 is_array() const in is_array() function
284 is_array() const in is_array() function
373 is_array() const in is_array() function
412 is_array() const in is_array() function
/dports/emulators/yuzu/yuzu-0b47f7a46/src/video_core/shader/decode/
H A Dtexture.cpp49 const bool is_array = instr.tex.array != 0; in DecodeTexture() local
63 const bool is_array = instr.tex_b.array != 0; in DecodeTexture() local
74 const bool is_array{instr.texs.IsArrayTexture()}; in DecodeTexture() local
98 const bool is_array = instr.tld4.array != 0; in DecodeTexture() local
167 const bool is_array = instr.txd.is_array != 0; in DecodeTexture() local
270 const bool is_array = instr.tmml.array != 0; in DecodeTexture() local
340 const bool is_array{instr.tlds.IsArrayTexture()}; in DecodeTexture() local
554 const bool is_array = array != nullptr; in GetTextureCode() local
767 const bool is_array{instr.tld.is_array != 0}; in GetTldCode() local
798 Node4 ShaderIR::GetTldsCode(Instruction instr, TextureType texture_type, bool is_array) { in GetTldsCode()
[all …]
/dports/devel/rpclib/rpclib-2.2.1/include/rpc/msgpack/v1/
H A Dcpp_config.hpp74 struct is_array : false_type {}; in MSGPACK_API_VERSION_NAMESPACE() struct
77 struct is_array<T[]> : true_type {}; in MSGPACK_API_VERSION_NAMESPACE() struct
80 struct is_array<T[N]> : true_type {}; in MSGPACK_API_VERSION_NAMESPACE() struct
/dports/devel/cquery/cquery-20180718/third_party/msgpack-c/include/msgpack/v1/
H A Dcpp_config.hpp74 struct is_array : false_type {}; in MSGPACK_API_VERSION_NAMESPACE() struct
77 struct is_array<T[]> : true_type {}; in MSGPACK_API_VERSION_NAMESPACE() struct
80 struct is_array<T[N]> : true_type {}; in MSGPACK_API_VERSION_NAMESPACE() struct
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/shared/c1/
H A DmodRefBarrierSetC1.cpp37 bool is_array = (decorators & IS_ARRAY) != 0; in store_at_resolved() local
90 bool is_array = (decorators & IS_ARRAY) != 0; in resolve_address() local
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/gc/shared/c1/
H A DmodRefBarrierSetC1.cpp37 bool is_array = (decorators & IS_ARRAY) != 0; in store_at_resolved() local
90 bool is_array = (decorators & IS_ARRAY) != 0; in resolve_address() local
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/shared/c1/
H A DmodRefBarrierSetC1.cpp37 bool is_array = (decorators & IS_ARRAY) != 0; in store_at_resolved() local
90 bool is_array = (decorators & IS_ARRAY) != 0; in resolve_address() local
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/gc/shared/c1/
H A DmodRefBarrierSetC1.cpp37 bool is_array = (decorators & IS_ARRAY) != 0; in store_at_resolved() local
90 bool is_array = (decorators & IS_ARRAY) != 0; in resolve_address() local
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/gc/shared/c1/
H A DmodRefBarrierSetC1.cpp37 bool is_array = (decorators & IS_ARRAY) != 0; in store_at_resolved() local
90 bool is_array = (decorators & IS_ARRAY) != 0; in resolve_address() local
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/gc/shared/c1/
H A DmodRefBarrierSetC1.cpp37 bool is_array = (decorators & IS_ARRAY) != 0; in store_at_resolved() local
90 bool is_array = (decorators & IS_ARRAY) != 0; in resolve_address() local
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/gc/shared/c1/
H A DmodRefBarrierSetC1.cpp37 bool is_array = (decorators & IS_ARRAY) != 0; in store_at_resolved() local
90 bool is_array = (decorators & IS_ARRAY) != 0; in resolve_address() local
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/gc/shared/c1/
H A DmodRefBarrierSetC1.cpp37 bool is_array = (decorators & IS_ARRAY) != 0; in store_at_resolved() local
90 bool is_array = (decorators & IS_ARRAY) != 0; in resolve_address() local
/dports/www/firefox/firefox-99.0/third_party/msgpack/include/msgpack/v1/
H A Dcpp_config.hpp74 struct is_array : false_type {}; in MSGPACK_API_VERSION_NAMESPACE() struct
77 struct is_array<T[]> : true_type {}; in MSGPACK_API_VERSION_NAMESPACE() struct
80 struct is_array<T[N]> : true_type {}; in MSGPACK_API_VERSION_NAMESPACE() struct
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/msgpack/include/msgpack/v1/
H A Dcpp_config.hpp74 struct is_array : false_type {}; in MSGPACK_API_VERSION_NAMESPACE() struct
77 struct is_array<T[]> : true_type {}; in MSGPACK_API_VERSION_NAMESPACE() struct
80 struct is_array<T[N]> : true_type {}; in MSGPACK_API_VERSION_NAMESPACE() struct
/dports/www/firefox-esr/firefox-91.8.0/third_party/msgpack/include/msgpack/v1/
H A Dcpp_config.hpp74 struct is_array : false_type {}; in MSGPACK_API_VERSION_NAMESPACE() struct
77 struct is_array<T[]> : true_type {}; in MSGPACK_API_VERSION_NAMESPACE() struct
80 struct is_array<T[N]> : true_type {}; in MSGPACK_API_VERSION_NAMESPACE() struct
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/msgpack/include/msgpack/v1/
H A Dcpp_config.hpp74 struct is_array : false_type {}; in MSGPACK_API_VERSION_NAMESPACE() struct
77 struct is_array<T[]> : true_type {}; in MSGPACK_API_VERSION_NAMESPACE() struct
80 struct is_array<T[N]> : true_type {}; in MSGPACK_API_VERSION_NAMESPACE() struct
/dports/devel/msgpack/msgpack-c-cpp-3.3.0/include/msgpack/v1/
H A Dcpp_config.hpp74 struct is_array : false_type {}; in MSGPACK_API_VERSION_NAMESPACE() struct
77 struct is_array<T[]> : true_type {}; in MSGPACK_API_VERSION_NAMESPACE() struct
80 struct is_array<T[N]> : true_type {}; in MSGPACK_API_VERSION_NAMESPACE() struct
/dports/devel/boost-docs/boost_1_72_0/boost/type_traits/
H A Dis_array.hpp23 template <class T> struct is_array : public integral_constant<bool, __is_array(T)> {}; struct
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/testsuite/20_util/is_array/requirements/
H A Dexplicit_instantiation.cc27 template struct is_array<test_type>; variable
/dports/lang/gcc8/gcc-8.5.0/libstdc++-v3/testsuite/20_util/is_array/requirements/
H A Dexplicit_instantiation.cc27 template struct is_array<test_type>; variable

12345678910>>...96