Home
last modified time | relevance | path

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

/third_party/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/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/boost/boost/polygon/detail/
Dvoronoi_ctypes.hpp105 bool is_neg() const { in is_neg() function in boost::polygon::detail::extended_exponent_fpt
216 bool is_neg(const extended_exponent_fpt<_fpt>& that) { in is_neg() function
313 bool is_neg() const { in is_neg() function in boost::polygon::detail::extended_int
588 bool is_neg(const extended_int<N>& that) { in is_neg() function
Dvoronoi_robust_fpt.hpp70 bool is_neg(const T& that) { in is_neg() function
232 bool is_neg(const robust_fpt<T>& that) { in is_neg() function
/third_party/boost/boost/numeric/interval/detail/
Dtest_input.hpp24 bool is_neg (T const &v) { return v < static_cast<T>(0); } in is_neg() function
/third_party/boost/boost/multiprecision/detail/
Dfloat_string_cvt.hpp204 bool is_neg = false; in convert_from_string() local
Dgeneric_interconvert.hpp44 bool is_neg = eval_get_sign(t) < 0; in generic_interconvert() local
92 bool is_neg = eval_get_sign(t) < 0; in generic_interconvert() local
/third_party/boost/boost/date_time/
Dtime_parsing.hpp53 bool is_neg = (s.at(0) == '-'); in str_from_delimited_time_duration() local
/third_party/quickjs/
Dlibbf.h459 static inline void bfdec_set_zero(bfdec_t *r, int is_neg) in bfdec_set_zero()
463 static inline void bfdec_set_inf(bfdec_t *r, int is_neg) in bfdec_set_inf()
Dlibbf.c270 void bf_set_zero(bf_t *r, int is_neg) in bf_set_zero()
277 void bf_set_inf(bf_t *r, int is_neg) in bf_set_inf()
2883 int is_neg, radix_bits, exp_is_neg, ret, digits_per_limb, shift; in bf_atof_internal() local
3318 int is_neg; in bf_mul_log2_radix() local
4848 int is_neg; in bf_sincos() local
Dlibregexp.c1219 BOOL greedy, add_zero_advance_check, is_neg, is_backward_lookahead; in re_parse_term() local
Dquickjs.c10036 int int_exp, is_neg; in js_strtod() local
10177 int sep, is_neg; in js_atof2() local
11292 int digit, is_neg; in i64toa() local
/third_party/boost/boost/convert/
Dstrtol.hpp81 bool const is_neg = std::is_signed<Type>::value && in_value < 0; in i_to_str() local
/third_party/boost/boost/math/cstdfloat/
Dcstdfloat_iostream.hpp576 bool is_neg = false; in convert_from_string() local
/third_party/openssl/crypto/ec/
Dec_mult.c722 int is_neg; in ec_wNAF_mul() local
/third_party/curl/lib/
Dmprintf.c613 int is_neg; in dprintf_formatf() local
/third_party/boost/boost/multiprecision/cpp_int/
Dbitwise.hpp650 bool is_neg = result.sign(); in eval_right_shift() local
/third_party/mesa3d/src/amd/compiler/
Daco_optimizer.cpp261 bool is_neg() { return label & label_neg; } in is_neg() function