Home
last modified time | relevance | path

Searched defs:is_negative (Results 1 – 25 of 132) sorted by relevance

123456

/external/pytorch/c10/util/
DTypeSafeSignMath.h19 inline constexpr bool is_negative( in is_negative() function
27 inline constexpr bool is_negative(const T& x, std::false_type /*is_unsigned*/) { in is_negative() function
37 inline constexpr bool is_negative(const T& x) { in is_negative() function
/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/karma/numeric/detail/
Dnumeric_utils.hpp167 struct is_negative struct
169 static bool call(T n) in call()
176 struct is_negative<float> struct
178 static bool call(float n) in call()
185 struct is_negative<double> struct
187 static bool call(double n) in call()
194 struct is_negative<long double> struct
196 static bool call(long double n) in call()
/external/cronet/tot/third_party/libc++/src/test/std/algorithms/alg.modifying.operations/alg.partitions/
Dranges_partition_copy.pass.cpp193 auto is_negative = [](int x) { return x < 0; }; in test_iterators_in_sent_out1_out2() local
233 auto is_negative = [](int x) { return x < 0; }; in test() local
272 auto is_negative = [](int x) { return x < 0; }; in test() local
Dranges_partition.pass.cpp150 auto is_negative = [](int x) { return x < 0; }; in test_iterators_2() local
174 auto is_negative = [](int x) { return x < 0; }; in test() local
Dranges_stable_partition.pass.cpp154 auto is_negative = [](int x) { return x < 0; }; in test_iterators_2() local
210 auto is_negative = [](int x) { return x < 0; }; in test() local
/external/cronet/stable/third_party/libc++/src/test/std/algorithms/alg.modifying.operations/alg.partitions/
Dranges_partition_copy.pass.cpp193 auto is_negative = [](int x) { return x < 0; }; in test_iterators_in_sent_out1_out2() local
233 auto is_negative = [](int x) { return x < 0; }; in test() local
272 auto is_negative = [](int x) { return x < 0; }; in test() local
Dranges_partition.pass.cpp150 auto is_negative = [](int x) { return x < 0; }; in test_iterators_2() local
174 auto is_negative = [](int x) { return x < 0; }; in test() local
Dranges_stable_partition.pass.cpp154 auto is_negative = [](int x) { return x < 0; }; in test_iterators_2() local
210 auto is_negative = [](int x) { return x < 0; }; in test() local
/external/cronet/stable/third_party/apache-portable-runtime/src/strings/
Dapr_snprintf.c331 register int *is_negative, char *buf_end, in conv_10()
374 register int *is_negative, char *buf_end, in conv_10_quad()
429 int is_negative; in conv_in_addr() local
450 int is_negative; in conv_apr_sockaddr() local
494 int is_negative; in conv_os_thread_t() local
518 boolean_e add_dp, int precision, int *is_negative, in conv_fp()
665 int is_negative; in conv_os_thread_t_hex() local
725 int is_negative; in apr_vformatter() local
/external/cronet/tot/third_party/apache-portable-runtime/src/strings/
Dapr_snprintf.c331 register int *is_negative, char *buf_end, in conv_10()
374 register int *is_negative, char *buf_end, in conv_10_quad()
429 int is_negative; in conv_in_addr() local
450 int is_negative; in conv_apr_sockaddr() local
494 int is_negative; in conv_os_thread_t() local
518 boolean_e add_dp, int precision, int *is_negative, in conv_fp()
665 int is_negative; in conv_os_thread_t_hex() local
725 int is_negative; in apr_vformatter() local
/external/rust/android-crates-io/crates/num-traits/src/
Dsign.rs41 fn is_negative(&self) -> bool; in is_negative() method
102 fn is_negative(&self) -> bool { in is_negative() function
/external/rust/android-crates-io/crates/ring/crypto/fipsmodule/ec/
Decp_nistz.h249 static inline void booth_recode(crypto_word_t *is_negative, crypto_word_t *digit, in booth_recode()
/external/cronet/tot/third_party/boringssl/src/crypto/bn_extra/
Dbn_asn1.cc23 int is_negative; in BN_parse_asn1_unsigned() local
/external/cronet/stable/third_party/boringssl/src/crypto/bn_extra/
Dbn_asn1.cc23 int is_negative; in BN_parse_asn1_unsigned() local
/external/boringssl/src/crypto/bn_extra/
Dbn_asn1.cc23 int is_negative; in BN_parse_asn1_unsigned() local
/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/bn_extra/
Dbn_asn1.c23 int is_negative; in BN_parse_asn1_unsigned() local
/external/pytorch/aten/src/ATen/native/vulkan/api/
DUtils.h68 static inline constexpr bool is_negative( in is_negative() function
78 static inline constexpr bool is_negative( in is_negative() function
88 inline constexpr bool is_negative(const T& x) { in is_negative() function
/external/sdv/vsomeip/third_party/boost/icl/include/boost/icl/
Dfunctors.hpp383 struct is_negative struct
385 typedef is_negative<Functor> type;
390 struct is_negative<icl::inplace_minus<Type> > struct
392 typedef is_negative type;
397 struct is_negative<icl::inplace_bit_subtract<Type> > struct
399 typedef is_negative type;
/external/cronet/tot/third_party/llvm-libc/src/src/stdio/printf_core/
Dfloat_inf_nan_converter.h30 bool is_negative; in convert_inf_nan() local
/external/cronet/stable/third_party/llvm-libc/src/src/stdio/printf_core/
Dfloat_inf_nan_converter.h30 bool is_negative; in convert_inf_nan() local
/external/llvm-libc/src/stdio/printf_core/
Dfloat_inf_nan_converter.h32 bool is_negative; in convert_inf_nan() local
/external/cronet/tot/third_party/llvm-libc/src/src/__support/
Dsign.h36 bool is_negative; member
/external/cronet/stable/third_party/llvm-libc/src/src/__support/
Dsign.h36 bool is_negative; member
/external/executorch/backends/vulkan/runtime/utils/
DVecUtils.h74 static inline constexpr bool is_negative( in is_negative() function
84 static inline constexpr bool is_negative( in is_negative() function
94 inline constexpr bool is_negative(const T& x) { in is_negative() function
/external/llvm-libc/src/__support/
Dsign.h38 bool is_negative; member

123456