Searched refs:value_to_store (Results 1 – 3 of 3) sorted by relevance
/external/webrtc/webrtc/modules/audio_processing/logging/ |
D | aec_logging.h | 49 int32_t value_to_store = data; \ 50 (void) fwrite(&value_to_store, sizeof(value_to_store), 1, file); \ 56 double value_to_store = data; \ 57 (void) fwrite(&value_to_store, sizeof(value_to_store), 1, file); \
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
D | ir_emitter.h | 380 const ShardedVector& value_to_store,
|
D | ir_emitter.cc | 1645 llvm::Value* store_address, const std::vector<llvm::Value*>& value_to_store, in EmitShardedVectorStore() argument 1647 for (int i = 0; i < value_to_store.size(); i++) { in EmitShardedVectorStore() 1650 llvm::PointerType::getUnqual(value_to_store[i]->getType())); in EmitShardedVectorStore() 1653 AlignedStore(value_to_store[i], store_address_typed, alignment); in EmitShardedVectorStore() 1657 if (i != (value_to_store.size() - 1)) { in EmitShardedVectorStore() 1658 store_address = ConstInBoundsGEP1_32(value_to_store[i]->getType(), in EmitShardedVectorStore()
|