Lines Matching full:operation
5 // operation ::= `math.absf` $operand (`fastmath` ``
8 // operation ::= `math.atan` $operand (`fastmath` ``
11 // operation ::= `math.cbrt` $operand (`fastmath` ``
14 // operation ::= `math.ceil` $operand (`fastmath` ``
17 // operation ::= `math.cos` $operand (`fastmath` ``
20 // operation ::= `math.erf` $operand (`fastmath` ``
23 // operation ::= `math.exp` $operand (`fastmath` ``
26 // operation ::= `math.exp2` $operand (`fastmath` ``
29 // operation ::= `math.expm1` $operand (`fastmath` ``
32 // operation ::= `math.floor` $operand (`fastmath` ``
35 // operation ::= `math.log` $operand (`fastmath` ``
38 // operation ::= `math.log10` $operand (`fastmath` ``
41 // operation ::= `math.log1p` $operand (`fastmath` ``
44 // operation ::= `math.log2` $operand (`fastmath` ``
47 // operation ::= `math.round` $operand (`fastmath` ``
50 // operation ::= `math.roundeven` $operand (`fastmath` ``
53 // operation ::= `math.rsqrt` $operand (`fastmath` ``
56 // operation ::= `math.sin` $operand (`fastmath` ``
59 // operation ::= `math.sqrt` $operand (`fastmath` ``
62 // operation ::= `math.tan` $operand (`fastmath` ``
65 // operation ::= `math.tanh` $operand (`fastmath` ``
68 // operation ::= `math.trunc` $operand (`fastmath` ``
83 // operation ::= `math.absi` $operand attr-dict `:`
84 // type($result) operation ::= `math.ctlz` $operand attr-dict
85 // `:` type($result) operation ::= `math.cttz` $operand
86 // attr-dict `:` type($result) operation ::= `math.ctpop`
94 // operation ::= `math.atan2` $lhs `,` $rhs (`fastmath` ``
97 // operation ::= `math.copysign` $lhs `,` $rhs (`fastmath` ``
100 // operation ::= `math.fpowi` $lhs `,` $rhs (`fastmath` ``
103 // operation ::= `math.powf` $lhs `,` $rhs (`fastmath` ``
114 // operation ::= `math.ipowi` $lhs `,` $rhs attr-dict `:`
121 // operation ::= `math.fma` $a `,` $b `,` $c (`fastmath` ``