| /third_party/boost/libs/endian/test/ |
| D | store_convenience_test.cpp | 79 unsigned char w2[] = { 0x01, 0x02, 0xAA }; in main() local 109 unsigned char w2[] = { 0x01, 0x02, 0x03, 0xAA }; in main() local 139 unsigned char w2[] = { 0x01, 0x02, 0x03, 0x04, 0xAA }; in main() local 169 unsigned char w2[] = { 0x01, 0x02, 0x03, 0x04, 0x05, 0xAA }; in main() local 199 unsigned char w2[] = { 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0xAA }; in main() local 229 unsigned char w2[] = { 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0xAA }; in main() local 259 unsigned char w2[] = { 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08, 0xAA }; in main() local
|
| D | endian_reverse_test.cpp | 25 static const T w2 = static_cast<T>( 0xF1 ); member 31 template<class T> T const test_value<T, 1>::w2; member in test_value<T, 1> 39 static const T w2 = static_cast<T>( 0xE2F1 ); member 45 template<class T> T const test_value<T, 2>::w2; member in test_value<T, 2> 53 static const T w2 = static_cast<T>( 0xC4D3E2F1 ); member 59 template<class T> T const test_value<T, 4>::w2; member in test_value<T, 4> 67 static const T w2 = static_cast<T>( 0x8897A6B5C4D3E2F1ull ); member 73 template<class T> T const test_value<T, 8>::w2; member in test_value<T, 8> 83 …static const T w2 = static_cast<T>( 0x80796A5B4C3D2E1Full ) << 64 | static_cast<T>( 0x8897A6B5C4D3… member 89 template<class T> T const test_value<T, 16>::w2; member in test_value<T, 16>
|
| /third_party/mesa3d/src/gallium/drivers/r600/sb/ |
| D | sb_bc_decoder.cpp | 486 TEX_WORD2_ALL w2(dw2); in decode_fetch() local 528 MEM_GDS_WORD2_EGCM w2(dw2); in decode_fetch_gds() local 571 MEM_RD_WORD2_R7EGCM w2(dw2); in decode_fetch_mem() local 643 VTX_WORD2_R6 w2(dw2); in decode_fetch_vtx() local 652 VTX_WORD2_R7 w2(dw2); in decode_fetch_vtx() local 662 VTX_WORD2_EG w2(dw2); in decode_fetch_vtx() local 673 VTX_WORD2_CM w2(dw2); in decode_fetch_vtx() local
|
| /third_party/boost/libs/variant2/test/ |
| D | variant_value_assign.cpp | 77 int const w2 = 4; in main() local 108 int const w2 = 2; in main() local 144 std::string w2( "s2" ); in main() local 178 X1 const w2{4}; in main() local
|
| /third_party/mindspore/tests/ut/python/parallel/ |
| D | test_batch_parallel.py | 36 def construct(self, x, w1, w2): argument 46 def construct(self, x, w1, w2): argument 91 def construct(self, x, w1, w2): argument
|
| /third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/intrinsics/sse/ |
| D | ConvDwFp32Row_sse.c | 36 __m128 w2 = _mm_loadu_ps(weight_tmp + 4); in ConvDwFp32Row() local 59 __m128 w2 = _mm_loadu_ps(weight_tmp + 4); in ConvDwFp32Row() local
|
| /third_party/boost/boost/math/interpolators/ |
| D | pchip.hpp | 46 Real w2 = hk + 2*hkm1; in pchip() local 103 Real w2 = hk + 2*hkm1; in push_back() local
|
| D | makima.hpp | 42 Real w2 = abs(mm1-mm2) + abs(mm1+mm2)/2; in makima() local 141 Real w2 = abs(mim1-mim2) + abs(mim1+mim2)/2; in push_back() local
|
| /third_party/ffmpeg/libavcodec/ |
| D | dirac_dwt_template.c | 68 const int w2 = w >> 1; in RENAME() local 85 const int w2 = w >> 1; in RENAME() local 105 const int w2 = w >> 1; in RENAME() local 129 const int w2 = w >> 1; in RENAME() local 156 const int w2 = w >> 1; in RENAME() local 179 const int w2 = w >> 1; in RENAME() local
|
| D | aacenc_is.c | 38 int i, w2; in ff_aac_is_encoding_err() local 102 int start = 0, count = 0, w, w2, g, i, prev_sf1 = -1, prev_bt = -1, prev_is = 0; in ff_aac_search_for_is() local
|
| D | aaccoder.c | 239 int q, w, w2, g, start = 0; in search_for_quantizers_anmr() local 399 int start = 0, i, w, w2, g; in search_for_quantizers_fast() local 546 int w, g, w2, i; in search_for_pns() local 688 int w, g, w2; in mark_pns() local 758 int start = 0, i, w, w2, g, sid_sf_boost, prev_mid, prev_side; in search_for_ms() local
|
| D | aacenc.c | 256 int i, w, w2, g, ch; in adjust_frame_information() local 306 int w, w2, g, i; in apply_intensity_stereo() local 335 int w, w2, g, i; in apply_mid_side_stereo() local 439 int start, i, w, w2; in encode_spectral_coeffs() local
|
| /third_party/libunwind/src/hppa/ |
| D | Gis_signal_frame.c | 33 unw_word_t w0, w1, w2, w3, ip; in unw_is_signal_frame() local
|
| /third_party/node/test/parallel/ |
| D | test-stream-writable-constructor-set-methods.js | 30 const w2 = new Writable({ write: _write, writev: _writev }); constant
|
| /third_party/ffmpeg/libavcodec/x86/ |
| D | dirac_dwt_init.c | 147 int w2= w>>1; in horizontal_compose_dd97i_ssse3() local
|
| D | lossless_videodsp_init.c | 55 x86_reg w2 = -w; in add_median_pred_cmov() local
|
| /third_party/gstreamer/gstplugins_bad/sys/decklink/win/ |
| D | DeckLinkAPI_i.c | 43 #define MIDL_DEFINE_GUID(type,name,l,w1,w2,b1,b2,b3,b4,b5,b6,b7,b8) \ argument
|
| /third_party/mindspore/tests/st/ops/gpu/ |
| D | test_cudnn_inplace_fusion.py | 29 def __init__(self, w1, w2): argument
|
| /third_party/boost/libs/wave/test/testwave/testfiles/ |
| D | t_2_020.cpp | 47 int w2; variable
|
| /third_party/cmsis/CMSIS/DSP/Source/SupportFunctions/ |
| D | arm_barycenter_f32.c | 87 float32_t w1, w2, w3, w4; in arm_barycenter_f32() local 205 float32_t accum, w,w1,w2,w3,w4; in arm_barycenter_f32() local
|
| /third_party/typescript/tests/baselines/reference/ |
| D | staticInstanceResolution5.js | 40 var y = function (w2) { }; argument
|
| /third_party/boost/boost/integer/ |
| D | extended_euclidean.hpp | 51 Z w2; in extended_euclidean() local
|
| /third_party/libunwind/src/arm/ |
| D | Gos-freebsd.c | 101 unw_word_t w0, w1, w2, w3, ip; in unw_is_signal_frame() local
|
| /third_party/libunwind/src/x86_64/ |
| D | Gos-freebsd.c | 41 unw_word_t w0, w1, w2, b0, ip; in unw_is_signal_frame() local
|
| /third_party/boost/libs/math/test/ |
| D | wavelet_transform_test.cpp | 67 Real w2 = Wf(-s, 0.0); in test_wavelet_transform() local
|