/external/coreboot/src/vendorcode/cavium/bdk/ |
D | lame_string.c | 93 int is_neg = 0; in strtol() local 115 int is_neg = 0; in strtoll() local
|
/external/grpc-grpc/third_party/upb/upb/lex/ |
D | atoi.c | 31 bool* is_neg) { in upb_BufToInt64()
|
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upb/lex/ |
D | atoi.c | 51 bool* is_neg) { in upb_BufToInt64()
|
/external/angle/third_party/abseil-cpp/absl/time/ |
D | duration.cc | 137 inline Duration MakeDurationFromU128(uint128 u128, bool is_neg) { in MakeDurationFromU128() 234 const bool is_neg = (time_internal::GetRepHi(d) < 0) != (r < 0); in ScaleFixed() local 464 const bool is_neg = (r < 0) != (rep_hi_.Get() < 0); in operator *=() local 472 const bool is_neg = std::signbit(r) != (rep_hi_.Get() < 0); in operator *=() local 480 const bool is_neg = (r < 0) != (rep_hi_.Get() < 0); in operator /=() local 488 const bool is_neg = std::signbit(r) != (rep_hi_.Get() < 0); in operator /=() local
|
/external/openscreen/third_party/abseil/src/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
|
/external/rust/android-crates-io/crates/grpcio-sys/grpc/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
|
/external/cronet/tot/third_party/llvm-libc/src/src/__support/ |
D | sign.h | 19 LIBC_INLINE constexpr bool is_neg() const { return is_negative; } in is_neg() function
|
/external/cronet/stable/third_party/llvm-libc/src/src/__support/ |
D | sign.h | 19 LIBC_INLINE constexpr bool is_neg() const { return is_negative; } in is_neg() function
|
/external/llvm-libc/src/__support/ |
D | sign.h | 19 LIBC_INLINE constexpr bool is_neg() const { return is_negative; } in is_neg() function
|
/external/cronet/stable/third_party/abseil-cpp/absl/time/ |
D | duration.cc | 137 inline Duration MakeDurationFromU128(uint128 u128, bool is_neg) { in MakeDurationFromU128() 233 const bool is_neg = (time_internal::GetRepHi(d) < 0) != (r < 0); in ScaleFixed() local 460 const bool is_neg = (r < 0) != (rep_hi_.Get() < 0); in operator *=() local 468 const bool is_neg = std::signbit(r) != (rep_hi_.Get() < 0); in operator *=() local 476 const bool is_neg = (r < 0) != (rep_hi_.Get() < 0); in operator /=() local 484 const bool is_neg = std::signbit(r) != (rep_hi_.Get() < 0); in operator /=() local
|
/external/abseil-cpp/absl/time/ |
D | duration.cc | 137 inline Duration MakeDurationFromU128(uint128 u128, bool is_neg) { in MakeDurationFromU128() 233 const bool is_neg = (time_internal::GetRepHi(d) < 0) != (r < 0); in ScaleFixed() local 460 const bool is_neg = (r < 0) != (rep_hi_.Get() < 0); in operator *=() local 468 const bool is_neg = std::signbit(r) != (rep_hi_.Get() < 0); in operator *=() local 476 const bool is_neg = (r < 0) != (rep_hi_.Get() < 0); in operator /=() local 484 const bool is_neg = std::signbit(r) != (rep_hi_.Get() < 0); in operator /=() local
|
/external/cronet/tot/third_party/abseil-cpp/absl/time/ |
D | duration.cc | 137 inline Duration MakeDurationFromU128(uint128 u128, bool is_neg) { in MakeDurationFromU128() 233 const bool is_neg = (time_internal::GetRepHi(d) < 0) != (r < 0); in ScaleFixed() local 460 const bool is_neg = (r < 0) != (rep_hi_.Get() < 0); in operator *=() local 468 const bool is_neg = std::signbit(r) != (rep_hi_.Get() < 0); in operator *=() local 476 const bool is_neg = (r < 0) != (rep_hi_.Get() < 0); in operator /=() local 484 const bool is_neg = std::signbit(r) != (rep_hi_.Get() < 0); in operator /=() local
|
/external/cronet/stable/third_party/llvm-libc/src/src/__support/FPUtil/ |
D | NearestIntegerOperations.h | 63 bool is_neg = bits.is_neg(); in ceil() local 166 bool is_neg = bits.is_neg(); in round_using_specific_rounding_mode() local
|
/external/llvm-libc/src/__support/FPUtil/ |
D | NearestIntegerOperations.h | 63 bool is_neg = bits.is_neg(); in ceil() local 166 bool is_neg = bits.is_neg(); in round_using_specific_rounding_mode() local
|
/external/cronet/tot/third_party/llvm-libc/src/src/__support/FPUtil/ |
D | NearestIntegerOperations.h | 63 bool is_neg = bits.is_neg(); in ceil() local 166 bool is_neg = bits.is_neg(); in round_using_specific_rounding_mode() local
|
/external/arm-optimized-routines/math/aarch64/sve/ |
D | acosf.c | 70 svbool_t is_neg = svcmplt (pg, x, 0.0); in SV_NAME_F1() local
|
D | acos.c | 77 svbool_t is_neg = svcmplt (pg, x, 0.0); in SV_NAME_D1() local
|
/external/llvm-libc/test/src/math/smoke/ |
D | sqrtf128_test.cpp | 89 bool is_neg = x < 0; in TEST_F() local
|
/external/arm-optimized-routines/math/aarch64/advsimd/ |
D | acosf.c | 96 uint32x4_t is_neg = vcltzq_f32 (x); in V_NAME_F1() local
|
D | acos.c | 105 uint64x2_t is_neg = vcltzq_f64 (x); in V_NAME_D1() local
|
/external/pytorch/aten/src/ATen/templates/ |
D | Functions.h | 139 inline bool is_neg(const Tensor& tensor) { in is_neg() function
|
/external/arm-optimized-routines/math/aarch64/ |
D | tanpif_3u1.c | 108 uint32_t is_neg = rounded_x2 & 0x80000000; in arm_math_tanpif() local
|
D | tanpi_2u5.c | 123 uint64_t is_neg = rounded_x2 & SIGN_MASK; in arm_math_tanpi() local
|
/external/sdv/vsomeip/third_party/boost/numeric/interval/include/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
|
/external/pytorch/aten/src/ATen/native/ |
D | TypeProperties.cpp | 55 bool is_neg(const Tensor& self) { in is_neg() function
|