Home
last modified time | relevance | path

Searched defs:MakeInt (Results 1 – 3 of 3) sorted by relevance

/external/starlark-go/starlark/
Dint.go25 func MakeInt(x int) Int { return MakeInt64(int64(x)) } func
/external/clang/include/clang/AST/
DAPValue.h404 void MakeInt() { in MakeInt() function
/external/tensorflow/tensorflow/python/eager/
Dpywrap_tfe_src.cc1094 static tensorflow::int64 MakeInt(PyObject* integer) { in MakeInt() function