Home
last modified time | relevance | path

Searched refs:binop (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/parser/
Dunparse.py108 self.write(" "+self.binop[t.op.__class__.__name__]+"= ")
440 binop = { "Add":"+", "Sub":"-", "Mult":"*", "Div":"/", "Mod":"%", variable in Unparser
446 self.write(" " + self.binop[t.op.__class__.__name__] + " ")
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel1CommandsLib/
DUefiShellLevel1CommandsLib.uni306 " expr := item binop item | boolfunc(string)\r\n"
310 " binop := gt | lt | eq | ne | ge | le | == | ugt | ult |\r\n"
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dcompile.c2227 binop(struct compiler *c, operator_ty op) in binop() function
2993 ADDOP(c, binop(c, e->v.BinOp.op)); in compiler_visit_expr()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dcompile.c2247 binop(struct compiler *c, operator_ty op) in binop() function
3013 ADDOP(c, binop(c, e->v.BinOp.op)); in compiler_visit_expr()