Searched defs:sexp (Results 1 – 6 of 6) sorted by relevance
/third_party/mesa3d/src/compiler/glsl/tests/ |
D | sexps.py | 32 def check_sexp(sexp): argument 45 def parse_sexp(sexp): argument 69 def sexp_to_string(sexp): argument 88 def sort_decls(sexp): argument
|
D | lower_jump_cases.py | 36 def make_declarations(sexp, already_declared = ()): argument
|
/third_party/icu/icu4j/samples/src/com/ibm/icu/samples/iuc/ |
D | SupplementalUtilities.java | 39 int sexp = exp - 50; // signed exponent in ldml2d() local
|
/third_party/mindspore/tests/ut/cpp/utils/ |
D | baseref_test.cc | 49 void func(const BaseRef& sexp) { in func()
|
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/common/ |
D | helper.cc | 646 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/ |
D | gllo_utils.cc | 176 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()
|