Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/glsl/tests/
Dsexps.py32 def check_sexp(sexp): argument
45 def parse_sexp(sexp): argument
69 def sexp_to_string(sexp): argument
88 def sort_decls(sexp): argument
Dlower_jump_cases.py36 def make_declarations(sexp, already_declared = ()): argument
/third_party/icu/icu4j/samples/src/com/ibm/icu/samples/iuc/
DSupplementalUtilities.java39 int sexp = exp - 50; // signed exponent in ldml2d() local
/third_party/mindspore/tests/ut/cpp/utils/
Dbaseref_test.cc49 void func(const BaseRef& sexp) { in func()
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/common/
Dhelper.cc646 ValueNodePtr CreateValueNodeWithSexp(const BaseRef &sexp) { in CreateValueNodeWithSexp()
675 VarNodePtr CreateVarNodeWithSexp(const BaseRef &sexp, const BaseRef &graph) { in CreateVarNodeWithSexp()
688 AnfNodePtr HandleSexpVector(const BaseRef &sexp, const BaseRef &graph, PrimitiveVarMap *primitive_v… in HandleSexpVector()
805 AnfNodePtr SexpToNode(const BaseRef &sexp, const BaseRef &graph, PrimitiveVarMap *primitive_vars, b… in SexpToNode()
/third_party/mindspore/mindspore/lite/tools/optimizer/common/
Dgllo_utils.cc176 ValueNodePtr CreateValueNodeWithSexp(const BaseRef &sexp) { in CreateValueNodeWithSexp()
202 VarNodePtr CreateVarNodeWithSexp(const BaseRef &sexp, const BaseRef &graph) { in CreateVarNodeWithSexp()
215 AnfNodePtr HandleSexpVector(const BaseRef &sexp, const BaseRef &graph, PrimitiveVarMap *primitive_v… in HandleSexpVector()
441 AnfNodePtr SexpToNode(const BaseRef &sexp, const BaseRef &graph, PrimitiveVarMap *primitive_vars, b… in SexpToNode()