Home
last modified time | relevance | path

Searched defs:d1 (Results 1 – 25 of 493) sorted by relevance

12345678910>>...20

/third_party/node/test/parallel/
Dtest-domain-promise.js45 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/
Dunique_ptr_default_deleter.cpp68 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/
Dindexing.cpp15 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/
Ddeque.cpp30 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/
Dattr.cpp34 double d1 = 1.0; in main() local
54 double d1 = 2.0; in main() local
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Dgstaudiopack-dist.c244 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 …]
Dgstaudiopack.c244 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/
Du_memset.h34 long d0, d1; in util_memset32() local
53 long d0, d1; in util_memset64() local
/third_party/boost/libs/geometry/test/algorithms/
Dtest_centroid.hpp69 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/
Ddot_qq_test.cpp25 float d1=dot(x,y); in test() local
32 double d1=dot(x,y); in test() local
Ddot_vv_test.cpp26 float d1=dot(x,y); in test() local
33 double d1=dot(x,y); in test() local
/third_party/boost/libs/multiprecision/test/
Dissue_13148.cpp12 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/
Dgstadderorc.c187 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 …]
Dgstadderorc-dist.c187 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/
DtypeGuardOfFormInstanceOfOnInterface.js28 var d1: D1; variable
52 var d1; variable
DunionAndIntersectionInference2.js7 var d1: string | { name: string }; variable
31 var d1; variable
DtypeGuardOfFormIsTypeOnInterfaces.js35 var d1: D1; variable
63 var d1; variable
DdestructuringVariableDeclaration2.js20 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/
Dgstaudiomixerorc.c180 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 …]
Dgstaudiomixerorc-dist.c180 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/
DfindReferencesJSXTagName3.ts23 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/
Dsoftfloat.c39 double d1, d2, d3; in main() local
58 d1= i; in main() local
/third_party/gstreamer/gstplugins_base/gst/volume/
Dgstvolumeorc-dist.c175 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 …]
Dgstvolumeorc.c175 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/
Dcollate.c90 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

12345678910>>...20