Home
last modified time | relevance | path

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

12

/external/coreboot/src/vendorcode/cavium/bdk/
Dlame_string.c93 int is_neg = 0; in strtol() local
115 int is_neg = 0; in strtoll() local
/external/grpc-grpc/third_party/upb/upb/lex/
Datoi.c31 bool* is_neg) { in upb_BufToInt64()
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upb/lex/
Datoi.c51 bool* is_neg) { in upb_BufToInt64()
/external/angle/third_party/abseil-cpp/absl/time/
Dduration.cc137 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/
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
/external/rust/android-crates-io/crates/grpcio-sys/grpc/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
/external/cronet/tot/third_party/llvm-libc/src/src/__support/
Dsign.h19 LIBC_INLINE constexpr bool is_neg() const { return is_negative; } in is_neg() function
/external/cronet/stable/third_party/llvm-libc/src/src/__support/
Dsign.h19 LIBC_INLINE constexpr bool is_neg() const { return is_negative; } in is_neg() function
/external/llvm-libc/src/__support/
Dsign.h19 LIBC_INLINE constexpr bool is_neg() const { return is_negative; } in is_neg() function
/external/cronet/stable/third_party/abseil-cpp/absl/time/
Dduration.cc137 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/
Dduration.cc137 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/
Dduration.cc137 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/
DNearestIntegerOperations.h63 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/
DNearestIntegerOperations.h63 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/
DNearestIntegerOperations.h63 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/
Dacosf.c70 svbool_t is_neg = svcmplt (pg, x, 0.0); in SV_NAME_F1() local
Dacos.c77 svbool_t is_neg = svcmplt (pg, x, 0.0); in SV_NAME_D1() local
/external/llvm-libc/test/src/math/smoke/
Dsqrtf128_test.cpp89 bool is_neg = x < 0; in TEST_F() local
/external/arm-optimized-routines/math/aarch64/advsimd/
Dacosf.c96 uint32x4_t is_neg = vcltzq_f32 (x); in V_NAME_F1() local
Dacos.c105 uint64x2_t is_neg = vcltzq_f64 (x); in V_NAME_D1() local
/external/pytorch/aten/src/ATen/templates/
DFunctions.h139 inline bool is_neg(const Tensor& tensor) { in is_neg() function
/external/arm-optimized-routines/math/aarch64/
Dtanpif_3u1.c108 uint32_t is_neg = rounded_x2 & 0x80000000; in arm_math_tanpif() local
Dtanpi_2u5.c123 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/
Dtest_input.hpp24 bool is_neg (T const &v) { return v < static_cast<T>(0); } in is_neg() function
/external/pytorch/aten/src/ATen/native/
DTypeProperties.cpp55 bool is_neg(const Tensor& self) { in is_neg() function

12