Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/sksl/ir/
H A 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
/aosp_15_r20/external/starlark-go/starlark/
H A Dint.go25 func MakeInt(x int) Int { return MakeInt64(int64(x)) } func
/aosp_15_r20/external/clang/include/clang/AST/
H A DAPValue.h404 void MakeInt() { in MakeInt() function
/aosp_15_r20/external/tensorflow/tensorflow/python/framework/
H A Dop_def_library_pybind.cc114 inline int MakeInt(const py::handle& value) { in MakeInt() function
/aosp_15_r20/frameworks/base/tools/aapt2/
H A DResourceUtils.cpp567 std::unique_ptr<BinaryPrimitive> MakeInt(uint32_t val) { in MakeInt() function
/aosp_15_r20/external/tensorflow/tensorflow/python/eager/
H A Dpywrap_tfe_src.cc1134 static int64_t MakeInt(PyObject* integer) { in MakeInt() function