| /third_party/boost/libs/gil/test/extension/numeric/ |
| D | kernel.cpp | 21 gil::kernel_1d<int> k; in test_kernel_1d_default_constructor() local 31 gil::detail::kernel_2d<int> k; in test_kernel_2d_default_constructor() local 45 gil::kernel_1d<int> k(9, 4); in test_kernel_1d_parameterized_constructor() local 55 gil::detail::kernel_2d<int> k(9, 4, 4); in test_kernel_2d_parameterized_constructor() local 69 gil::kernel_1d<int> k(v.cbegin(), v.size(), 4); in test_kernel_1d_parameterized_constructor_with_iterator() local 80 gil::detail::kernel_2d<int> k(v.cbegin(), v.size(), 4, 4); in test_kernel_2d_parameterized_constructor_with_iterator() local 94 gil::kernel_1d<int> k(d); in test_kernel_1d_copy_constructor() local 106 gil::detail::kernel_2d<int> k(d); in test_kernel_2d_copy_constructor() local 122 gil::kernel_1d<int> k; in test_kernel_1d_assignment_operator() local 135 gil::detail::kernel_2d<int> k; in test_kernel_2d_assignment_operator() local [all …]
|
| D | kernel_fixed.cpp | 21 gil::kernel_1d_fixed<int, 9> k; in test_kernel_1d_fixed_default_constructor() local 31 gil::detail::kernel_2d_fixed<int, 9> k; in test_kernel_2d_fixed_default_constructor() local 44 gil::kernel_1d_fixed<int, 9> k(4); in test_kernel_1d_fixed_parameterized_constructor() local 54 gil::detail::kernel_2d_fixed<int, 9> k(4, 4); in test_kernel_2d_fixed_parameterized_constructor() local 69 gil::kernel_1d_fixed<int, 9> k(v.cbegin(), 4); in test_kernel_1d_fixed_parameterized_constructor_with_iterator() local 82 gil::detail::kernel_2d_fixed<int, 9> k(v.cbegin(), 4, 4); in test_kernel_2d_fixed_parameterized_constructor_with_iterator() local 97 gil::kernel_1d_fixed<int, 9> k(d); in test_kernel_1d_fixed_copy_constructor() local 110 gil::detail::kernel_2d_fixed<int, 9> k(d); in test_kernel_2d_fixed_copy_constructor() local 127 gil::kernel_1d_fixed<int, 9> k; in test_kernel_1d_fixed_assignment_operator() local 141 gil::detail::kernel_2d_fixed<int, 9> k; in test_kernel_2d_fixed_assignment_operator() local [all …]
|
| /third_party/json/test/src/ |
| D | unit-modifiers.cpp | 42 json k = j; variable 52 json k = j; variable 64 json k = j; variable 75 json k = j; variable 89 json k = j; variable 100 json k = j; variable 114 json k = j; variable 125 json k = j; variable 137 json k = j; variable 147 json k = j; variable [all …]
|
| D | unit-constructor2.cpp | 117 json k; variable 125 json k; variable 133 json k; variable 141 json k; variable 149 json k; variable 157 json k; variable 165 json k; variable 173 json k; variable 181 json k; variable
|
| /third_party/boost/boost/math/special_functions/ |
| D | jacobi_elliptic.hpp | 20 T jacobi_recurse(const T& x, const T& k, T anm1, T bnm1, unsigned N, T* pTn, const Policy& pol) in jacobi_recurse() 39 T jacobi_imp(const T& x, const T& k, T* cn, T* dn, const Policy& pol, const char* function) in jacobi_imp() 120 inline typename tools::promote_args<T, U, V>::type jacobi_elliptic(T k, U theta, V* pcn, V* pdn, co… in jacobi_elliptic() 144 inline typename tools::promote_args<T, U, V>::type jacobi_elliptic(T k, U theta, V* pcn, V* pdn) in jacobi_elliptic() 150 inline typename tools::promote_args<T, U>::type jacobi_sn(U k, T theta, const Policy& pol) in jacobi_sn() 157 inline typename tools::promote_args<T, U>::type jacobi_sn(U k, T theta) in jacobi_sn() 163 inline typename tools::promote_args<T, U>::type jacobi_cn(T k, U theta, const Policy& pol) in jacobi_cn() 172 inline typename tools::promote_args<T, U>::type jacobi_cn(T k, U theta) in jacobi_cn() 178 inline typename tools::promote_args<T, U>::type jacobi_dn(T k, U theta, const Policy& pol) in jacobi_dn() 187 inline typename tools::promote_args<T, U>::type jacobi_dn(T k, U theta) in jacobi_dn() [all …]
|
| /third_party/abseil-cpp/absl/container/internal/ |
| D | raw_hash_map.h | 73 std::pair<iterator, bool> insert_or_assign(key_arg<K>&& k, V&& v) { in insert_or_assign() 78 std::pair<iterator, bool> insert_or_assign(key_arg<K>&& k, const V& v) { in insert_or_assign() 83 std::pair<iterator, bool> insert_or_assign(const key_arg<K>& k, V&& v) { in insert_or_assign() 88 std::pair<iterator, bool> insert_or_assign(const key_arg<K>& k, const V& v) { in insert_or_assign() 94 iterator insert_or_assign(const_iterator, key_arg<K>&& k, V&& v) { in insert_or_assign() 99 iterator insert_or_assign(const_iterator, key_arg<K>&& k, const V& v) { in insert_or_assign() 104 iterator insert_or_assign(const_iterator, const key_arg<K>& k, V&& v) { in insert_or_assign() 109 iterator insert_or_assign(const_iterator, const key_arg<K>& k, const V& v) { in insert_or_assign() 120 std::pair<iterator, bool> try_emplace(key_arg<K>&& k, Args&&... args) { in try_emplace() 127 std::pair<iterator, bool> try_emplace(const key_arg<K>& k, Args&&... args) { in try_emplace() [all …]
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
| D | raw_hash_map.h | 74 std::pair<iterator, bool> insert_or_assign(key_arg<K>&& k, V&& v) { in insert_or_assign() 79 std::pair<iterator, bool> insert_or_assign(key_arg<K>&& k, const V& v) { in insert_or_assign() 84 std::pair<iterator, bool> insert_or_assign(const key_arg<K>& k, V&& v) { in insert_or_assign() 89 std::pair<iterator, bool> insert_or_assign(const key_arg<K>& k, const V& v) { in insert_or_assign() 95 iterator insert_or_assign(const_iterator, key_arg<K>&& k, V&& v) { in insert_or_assign() 100 iterator insert_or_assign(const_iterator, key_arg<K>&& k, const V& v) { in insert_or_assign() 105 iterator insert_or_assign(const_iterator, const key_arg<K>& k, V&& v) { in insert_or_assign() 110 iterator insert_or_assign(const_iterator, const key_arg<K>& k, const V& v) { in insert_or_assign() 121 std::pair<iterator, bool> try_emplace(key_arg<K>&& k, Args&&... args) { in try_emplace() 128 std::pair<iterator, bool> try_emplace(const key_arg<K>& k, Args&&... args) { in try_emplace() [all …]
|
| /third_party/glib/glib/ |
| D | gdataset.h | 102 #define g_datalist_set_data_full(dl, k, d, f) \ argument 104 #define g_datalist_remove_no_notify(dl, k) \ argument 106 #define g_datalist_set_data(dl, k, d) \ argument 108 #define g_datalist_remove_data(dl, k) \ argument 133 #define g_dataset_id_set_data(l, k, d) \ argument 135 #define g_dataset_id_remove_data(l, k) \ argument 137 #define g_dataset_get_data(l, k) \ argument 139 #define g_dataset_set_data_full(l, k, d, f) \ argument 141 #define g_dataset_remove_no_notify(l, k) \ argument 143 #define g_dataset_set_data(l, k, d) \ argument [all …]
|
| /third_party/boost/libs/graph_parallel/test/ |
| D | distributed_property_map_test.cpp | 123 remote_key k(process_id(pg), i); in colored_test() local 131 remote_key k(next_processor, i); in colored_test() local 141 remote_key k(next_processor, i); in colored_test() local 152 remote_key k(next_processor, i); in colored_test() local 163 remote_key k(process_id(pg), i); in colored_test() local 170 remote_key k(next_processor, i); in colored_test() local 208 remote_key k(process_id(pg), i); in bool_test() local 216 remote_key k(next_processor, i); in bool_test() local 226 remote_key k(next_processor, i); in bool_test() local 237 remote_key k(next_processor, i); in bool_test() local [all …]
|
| /third_party/skia/resources/skottie/ |
| D | skottie-camera-precomp.json | 1 …p_0","layers":[{"ddd":0,"ind":1,"ty":13,"nm":"Camera 1","sr":1,"pe":{"a":0,"k":2133.333,"ix":1},"k… number
|
| D | skottie-3d-rotation-order.json | 1 …ers":[{"ddd":1,"ind":1,"ty":4,"nm":"Shape Layer 1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"rx":{… number
|
| D | skottie-hidden-shapes-layers.json | 1 …ers":[{"ddd":0,"ind":1,"ty":4,"nm":"Hidden stroke","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"… array
|
| D | skottie-text-baseline-shift.json | 1 …}]},"layers":[{"ddd":0,"ind":1,"ty":5,"nm":"Baz 2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"… array
|
| D | skottie-camera-parent-2.json | 1 …ers":[{"ddd":1,"ind":1,"ty":4,"nm":"Shape Layer 1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"rx":{… number
|
| D | skottie-camera-parent-1.json | 1 …ers":[{"ddd":1,"ind":1,"ty":4,"nm":"Shape Layer 1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"rx":{… number
|
| D | skottie-huesaturation-effect.json | 1 …ers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"… array
|
| D | skottie-trimpath-modes.json | 1 …ers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"… array
|
| D | skottie-sphere-lighting.json | 1 …ers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"… number
|
| D | skottie-mergepaths-effect.json | 1 …ayers":[{"ddd":0,"ind":1,"ty":4,"nm":"exclude int","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"… array
|
| D | skottie-3d-parenting-nocamera.json | 1 …ers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"… array
|
| /third_party/flutter/skia/resources/skottie/ |
| D | skottie-3d-rotation-order.json | 1 …ers":[{"ddd":1,"ind":1,"ty":4,"nm":"Shape Layer 1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"rx":{… number
|
| D | skottie-hidden-shapes-layers.json | 1 …ers":[{"ddd":0,"ind":1,"ty":4,"nm":"Hidden stroke","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"… number
|
| D | skottie-camera-parent-2.json | 1 …ers":[{"ddd":1,"ind":1,"ty":4,"nm":"Shape Layer 1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"rx":{… number
|
| D | skottie-camera-parent-1.json | 1 …ers":[{"ddd":1,"ind":1,"ty":4,"nm":"Shape Layer 1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"rx":{… array
|
| D | skottie-huesaturation-effect.json | 1 …ers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"… array
|