Home
last modified time | relevance | path

Searched defs:GetInt64 (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/flang/runtime/
Dtransformational.cpp17 static inline std::int64_t GetInt64(const char *p, std::size_t bytes) { in GetInt64() function
/external/flatbuffers/go/
Dencode.go94 func GetInt64(buf []byte) (n int64) { func
Dtable.go113 func (t *Table) GetInt64(off UOffsetT) int64 { func
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dtiled_dot_emitter.cc737 llvm::Value* GetInt64(int64 value) { return b_->getInt64(value); } in GetInt64() function in xla::cpu::__anon47412fb60111::TiledSmallGemmEmitter