Home
last modified time | relevance | path

Searched full:std (Results 1 – 25 of 21270) sorted by relevance

12345678910>>...851

/external/cronet/tot/third_party/libc++/src/modules/std/
Dtype_traits.inc10 export namespace std {
12 using std::integral_constant;
14 using std::bool_constant;
15 using std::false_type;
16 using std::true_type;
19 using std::is_array;
20 using std::is_class;
21 using std::is_enum;
22 using std::is_floating_point;
23 using std::is_function;
[all …]
Dcmath.inc10 export namespace std {
12 using std::double_t _LIBCPP_USING_IF_EXISTS;
13 using std::float_t _LIBCPP_USING_IF_EXISTS;
15 using std::acos _LIBCPP_USING_IF_EXISTS;
16 using std::acosf _LIBCPP_USING_IF_EXISTS;
17 using std::acosl _LIBCPP_USING_IF_EXISTS;
19 using std::asin _LIBCPP_USING_IF_EXISTS;
20 using std::asinf _LIBCPP_USING_IF_EXISTS;
21 using std::asinl _LIBCPP_USING_IF_EXISTS;
23 using std::atan _LIBCPP_USING_IF_EXISTS;
[all …]
Dalgorithm.inc10 export namespace std {
13 using std::ranges::in_found_result;
14 using std::ranges::in_fun_result;
15 using std::ranges::in_in_out_result;
16 using std::ranges::in_in_result;
17 using std::ranges::in_out_out_result;
18 using std::ranges::in_out_result;
20 using std::ranges::in_value_result;
22 using std::ranges::min_max_result;
23 // using std::ranges::out_value_result;
[all …]
/external/cronet/stable/third_party/libc++/src/modules/std/
Dtype_traits.inc10 export namespace std {
12 using std::integral_constant;
14 using std::bool_constant;
15 using std::false_type;
16 using std::true_type;
19 using std::is_array;
20 using std::is_class;
21 using std::is_enum;
22 using std::is_floating_point;
23 using std::is_function;
[all …]
Dcmath.inc10 export namespace std {
12 using std::double_t _LIBCPP_USING_IF_EXISTS;
13 using std::float_t _LIBCPP_USING_IF_EXISTS;
15 using std::acos _LIBCPP_USING_IF_EXISTS;
16 using std::acosf _LIBCPP_USING_IF_EXISTS;
17 using std::acosl _LIBCPP_USING_IF_EXISTS;
19 using std::asin _LIBCPP_USING_IF_EXISTS;
20 using std::asinf _LIBCPP_USING_IF_EXISTS;
21 using std::asinl _LIBCPP_USING_IF_EXISTS;
23 using std::atan _LIBCPP_USING_IF_EXISTS;
[all …]
Dalgorithm.inc10 export namespace std {
13 using std::ranges::in_found_result;
14 using std::ranges::in_fun_result;
15 using std::ranges::in_in_out_result;
16 using std::ranges::in_in_result;
17 using std::ranges::in_out_out_result;
18 using std::ranges::in_out_result;
20 using std::ranges::in_value_result;
22 using std::ranges::min_max_result;
23 // using std::ranges::out_value_result;
[all …]
/external/deqp/external/vulkancts/framework/vulkan/generated/vulkan/
DvkStrUtil.inl338 inline std::ostream& operator<< (std::ostream& s, VkAttachmentLoadOp value) { return s << g…
339 inline std::ostream& operator<< (std::ostream& s, VkAttachmentStoreOp value) { return s << g…
340 inline std::ostream& operator<< (std::ostream& s, VkBlendFactor value) { return s << getBl…
341 inline std::ostream& operator<< (std::ostream& s, VkBlendOp value) { return s << getBlend…
342 inline std::ostream& operator<< (std::ostream& s, VkBorderColor value) { return s << getBo…
343 inline std::ostream& operator<< (std::ostream& s, VkPipelineCacheHeaderVersion value) { return…
344 inline std::ostream& operator<< (std::ostream& s, VkComponentSwizzle value) { return s << g…
345 inline std::ostream& operator<< (std::ostream& s, VkCommandBufferLevel value) { return s << …
346 inline std::ostream& operator<< (std::ostream& s, VkCompareOp value) { return s << getComp…
347 inline std::ostream& operator<< (std::ostream& s, VkDescriptorType value) { return s << get…
[all …]
/external/cronet/stable/third_party/libc++/src/include/
Dstdatomic.h17 using std-atomic = std::atomic<T>; // exposition only
19 #define _Atomic(T) std-atomic<T>
32 using std::memory_order // see below
33 using std::memory_order_relaxed // see below
34 using std::memory_order_consume // see below
35 using std::memory_order_acquire // see below
36 using std::memory_order_release // see below
37 using std::memory_order_acq_rel // see below
38 using std::memory_order_seq_cst // see below
40 using std::atomic_flag // see below
[all …]
/external/cronet/tot/third_party/libc++/src/include/
Dstdatomic.h17 using std-atomic = std::atomic<T>; // exposition only
19 #define _Atomic(T) std-atomic<T>
32 using std::memory_order // see below
33 using std::memory_order_relaxed // see below
34 using std::memory_order_consume // see below
35 using std::memory_order_acquire // see below
36 using std::memory_order_release // see below
37 using std::memory_order_acq_rel // see below
38 using std::memory_order_seq_cst // see below
40 using std::atomic_flag // see below
[all …]
/external/sdv/vsomeip/third_party/boost/numeric/ublas/test/
Dtest32.cpp27 std::cout << "row (m, " << i << ") = " << v1 << std::endl; in test_with()
29 std::cout << "column (m, " << i << ") = " << v1 << std::endl; in test_with()
36 std::cout << "outer_prod (v1, v2) = " << m1 << std::endl; in test_with()
42 std::cout << "prod (m1, v1) = " << v2 << std::endl; in test_with()
44 std::cout << "prod (v1, m1) = " << v2 << std::endl; in test_with()
77 std::cout << "test_matrix_vector" << std::endl; in test_matrix_vector()
82 std::cout << "float, map_array" << std::endl; in test_matrix_vector()
83 test_my_matrix_vector<ublas::mapped_vector<float, ublas::map_array<std::size_t, float> >, in test_matrix_vector()
84 … ublas::mapped_matrix<float, ublas::row_major, ublas::map_array<std::size_t, float> >, 3 > () (); in test_matrix_vector()
88 std::cout << "double, map_array" << std::endl; in test_matrix_vector()
[all …]
/external/cronet/tot/third_party/libc++/src/include/__cxx03/
Dstdatomic.h17 using std-atomic = std::atomic<T>; // exposition only
19 #define _Atomic(T) std-atomic<T>
32 using std::memory_order // see below
33 using std::memory_order_relaxed // see below
34 using std::memory_order_consume // see below
35 using std::memory_order_acquire // see below
36 using std::memory_order_release // see below
37 using std::memory_order_acq_rel // see below
38 using std::memory_order_seq_cst // see below
40 using std::atomic_flag // see below
[all …]
/external/cronet/stable/third_party/libc++/src/include/__cxx03/
Dstdatomic.h17 using std-atomic = std::atomic<T>; // exposition only
19 #define _Atomic(T) std-atomic<T>
32 using std::memory_order // see below
33 using std::memory_order_relaxed // see below
34 using std::memory_order_consume // see below
35 using std::memory_order_acquire // see below
36 using std::memory_order_release // see below
37 using std::memory_order_acq_rel // see below
38 using std::memory_order_seq_cst // see below
40 using std::atomic_flag // see below
[all …]
/external/tensorflow/tensorflow/lite/delegates/xnnpack/
Dchannelwise_quantized_conv_2d_test.cc31 std::unique_ptr<TfLiteDelegate, decltype(&TfLiteXNNPackDelegateDelete)>
35 std::random_device random_device;
36 auto rng = std::mt19937(random_device());
37 auto scale_rng = std::bind(
38 std::uniform_real_distribution<float>(0.25f, 1.25f), std::ref(rng));
39 auto zero_point_rng = std::bind(std::uniform_int_distribution<int32_t>(
40 std::numeric_limits<int8_t>::min(),
41 std::numeric_limits<int8_t>::max()),
42 std::ref(rng));
44 std::bind(std::uniform_int_distribution<int32_t>(2, 4), std::ref(rng));
[all …]
Dchannelwise_quantized_depthwise_conv_2d_test.cc31 std::unique_ptr<TfLiteDelegate, decltype(&TfLiteXNNPackDelegateDelete)>
35 std::random_device random_device;
36 auto rng = std::mt19937(random_device());
37 auto scale_rng = std::bind(
38 std::uniform_real_distribution<float>(0.25f, 1.25f), std::ref(rng));
39 auto zero_point_rng = std::bind(std::uniform_int_distribution<int32_t>(
40 std::numeric_limits<int8_t>::min(),
41 std::numeric_limits<int8_t>::max()),
42 std::ref(rng));
44 std::bind(std::uniform_int_distribution<int32_t>(5, 25), std::ref(rng));
[all …]
Dunsigned_quantized_depthwise_conv_2d_test.cc30 std::unique_ptr<TfLiteDelegate, decltype(&TfLiteXNNPackDelegateDelete)>
34 std::random_device random_device;
35 auto rng = std::mt19937(random_device());
36 auto zero_point_rng = std::bind(std::uniform_int_distribution<int32_t>(
37 std::numeric_limits<uint8_t>::min(),
38 std::numeric_limits<uint8_t>::max()),
39 std::ref(rng));
40 auto kernel_zero_point_rng = std::bind(
41 std::uniform_int_distribution<int32_t>(100, 150), std::ref(rng));
43 std::bind(std::uniform_int_distribution<int32_t>(5, 25), std::ref(rng));
[all …]
Ddepthwise_conv_2d_test.cc29 std::unique_ptr<TfLiteDelegate, decltype(&TfLiteXNNPackDelegateDelete)>
33 std::random_device random_device;
34 auto rng = std::mt19937(random_device());
36 std::bind(std::uniform_int_distribution<int32_t>(5, 25), std::ref(rng));
38 std::bind(std::uniform_int_distribution<int32_t>(3, 32), std::ref(rng));
50 std::unique_ptr<TfLiteDelegate, decltype(&TfLiteXNNPackDelegateDelete)>
54 std::random_device random_device;
55 auto rng = std::mt19937(random_device());
57 std::bind(std::uniform_int_distribution<int32_t>(5, 25), std::ref(rng));
59 std::bind(std::uniform_int_distribution<int32_t>(3, 32), std::ref(rng));
[all …]
/external/cronet/tot/third_party/libc++/src/test/std/language.support/cstdint/cstdint.syn/
Dcstdint.pass.cpp28 // typedef std::int8_t in main()
29 static_assert(sizeof(std::int8_t)*CHAR_BIT == 8, in main()
30 "sizeof(std::int8_t)*CHAR_BIT == 8"); in main()
31 static_assert(std::is_signed<std::int8_t>::value, in main()
32 "std::is_signed<std::int8_t>::value"); in main()
33 // typedef std::int16_t in main()
34 static_assert(sizeof(std::int16_t)*CHAR_BIT == 16, in main()
35 "sizeof(std::int16_t)*CHAR_BIT == 16"); in main()
36 static_assert(std::is_signed<std::int16_t>::value, in main()
37 "std::is_signed<std::int16_t>::value"); in main()
[all …]
/external/libcxx/test/std/language.support/cstdint/cstdint.syn/
Dcstdint.pass.cpp24 // typedef std::int8_t in main()
25 static_assert(sizeof(std::int8_t)*CHAR_BIT == 8, in main()
26 "sizeof(std::int8_t)*CHAR_BIT == 8"); in main()
27 static_assert(std::is_signed<std::int8_t>::value, in main()
28 "std::is_signed<std::int8_t>::value"); in main()
29 // typedef std::int16_t in main()
30 static_assert(sizeof(std::int16_t)*CHAR_BIT == 16, in main()
31 "sizeof(std::int16_t)*CHAR_BIT == 16"); in main()
32 static_assert(std::is_signed<std::int16_t>::value, in main()
33 "std::is_signed<std::int16_t>::value"); in main()
[all …]
/external/cronet/stable/third_party/libc++/src/test/std/language.support/cstdint/cstdint.syn/
Dcstdint.pass.cpp28 // typedef std::int8_t in main()
29 static_assert(sizeof(std::int8_t)*CHAR_BIT == 8, in main()
30 "sizeof(std::int8_t)*CHAR_BIT == 8"); in main()
31 static_assert(std::is_signed<std::int8_t>::value, in main()
32 "std::is_signed<std::int8_t>::value"); in main()
33 // typedef std::int16_t in main()
34 static_assert(sizeof(std::int16_t)*CHAR_BIT == 16, in main()
35 "sizeof(std::int16_t)*CHAR_BIT == 16"); in main()
36 static_assert(std::is_signed<std::int16_t>::value, in main()
37 "std::is_signed<std::int16_t>::value"); in main()
[all …]
/external/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp29 // functions. When the std overloads are candidates too (by using or adl),
31 struct Ambiguous : std::true_type { // ADL
106 static_assert((std::is_same<decltype(std::abs((float)0)), float>::value), ""); in test_abs()
107 static_assert((std::is_same<decltype(std::abs((double)0)), double>::value), ""); in test_abs()
108 static_assert((std::is_same<decltype(std::abs((long double)0)), long double>::value), ""); in test_abs()
109 static_assert((std::is_same<decltype(abs(Ambiguous())), Ambiguous>::value), ""); in test_abs()
110 assert(std::abs(-1.) == 1); in test_abs()
115 static_assert((std::is_same<decltype(std::acos((float)0)), float>::value), ""); in test_acos()
116 static_assert((std::is_same<decltype(std::acos((bool)0)), double>::value), ""); in test_acos()
117 static_assert((std::is_same<decltype(std::acos((unsigned short)0)), double>::value), ""); in test_acos()
[all …]
/external/deqp/external/vulkancts/framework/vulkan/generated/vulkansc/
DvkStrUtil.inl156 inline std::ostream& operator<< (std::ostream& s, VkAttachmentLoadOp value) { return s << getAt…
157 inline std::ostream& operator<< (std::ostream& s, VkAttachmentStoreOp value) { return s << getAt…
158 inline std::ostream& operator<< (std::ostream& s, VkBlendFactor value) { return s << getBlendF…
159 inline std::ostream& operator<< (std::ostream& s, VkBlendOp value) { return s << getBlendOpSt…
160 inline std::ostream& operator<< (std::ostream& s, VkBorderColor value) { return s << getBorder…
161 inline std::ostream& operator<< (std::ostream& s, VkPipelineCacheHeaderVersion value) { return s <…
162 inline std::ostream& operator<< (std::ostream& s, VkComponentSwizzle value) { return s << getCo…
163 inline std::ostream& operator<< (std::ostream& s, VkCommandBufferLevel value) { return s << getC…
164 inline std::ostream& operator<< (std::ostream& s, VkCompareOp value) { return s << getCompareO…
165 inline std::ostream& operator<< (std::ostream& s, VkDescriptorType value) { return s << getDesc…
[all …]
/external/cronet/tot/third_party/libc++/src/modules/
DCMakeLists.txt4 std/algorithm.inc
5 std/any.inc
6 std/array.inc
7 std/atomic.inc
8 std/barrier.inc
9 std/bit.inc
10 std/bitset.inc
11 std/cassert.inc
12 std/cctype.inc
13 std/cerrno.inc
[all …]
/external/cronet/stable/third_party/libc++/src/modules/
DCMakeLists.txt4 std/algorithm.inc
5 std/any.inc
6 std/array.inc
7 std/atomic.inc
8 std/barrier.inc
9 std/bit.inc
10 std/bitset.inc
11 std/cassert.inc
12 std/cctype.inc
13 std/cerrno.inc
[all …]
/external/cronet/stable/third_party/libc++/src/test/std/language.support/cmp/cmp.alg/
Dweak_order.pass.cpp19 #include <iterator> // std::size
28 -> decltype(std::weak_order(static_cast<T&&>(t), static_cast<U&&>(u)), true) in has_weak_order()
40 std::strong_ordering weak_order(const A&, const A&) { return std::strong_ordering::less; } in weak_order()
41 std::strong_ordering weak_order(const A&, const B&);
66 std::strong_ordering weak_order(A&, A&&) { return std::strong_ordering::less; } in weak_order()
67 std::strong_ordering weak_order(A&&, A&&) { return std::strong_ordering::equal; } in weak_order()
68 std::strong_ordering weak_order(const A&, const A&);
71 friend std::partial_ordering weak_order(B&, B&);
75 explicit operator std::weak_ordering() const { return std::weak_ordering::less; } in operator std::weak_ordering()
87 // in a context that does not include a declaration of std::weak_order. in test_1_2()
[all …]
/external/cronet/tot/third_party/libc++/src/test/std/language.support/cmp/cmp.alg/
Dweak_order.pass.cpp19 #include <iterator> // std::size
28 -> decltype(std::weak_order(static_cast<T&&>(t), static_cast<U&&>(u)), true) in has_weak_order()
40 std::strong_ordering weak_order(const A&, const A&) { return std::strong_ordering::less; } in weak_order()
41 std::strong_ordering weak_order(const A&, const B&);
66 std::strong_ordering weak_order(A&, A&&) { return std::strong_ordering::less; } in weak_order()
67 std::strong_ordering weak_order(A&&, A&&) { return std::strong_ordering::equal; } in weak_order()
68 std::strong_ordering weak_order(const A&, const A&);
71 friend std::partial_ordering weak_order(B&, B&);
75 explicit operator std::weak_ordering() const { return std::weak_ordering::less; } in operator std::weak_ordering()
87 // in a context that does not include a declaration of std::weak_order. in test_1_2()
[all …]

12345678910>>...851