/third_party/boost/boost/preprocessor/repetition/ |
D | repeat.hpp | 34 # define BOOST_PP_REPEAT_CHECK_BOOST_PP_REPEAT_1(c, m, d) 0 argument 35 # define BOOST_PP_REPEAT_CHECK_BOOST_PP_REPEAT_2(c, m, d) 0 argument 36 # define BOOST_PP_REPEAT_CHECK_BOOST_PP_REPEAT_3(c, m, d) 0 argument 38 # define BOOST_PP_REPEAT_1(c, m, d) BOOST_PP_REPEAT_1_I(c, m, d) argument 39 # define BOOST_PP_REPEAT_2(c, m, d) BOOST_PP_REPEAT_2_I(c, m, d) argument 40 # define BOOST_PP_REPEAT_3(c, m, d) BOOST_PP_REPEAT_3_I(c, m, d) argument 41 # define BOOST_PP_REPEAT_4(c, m, d) BOOST_PP_ERROR(0x0003) argument 43 # define BOOST_PP_REPEAT_1_I(c, m, d) BOOST_PP_REPEAT_1_ ## c(m, d) argument 44 # define BOOST_PP_REPEAT_2_I(c, m, d) BOOST_PP_REPEAT_2_ ## c(m, d) argument 45 # define BOOST_PP_REPEAT_3_I(c, m, d) BOOST_PP_REPEAT_3_ ## c(m, d) argument [all …]
|
D | for.hpp | 54 # define BOOST_PP_FOR_257(s, p, o, m) \ argument 67 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_1(s, p, o, m) 0 argument 68 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_2(s, p, o, m) 0 argument 69 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_3(s, p, o, m) 0 argument 70 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_4(s, p, o, m) 0 argument 71 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_5(s, p, o, m) 0 argument 72 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_6(s, p, o, m) 0 argument 73 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_7(s, p, o, m) 0 argument 74 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_8(s, p, o, m) 0 argument 75 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_9(s, p, o, m) 0 argument [all …]
|
/third_party/boost/libs/phoenix/test/boost_bind_compatibility/ |
D | bind_void_dm_test.cpp | 39 int m; member 49 bind<void>( &Z::m, _1 )( z ); in member_data_test() local 50 bind<void>( &Z::m, _1 )( pz ); in member_data_test() local 52 bind<void>( &Z::m, z )(); in member_data_test() local 53 bind<void>( &Z::m, pz )(); in member_data_test() local 54 bind<void>( &Z::m, boost::ref(z) )(); in member_data_test() local 60 bind<void>( &Z::m, _1 )( cz ); in member_data_test() local 61 bind<void>( &Z::m, _1 )( pcz ); in member_data_test() local 63 bind<void>( &Z::m, cz )(); in member_data_test() local 64 bind<void>( &Z::m, pcz )(); in member_data_test() local [all …]
|
/third_party/boost/libs/bind/test/ |
D | bind_void_dm_test.cpp | 31 int m; member 39 boost::bind<void>( &Z::m, _1 )( z ); in member_data_test() local 40 boost::bind<void>( &Z::m, _1 )( pz ); in member_data_test() local 42 boost::bind<void>( &Z::m, z )(); in member_data_test() local 43 boost::bind<void>( &Z::m, pz )(); in member_data_test() local 44 boost::bind<void>( &Z::m, boost::ref(z) )(); in member_data_test() local 50 boost::bind<void>( &Z::m, _1 )( cz ); in member_data_test() local 51 boost::bind<void>( &Z::m, _1 )( pcz ); in member_data_test() local 53 boost::bind<void>( &Z::m, cz )(); in member_data_test() local 54 boost::bind<void>( &Z::m, pcz )(); in member_data_test() local [all …]
|
/third_party/boost/libs/move/test/ |
D | move_if_noexcept.cpp | 30 copy_movable_noexcept(BOOST_RV_REF(copy_movable_noexcept) m) in copy_movable_noexcept() 33 copy_movable_noexcept(const copy_movable_noexcept &m) in copy_movable_noexcept() 36 copy_movable_noexcept & operator=(BOOST_RV_REF(copy_movable_noexcept) m) in operator =() 39 copy_movable_noexcept & operator=(BOOST_COPY_ASSIGN_REF(copy_movable_noexcept) m) in operator =() 67 movable_throwable(BOOST_RV_REF(movable_throwable) m) in movable_throwable() 70 movable_throwable & operator=(BOOST_RV_REF(movable_throwable) m) in operator =() 83 movable function(movable m) in function() 88 copy_movable function(copy_movable m) in function() 93 copy_movable_noexcept function(copy_movable_noexcept m) in function() 98 movable_throwable function(movable_throwable m) in function() [all …]
|
/third_party/boost/boost/preprocessor/repetition/detail/edg/ |
D | for.hpp | 20 # define BOOST_PP_FOR_1(s, p, o, m) BOOST_PP_FOR_1_I(s, p, o, m) argument 21 # define BOOST_PP_FOR_2(s, p, o, m) BOOST_PP_FOR_2_I(s, p, o, m) argument 22 # define BOOST_PP_FOR_3(s, p, o, m) BOOST_PP_FOR_3_I(s, p, o, m) argument 23 # define BOOST_PP_FOR_4(s, p, o, m) BOOST_PP_FOR_4_I(s, p, o, m) argument 24 # define BOOST_PP_FOR_5(s, p, o, m) BOOST_PP_FOR_5_I(s, p, o, m) argument 25 # define BOOST_PP_FOR_6(s, p, o, m) BOOST_PP_FOR_6_I(s, p, o, m) argument 26 # define BOOST_PP_FOR_7(s, p, o, m) BOOST_PP_FOR_7_I(s, p, o, m) argument 27 # define BOOST_PP_FOR_8(s, p, o, m) BOOST_PP_FOR_8_I(s, p, o, m) argument 28 # define BOOST_PP_FOR_9(s, p, o, m) BOOST_PP_FOR_9_I(s, p, o, m) argument 29 # define BOOST_PP_FOR_10(s, p, o, m) BOOST_PP_FOR_10_I(s, p, o, m) argument [all …]
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_resource.h | 10 #define NVC0_TILE_MODE_X(m) (((m) >> 0) & 0xf) argument 11 #define NVC0_TILE_MODE_Y(m) (((m) >> 4) & 0xf) argument 12 #define NVC0_TILE_MODE_Z(m) (((m) >> 8) & 0xf) argument 14 #define NVC0_TILE_SHIFT_X(m) (NVC0_TILE_MODE_X(m) + 6) argument 15 #define NVC0_TILE_SHIFT_Y(m) (NVC0_TILE_MODE_Y(m) + 3) argument 16 #define NVC0_TILE_SHIFT_Z(m) (NVC0_TILE_MODE_Z(m) + 0) argument 18 #define NVC0_TILE_SIZE_X(m) (64 << NVC0_TILE_MODE_X(m)) argument 19 #define NVC0_TILE_SIZE_Y(m) ( 8 << NVC0_TILE_MODE_Y(m)) argument 20 #define NVC0_TILE_SIZE_Z(m) ( 1 << NVC0_TILE_MODE_Z(m)) argument 24 #define NVC0_TILE_SIZE_2D(m) ((64 * 8) << (((m) + ((m) >> 4)) & 0xf)) argument [all …]
|
/third_party/boost/boost/preprocessor/repetition/detail/msvc/ |
D | for.hpp | 20 # define BOOST_PP_FOR_1(s, p, o, m) BOOST_PP_IF(p(2, s), m, BOOST_PP_TUPLE_EAT_2)(2, s) BOOST_PP_IF… argument 21 # define BOOST_PP_FOR_2(s, p, o, m) BOOST_PP_IF(p(3, s), m, BOOST_PP_TUPLE_EAT_2)(3, s) BOOST_PP_IF… argument 22 # define BOOST_PP_FOR_3(s, p, o, m) BOOST_PP_IF(p(4, s), m, BOOST_PP_TUPLE_EAT_2)(4, s) BOOST_PP_IF… argument 23 # define BOOST_PP_FOR_4(s, p, o, m) BOOST_PP_IF(p(5, s), m, BOOST_PP_TUPLE_EAT_2)(5, s) BOOST_PP_IF… argument 24 # define BOOST_PP_FOR_5(s, p, o, m) BOOST_PP_IF(p(6, s), m, BOOST_PP_TUPLE_EAT_2)(6, s) BOOST_PP_IF… argument 25 # define BOOST_PP_FOR_6(s, p, o, m) BOOST_PP_IF(p(7, s), m, BOOST_PP_TUPLE_EAT_2)(7, s) BOOST_PP_IF… argument 26 # define BOOST_PP_FOR_7(s, p, o, m) BOOST_PP_IF(p(8, s), m, BOOST_PP_TUPLE_EAT_2)(8, s) BOOST_PP_IF… argument 27 # define BOOST_PP_FOR_8(s, p, o, m) BOOST_PP_IF(p(9, s), m, BOOST_PP_TUPLE_EAT_2)(9, s) BOOST_PP_IF… argument 28 # define BOOST_PP_FOR_9(s, p, o, m) BOOST_PP_IF(p(10, s), m, BOOST_PP_TUPLE_EAT_2)(10, s) BOOST_PP_… argument 29 # define BOOST_PP_FOR_10(s, p, o, m) BOOST_PP_IF(p(11, s), m, BOOST_PP_TUPLE_EAT_2)(11, s) BOOST_PP… argument [all …]
|
/third_party/boost/boost/preprocessor/repetition/detail/ |
D | for.hpp | 22 # define BOOST_PP_FOR_1(s, p, o, m) BOOST_PP_FOR_1_C(BOOST_PP_BOOL(p(2, s)), s, p, o, m) argument 23 # define BOOST_PP_FOR_2(s, p, o, m) BOOST_PP_FOR_2_C(BOOST_PP_BOOL(p(3, s)), s, p, o, m) argument 24 # define BOOST_PP_FOR_3(s, p, o, m) BOOST_PP_FOR_3_C(BOOST_PP_BOOL(p(4, s)), s, p, o, m) argument 25 # define BOOST_PP_FOR_4(s, p, o, m) BOOST_PP_FOR_4_C(BOOST_PP_BOOL(p(5, s)), s, p, o, m) argument 26 # define BOOST_PP_FOR_5(s, p, o, m) BOOST_PP_FOR_5_C(BOOST_PP_BOOL(p(6, s)), s, p, o, m) argument 27 # define BOOST_PP_FOR_6(s, p, o, m) BOOST_PP_FOR_6_C(BOOST_PP_BOOL(p(7, s)), s, p, o, m) argument 28 # define BOOST_PP_FOR_7(s, p, o, m) BOOST_PP_FOR_7_C(BOOST_PP_BOOL(p(8, s)), s, p, o, m) argument 29 # define BOOST_PP_FOR_8(s, p, o, m) BOOST_PP_FOR_8_C(BOOST_PP_BOOL(p(9, s)), s, p, o, m) argument 30 # define BOOST_PP_FOR_9(s, p, o, m) BOOST_PP_FOR_9_C(BOOST_PP_BOOL(p(10, s)), s, p, o, m) argument 31 # define BOOST_PP_FOR_10(s, p, o, m) BOOST_PP_FOR_10_C(BOOST_PP_BOOL(p(11, s)), s, p, o, m) argument [all …]
|
/third_party/boost/boost/preprocessor/repetition/detail/dmc/ |
D | for.hpp | 22 # define BOOST_PP_FOR_1(s, p, o, m) BOOST_PP_FOR_1_C(BOOST_PP_BOOL(p##(2, s)), s, p, o, m) argument 23 # define BOOST_PP_FOR_2(s, p, o, m) BOOST_PP_FOR_2_C(BOOST_PP_BOOL(p##(3, s)), s, p, o, m) argument 24 # define BOOST_PP_FOR_3(s, p, o, m) BOOST_PP_FOR_3_C(BOOST_PP_BOOL(p##(4, s)), s, p, o, m) argument 25 # define BOOST_PP_FOR_4(s, p, o, m) BOOST_PP_FOR_4_C(BOOST_PP_BOOL(p##(5, s)), s, p, o, m) argument 26 # define BOOST_PP_FOR_5(s, p, o, m) BOOST_PP_FOR_5_C(BOOST_PP_BOOL(p##(6, s)), s, p, o, m) argument 27 # define BOOST_PP_FOR_6(s, p, o, m) BOOST_PP_FOR_6_C(BOOST_PP_BOOL(p##(7, s)), s, p, o, m) argument 28 # define BOOST_PP_FOR_7(s, p, o, m) BOOST_PP_FOR_7_C(BOOST_PP_BOOL(p##(8, s)), s, p, o, m) argument 29 # define BOOST_PP_FOR_8(s, p, o, m) BOOST_PP_FOR_8_C(BOOST_PP_BOOL(p##(9, s)), s, p, o, m) argument 30 # define BOOST_PP_FOR_9(s, p, o, m) BOOST_PP_FOR_9_C(BOOST_PP_BOOL(p##(10, s)), s, p, o, m) argument 31 # define BOOST_PP_FOR_10(s, p, o, m) BOOST_PP_FOR_10_C(BOOST_PP_BOOL(p##(11, s)), s, p, o, m) argument [all …]
|
/third_party/googletest/googlemock/include/gmock/ |
D | gmock-function-mocker.h | 317 #define MOCK_METHOD0(m, ...) GMOCK_INTERNAL_MOCK_METHODN(, , m, 0, __VA_ARGS__) argument 318 #define MOCK_METHOD1(m, ...) GMOCK_INTERNAL_MOCK_METHODN(, , m, 1, __VA_ARGS__) argument 319 #define MOCK_METHOD2(m, ...) GMOCK_INTERNAL_MOCK_METHODN(, , m, 2, __VA_ARGS__) argument 320 #define MOCK_METHOD3(m, ...) GMOCK_INTERNAL_MOCK_METHODN(, , m, 3, __VA_ARGS__) argument 321 #define MOCK_METHOD4(m, ...) GMOCK_INTERNAL_MOCK_METHODN(, , m, 4, __VA_ARGS__) argument 322 #define MOCK_METHOD5(m, ...) GMOCK_INTERNAL_MOCK_METHODN(, , m, 5, __VA_ARGS__) argument 323 #define MOCK_METHOD6(m, ...) GMOCK_INTERNAL_MOCK_METHODN(, , m, 6, __VA_ARGS__) argument 324 #define MOCK_METHOD7(m, ...) GMOCK_INTERNAL_MOCK_METHODN(, , m, 7, __VA_ARGS__) argument 325 #define MOCK_METHOD8(m, ...) GMOCK_INTERNAL_MOCK_METHODN(, , m, 8, __VA_ARGS__) argument 326 #define MOCK_METHOD9(m, ...) GMOCK_INTERNAL_MOCK_METHODN(, , m, 9, __VA_ARGS__) argument [all …]
|
/third_party/boost/boost/numeric/ublas/detail/ |
D | raw.hpp | 363 int size1( const M &m ) { in size1() 368 int size2( const M &m ) { in size2() 374 int size1( const matrix_reference<M> &m ) { in size1() 379 int size2( const matrix_reference<M> &m ) { in size2() 385 int leading_dimension( const M &m, row_major_tag ) { in leading_dimension() 390 int leading_dimension( const M &m, column_major_tag ) { in leading_dimension() 395 int leading_dimension( const M &m ) { in leading_dimension() 401 int leading_dimension( const matrix_reference<M> &m ) { in leading_dimension() 435 int stride1( const M &m ) { in stride1() 441 int stride2( const M &m ) { in stride2() [all …]
|
/third_party/curl/lib/ |
D | curl_threads.h | 31 # define Curl_mutex_init(m) pthread_mutex_init(m, NULL) argument 32 # define Curl_mutex_acquire(m) pthread_mutex_lock(m) argument 33 # define Curl_mutex_release(m) pthread_mutex_unlock(m) argument 34 # define Curl_mutex_destroy(m) pthread_mutex_destroy(m) argument 43 # define Curl_mutex_init(m) InitializeCriticalSection(m) argument 45 # define Curl_mutex_init(m) InitializeCriticalSectionEx(m, 0, 1) argument 47 # define Curl_mutex_acquire(m) EnterCriticalSection(m) argument 48 # define Curl_mutex_release(m) LeaveCriticalSection(m) argument 49 # define Curl_mutex_destroy(m) DeleteCriticalSection(m) argument
|
/third_party/boost/libs/unordered/test/unordered/ |
D | deduction_tests.cpp | 66 boost::unordered_map m(x.begin(), x.end()); in main() local 87 boost::unordered_map m(x.begin(), x.end(), 0, std::hash<int>(), in main() local 105 boost::unordered_map m({std::pair<int const, int>(1, 2)}); in main() local 127 boost::unordered_map m( in main() local 213 boost::unordered_map m({std::pair<int const, int>(1, 2)}, pair_allocator); in main() local 240 boost::unordered_multimap m(x.begin(), x.end()); in main() local 261 boost::unordered_multimap m(x.begin(), x.end(), 0, std::hash<int>(), in main() local 269 boost::unordered_multimap m({std::pair<int const, int>(1, 2)}); in main() local 291 boost::unordered_multimap m( in main() local 334 boost::unordered_multimap m( in main() local
|
/third_party/pulseaudio/src/pulse/ |
D | thread-mainloop.c | 56 static inline int in_worker(pa_threaded_mainloop *m) { in in_worker() argument 77 pa_threaded_mainloop *m = userdata; in thread() local 107 pa_threaded_mainloop *m; in pa_threaded_mainloop_new() local 127 void pa_threaded_mainloop_free(pa_threaded_mainloop* m) { in pa_threaded_mainloop_free() 148 int pa_threaded_mainloop_start(pa_threaded_mainloop *m) { in pa_threaded_mainloop_start() 159 void pa_threaded_mainloop_stop(pa_threaded_mainloop *m) { in pa_threaded_mainloop_stop() 175 void pa_threaded_mainloop_lock(pa_threaded_mainloop *m) { in pa_threaded_mainloop_lock() 184 void pa_threaded_mainloop_unlock(pa_threaded_mainloop *m) { in pa_threaded_mainloop_unlock() 194 void pa_threaded_mainloop_signal(pa_threaded_mainloop *m, int wait_for_accept) { in pa_threaded_mainloop_signal() 208 void pa_threaded_mainloop_wait(pa_threaded_mainloop *m) { in pa_threaded_mainloop_wait() [all …]
|
/third_party/boost/boost/thread/pthread/ |
D | pthread_helpers.hpp | 26 int pthread_mutex_init(pthread_mutex_t* m, const pthread_mutexattr_t* attr = NULL) in pthread_mutex_init() 52 int pthread_mutex_destroy(pthread_mutex_t* m) in pthread_mutex_destroy() 74 int pthread_mutex_lock(pthread_mutex_t* m) in pthread_mutex_lock() 85 int pthread_mutex_trylock(pthread_mutex_t* m) in pthread_mutex_trylock() 96 int pthread_mutex_unlock(pthread_mutex_t* m) in pthread_mutex_unlock() 107 int pthread_cond_wait(pthread_cond_t* c, pthread_mutex_t* m) in pthread_cond_wait() 118 int pthread_cond_timedwait(pthread_cond_t* c, pthread_mutex_t* m, const struct timespec* t) in pthread_cond_timedwait() 129 int pthread_mutex_destroy(pthread_mutex_t* m) in pthread_mutex_destroy() 141 int pthread_mutex_lock(pthread_mutex_t* m) in pthread_mutex_lock() 147 int pthread_mutex_trylock(pthread_mutex_t* m) in pthread_mutex_trylock() [all …]
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/api/python/bindings/dataset/kernels/ir/image/ |
D | bindings.cc | 73 AdjustGammaOperation, 1, ([](const py::module *m) { in __anon682838b20102() 84 AutoContrastOperation, 1, ([](const py::module *m) { in __anon682838b20302() 94 PYBIND_REGISTER(BoundingBoxAugmentOperation, 1, ([](const py::module *m) { in __anon682838b20502() 107 CenterCropOperation, 1, ([](const py::module *m) { in __anon682838b20702() 118 ConvertColorOperation, 1, ([](const py::module *m) { in __anon682838b20902() 128 PYBIND_REGISTER(CropOperation, 1, ([](const py::module *m) { in __anon682838b20b02() 142 CutMixBatchOperation, 1, ([](const py::module *m) { in __anon682838b20d02() 152 PYBIND_REGISTER(CutOutOperation, 1, ([](const py::module *m) { in __anon682838b20f02() 163 PYBIND_REGISTER(DecodeOperation, 1, ([](const py::module *m) { in __anon682838b21102() 178 PYBIND_REGISTER(EqualizeOperation, 1, ([](const py::module *m) { in __anon682838b21402() [all …]
|
/third_party/boost/boost/regex/v4/ |
D | sub_match.hpp | 199 const sub_match<RandomAccessIterator>& m) in operator ==() 203 const sub_match<RandomAccessIterator>& m) in operator !=() 207 const sub_match<RandomAccessIterator>& m) in operator <() 211 const sub_match<RandomAccessIterator>& m) in operator <=() 215 const sub_match<RandomAccessIterator>& m) in operator >=() 219 const sub_match<RandomAccessIterator>& m) in operator >() 223 inline bool operator == (const sub_match<RandomAccessIterator>& m, in operator ==() 227 inline bool operator != (const sub_match<RandomAccessIterator>& m, in operator !=() 231 inline bool operator < (const sub_match<RandomAccessIterator>& m, in operator <() 235 inline bool operator > (const sub_match<RandomAccessIterator>& m, in operator >() [all …]
|
/third_party/libpng/ |
D | pngdebug.h | 60 # define png_debug(l,m) _RPT0(_CRT_WARN,m PNG_STRING_NEWLINE) argument 63 # define png_debug1(l,m,p1) _RPT1(_CRT_WARN,m PNG_STRING_NEWLINE,p1) argument 66 # define png_debug2(l,m,p1,p2) \ argument 81 # define png_debug(l,m) \ argument 89 # define png_debug1(l,m,p1) \ argument 97 # define png_debug2(l,m,p1,p2) \ argument 106 # define png_debug(l,m) \ argument 117 # define png_debug1(l,m,p1) \ argument 128 # define png_debug2(l,m,p1,p2) \ argument 145 # define png_debug(l, m) ((void)0) argument [all …]
|
/third_party/flutter/skia/third_party/externals/libpng/ |
D | pngdebug.h | 60 # define png_debug(l,m) _RPT0(_CRT_WARN,m PNG_STRING_NEWLINE) argument 63 # define png_debug1(l,m,p1) _RPT1(_CRT_WARN,m PNG_STRING_NEWLINE,p1) argument 66 # define png_debug2(l,m,p1,p2) \ argument 81 # define png_debug(l,m) \ argument 89 # define png_debug1(l,m,p1) \ argument 97 # define png_debug2(l,m,p1,p2) \ argument 106 # define png_debug(l,m) \ argument 117 # define png_debug1(l,m,p1) \ argument 128 # define png_debug2(l,m,p1,p2) \ argument 145 # define png_debug(l, m) ((void)0) argument [all …]
|
/third_party/skia/third_party/externals/libpng/ |
D | pngdebug.h | 60 # define png_debug(l,m) _RPT0(_CRT_WARN,m PNG_STRING_NEWLINE) argument 63 # define png_debug1(l,m,p1) _RPT1(_CRT_WARN,m PNG_STRING_NEWLINE,p1) argument 66 # define png_debug2(l,m,p1,p2) \ argument 81 # define png_debug(l,m) \ argument 89 # define png_debug1(l,m,p1) \ argument 97 # define png_debug2(l,m,p1,p2) \ argument 106 # define png_debug(l,m) \ argument 117 # define png_debug1(l,m,p1) \ argument 128 # define png_debug2(l,m,p1,p2) \ argument 145 # define png_debug(l, m) ((void)0) argument [all …]
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/api/python/bindings/dataset/kernels/ir/ |
D | bindings.cc | 50 PYBIND_REGISTER(TensorOperation, 0, ([](const py::module *m) { in __anon360f34600102() 56 PluginOperation, 1, ([](const py::module *m) { in __anon360f34600202() 62 PYBIND_REGISTER(NoOp, 1, ([](const py::module *m) { in __anon360f34600302() 67 ComposeOperation, 1, ([](const py::module *m) { in __anon360f34600402() 80 ConcatenateOperation, 1, ([](const py::module *m) { in __anon360f34600602() 92 DuplicateOperation, 1, ([](const py::module *m) { in __anon360f34600802() 102 PYBIND_REGISTER(FillOperation, 1, ([](const py::module *m) { in __anon360f34600a02() 113 PYBIND_REGISTER(MaskOperation, 1, ([](const py::module *m) { in __anon360f34600c02() 125 OneHotOperation, 1, ([](const py::module *m) { in __anon360f34600e02() 136 PadEndOperation, 1, ([](const py::module *m) { in __anon360f34601002() [all …]
|
/third_party/mesa3d/src/microsoft/compiler/ |
D | dxil_module.c | 36 dxil_module_init(struct dxil_module *m, void *ralloc_ctx) in dxil_module_init() 62 dxil_module_release(struct dxil_module *m) in dxil_module_release() 90 enter_subblock(struct dxil_module *m, unsigned id, unsigned abbrev_width) in enter_subblock() 107 exit_block(struct dxil_module *m) in exit_block() 143 emit_record(struct dxil_module *m, unsigned code, in emit_record() 150 emit_record_int(struct dxil_module *m, unsigned code, int value) in emit_record_int() 339 create_type(struct dxil_module *m, enum type_type type) in create_type() 452 dxil_module_get_void_type(struct dxil_module *m) in dxil_module_get_void_type() 460 create_int_type(struct dxil_module *m, unsigned bit_size) in create_int_type() 469 get_int1_type(struct dxil_module *m) in get_int1_type() [all …]
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/ |
D | simd_mat4.inl | 88 mat4 const & m 114 fmat4x4SIMD const & m 127 fmat4x4SIMD const & m 139 fmat4x4SIMD const & m 152 fmat4x4SIMD const & m 161 fmat4x4SIMD const & m 246 const fmat4x4SIMD &m, 262 const fmat4x4SIMD &m 292 const fmat4x4SIMD &m, 308 const fmat4x4SIMD &m [all …]
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/api/python/bindings/dataset/core/ |
D | bindings.cc | 29 PYBIND_REGISTER(GlobalContext, 0, ([](const py::module *m) { in __anon7cba642b0102() 34 PYBIND_REGISTER(ConfigManager, 0, ([](const py::module *m) { in __anon7cba642b0202() 64 PYBIND_REGISTER(Tensor, 0, ([](const py::module *m) { in __anon7cba642b0502() 92 PYBIND_REGISTER(TensorShape, 0, ([](const py::module *m) { in __anon7cba642b0902() 100 PYBIND_REGISTER(DataType, 0, ([](const py::module *m) { in __anon7cba642b0a02() 108 PYBIND_REGISTER(BorderType, 0, ([](const py::module *m) { in __anon7cba642b0c02() 117 PYBIND_REGISTER(InterpolationMode, 0, ([](const py::module *m) { in __anon7cba642b0d02() 127 PYBIND_REGISTER(ImageBatchFormat, 0, ([](const py::module *m) { in __anon7cba642b0e02() 134 PYBIND_REGISTER(SliceMode, 0, ([](const py::module *m) { in __anon7cba642b0f02() 141 PYBIND_REGISTER(ConvertMode, 0, ([](const py::module *m) { in __anon7cba642b1002()
|