Lines Matching full:prec
149 // If prec > 0, prec specifies an upper limit for the precision of
152 // BUG(gri) Only prec == 0 is supported at the moment.
153 func MakeFromLiteral(lit string, tok token.Token, prec uint) Value {
154 if prec != 0 {
498 // If prec > 0 it specifies the ^ (xor) result size in bits.
501 func UnaryOp(op token.Token, y Value, prec uint) Value {
541 if prec > 0 {
542 z.AndNot(&z, new(big.Int).Lsh(big.NewInt(-1), prec)) // z &^= (-1)<<prec