/third_party/abseil-cpp/absl/time/ |
D | duration.cc | 144 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/ |
D | duration.cc | 144 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/ |
D | voronoi_ctypes.hpp | 105 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
|
D | voronoi_robust_fpt.hpp | 70 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/ |
D | test_input.hpp | 24 bool is_neg (T const &v) { return v < static_cast<T>(0); } in is_neg() function
|
/third_party/boost/boost/multiprecision/detail/ |
D | float_string_cvt.hpp | 204 bool is_neg = false; in convert_from_string() local
|
D | generic_interconvert.hpp | 44 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/ |
D | time_parsing.hpp | 53 bool is_neg = (s.at(0) == '-'); in str_from_delimited_time_duration() local
|
/third_party/quickjs/ |
D | libbf.h | 459 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()
|
D | libbf.c | 270 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
|
D | libregexp.c | 1219 BOOL greedy, add_zero_advance_check, is_neg, is_backward_lookahead; in re_parse_term() local
|
D | quickjs.c | 10036 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/ |
D | strtol.hpp | 81 bool const is_neg = std::is_signed<Type>::value && in_value < 0; in i_to_str() local
|
/third_party/boost/boost/math/cstdfloat/ |
D | cstdfloat_iostream.hpp | 576 bool is_neg = false; in convert_from_string() local
|
/third_party/openssl/crypto/ec/ |
D | ec_mult.c | 722 int is_neg; in ec_wNAF_mul() local
|
/third_party/curl/lib/ |
D | mprintf.c | 613 int is_neg; in dprintf_formatf() local
|
/third_party/boost/boost/multiprecision/cpp_int/ |
D | bitwise.hpp | 650 bool is_neg = result.sign(); in eval_right_shift() local
|
/third_party/mesa3d/src/amd/compiler/ |
D | aco_optimizer.cpp | 261 bool is_neg() { return label & label_neg; } in is_neg() function
|