Home
last modified time | relevance | path

Searched defs:Feature (Results 1 – 25 of 89) sorted by relevance

1234

/external/llvm/lib/MC/
DSubtargetFeature.cpp32 static inline bool hasFlag(StringRef Feature) { in hasFlag()
42 static inline std::string StripFlag(StringRef Feature) { in StripFlag()
48 static inline bool isEnabled(StringRef Feature) { in isEnabled()
109 for (auto &Feature : FeatTable) in Help() local
166 SubtargetFeatures::ToggleFeature(FeatureBitset &Bits, StringRef Feature, in ToggleFeature()
191 void SubtargetFeatures::ApplyFeatureFlag(FeatureBitset &Bits, StringRef Feature, in ApplyFeatureFlag()
266 for (auto &Feature : Features) { in getFeatureBits() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DSubtargetFeature.cpp36 static inline bool hasFlag(StringRef Feature) { in hasFlag()
45 static inline std::string StripFlag(StringRef Feature) { in StripFlag()
50 static inline bool isEnabled(StringRef Feature) { in isEnabled()
107 for (auto &Feature : FeatTable) in Help() local
154 SubtargetFeatures::ToggleFeature(FeatureBitset &Bits, StringRef Feature, in ToggleFeature()
177 void SubtargetFeatures::ApplyFeatureFlag(FeatureBitset &Bits, StringRef Feature, in ApplyFeatureFlag()
243 for (const std::string &Feature : Features) { in getFeatureBits() local
/external/syzkaller/pkg/host/
Dhost.go51 type Feature struct { struct
52 Name string
53 Enabled bool
54 Reason string
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidation_state.h65 struct Feature { struct
66 bool declare_int16_type = false; // Allow OpTypeInt with 16 bit width?
67 bool declare_float16_type = false; // Allow OpTypeFloat with 16 bit width?
68 bool free_fp_rounding_mode = false; // Allow the FPRoundingMode decoration
73 bool variable_pointers = false;
76 bool variable_pointers_storage_buffer = false;
79 bool group_ops_reduce_and_scans = false;
82 bool bans_op_undef = false;
85 bool declare_int8_type = false;
89 bool env_relaxed_block_layout = false;
[all …]
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidation_state.h66 struct Feature { struct
67 bool declare_int16_type = false; // Allow OpTypeInt with 16 bit width?
68 bool declare_float16_type = false; // Allow OpTypeFloat with 16 bit width?
69 bool free_fp_rounding_mode = false; // Allow the FPRoundingMode decoration
74 bool variable_pointers = false;
77 bool variable_pointers_storage_buffer = false;
80 bool group_ops_reduce_and_scans = false;
83 bool bans_op_undef = false;
86 bool declare_int8_type = false;
90 bool env_relaxed_block_layout = false;
[all …]
/external/epid-sdk/ext/ipp/sources/ippcp/
Dcpinit.c89 int cpGetFeature( Ipp64u Feature ) in cpGetFeature()
98 int k0_cpGetFeature( Ipp64u Feature ){ in k0_cpGetFeature()
101 int n0_cpGetFeature( Ipp64u Feature ){ in n0_cpGetFeature()
104 int l9_cpGetFeature( Ipp64u Feature ){ in l9_cpGetFeature()
107 int e9_cpGetFeature( Ipp64u Feature ){ in e9_cpGetFeature()
110 int y8_cpGetFeature( Ipp64u Feature ){ in y8_cpGetFeature()
114 int h9_cpGetFeature( Ipp64u Feature ){ in h9_cpGetFeature()
117 int g9_cpGetFeature( Ipp64u Feature ){ in g9_cpGetFeature()
120 int p8_cpGetFeature( Ipp64u Feature ){ in p8_cpGetFeature()
/external/libchrome/base/
Dfeature_list.h35 struct BASE_EXPORT Feature { struct
43 const FeatureState default_state; argument
48 // not, via a DcheckIsFatal feature. We define the Feature here since it is argument
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
DFeature.java13 class Feature extends TaggedRecord class
19 public Feature(String theFeatureTag) in Feature() method in Feature
/external/swiftshader/third_party/LLVM/lib/MC/
DSubtargetFeature.cpp30 static inline bool hasFlag(const StringRef Feature) { in hasFlag()
40 static inline std::string StripFlag(const StringRef Feature) { in StripFlag()
46 static inline bool isEnabled(const StringRef Feature) { in isEnabled()
56 static inline std::string PrependFlag(const StringRef Feature, in PrependFlag()
230 SubtargetFeatures::ToggleFeature(uint64_t Bits, const StringRef Feature, in ToggleFeature()
308 const StringRef Feature = Features[i]; in getFeatureBits() local
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/zip/
DUnsupportedZipFeatureException.java95 public static class Feature implements java.io.Serializable { class in UnsupportedZipFeatureException
125 private Feature(final String name) { in Feature() method in UnsupportedZipFeatureException.Feature
/external/grpc-grpc/examples/cpp/route_guide/
Dhelper.h26 class Feature; variable
/external/guava/guava-testlib/src/com/google/common/collect/testing/features/
DFeature.java30 public interface Feature<T> { interface
/external/grpc-grpc/examples/ruby/lib/
Droute_guide_pb.rb34 Feature = Google::Protobuf::DescriptorPool.generated_pool.lookup("routeguide.Feature").msgclass constant
/external/tensorflow/tensorflow/core/kernels/
Dsparse_cross_op.cc78 int64 SparseTensorColumn<int64>::Feature(int64 batch, int64 n) const { in Feature() function in tensorflow::__anon9a95f3020111::SparseTensorColumn
87 string SparseTensorColumn<string>::Feature(int64 batch, int64 n) const { in Feature() function in tensorflow::__anon9a95f3020111::SparseTensorColumn
95 StringPiece SparseTensorColumn<StringPiece>::Feature(int64 batch, in Feature() function in tensorflow::__anon9a95f3020111::SparseTensorColumn
119 int64 DenseTensorColumn<int64>::Feature(int64 batch, int64 n) const { in Feature() function in tensorflow::__anon9a95f3020111::DenseTensorColumn
127 string DenseTensorColumn<string>::Feature(int64 batch, int64 n) const { in Feature() function in tensorflow::__anon9a95f3020111::DenseTensorColumn
133 StringPiece DenseTensorColumn<StringPiece>::Feature(int64 batch, in Feature() function in tensorflow::__anon9a95f3020111::DenseTensorColumn
/external/tensorflow/tensorflow/contrib/layers/kernels/
Dsparse_feature_cross_kernel.cc78 int64 SparseTensorColumn<int64>::Feature(int64 batch, int64 n) const { in Feature() function in tensorflow::__anon2da671160111::SparseTensorColumn
87 string SparseTensorColumn<string>::Feature(int64 batch, int64 n) const { in Feature() function in tensorflow::__anon2da671160111::SparseTensorColumn
95 StringPiece SparseTensorColumn<StringPiece>::Feature(int64 batch, in Feature() function in tensorflow::__anon2da671160111::SparseTensorColumn
119 int64 DenseTensorColumn<int64>::Feature(int64 batch, int64 n) const { in Feature() function in tensorflow::__anon2da671160111::DenseTensorColumn
127 string DenseTensorColumn<string>::Feature(int64 batch, int64 n) const { in Feature() function in tensorflow::__anon2da671160111::DenseTensorColumn
133 StringPiece DenseTensorColumn<StringPiece>::Feature(int64 batch, in Feature() function in tensorflow::__anon2da671160111::DenseTensorColumn
/external/libpng/contrib/arm-neon/
Dlinux.c39 StartLine, Feature, Colon, StartTag, Neon, HaveNeon, SkipTag, SkipLine in png_have_neon() enumerator
/external/tensorflow/tensorflow/core/example/
Dfeature.proto76 message Feature { message
/external/grpc-grpc/examples/python/route_guide/
Droute_guide_pb2.py256 Feature = _reflection.GeneratedProtocolMessageType('Feature', (_message.Message,), dict( variable
/external/grpc-grpc/examples/python/multiplex/
Droute_guide_pb2.py256 Feature = _reflection.GeneratedProtocolMessageType('Feature', (_message.Message,), dict( variable
/external/fonttools/Lib/fontTools/ttLib/tables/
DF__e_a_t.py112 class Feature(object): class
/external/vixl/src/
Dcpu-features.h166 enum Feature { enum
/external/grpc-grpc/examples/protos/
Droute_guide.proto77 message Feature { message
/external/grpc-grpc-java/examples/src/main/proto/
Droute_guide.proto76 message Feature { message
/external/grpc-grpc-java/examples/android/routeguide/app/src/main/proto/
Droute_guide.proto76 message Feature { message
/external/grpc-grpc/examples/csharp/RouteGuide/RouteGuide/
DRouteGuide.cs404 public sealed partial class Feature : pb::IMessage<Feature> { class
421 public Feature() { in Feature() method in Routeguide.Feature
428 public Feature(Feature other) : this() { in Feature() method in Routeguide.Feature

1234