Home
last modified time | relevance | path

Searched defs:AsInt (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/python/tpu_driver/
Devent_id.h54 uint64_t AsInt() const { return client_id << 44 | operation_id; } in AsInt() function
/external/clang/test/CXX/temp/temp.decls/temp.mem/
Dp5.cpp47 int AsInt() { in AsInt() function in Foo
/external/starlark-go/starlark/
Dint.go353 func AsInt(x Value, ptr interface{}) error { func
/external/armnn/include/armnn/
DBackendOptions.hpp115 int AsInt() const { assert(IsInt()); return m_Vals.i; } in AsInt() function in armnn::BackendOptions::Var
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
DAsmParser.cpp3153 APInt AsInt; in parseDirectiveRealValue() local
4785 APInt AsInt; in parseDirectiveRealDCB() local
/external/llvm/lib/MC/MCParser/
DAsmParser.cpp2782 APInt AsInt = Value.bitcastToAPInt(); in parseDirectiveRealValue() local
/external/clang/lib/AST/
DExprConstant.cpp8132 APSInt AsInt = Info.Ctx.MakeIntValue(LV.getLValueOffset().getQuantity(), in VisitCastExpr() local