Home
last modified time | relevance | path

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

/external/skia/src/sksl/ir/
DSkSLLiteral.h54 static std::unique_ptr<Literal> MakeInt(const Context& context, Position pos, SKSL_INT value) { in MakeInt() function
59 static std::unique_ptr<Literal> MakeInt(Position pos, SKSL_INT value, const Type* type) { in MakeInt() function
/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/framework/
Dop_def_library_pybind.cc114 inline int MakeInt(const py::handle& value) { in MakeInt() function
/external/tensorflow/tensorflow/python/eager/
Dpywrap_tfe_src.cc1134 static int64_t MakeInt(PyObject* integer) { in MakeInt() function