Home
last modified time | relevance | path

Searched defs:is_neg (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/time/
Dduration.cc144 inline Duration MakeDurationFromU128(uint128 u128, bool is_neg) { in MakeDurationFromU128()
240 const bool is_neg = (time_internal::GetRepHi(d) < 0) != (r < 0); in ScaleFixed() local
449 const bool is_neg = (r < 0) != (rep_hi_ < 0); in operator *=() local
457 const bool is_neg = (std::signbit(r) != 0) != (rep_hi_ < 0); in operator *=() local
465 const bool is_neg = (r < 0) != (rep_hi_ < 0); in operator /=() local
473 const bool is_neg = (std::signbit(r) != 0) != (rep_hi_ < 0); in operator /=() local
/third_party/curl/lib/
Dmprintf.c326 bool is_neg = FALSE; in parsefmt() local
694 bool is_neg; /* Decimal integer is negative. */ in formatf() local
/third_party/openssl/crypto/ec/
Dec_mult.c731 int is_neg; in ossl_ec_wNAF_mul() local
/third_party/node/deps/openssl/openssl/crypto/ec/
Dec_mult.c731 int is_neg; in ossl_ec_wNAF_mul() local
/third_party/mesa3d/src/mesa/state_tracker/
Dst_draw_hw_select.c149 nir_ssa_def *is_neg = nir_flt(b, det, zero); in face_culling() local
/third_party/mesa3d/src/amd/compiler/
Daco_optimizer.cpp266 bool is_neg() { return label & label_neg; } in is_neg() function
3880 bool is_neg = ctx.info[instr->definitions[0].tempId()].is_neg(); in combine_instruction() local
/third_party/vixl/src/aarch64/
Dlogic-aarch64.cc6598 SimPRegister is_neg; in FTMaddHelper() local