/third_party/boost/libs/graph/test/ |
D | cycle_ratio_s382.90.dot | 3 n79 -> n5 [w1=1]; 4 n74 -> n6 [w1=1]; 5 n15 -> n7 [w1=1]; 6 n102 -> n7 [w1=1]; 7 n94 -> n8 [w1=1]; 8 n95 -> n8 [w1=1]; 9 n93 -> n8 [w1=1]; 10 n93 -> n9 [w1=1]; 11 n42 -> n9 [w1=1]; 12 n7 -> n10 [w1=1]; [all …]
|
/third_party/mesa3d/src/gallium/drivers/r600/sb/ |
D | sb_bc_decoder.cpp | 59 CF_WORD1_EG w1(dw1); in decode_cf() local 61 bc.barrier = w1.get_BARRIER(); in decode_cf() 62 bc.cf_const = w1.get_CF_CONST(); in decode_cf() 63 bc.cond = w1.get_COND(); in decode_cf() 64 bc.count = w1.get_COUNT(); in decode_cf() 65 bc.end_of_program = w1.get_END_OF_PROGRAM(); in decode_cf() 66 bc.pop_count = w1.get_POP_COUNT(); in decode_cf() 67 bc.valid_pixel_mode = w1.get_VALID_PIXEL_MODE(); in decode_cf() 68 bc.whole_quad_mode = w1.get_WHOLE_QUAD_MODE(); in decode_cf() 71 CF_WORD1_CM w1(dw1); in decode_cf() local [all …]
|
/third_party/ffmpeg/libavfilter/ |
D | vf_hqx.c | 76 static av_always_inline uint32_t interp_2px(uint32_t c1, int w1, uint32_t c2, int w2, int s) in interp_2px() argument 78 …return (((((c1 & 0xff00ff00) >> 8) * w1 + ((c2 & 0xff00ff00) >> 8) * w2) << (8 - s)) & 0xff00ff00)… in interp_2px() 79 … (((((c1 & 0x00ff00ff) ) * w1 + ((c2 & 0x00ff00ff) ) * w2) >> s ) & 0x00ff00ff); in interp_2px() 83 static av_always_inline uint32_t interp_3px(uint32_t c1, int w1, uint32_t c2, int w2, uint32_t c3, … in interp_3px() argument 85 …return (((((c1 & 0xff00ff00) >> 8) * w1 + ((c2 & 0xff00ff00) >> 8) * w2 + ((c3 & 0xff00ff00) >> 8)… in interp_3px() 86 …(((((c1 & 0x00ff00ff) ) * w1 + ((c2 & 0x00ff00ff) ) * w2 + ((c3 & 0x00ff00ff) ) * w3) … in interp_3px() 112 const uint32_t w0 = w[p0], w1 = w[p1], \ 127 if ((P(0xbf,0x37) || P(0xdb,0x13)) && WDIFF(w1, w5)) in hq2x_interp_1x1() 130 return interp_2px(w4, 3, w1, 1, 2); in hq2x_interp_1x1() 131 if ((P(0x0b,0x0b) || P(0xfe,0x4a) || P(0xfe,0x1a)) && WDIFF(w3, w1)) in hq2x_interp_1x1() [all …]
|
/third_party/boost/boost/math/interpolators/ |
D | makima.hpp | 41 Real w1 = abs(m1-m0) + abs(m1+m0)/2; in makima() local 45 s[0] = (w1*mm1 + w2*m0)/(w1+w2); in makima() 56 w1 = abs(m2-m1) + abs(m2+m1)/2; in makima() 58 s[1] = (w1*m0 + w2*m1)/(w1+w2); in makima() 68 w1 = abs(mip1-mi) + abs(mip1+mi)/2; in makima() 70 s[i] = (w1*mim1 + w2*mi)/(w1+w2); in makima() 83 w1 = abs(mnm1 - mnm2) + abs(mnm1+mnm2)/2; in makima() 86 s[n-2] = (w1*mnm3 + w2*mnm2)/(w1 + w2); in makima() 91 w1 = abs(mn - mnm1) + abs(mn+mnm1)/2; in makima() 97 s[n-1] = (w1*mnm2 + w2*mnm1)/(w1+w2); in makima() [all …]
|
/third_party/musl/src/fenv/aarch64/ |
D | fenv.s | 13 bic w1, w1, #0xc00000 14 orr w1, w1, w0 24 and w0, w0, w1 32 bic w1, w1, w0 42 orr w1, w1, w0 52 stp w1, w2, [x0] 64 ldp w1, w2, [x0]
|
/third_party/openssl/crypto/aria/ |
D | aria.c | 542 uint32_t w0[4], w1[4], w2[4], w3[4]; in aria_set_encrypt_key() local 572 w1[0] = GET_U32_BE(userKey, 4); in aria_set_encrypt_key() 573 w1[1] = GET_U32_BE(userKey, 5); in aria_set_encrypt_key() 575 w1[2] = GET_U32_BE(userKey, 6); in aria_set_encrypt_key() 576 w1[3] = GET_U32_BE(userKey, 7); in aria_set_encrypt_key() 579 w1[2] = w1[3] = 0; in aria_set_encrypt_key() 583 w1[0] = w1[1] = w1[2] = w1[3] = 0; in aria_set_encrypt_key() 586 w1[0] ^= reg0; in aria_set_encrypt_key() 587 w1[1] ^= reg1; in aria_set_encrypt_key() 588 w1[2] ^= reg2; in aria_set_encrypt_key() [all …]
|
/third_party/boost/libs/endian/test/ |
D | store_convenience_test.cpp | 73 unsigned char w1[] = { 0xF1, 0xF2, 0xAA }; in main() local 75 BOOST_TEST_EQ( byte_span( v ), byte_span( w1 ) ); in main() 103 unsigned char w1[] = { 0xF1, 0xF2, 0xF3, 0xAA }; in main() local 105 BOOST_TEST_EQ( byte_span( v ), byte_span( w1 ) ); in main() 133 unsigned char w1[] = { 0xF1, 0xF2, 0xF3, 0xF4, 0xAA }; in main() local 135 BOOST_TEST_EQ( byte_span( v ), byte_span( w1 ) ); in main() 163 unsigned char w1[] = { 0xF1, 0xF2, 0xF3, 0xF4, 0xF5, 0xAA }; in main() local 165 BOOST_TEST_EQ( byte_span( v ), byte_span( w1 ) ); in main() 193 unsigned char w1[] = { 0xF1, 0xF2, 0xF3, 0xF4, 0xF5, 0xF6, 0xAA }; in main() local 195 BOOST_TEST_EQ( byte_span( v ), byte_span( w1 ) ); in main() [all …]
|
D | endian_reverse_test.cpp | 22 static const T w1 = static_cast<T>( 0x1F ); member 29 template<class T> T const test_value<T, 1>::w1; member in test_value<T, 1> 36 static const T w1 = static_cast<T>( 0x2E1F ); member 43 template<class T> T const test_value<T, 2>::w1; member in test_value<T, 2> 50 static const T w1 = static_cast<T>( 0x4C3D2E1F ); member 57 template<class T> T const test_value<T, 4>::w1; member in test_value<T, 4> 64 static const T w1 = static_cast<T>( 0x88796A5B4C3D2E1Full ); member 71 template<class T> T const test_value<T, 8>::w1; member in test_value<T, 8> 80 …static const T w1 = static_cast<T>( 0x8097A6B5C4D3E2F1ull ) << 64 | static_cast<T>( 0x88796A5B4C3D… member 87 template<class T> T const test_value<T, 16>::w1; member in test_value<T, 16> [all …]
|
/third_party/python/Modules/_decimal/libmpdec/ |
D | sixstep.c | 59 mpd_uint_t *x, w0, w1, wstep; in six_step_fnt() local 96 w1 = POWMOD(kernel, i); /* r**(i*1): initial value for k=1 */ in six_step_fnt() 97 wstep = MULMOD(w1, w1); /* r**(2*i) */ in six_step_fnt() 101 MULMOD2(&x0, w0, &x1, w1); in six_step_fnt() 102 MULMOD2C(&w0, &w1, wstep); /* r**(i*(k+2)) = r**(i*k) * r**(2*i) */ in six_step_fnt() 144 mpd_uint_t *x, w0, w1, wstep; in inv_six_step_fnt() local 178 w1 = POWMOD(kernel, i); in inv_six_step_fnt() 179 wstep = MULMOD(w1, w1); in inv_six_step_fnt() 183 MULMOD2(&x0, w0, &x1, w1); in inv_six_step_fnt() 184 MULMOD2C(&w0, &w1, wstep); in inv_six_step_fnt()
|
D | fourstep.c | 144 mpd_uint_t kernel, w0, w1, wstep; in four_step_fnt() local 170 w1 = POWMOD(kernel, i); /* r**(i*1): initial value for k=1 */ in four_step_fnt() 171 wstep = MULMOD(w1, w1); /* r**(2*i) */ in four_step_fnt() 175 MULMOD2(&x0, w0, &x1, w1); in four_step_fnt() 176 MULMOD2C(&w0, &w1, wstep); /* r**(i*(k+2)) = r**(i*k) * r**(2*i) */ in four_step_fnt() 206 mpd_uint_t kernel, w0, w1, wstep; in inv_four_step_fnt() local 239 w1 = POWMOD(kernel, i); in inv_four_step_fnt() 240 wstep = MULMOD(w1, w1); in inv_four_step_fnt() 244 MULMOD2(&x0, w0, &x1, w1); in inv_four_step_fnt() 245 MULMOD2C(&w0, &w1, wstep); in inv_four_step_fnt()
|
/third_party/boost/boost/locale/ |
D | utf.hpp | 324 static code_point combine_surrogate(uint16_t w1,uint16_t w2) in combine_surrogate() 326 return ((code_point(w1 & 0x3FF) << 10) | (w2 & 0x3FF)) + 0x10000; in combine_surrogate() 356 uint16_t w1=*current++; in decode() local 357 if(BOOST_LOCALE_LIKELY(w1 < 0xD800 || 0xDFFF < w1)) { in decode() 358 return w1; in decode() 360 if(w1 > 0xDBFF) in decode() 367 return combine_surrogate(w1,w2); in decode() 372 uint16_t w1=*current++; in decode_valid() local 373 if(BOOST_LOCALE_LIKELY(w1 < 0xD800 || 0xDFFF < w1)) { in decode_valid() 374 return w1; in decode_valid() [all …]
|
/third_party/ffmpeg/libavcodec/ |
D | vp9_mc_template.c | 41 int w1 = ref1->width, h1 = ref1->height, w2, h2; in FN() local 60 row << 3, col << 3, &b->mv[0][0],,,,, 8, 4, w1, h1, 0); in FN() 64 (row << 3) + 4, col << 3, &b->mv[2][0],,,,, 8, 4, w1, h1, 0); in FN() 65 w1 = (w1 + s->ss_h) >> s->ss_h; in FN() 74 &uvmv,,,,, 8 >> s->ss_h, 4, w1, h1, 0); in FN() 81 &b->mv[0][0],,,,, 8 >> s->ss_h, 4, w1, h1, 0); in FN() 95 &uvmv,,,,, 8 >> s->ss_h, 4, w1, h1, 0); in FN() 142 row << 3, col << 3, &b->mv[0][0],,,,, 4, 8, w1, h1, 0); in FN() 145 row << 3, (col << 3) + 4, &b->mv[1][0],,,,, 4, 8, w1, h1, 0); in FN() 148 w1 = (w1 + 1) >> 1; in FN() [all …]
|
/third_party/boost/libs/variant2/test/ |
D | variant_value_assign.cpp | 72 int w1 = 3; in main() local 74 v = w1; in main() 82 v = std::move( w1 ); in main() 102 float w1 = 3.15f; in main() local 104 v = w1; in main() 114 v = std::move(w1); in main() 132 float const w1 = 3.15f; in main() local 134 v = w1; in main() 150 v = std::move(w1); in main() 172 X1 w1{3}; in main() local [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | moduleInTypePosition1.types | 6 var x = (w1: WinJS) => { }; 7 >x : (w1: any) => void 8 >(w1: WinJS) => { } : (w1: any) => void 9 >w1 : any
|
D | staticInstanceResolution5.types | 6 var x = (w1: WinJS) => { }; 7 >x : (w1: any) => void 8 >(w1: WinJS) => { } : (w1: any) => void 9 >w1 : any
|
D | exportImportNonInstantiatedModule2.symbols | 13 === tests/cases/compiler/w1.ts === 15 >Widget1 : Symbol(Widget1, Decl(w1.ts, 0, 16)) 18 >Widget1 : Symbol(Widget1, Decl(w1.ts, 0, 16)) 19 >name : Symbol(Widget1.name, Decl(w1.ts, 1, 19)) 22 export import w = require('./w1');
|
D | exportImport.symbols | 15 === tests/cases/compiler/w1.ts === 17 >Widget1 : Symbol(Widget1, Decl(w1.ts, 0, 16)) 20 >Widget1 : Symbol(Widget1, Decl(w1.ts, 0, 16)) 21 >name : Symbol(Widget1.name, Decl(w1.ts, 1, 15)) 24 export import w = require('./w1');
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
D | dng_color_spec.cpp | 37 dng_vector_3 w1 = Mb * XYtoXYZ (white1); in MapWhiteMatrix() local 42 w1 [0] = Max_real64 (w1 [0], 0.0); in MapWhiteMatrix() 43 w1 [1] = Max_real64 (w1 [1], 0.0); in MapWhiteMatrix() 44 w1 [2] = Max_real64 (w1 [2], 0.0); in MapWhiteMatrix() 54 A [0] [0] = Pin_real64 (0.1, w1 [0] > 0.0 ? w2 [0] / w1 [0] : 10.0, 10.0); in MapWhiteMatrix() 55 A [1] [1] = Pin_real64 (0.1, w1 [1] > 0.0 ? w2 [1] / w1 [1] : 10.0, 10.0); in MapWhiteMatrix() 56 A [2] [2] = Pin_real64 (0.1, w1 [2] > 0.0 ? w2 [2] / w1 [2] : 10.0, 10.0); in MapWhiteMatrix()
|
/third_party/mindspore/tests/ut/python/parallel/ |
D | test_batch_parallel.py | 36 def construct(self, x, w1, w2): argument 37 predict = self.network(x, w1, w2) 46 def construct(self, x, w1, w2): argument 47 return grad_all(self.network)(x, w1, w2) 91 def construct(self, x, w1, w2): argument 93 out2 = self.mul1(out1, w1) 109 w1 = Tensor(np.ones([128, 8, 32, 32]), dtype=ms.float32) 112 _cell_graph_executor.compile(net, x, w1, w2)
|
/third_party/boost/libs/math/test/ |
D | test_beta_hooks.hpp | 73 extern "C" int bratio_(double*a, double*b, double*x, double*y, double*w, double*w1, int*ierr); 81 double w, w1; in ibeta() local 83 bratio_(&a_, &b_, &x_, &y_, &w, &w1, &ierr); in ibeta() 92 double w, w1; in ibeta() local 94 bratio_(&a_, &b_, &x_, &y_, &w, &w1, &ierr); in ibeta() 103 double w, w1; in ibeta() local 105 bratio_(&a_, &b_, &x_, &y_, &w, &w1, &ierr); in ibeta()
|
/third_party/mindspore/tests/st/ops/gpu/ |
D | test_cudnn_inplace_fusion.py | 29 def __init__(self, w1, w2): argument 32 self.w1 = Parameter(initializer(w1, w1.shape), name='w1') 41 dx1 = self.conv2d_1(x1, self.w1, self.shape) 62 w1 = Tensor(w1_np.astype(np.float32)) 69 net = Conv2dBpropInputInplace(w1, w2)
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/intrinsics/avx/ |
D | TiledC4MatMulFp32.c | 43 __m256 w1 = _mm256_broadcast_ps((const __m128 *)(weight_oc + 4)); in TiledC4MatmulFp32() local 48 __m256 d01 = _mm256_mul_ps(in0, w1); in TiledC4MatmulFp32() 52 __m256 d11 = _mm256_mul_ps(in1, w1); in TiledC4MatmulFp32() 62 w1 = _mm256_broadcast_ps((const __m128 *)(weight_ic + 4)); in TiledC4MatmulFp32() 67 d01 = _mm256_fmadd_ps(in0, w1, d01); in TiledC4MatmulFp32() 71 d11 = _mm256_fmadd_ps(in1, w1, d11); in TiledC4MatmulFp32()
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/intrinsics/sse/ |
D | ConvDwFp32Row_sse.c | 35 __m128 w1 = _mm_loadu_ps(weight_tmp); in ConvDwFp32Row() local 43 dst1 = MS_MLAQ_F32(dst1, w1, in1); in ConvDwFp32Row() 58 __m128 w1 = _mm_loadu_ps(weight_tmp); in ConvDwFp32Row() local 62 dst1 = MS_MLAQ_F32(dst1, w1, in1); in ConvDwFp32Row() 72 __m128 w1 = _mm_loadu_ps(weight_tmp); in ConvDwFp32Row() local 74 dst1 = MS_MLAQ_F32(dst1, w1, in1); in ConvDwFp32Row()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/binder/ |
D | supplicant.h | 30 class Supplicant : public fi::w1::wpa_supplicant::BnSupplicant 38 android::sp<fi::w1::wpa_supplicant::IIface> *aidl_return) override; 43 android::sp<fi::w1::wpa_supplicant::IIface> *aidl_return) override; 49 std::vector<android::sp<fi::w1::wpa_supplicant::ISupplicantCallbacks>>
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/binder/ |
D | supplicant.h | 30 class Supplicant : public fi::w1::wpa_supplicant::BnSupplicant 38 android::sp<fi::w1::wpa_supplicant::IIface> *aidl_return) override; 43 android::sp<fi::w1::wpa_supplicant::IIface> *aidl_return) override; 49 std::vector<android::sp<fi::w1::wpa_supplicant::ISupplicantCallbacks>>
|