/third_party/node/test/parallel/ |
D | test-domain-promise.js | 45 const d1 = domain.create(); constant 60 const d1 = domain.create(); constant 75 const d1 = domain.create(); constant 92 const d1 = domain.create(); constant
|
/third_party/boost/libs/move/test/ |
D | unique_ptr_default_deleter.cpp | 68 bml::default_delete<A> d1 = d2; in test() local 80 bml::default_delete<const A[]> d1 = d2; in test() local 90 bml::default_delete<const A[2]> d1 = d2; in test() local 114 bml::default_delete<A> d1; in test() local 127 bml::default_delete<const A[]> d1; in test() local 138 bml::default_delete<const A[2]> d1; in test() local
|
/third_party/boost/libs/python/test/numpy/ |
D | indexing.cpp | 15 p::object indexarray(np::ndarray ndarr, np::ndarray d1) { return ndarr[d1];} in indexarray() 16 p::object indexarray_2d(np::ndarray ndarr, np::ndarray d1,np::ndarray d2) { return ndarr[p::make_tu… in indexarray_2d() 17 p::object indexslice(np::ndarray ndarr, np::ndarray d1, p::slice sl) { return ndarr[p::make_tuple(d… in indexslice()
|
/third_party/boost/libs/mpl/test/ |
D | deque.cpp | 30 typedef deque<char> d1; in MPL_TEST_CASE() typedef 70 typedef push_back<d0,int>::type d1; in MPL_TEST_CASE() typedef 84 typedef deque<char> d1; in MPL_TEST_CASE() typedef
|
/third_party/boost/libs/spirit/test/qi/ |
D | attr.cpp | 34 double d1 = 1.0; in main() local 54 double d1 = 2.0; in main() local
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/ |
D | gstaudiopack-dist.c | 244 audio_orc_unpack_u8 (gint32 * ORC_RESTRICT d1, const guint8 * ORC_RESTRICT s1, in audio_orc_unpack_u8() 321 audio_orc_unpack_u8 (gint32 * ORC_RESTRICT d1, const guint8 * ORC_RESTRICT s1, in audio_orc_unpack_u8() 380 audio_orc_unpack_u8_trunc (gint32 * ORC_RESTRICT d1, in audio_orc_unpack_u8_trunc() 463 audio_orc_unpack_u8_trunc (gint32 * ORC_RESTRICT d1, in audio_orc_unpack_u8_trunc() 526 audio_orc_unpack_s8 (gint32 * ORC_RESTRICT d1, const guint8 * ORC_RESTRICT s1, in audio_orc_unpack_s8() 603 audio_orc_unpack_s8 (gint32 * ORC_RESTRICT d1, const guint8 * ORC_RESTRICT s1, in audio_orc_unpack_s8() 663 audio_orc_unpack_s8_trunc (gint32 * ORC_RESTRICT d1, in audio_orc_unpack_s8_trunc() 726 audio_orc_unpack_s8_trunc (gint32 * ORC_RESTRICT d1, in audio_orc_unpack_s8_trunc() 786 audio_orc_unpack_u16 (gint32 * ORC_RESTRICT d1, const guint8 * ORC_RESTRICT s1, in audio_orc_unpack_u16() 873 audio_orc_unpack_u16 (gint32 * ORC_RESTRICT d1, const guint8 * ORC_RESTRICT s1, in audio_orc_unpack_u16() [all …]
|
D | gstaudiopack.c | 244 audio_orc_unpack_u8 (gint32 * ORC_RESTRICT d1, const guint8 * ORC_RESTRICT s1, in audio_orc_unpack_u8() 321 audio_orc_unpack_u8 (gint32 * ORC_RESTRICT d1, const guint8 * ORC_RESTRICT s1, in audio_orc_unpack_u8() 380 audio_orc_unpack_u8_trunc (gint32 * ORC_RESTRICT d1, in audio_orc_unpack_u8_trunc() 463 audio_orc_unpack_u8_trunc (gint32 * ORC_RESTRICT d1, in audio_orc_unpack_u8_trunc() 526 audio_orc_unpack_s8 (gint32 * ORC_RESTRICT d1, const guint8 * ORC_RESTRICT s1, in audio_orc_unpack_s8() 603 audio_orc_unpack_s8 (gint32 * ORC_RESTRICT d1, const guint8 * ORC_RESTRICT s1, in audio_orc_unpack_s8() 663 audio_orc_unpack_s8_trunc (gint32 * ORC_RESTRICT d1, in audio_orc_unpack_s8_trunc() 726 audio_orc_unpack_s8_trunc (gint32 * ORC_RESTRICT d1, in audio_orc_unpack_s8_trunc() 786 audio_orc_unpack_u16 (gint32 * ORC_RESTRICT d1, const guint8 * ORC_RESTRICT s1, in audio_orc_unpack_u16() 873 audio_orc_unpack_u16 (gint32 * ORC_RESTRICT d1, const guint8 * ORC_RESTRICT s1, in audio_orc_unpack_u16() [all …]
|
/third_party/mesa3d/src/util/ |
D | u_memset.h | 34 long d0, d1; in util_memset32() local 53 long d0, d1; in util_memset64() local
|
/third_party/boost/libs/geometry/test/algorithms/ |
D | test_centroid.hpp | 69 void test_centroid(Geometry const& geometry, T const& d1, T const& d2, T const& d3 = T(), T const& … in test_centroid() 93 void test_centroid(std::string const& wkt, T const& d1, T const& d2, T const& d3 = T(), T const& d4… in test_centroid() 102 void test_centroid(Geometry const& geometry, T const& d1, T const& d2, T const& d3 = T(), T const& … in test_centroid() 108 void test_centroid(std::string const& wkt, T const& d1, T const& d2, T const& d3 = T(), T const& d4… in test_centroid()
|
/third_party/boost/libs/qvm/test/ |
D | dot_qq_test.cpp | 25 float d1=dot(x,y); in test() local 32 double d1=dot(x,y); in test() local
|
D | dot_vv_test.cpp | 26 float d1=dot(x,y); in test() local 33 double d1=dot(x,y); in test() local
|
/third_party/boost/libs/multiprecision/test/ |
D | issue_13148.cpp | 12 boost::multiprecision::cpp_dec_float_50 d1(str); in rationalfromStr() local 19 boost::multiprecision::cpp_bin_float_50 d1(str); in rationalfromStr2() local
|
/third_party/gstreamer/gstplugins_base/gst/adder/ |
D | gstadderorc.c | 187 adder_orc_add_s32 (gint32 * ORC_RESTRICT d1, const gint32 * ORC_RESTRICT s1, in adder_orc_add_s32() 244 adder_orc_add_s32 (gint32 * ORC_RESTRICT d1, const gint32 * ORC_RESTRICT s1, in adder_orc_add_s32() 299 adder_orc_add_s16 (gint16 * ORC_RESTRICT d1, const gint16 * ORC_RESTRICT s1, in adder_orc_add_s16() 356 adder_orc_add_s16 (gint16 * ORC_RESTRICT d1, const gint16 * ORC_RESTRICT s1, in adder_orc_add_s16() 411 adder_orc_add_s8 (gint8 * ORC_RESTRICT d1, const gint8 * ORC_RESTRICT s1, int n) in adder_orc_add_s8() 467 adder_orc_add_s8 (gint8 * ORC_RESTRICT d1, const gint8 * ORC_RESTRICT s1, int n) in adder_orc_add_s8() 520 adder_orc_add_u32 (guint32 * ORC_RESTRICT d1, const guint32 * ORC_RESTRICT s1, in adder_orc_add_u32() 581 adder_orc_add_u32 (guint32 * ORC_RESTRICT d1, const guint32 * ORC_RESTRICT s1, in adder_orc_add_u32() 636 adder_orc_add_u16 (guint16 * ORC_RESTRICT d1, const guint16 * ORC_RESTRICT s1, in adder_orc_add_u16() 693 adder_orc_add_u16 (guint16 * ORC_RESTRICT d1, const guint16 * ORC_RESTRICT s1, in adder_orc_add_u16() [all …]
|
D | gstadderorc-dist.c | 187 adder_orc_add_s32 (gint32 * ORC_RESTRICT d1, const gint32 * ORC_RESTRICT s1, in adder_orc_add_s32() 244 adder_orc_add_s32 (gint32 * ORC_RESTRICT d1, const gint32 * ORC_RESTRICT s1, in adder_orc_add_s32() 299 adder_orc_add_s16 (gint16 * ORC_RESTRICT d1, const gint16 * ORC_RESTRICT s1, in adder_orc_add_s16() 356 adder_orc_add_s16 (gint16 * ORC_RESTRICT d1, const gint16 * ORC_RESTRICT s1, in adder_orc_add_s16() 411 adder_orc_add_s8 (gint8 * ORC_RESTRICT d1, const gint8 * ORC_RESTRICT s1, int n) in adder_orc_add_s8() 467 adder_orc_add_s8 (gint8 * ORC_RESTRICT d1, const gint8 * ORC_RESTRICT s1, int n) in adder_orc_add_s8() 520 adder_orc_add_u32 (guint32 * ORC_RESTRICT d1, const guint32 * ORC_RESTRICT s1, in adder_orc_add_u32() 581 adder_orc_add_u32 (guint32 * ORC_RESTRICT d1, const guint32 * ORC_RESTRICT s1, in adder_orc_add_u32() 636 adder_orc_add_u16 (guint16 * ORC_RESTRICT d1, const guint16 * ORC_RESTRICT s1, in adder_orc_add_u16() 693 adder_orc_add_u16 (guint16 * ORC_RESTRICT d1, const guint16 * ORC_RESTRICT s1, in adder_orc_add_u16() [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | typeGuardOfFormInstanceOfOnInterface.js | 28 var d1: D1; variable 52 var d1; variable
|
D | unionAndIntersectionInference2.js | 7 var d1: string | { name: string }; variable 31 var d1; variable
|
D | typeGuardOfFormIsTypeOnInterfaces.js | 35 var d1: D1; variable 63 var d1; variable
|
D | destructuringVariableDeclaration2.js | 20 var {d: {d1 = ["string", null]}}: { d: { d1: number[] } } = { d: { d1: [1, 2] } }; // Error property 38 var _j = { d: { d1: [1, 2] } }.d.d1, d1 = _j === void 0 ? ["string", null] : _j; // Error variable
|
/third_party/gstreamer/gstplugins_base/gst/audiomixer/ |
D | gstaudiomixerorc.c | 180 audiomixer_orc_add_s32 (gint32 * ORC_RESTRICT d1, in audiomixer_orc_add_s32() 237 audiomixer_orc_add_s32 (gint32 * ORC_RESTRICT d1, in audiomixer_orc_add_s32() 292 audiomixer_orc_add_s16 (gint16 * ORC_RESTRICT d1, in audiomixer_orc_add_s16() 349 audiomixer_orc_add_s16 (gint16 * ORC_RESTRICT d1, in audiomixer_orc_add_s16() 404 audiomixer_orc_add_s8 (gint8 * ORC_RESTRICT d1, const gint8 * ORC_RESTRICT s1, in audiomixer_orc_add_s8() 461 audiomixer_orc_add_s8 (gint8 * ORC_RESTRICT d1, const gint8 * ORC_RESTRICT s1, in audiomixer_orc_add_s8() 516 audiomixer_orc_add_u32 (guint32 * ORC_RESTRICT d1, in audiomixer_orc_add_u32() 577 audiomixer_orc_add_u32 (guint32 * ORC_RESTRICT d1, in audiomixer_orc_add_u32() 632 audiomixer_orc_add_u16 (guint16 * ORC_RESTRICT d1, in audiomixer_orc_add_u16() 689 audiomixer_orc_add_u16 (guint16 * ORC_RESTRICT d1, in audiomixer_orc_add_u16() [all …]
|
D | gstaudiomixerorc-dist.c | 180 audiomixer_orc_add_s32 (gint32 * ORC_RESTRICT d1, in audiomixer_orc_add_s32() 237 audiomixer_orc_add_s32 (gint32 * ORC_RESTRICT d1, in audiomixer_orc_add_s32() 292 audiomixer_orc_add_s16 (gint16 * ORC_RESTRICT d1, in audiomixer_orc_add_s16() 349 audiomixer_orc_add_s16 (gint16 * ORC_RESTRICT d1, in audiomixer_orc_add_s16() 404 audiomixer_orc_add_s8 (gint8 * ORC_RESTRICT d1, const gint8 * ORC_RESTRICT s1, in audiomixer_orc_add_s8() 461 audiomixer_orc_add_s8 (gint8 * ORC_RESTRICT d1, const gint8 * ORC_RESTRICT s1, in audiomixer_orc_add_s8() 516 audiomixer_orc_add_u32 (guint32 * ORC_RESTRICT d1, in audiomixer_orc_add_u32() 577 audiomixer_orc_add_u32 (guint32 * ORC_RESTRICT d1, in audiomixer_orc_add_u32() 632 audiomixer_orc_add_u16 (guint16 * ORC_RESTRICT d1, in audiomixer_orc_add_u16() 689 audiomixer_orc_add_u16 (guint16 * ORC_RESTRICT d1, in audiomixer_orc_add_u16() [all …]
|
/third_party/typescript/tests/cases/fourslash/ |
D | findReferencesJSXTagName3.ts | 23 const [d0Def, d0, c0Def, c0, d1Def, d1, d2Def, d2, d3, d4, c1Def, c1, c2] = test.ranges(); constant 25 const allD = [d0, d1, d2, d3, d4]; constant
|
/third_party/ffmpeg/libavutil/tests/ |
D | softfloat.c | 39 double d1, d2, d3; in main() local 58 d1= i; in main() local
|
/third_party/gstreamer/gstplugins_base/gst/volume/ |
D | gstvolumeorc-dist.c | 175 volume_orc_scalarmultiply_f64_ns (double *ORC_RESTRICT d1, double p1, int n) in volume_orc_scalarmultiply_f64_ns() 245 volume_orc_scalarmultiply_f64_ns (double *ORC_RESTRICT d1, double p1, int n) in volume_orc_scalarmultiply_f64_ns() 307 volume_orc_scalarmultiply_f32_ns (float *ORC_RESTRICT d1, float p1, int n) in volume_orc_scalarmultiply_f32_ns() 375 volume_orc_scalarmultiply_f32_ns (float *ORC_RESTRICT d1, float p1, int n) in volume_orc_scalarmultiply_f32_ns() 436 volume_orc_process_int32 (gint32 * ORC_RESTRICT d1, int p1, int n) in volume_orc_process_int32() 500 volume_orc_process_int32 (gint32 * ORC_RESTRICT d1, int p1, int n) in volume_orc_process_int32() 561 volume_orc_process_int32_clamp (gint32 * ORC_RESTRICT d1, int p1, int n) in volume_orc_process_int32_clamp() 625 volume_orc_process_int32_clamp (gint32 * ORC_RESTRICT d1, int p1, int n) in volume_orc_process_int32_clamp() 688 volume_orc_process_int16 (gint16 * ORC_RESTRICT d1, int p1, int n) in volume_orc_process_int16() 752 volume_orc_process_int16 (gint16 * ORC_RESTRICT d1, int p1, int n) in volume_orc_process_int16() [all …]
|
D | gstvolumeorc.c | 175 volume_orc_scalarmultiply_f64_ns (double *ORC_RESTRICT d1, double p1, int n) in volume_orc_scalarmultiply_f64_ns() 245 volume_orc_scalarmultiply_f64_ns (double *ORC_RESTRICT d1, double p1, int n) in volume_orc_scalarmultiply_f64_ns() 307 volume_orc_scalarmultiply_f32_ns (float *ORC_RESTRICT d1, float p1, int n) in volume_orc_scalarmultiply_f32_ns() 375 volume_orc_scalarmultiply_f32_ns (float *ORC_RESTRICT d1, float p1, int n) in volume_orc_scalarmultiply_f32_ns() 436 volume_orc_process_int32 (gint32 * ORC_RESTRICT d1, int p1, int n) in volume_orc_process_int32() 500 volume_orc_process_int32 (gint32 * ORC_RESTRICT d1, int p1, int n) in volume_orc_process_int32() 561 volume_orc_process_int32_clamp (gint32 * ORC_RESTRICT d1, int p1, int n) in volume_orc_process_int32_clamp() 625 volume_orc_process_int32_clamp (gint32 * ORC_RESTRICT d1, int p1, int n) in volume_orc_process_int32_clamp() 688 volume_orc_process_int16 (gint16 * ORC_RESTRICT d1, int p1, int n) in volume_orc_process_int16() 752 volume_orc_process_int16 (gint16 * ORC_RESTRICT d1, int p1, int n) in volume_orc_process_int16() [all …]
|
/third_party/ntfs-3g/libntfs-3g/ |
D | collate.c | 90 u32 d1, d2; in ntfs_collate_ntofs_ulong() local 124 u32 d1, d2; in ntfs_collate_ntofs_ulongs() local 170 u32 d1, d2; in ntfs_collate_ntofs_security_hash() local
|