Home
last modified time | relevance | path

Searched defs:w2 (Results 1 – 25 of 165) sorted by relevance

1234567

/third_party/boost/libs/endian/test/
Dstore_convenience_test.cpp79 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
Dendian_reverse_test.cpp25 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/
Dsb_bc_decoder.cpp486 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/
Dvariant_value_assign.cpp77 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/
Dtest_batch_parallel.py36 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/
DConvDwFp32Row_sse.c36 __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/
Dpchip.hpp46 Real w2 = hk + 2*hkm1; in pchip() local
103 Real w2 = hk + 2*hkm1; in push_back() local
Dmakima.hpp42 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/
Ddirac_dwt_template.c68 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
Daacenc_is.c38 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
Daaccoder.c239 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
Daacenc.c256 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/
DGis_signal_frame.c33 unw_word_t w0, w1, w2, w3, ip; in unw_is_signal_frame() local
/third_party/node/test/parallel/
Dtest-stream-writable-constructor-set-methods.js30 const w2 = new Writable({ write: _write, writev: _writev }); constant
/third_party/ffmpeg/libavcodec/x86/
Ddirac_dwt_init.c147 int w2= w>>1; in horizontal_compose_dd97i_ssse3() local
Dlossless_videodsp_init.c55 x86_reg w2 = -w; in add_median_pred_cmov() local
/third_party/gstreamer/gstplugins_bad/sys/decklink/win/
DDeckLinkAPI_i.c43 #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/
Dtest_cudnn_inplace_fusion.py29 def __init__(self, w1, w2): argument
/third_party/boost/libs/wave/test/testwave/testfiles/
Dt_2_020.cpp47 int w2; variable
/third_party/cmsis/CMSIS/DSP/Source/SupportFunctions/
Darm_barycenter_f32.c87 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/
DstaticInstanceResolution5.js40 var y = function (w2) { }; argument
/third_party/boost/boost/integer/
Dextended_euclidean.hpp51 Z w2; in extended_euclidean() local
/third_party/libunwind/src/arm/
DGos-freebsd.c101 unw_word_t w0, w1, w2, w3, ip; in unw_is_signal_frame() local
/third_party/libunwind/src/x86_64/
DGos-freebsd.c41 unw_word_t w0, w1, w2, b0, ip; in unw_is_signal_frame() local
/third_party/boost/libs/math/test/
Dwavelet_transform_test.cpp67 Real w2 = Wf(-s, 0.0); in test_wavelet_transform() local

1234567