Searched refs:is_neg (Results 1 – 8 of 8) sorted by relevance
/third_party/skia/third_party/externals/abseil-cpp/absl/time/ |
D | duration.cc | 144 inline Duration MakeDurationFromU128(uint128 u128, bool is_neg) { in MakeDurationFromU128() argument 161 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() local 241 return MakeDurationFromU128(q, is_neg); in ScaleFixed() 449 const bool is_neg = (r < 0) != (rep_hi_ < 0); in operator *=() local 450 return *this = is_neg ? -InfiniteDuration() : InfiniteDuration(); in operator *=() 457 const bool is_neg = (std::signbit(r) != 0) != (rep_hi_ < 0); in operator *=() local 458 return *this = is_neg ? -InfiniteDuration() : InfiniteDuration(); in operator *=() [all …]
|
/third_party/curl/lib/ |
D | mprintf.c | 326 bool is_neg = FALSE; in parsefmt() local 330 is_neg = TRUE; in parsefmt() 340 if(is_neg) in parsefmt() 694 bool is_neg; /* Decimal integer is negative. */ in formatf() local 768 is_neg = FALSE; in formatf() 774 is_neg = FALSE; in formatf() 779 is_neg = FALSE; in formatf() 785 is_neg = (iptr->val.nums < (mp_intmax_t)0); in formatf() 786 if(is_neg) { in formatf() 832 if(is_neg || (flags & FLAGS_SHOWSIGN) || (flags & FLAGS_SPACE)) in formatf() [all …]
|
/third_party/openssl/test/ |
D | bntests.pl | 83 my $neg = $a->is_neg() ? !$b->is_neg() : $b->is_neg();
|
/third_party/openssl/crypto/ec/ |
D | ec_mult.c | 731 int is_neg; in ossl_ec_wNAF_mul() local 734 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()
|
/third_party/node/deps/openssl/openssl/crypto/ec/ |
D | ec_mult.c | 731 int is_neg; in ossl_ec_wNAF_mul() local 734 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()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_draw_hw_select.c | 149 nir_ssa_def *is_neg = nir_flt(b, det, zero); in face_culling() local 150 nir_ssa_def *cull = nir_ixor(b, is_neg, config); in face_culling()
|
/third_party/mesa3d/src/amd/compiler/ |
D | aco_optimizer.cpp | 266 bool is_neg() { return label & label_neg; } in is_neg() function 1348 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() local 3900 new_mul.neg[0] ^= is_neg; in combine_instruction()
|
/third_party/vixl/src/aarch64/ |
D | logic-aarch64.cc | 6598 SimPRegister is_neg; in FTMaddHelper() local 6601 is_neg, in FTMaddHelper() 6607 mov_merging(vform, cf, is_neg, cfn); in FTMaddHelper()
|