/third_party/musl/libc-test/src/math/gen/ |
D | mplibm.c | 58 int mpsinpi(struct t *t) { return mpd1(t, sinpi); } in mpsinpi() 61 #define OP(n,op,t) static t n(t x, t y) { t z = x op y; return z; } argument 71 int mpadd(struct t *t) { return mpd2(t, add); } in mpadd() 72 int mpaddf(struct t *t) { return mpf2(t, addf); } in mpaddf() 73 int mpaddl(struct t *t) { return mpl2(t, addl); } in mpaddl() 74 int mpmul(struct t *t) { return mpd2(t, mul); } in mpmul() 75 int mpmulf(struct t *t) { return mpf2(t, mulf); } in mpmulf() 76 int mpmull(struct t *t) { return mpl2(t, mull); } in mpmull() 77 int mpdiv(struct t *t) { return mpd2(t, div); } in mpdiv() 78 int mpdivf(struct t *t) { return mpf2(t, divf); } in mpdivf() [all …]
|
D | mp.c | 45 static int adjust_round(mpfr_t y, mpfr_t x, int t, int r) in adjust_round() 71 static int adjust(mpfr_t mr, mpfr_t my, int t, int r, int type) in adjust() 118 static void genf(struct t *p, mpfr_t my, int t, int r) in genf() 172 static void gend(struct t *p, mpfr_t my, int t, int r) in gend() 227 static void genl(struct t *p, mpfr_t my, int t, int r) in genl() 350 int mpsinpi(struct t *t) { return mpd1(t, wrap_sinpi); } in mpsinpi() 352 int mpadd(struct t *t) { return mpd2(t, mpfr_add); } in mpadd() 353 int mpaddf(struct t *t) { return mpf2(t, mpfr_add); } in mpaddf() 354 int mpaddl(struct t *t) { return mpl2(t, mpfr_add); } in mpaddl() 355 int mpmul(struct t *t) { return mpd2(t, mpfr_mul); } in mpmul() [all …]
|
D | gen.h | 30 struct t { struct 31 int type; argument 32 int r; argument 39 float dy; argument 40 float dy2; argument 41 int e; argument 61 #define T(f,x) int mp##f(struct t *); argument
|
/third_party/boost/boost/archive/detail/ |
D | polymorphic_iarchive_route.hpp | 60 void *t, in load_object() 66 void * & t, in load_pointer() 92 void load_binary(void * t, std::size_t size) BOOST_OVERRIDE { in load_binary() 96 void load(bool & t) BOOST_OVERRIDE { in load() 99 void load(char & t) BOOST_OVERRIDE { in load() 102 void load(signed char & t) BOOST_OVERRIDE { in load() 105 void load(unsigned char & t) BOOST_OVERRIDE { in load() 110 void load(wchar_t & t) BOOST_OVERRIDE { in load() 115 void load(short & t) BOOST_OVERRIDE { in load() 118 void load(unsigned short & t) BOOST_OVERRIDE { in load() [all …]
|
D | polymorphic_oarchive_route.hpp | 66 const void * t, in save_pointer() 75 void save(const bool t) BOOST_OVERRIDE { in save() 78 void save(const char t) BOOST_OVERRIDE { in save() 81 void save(const signed char t) BOOST_OVERRIDE { in save() 84 void save(const unsigned char t) BOOST_OVERRIDE { in save() 89 void save(const wchar_t t) BOOST_OVERRIDE { in save() 94 void save(const short t) BOOST_OVERRIDE { in save() 97 void save(const unsigned short t) BOOST_OVERRIDE { in save() 100 void save(const int t) BOOST_OVERRIDE { in save() 103 void save(const unsigned int t) BOOST_OVERRIDE { in save() [all …]
|
D | common_oarchive.hpp | 43 void vsave(const version_type t) BOOST_OVERRIDE { in vsave() 46 void vsave(const object_id_type t) BOOST_OVERRIDE { in vsave() 49 void vsave(const object_reference_type t) BOOST_OVERRIDE { in vsave() 52 void vsave(const class_id_type t) BOOST_OVERRIDE { in vsave() 55 void vsave(const class_id_reference_type t) BOOST_OVERRIDE { in vsave() 58 void vsave(const class_id_optional_type t) BOOST_OVERRIDE { in vsave() 61 void vsave(const class_name_type & t) BOOST_OVERRIDE { in vsave() 64 void vsave(const tracking_type t) BOOST_OVERRIDE { in vsave() 70 void save_override(T & t){ in save_override()
|
/third_party/node/deps/npm/node_modules/es6-promise/dist/ |
D | es6-promise.min.js | 1 !function(t,e){"object"==typeof exports&&"undefined"!=typeof module?module.exports=e():"function"==… argument
|
D | es6-promise.auto.min.js | 1 !function(t,e){"object"==typeof exports&&"undefined"!=typeof module?module.exports=e():"function"==… argument
|
/third_party/grpc/src/core/ext/transport/chttp2/transport/ |
D | stream_lists.cc | 48 static bool stream_list_empty(grpc_chttp2_transport* t, in stream_list_empty() 53 static bool stream_list_pop(grpc_chttp2_transport* t, in stream_list_pop() 77 static void stream_list_remove(grpc_chttp2_transport* t, grpc_chttp2_stream* s, in stream_list_remove() 98 static bool stream_list_maybe_remove(grpc_chttp2_transport* t, in stream_list_maybe_remove() 109 static void stream_list_add_tail(grpc_chttp2_transport* t, in stream_list_add_tail() 130 static bool stream_list_add(grpc_chttp2_transport* t, grpc_chttp2_stream* s, in stream_list_add() 141 bool grpc_chttp2_list_add_writable_stream(grpc_chttp2_transport* t, in grpc_chttp2_list_add_writable_stream() 147 bool grpc_chttp2_list_pop_writable_stream(grpc_chttp2_transport* t, in grpc_chttp2_list_pop_writable_stream() 152 bool grpc_chttp2_list_remove_writable_stream(grpc_chttp2_transport* t, in grpc_chttp2_list_remove_writable_stream() 157 bool grpc_chttp2_list_add_writing_stream(grpc_chttp2_transport* t, in grpc_chttp2_list_add_writing_stream() [all …]
|
/third_party/pulseaudio/src/pulsecore/ |
D | tagstruct.c | 64 pa_tagstruct*t; in pa_tagstruct_new() local 77 pa_tagstruct*t; in pa_tagstruct_new_fixed() local 91 void pa_tagstruct_free(pa_tagstruct*t) { in pa_tagstruct_free() 100 static inline void extend(pa_tagstruct*t, size_t l) { in extend() 116 static void write_u8(pa_tagstruct *t, uint8_t u) { in write_u8() 121 static int read_u8(pa_tagstruct *t, uint8_t *u) { in read_u8() 129 static void write_u32(pa_tagstruct *t, uint32_t u) { in write_u32() 136 static int read_u32(pa_tagstruct *t, uint32_t *u) { in read_u32() 147 static void write_u64(pa_tagstruct *t, uint64_t u) { in write_u64() 152 static int read_u64(pa_tagstruct *t, uint64_t *u) { in read_u64() [all …]
|
D | thread-posix.c | 53 pa_thread *t = p; in thread_free_cb() local 67 pa_thread *t = userdata; in internal_thread_func() local 88 pa_thread *t; in pa_thread_new() local 107 int pa_thread_is_running(pa_thread *t) { in pa_thread_is_running() 119 void pa_thread_free(pa_thread *t) { in pa_thread_free() 128 void pa_thread_free_nojoin(pa_thread *t) { in pa_thread_free_nojoin() 135 int pa_thread_join(pa_thread *t) { in pa_thread_join() 147 pa_thread *t; in pa_thread_self() local 165 void* pa_thread_get_data(pa_thread *t) { in pa_thread_get_data() 171 void pa_thread_set_data(pa_thread *t, void *userdata) { in pa_thread_set_data() [all …]
|
D | proplist-util.c | 67 const gchar *t; in add_glib_properties() local 84 const gchar *t; in add_gtk_properties() local 94 const char *t; in add_gtk_properties() local 148 pa_proplist *t; in pa_init_proplist() local 157 pa_proplist *t; in pa_init_proplist() local 166 char t[32]; in pa_init_proplist() local 190 char *t; in pa_init_proplist() local 204 const char *t; in pa_init_proplist() local 220 const char *t; in pa_init_proplist() local 250 char *t; in pa_proplist_get_stream_group() local
|
/third_party/boost/boost/math/complex/ |
D | details.hpp | 31 inline T mult_minus_one(const T& t) in mult_minus_one() 37 inline std::complex<T> mult_i(const std::complex<T>& t) in mult_i() 43 inline std::complex<T> mult_minus_i(const std::complex<T>& t) in mult_minus_i() 49 inline T safe_max(T t) in safe_max() 53 inline long double safe_max(long double t) in safe_max() 61 inline float safe_max(float t) in safe_max() 65 inline double safe_max(double t) in safe_max() 71 inline T safe_min(T t) in safe_min() 75 inline long double safe_min(long double t) in safe_min() 83 inline double safe_min(double t) in safe_min() [all …]
|
/third_party/node/deps/npm/node_modules/wcwidth/test/ |
D | index.js | 6 test('handles regular strings', function(t) { argument 11 test('handles multibyte strings', function(t) { argument 16 test('handles multibyte characters mixed with regular characters', function(t) { argument 21 test('ignores control characters e.g. \\n', function(t) { argument 26 test('ignores bad input', function(t) { argument 35 test('ignores nul (charcode 0)', function(t) { argument 40 test('ignores nul mixed with chars', function(t) { argument 45 test('can have custom value for nul', function(t) { argument 52 test('can have custom control char value', function(t) { argument 59 test('negative custom control chars == -1', function(t) { argument
|
/third_party/boost/libs/serialization/example/ |
D | log_archive.hpp | 49 void save_override(T & t){ in save_override() 56 void save_override(const boost::serialization::nvp< T > & t){ in save_override() 64 void save_override(const boost::archive::object_id_type & t){} in save_override() 65 void save_override(const boost::archive::object_reference_type & t){} in save_override() 66 void save_override(const boost::archive::version_type & t){} in save_override() 67 void save_override(const boost::archive::class_id_type & t){} in save_override() 68 void save_override(const boost::archive::class_id_optional_type & t){} in save_override() 69 void save_override(const boost::archive::class_id_reference_type & t){} in save_override() 70 void save_override(const boost::archive::class_name_type & t){} in save_override() 71 void save_override(const boost::archive::tracking_type & t){} in save_override()
|
/third_party/ffmpeg/libavutil/ |
D | mem_internal.h | 79 #define DECLARE_ALIGNED(n,t,v) t __attribute__ ((aligned (n))) v argument 80 #define DECLARE_ASM_ALIGNED(n,t,v) t __attribute__ ((aligned (n))) v argument 81 #define DECLARE_ASM_CONST(n,t,v) const t __attribute__ ((aligned (n))) v argument 83 #define DECLARE_ALIGNED(n,t,v) t __attribute__ ((aligned (FFMIN(n, 16)))) v argument 84 #define DECLARE_ASM_ALIGNED(n,t,v) t av_used __attribute__ ((aligned (FFMIN(n, 16)))) v argument 85 …#define DECLARE_ASM_CONST(n,t,v) static const t av_used __attribute__ ((aligned (FFMIN(n, 16)))… argument 87 #define DECLARE_ALIGNED(n,t,v) t __attribute__ ((aligned (n))) v argument 88 #define DECLARE_ASM_ALIGNED(n,t,v) t av_used __attribute__ ((aligned (n))) v argument 89 #define DECLARE_ASM_CONST(n,t,v) static const t av_used __attribute__ ((aligned (n))) v argument 91 #define DECLARE_ALIGNED(n,t,v) __declspec(align(n)) t v argument [all …]
|
D | mem.h | 109 #define DECLARE_ALIGNED(n,t,v) t __attribute__ ((aligned (n))) v argument 110 #define DECLARE_ASM_ALIGNED(n,t,v) t __attribute__ ((aligned (n))) v argument 111 #define DECLARE_ASM_CONST(n,t,v) const t __attribute__ ((aligned (n))) v argument 113 #define DECLARE_ALIGNED(n,t,v) t __attribute__ ((aligned (FFMIN(n, 16)))) v argument 114 #define DECLARE_ASM_ALIGNED(n,t,v) t av_used __attribute__ ((aligned (FFMIN(n, 16)))) v argument 115 …#define DECLARE_ASM_CONST(n,t,v) static const t av_used __attribute__ ((aligned (FFMIN(n, 16)))… argument 117 #define DECLARE_ALIGNED(n,t,v) t __attribute__ ((aligned (n))) v argument 118 #define DECLARE_ASM_ALIGNED(n,t,v) t av_used __attribute__ ((aligned (n))) v argument 119 #define DECLARE_ASM_CONST(n,t,v) static const t av_used __attribute__ ((aligned (n))) v argument 121 #define DECLARE_ALIGNED(n,t,v) __declspec(align(n)) t v argument [all …]
|
/third_party/mindspore/mindspore/ccsrc/pybind_api/ir/ |
D | dtype_py.cc | 31 "dump_type", [](const TypePtr &t) { return t->type_id(); }, "dump type"); in __anonbf3463190102() 48 .def("__deepcopy__", [](const TypePtr &t, py::dict) { in __anonbf3463190102() 68 [](const Int &t) { // __getstate__ in __anonbf3463190102() 72 [](const py::tuple &t) { // __setstate__ in __anonbf3463190102() 84 [](const UInt &t) { // __getstate__ in __anonbf3463190102() 88 [](const py::tuple &t) { // __setstate__ in __anonbf3463190102() 100 [](const Float &t) { // __getstate__ in __anonbf3463190102() 104 [](const py::tuple &t) { // __setstate__ in __anonbf3463190102() 116 [](const Complex &t) { // __getstate__ in __anonbf3463190102() 120 [](const py::tuple &t) { // __setstate__ in __anonbf3463190102() [all …]
|
/third_party/libnl/python/netlink/ |
D | util.py | 21 def _color(t, c): argument 24 def black(t): argument 27 def red(t): argument 30 def green(t): argument 33 def yellow(t): argument 36 def blue(t): argument 39 def magenta(t): argument 42 def cyan(t): argument 45 def white(t): argument 48 def bold(t): argument [all …]
|
/third_party/skia/third_party/externals/tint/src/reader/wgsl/ |
D | parser_impl_image_storage_type_test.cc | 24 auto t = p->expect_image_storage_type("test"); in TEST_F() local 32 auto t = p->expect_image_storage_type("test"); in TEST_F() local 40 auto t = p->expect_image_storage_type("test"); in TEST_F() local 48 auto t = p->expect_image_storage_type("test"); in TEST_F() local 56 auto t = p->expect_image_storage_type("test"); in TEST_F() local 64 auto t = p->expect_image_storage_type("test"); in TEST_F() local 72 auto t = p->expect_image_storage_type("test"); in TEST_F() local 80 auto t = p->expect_image_storage_type("test"); in TEST_F() local 88 auto t = p->expect_image_storage_type("test"); in TEST_F() local 96 auto t = p->expect_image_storage_type("test"); in TEST_F() local [all …]
|
D | parser_impl_texture_sampler_types_test.cc | 27 auto t = p->texture_sampler_types(); in TEST_F() local 36 auto t = p->texture_sampler_types(); in TEST_F() local 48 auto t = p->texture_sampler_types(); in TEST_F() local 60 auto t = p->texture_sampler_types(); in TEST_F() local 73 auto t = p->texture_sampler_types(); in TEST_F() local 87 auto t = p->texture_sampler_types(); in TEST_F() local 101 auto t = p->texture_sampler_types(); in TEST_F() local 115 auto t = p->texture_sampler_types(); in TEST_F() local 125 auto t = p->texture_sampler_types(); in TEST_F() local 135 auto t = p->texture_sampler_types(); in TEST_F() local [all …]
|
/third_party/node/deps/npm/node_modules/node-gyp/test/ |
D | test-find-visualstudio.js | 38 test('VS2013', function (t) { argument 80 test('VS2013 should not be found on new node versions', function (t) { argument 113 test('VS2015', function (t) { argument 152 test('error from PowerShell', function (t) { argument 163 test('empty output from PowerShell', function (t) { argument 174 test('output from PowerShell not JSON', function (t) { argument 185 test('wrong JSON from PowerShell', function (t) { argument 196 test('empty JSON from PowerShell', function (t) { argument 207 test('future version', function (t) { argument 227 test('single unusable VS2017', function (t) { argument [all …]
|
/third_party/ltp/tools/sparse/sparse-src/validation/ |
D | nocast.c | 10 ulong_nc_t t; in good_use_address() local 17 static ulong_nc_t t; in good_ret_address() local 22 static ulong_nc_t good_deref(ulong_nc_t *t) in good_deref() 28 static ulong_nc_t t; variable 38 static ulong_nc_t good_arith(ulong_nc_t t, unsigned int n) in good_arith() 44 static unsigned long good_ret_samecast(ulong_nc_t t) in good_ret_samecast() 48 static unsigned long long bad_ret_biggercast(ulong_nc_t t) in bad_ret_biggercast() 52 static long bad_ret_signcast(ulong_nc_t t) in bad_ret_signcast() 56 static short bad_ret_smallercast(ulong_nc_t t) in bad_ret_smallercast() 61 static void assign_val(ulong_nc_t t) in assign_val() [all …]
|
/third_party/node/deps/npm/node_modules/isexe/test/ |
D | basic.js | 1 var t = require('tap') variable 25 t.test('setup fixtures', function (t) { argument 39 t.test('promise', { skip: promiseSkip }, function (t) { argument 41 t.test('meow async', function (t) { argument 47 t.test('fail async', function (t) { argument 53 t.test('noent async', function (t) { argument 59 t.test('noent ignore async', function (t) { argument 68 t.test('no promise', function (t) { argument 77 t.test('access', { skip: accessSkip || winSkip }, function (t) { argument 81 t.test('mode', { skip: winSkip }, function (t) { argument [all …]
|
/third_party/node/deps/npm/node_modules/tweetnacl/ |
D | nacl-fast.min.js | 1 !function(r){"use strict";function t(r,t,n,e){r[t]=n>>24&255,r[t+1]=n>>16&255,r[t+2]=n>>8&255,r[t+3… argument
|