Lines Matching defs:one
70 CR one = CR.valueOf(1); in testCR() local
81 check_eq(one.min(two),one, "min failed"); in testCR() local
82 check_eq(one.abs(),one, "abs failed 1"); in testCR() local
83 check_eq(one.negate().abs(),one, "abs failed 2"); in testCR() local
88 check_eq(one.negate().add(two), one, "negate failed"); in testCR() local
94 check_eq(one.divide(thirteen).multiply(thirteen), one, in testCR() local
100 check_eq(zero.exp(), one, "exp(0) failed"); in testCR() local
105 check_eq(e.ln(), one, "ln(e) failed"); in testCR() local
115 check_eq(half_pi.sin(), one, "sin(pi/2) failed"); in testCR() local
126 check_eq(asin.execute(one.sin()), one, "asin(sin(1) failed"); in testCR() local
127 check_eq(acos.execute(one.cos()), one, "acos(cos(1) failed"); in testCR() local
128 check_eq(atan.execute(tan.execute(one)), one, "atan(tan(1) failed"); in testCR() local