/external/vixl/src/ |
D | cpu-features.cc | 51 : features_(0) { in CPUFeatures() 59 all.features_ = (UINT64_C(1) << kNumberOfFeatures) - 1; in All() 69 features_ |= other.features_; in Combine() 76 features_ |= MakeFeatureMask(feature0); in Combine() 77 features_ |= MakeFeatureMask(feature1); in Combine() 78 features_ |= MakeFeatureMask(feature2); in Combine() 79 features_ |= MakeFeatureMask(feature3); in Combine() 83 features_ &= ~other.features_; in Remove() 90 features_ &= ~MakeFeatureMask(feature0); in Remove() 91 features_ &= ~MakeFeatureMask(feature1); in Remove() [all …]
|
D | cpu-features.h | 179 CPUFeatures() : features_(0) {} in CPUFeatures() 261 uint64_t features_;
|
/external/webrtc/webrtc/modules/audio_processing/vad/ |
D | voice_activity_detector.cc | 58 audio_processing_.ExtractFeatures(resampled_ptr, length, &features_); in ProcessChunk() 60 chunkwise_voice_probabilities_.resize(features_.num_frames); in ProcessChunk() 61 chunkwise_rms_.resize(features_.num_frames); in ProcessChunk() 62 std::copy(features_.rms, features_.rms + chunkwise_rms_.size(), in ProcessChunk() 64 if (features_.num_frames > 0) { in ProcessChunk() 65 if (features_.silence) { in ProcessChunk() 78 features_, &chunkwise_voice_probabilities_[0]), in ProcessChunk()
|
D | voice_activity_detector.h | 65 AudioFeatures features_; variable
|
/external/libtextclassifier/lang_id/common/fel/ |
D | feature-descriptors.h | 125 int feature_size() const { return features_.size(); } in feature_size() 128 features_.emplace_back(new FeatureFunctionDescriptor()); in add_feature() 129 return features_.back().get(); in add_feature() 134 return *(features_[i].get()); in feature() 141 std::vector<std::unique_ptr<FeatureFunctionDescriptor>> features_;
|
D | feature-extractor.h | 83 features_.emplace_back(type, value); in add() 87 void clear() { features_.clear(); } in clear() 90 int size() const { return features_.size(); } in size() 93 void reserve(int n) { features_.reserve(n); } in reserve() 96 FeatureType *type(int index) const { return features_[index].type; } in type() 99 FeatureValue value(int index) const { return features_[index].value; } in value() 112 std::vector<Element> features_; variable
|
/external/deqp-deps/SPIRV-Tools/source/val/ |
D | validation_state.cpp | 184 features_.env_relaxed_block_layout = true; 190 features_.bans_op_undef = true; 364 features_.group_ops_reduce_and_scans = true; in RegisterCapability() 367 features_.use_int8_type = true; in RegisterCapability() 368 features_.declare_int8_type = true; in RegisterCapability() 373 features_.declare_int8_type = true; in RegisterCapability() 376 features_.declare_int16_type = true; in RegisterCapability() 380 features_.declare_float16_type = true; in RegisterCapability() 386 features_.declare_int16_type = true; in RegisterCapability() 387 features_.declare_float16_type = true; in RegisterCapability() [all …]
|
D | validation_state.h | 448 return features_.env_relaxed_block_layout || options()->relax_block_layout; in IsRelaxedBlockLayout() 472 const Feature& features() const { return features_; } in features() 665 Feature features_; variable
|
/external/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validation_state.cpp | 185 features_.env_relaxed_block_layout = true; 191 features_.bans_op_undef = true; 365 features_.group_ops_reduce_and_scans = true; in RegisterCapability() 368 features_.use_int8_type = true; in RegisterCapability() 369 features_.declare_int8_type = true; in RegisterCapability() 374 features_.declare_int8_type = true; in RegisterCapability() 377 features_.declare_int16_type = true; in RegisterCapability() 381 features_.declare_float16_type = true; in RegisterCapability() 387 features_.declare_int16_type = true; in RegisterCapability() 388 features_.declare_float16_type = true; in RegisterCapability() [all …]
|
D | validation_state.h | 464 return features_.env_relaxed_block_layout || options()->relax_block_layout; in IsRelaxedBlockLayout() 488 const Feature& features() const { return features_; } in features() 684 Feature features_; variable
|
/external/libtextclassifier/annotator/ |
D | cached-features.cc | 76 cached_features->features_ = std::move(features); in Create() 144 features_->begin() + copy_span.first * NumFeaturesPerToken(), in AppendFeaturesInternal() 145 features_->begin() + copy_span.second * NumFeaturesPerToken()); in AppendFeaturesInternal() 164 (*features_)[i * NumFeaturesPerToken() + j] / TokenSpanSize(bag_span); in AppendBagFeatures()
|
D | cached-features.h | 77 std::unique_ptr<std::vector<float>> features_; variable
|
/external/tensorflow/tensorflow/contrib/tensor_forest/kernels/v4/ |
D | candidate_graph_runner.cc | 61 features_.reset(new Tensor(tensorflow::DT_INT32, TensorShape({feat_size}))); in CandidateGraphRunner() 62 auto feat = features_->flat<int32>(); in CandidateGraphRunner() 89 inputs.emplace_back(kFeaturesName, *features_); in AddExample()
|
D | candidate_graph_runner.h | 67 std::unique_ptr<Tensor> features_; variable
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
D | cpu_compiler.h | 66 const string& features() const { return features_; } in features() 75 const string features_; variable
|
D | cpu_compiler.cc | 122 features_(std::move(features)), in CpuAotCompilationOptions()
|
/external/jsoncpp/src/lib_json/ |
D | json_reader.cpp | 81 lastValue_(), commentsBefore_(), features_(Features::all()), in Reader() 86 lastValue_(), commentsBefore_(), features_(features), collectComments_() { in Reader() 114 if (!features_.allowComments_) { in parse() 135 if (features_.strictRoot_) { in parse() 200 if (features_.allowDroppedNullPlaceholders_) { in readValue() 225 if (features_.allowComments_) { in skipCommentTokens() 423 } else if (tokenName.type_ == tokenNumber && features_.allowNumericKeys_) { in readObject()
|
/external/protobuf/conformance/third_party/jsoncpp/ |
D | jsoncpp.cpp | 276 lastValue_(), commentsBefore_(), features_(Features::all()), in Reader() 281 lastValue_(), commentsBefore_(), features_(features), collectComments_() { in Reader() 309 if (!features_.allowComments_) { in parse() 331 if (features_.strictRoot_) { in parse() 406 if (features_.allowDroppedNullPlaceholders_) { in readValue() 432 if (features_.allowComments_) { in skipCommentTokens() 664 } else if (tokenName.type_ == tokenNumber && features_.allowNumericKeys_) { in readObject() 1216 OurFeatures const features_; member in Json::OurReader 1226 features_(features), collectComments_() { in OurReader() 1233 if (!features_.allowComments_) { in parse() [all …]
|
/external/fonttools/Lib/fontTools/feaLib/ |
D | builder.py | 68 self.features_ = {} # ('latn', 'DEU ', 'smcp') --> [LookupBuilder*] 163 self.features_.setdefault(key, []).append(lookup) 197 in self.features_.items() 216 self.features_ = {(script, lang, feature): lookups 218 in self.features_.items() 550 for key, lookups in sorted(self.features_.items(), key=sortFeatureTag): 708 lookups = self.features_.get((key[0], 'dflt', key[2])) 710 self.features_[key] = lookups[:] 712 self.features_[key] = [] 864 self.features_.setdefault(key, [])
|
D | ast.py | 288 features = builder.features_ 289 builder.features_ = {} 291 for key, value in builder.features_.items(): 293 builder.features_ = features
|
/external/deqp-deps/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/ |
D | jsoncpp.cpp | 261 lastValue_(), commentsBefore_(), features_(Features::all()), in Reader() 266 lastValue_(), commentsBefore_(), features_(features), collectComments_() { in Reader() 294 if (!features_.allowComments_) { in parse() 316 if (features_.strictRoot_) { in parse() 391 if (features_.allowDroppedNullPlaceholders_) { in readValue() 417 if (features_.allowComments_) { in skipCommentTokens() 649 } else if (tokenName.type_ == tokenNumber && features_.allowNumericKeys_) { in readObject() 1236 OurFeatures const features_; member in Json::OurReader 1244 lastValue_(), commentsBefore_(), features_(features), collectComments_() { in OurReader() 1251 if (!features_.allowComments_) { in parse() [all …]
|
/external/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/ |
D | jsoncpp.cpp | 261 lastValue_(), commentsBefore_(), features_(Features::all()), in Reader() 266 lastValue_(), commentsBefore_(), features_(features), collectComments_() { in Reader() 294 if (!features_.allowComments_) { in parse() 316 if (features_.strictRoot_) { in parse() 391 if (features_.allowDroppedNullPlaceholders_) { in readValue() 417 if (features_.allowComments_) { in skipCommentTokens() 649 } else if (tokenName.type_ == tokenNumber && features_.allowNumericKeys_) { in readObject() 1236 OurFeatures const features_; member in Json::OurReader 1244 lastValue_(), commentsBefore_(), features_(features), collectComments_() { in OurReader() 1251 if (!features_.allowComments_) { in parse() [all …]
|
/external/shaderc/spirv-headers/tools/buildHeaders/jsoncpp/dist/ |
D | jsoncpp.cpp | 261 lastValue_(), commentsBefore_(), features_(Features::all()), in Reader() 266 lastValue_(), commentsBefore_(), features_(features), collectComments_() { in Reader() 294 if (!features_.allowComments_) { in parse() 316 if (features_.strictRoot_) { in parse() 391 if (features_.allowDroppedNullPlaceholders_) { in readValue() 417 if (features_.allowComments_) { in skipCommentTokens() 649 } else if (tokenName.type_ == tokenNumber && features_.allowNumericKeys_) { in readObject() 1236 OurFeatures const features_; member in Json::OurReader 1244 lastValue_(), commentsBefore_(), features_(features), collectComments_() { in OurReader() 1251 if (!features_.allowComments_) { in parse() [all …]
|
/external/jsoncpp/include/json/ |
D | reader.h | 240 Features features_; variable
|
/external/v8/src/compiler/ |
D | instruction-selector.h | 372 return features_.Contains(feature); in IsSupported() 744 Features features_; variable
|