/external/pytorch/c10/util/ |
D | TypeSafeSignMath.h | 19 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/ |
D | numeric_utils.hpp | 167 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/ |
D | ranges_partition_copy.pass.cpp | 193 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
|
D | ranges_partition.pass.cpp | 150 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
|
D | ranges_stable_partition.pass.cpp | 154 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/ |
D | ranges_partition_copy.pass.cpp | 193 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
|
D | ranges_partition.pass.cpp | 150 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
|
D | ranges_stable_partition.pass.cpp | 154 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/ |
D | apr_snprintf.c | 331 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/ |
D | apr_snprintf.c | 331 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/ |
D | sign.rs | 41 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/ |
D | ecp_nistz.h | 249 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/ |
D | bn_asn1.cc | 23 int is_negative; in BN_parse_asn1_unsigned() local
|
/external/cronet/stable/third_party/boringssl/src/crypto/bn_extra/ |
D | bn_asn1.cc | 23 int is_negative; in BN_parse_asn1_unsigned() local
|
/external/boringssl/src/crypto/bn_extra/ |
D | bn_asn1.cc | 23 int is_negative; in BN_parse_asn1_unsigned() local
|
/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/bn_extra/ |
D | bn_asn1.c | 23 int is_negative; in BN_parse_asn1_unsigned() local
|
/external/pytorch/aten/src/ATen/native/vulkan/api/ |
D | Utils.h | 68 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/ |
D | functors.hpp | 383 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/ |
D | float_inf_nan_converter.h | 30 bool is_negative; in convert_inf_nan() local
|
/external/cronet/stable/third_party/llvm-libc/src/src/stdio/printf_core/ |
D | float_inf_nan_converter.h | 30 bool is_negative; in convert_inf_nan() local
|
/external/llvm-libc/src/stdio/printf_core/ |
D | float_inf_nan_converter.h | 32 bool is_negative; in convert_inf_nan() local
|
/external/cronet/tot/third_party/llvm-libc/src/src/__support/ |
D | sign.h | 36 bool is_negative; member
|
/external/cronet/stable/third_party/llvm-libc/src/src/__support/ |
D | sign.h | 36 bool is_negative; member
|
/external/executorch/backends/vulkan/runtime/utils/ |
D | VecUtils.h | 74 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/ |
D | sign.h | 38 bool is_negative; member
|