Searched refs:is_zero (Results 1 – 6 of 6) sorted by relevance
941 is_zero--;942 is_zero &= is_zero << 32;943 is_zero &= is_zero << 16;944 is_zero &= is_zero << 8;945 is_zero &= is_zero << 4;946 is_zero &= is_zero << 2;947 is_zero &= is_zero << 1;948 is_zero = 0 - (is_zero >> 63);962 is_zero |= is_p;964 result = is_zero;[all …]
814 limb is_zero, is_p;844 is_zero = 0;845 is_zero |= ftmp[0];846 is_zero |= ftmp[1];847 is_zero |= ftmp[2];848 is_zero |= ftmp[3];849 is_zero |= ftmp[4];855 is_zero--;860 is_zero = 0 - (is_zero >> 63);875 is_zero |= is_p;[all …]
189 static BN_ULONG is_zero(BN_ULONG in) in is_zero() function213 return is_zero(res); in is_equal()235 res = is_zero(res); in is_one()343 in1infty = is_zero(in1infty); in ecp_nistz256_point_add()344 in2infty = is_zero(in2infty); in ecp_nistz256_point_add()446 in1infty = is_zero(in1infty); in ecp_nistz256_point_add_affine()447 in2infty = is_zero(in2infty); in ecp_nistz256_point_add_affine()1253 infty = 0 - is_zero(infty); in ecp_nistz256_points_mul()
1143 bool is_zero = Bit32(opcode, 24) == 0; in EmulateCBZ() local1151 if (m_ignore_conditions || ((operand == 0) == is_zero)) { in EmulateCBZ()
368 struct is_zero { struct376 inline is_zero m_Zero() { in m_Zero() argument377 return is_zero(); in m_Zero()
3029 const Matcher<int> is_zero = Eq(0); in TEST() local3030 EXPECT_TRUE(Value(0, is_zero)); in TEST()3031 EXPECT_FALSE(Value('a', is_zero)); in TEST()3055 const Matcher<const double&> is_zero = Eq(0); in TEST() local3057 EXPECT_FALSE(ExplainMatchResult(is_zero, 1.5, &listener2)); in TEST()