Searched refs:is_neg (Results 1 – 5 of 5) sorted by relevance
144 inline Duration MakeDurationFromU128(uint128 u128, bool is_neg) { in MakeDurationFromU128() argument161 if (is_neg && h64 == kMaxRepHi64 && l64 == 0) { in MakeDurationFromU128()165 return is_neg ? -InfiniteDuration() : InfiniteDuration(); in MakeDurationFromU128()173 if (is_neg) { in MakeDurationFromU128()240 const bool is_neg = (time_internal::GetRepHi(d) < 0) != (r < 0); in ScaleFixed() local241 return MakeDurationFromU128(q, is_neg); in ScaleFixed()449 const bool is_neg = (r < 0) != (rep_hi_ < 0); in operator *=() local450 return *this = is_neg ? -InfiniteDuration() : InfiniteDuration(); in operator *=()457 const bool is_neg = (std::signbit(r) != 0) != (rep_hi_ < 0); in operator *=() local458 return *this = is_neg ? -InfiniteDuration() : InfiniteDuration(); in operator *=()[all …]
83 my $neg = $a->is_neg() ? !$b->is_neg() : $b->is_neg();
731 int is_neg; in ossl_ec_wNAF_mul() local734 is_neg = digit < 0; in ossl_ec_wNAF_mul()736 if (is_neg) in ossl_ec_wNAF_mul()739 if (is_neg != r_is_inverted) { in ossl_ec_wNAF_mul()
149 nir_ssa_def *is_neg = nir_flt(b, det, zero); in face_culling() local150 nir_ssa_def *cull = nir_ixor(b, is_neg, config); in face_culling()
266 bool is_neg() { return label & label_neg; } in is_neg() function1348 if (info.is_neg() && instr->opcode == aco_opcode::v_add_f32 && mod_bitsize_compat) { in label_instruction()1351 } else if (info.is_neg() && instr->opcode == aco_opcode::v_add_f16 && mod_bitsize_compat) { in label_instruction()1354 } else if (info.is_neg() && can_use_mod && mod_bitsize_compat && in label_instruction()3880 bool is_neg = ctx.info[instr->definitions[0].tempId()].is_neg(); in combine_instruction() local3900 new_mul.neg[0] ^= is_neg; in combine_instruction()