Searched refs:s_1 (Results 1 – 16 of 16) sorted by relevance
/third_party/boost/libs/icl/test/ |
D | test_icl_interval.hpp | 25 SizeT s_1 = icl::unit_element<SizeT>::value(); in interval_ctor_4_ordered_types() local 36 BOOST_CHECK_EQUAL(icl::cardinality(IntervalT(t_0, t_1)) >= s_1, true); in interval_ctor_4_ordered_types() 58 SizeT s_1 = icl::unit_element<SizeT>::value(); in singelizable_interval_4_ordered_types() local 62 BOOST_CHECK_EQUAL( icl::cardinality(icl::singleton<IntervalT>(t_0)), s_1 ); in singelizable_interval_4_ordered_types() 63 BOOST_CHECK_EQUAL( icl::size(icl::singleton<IntervalT>(t_0)), s_1 ); in singelizable_interval_4_ordered_types() 64 BOOST_CHECK_EQUAL( icl::cardinality(icl::singleton<IntervalT>(t_1)), s_1 ); in singelizable_interval_4_ordered_types() 65 BOOST_CHECK_EQUAL( icl::size(icl::singleton<IntervalT>(t_1)), s_1 ); in singelizable_interval_4_ordered_types() 77 SizeT s_1 = icl::unit_element<SizeT>::value(); in singelizable_interval_4_bicremental_types() local 81 BOOST_CHECK_EQUAL( icl::cardinality(IntervalT(MK_v(3))), s_1 ); in singelizable_interval_4_bicremental_types() 82 BOOST_CHECK_EQUAL( icl::size(IntervalT(MK_v(4))), s_1 ); in singelizable_interval_4_bicremental_types()
|
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-hlsl-no-opt/comp/ |
D | bitfield.comp | 97 int3 s_1 = spvBitfieldSExtract(signed_values, 5, 20); 99 s_1 = int3(spvBitfieldInsert(s_1, int3(40, 40, 40), 5, 4)); 102 s_1 = reversebits(s_1); 104 int3 v1_1 = countbits(s_1); 106 int3 v3_1 = firstbitlow(s_1);
|
/third_party/skia/third_party/externals/tint/test/vk-gl-cts/graphicsfuzz/cov-simplification-unused-struct/ |
D | 0-opt.wgsl | 31 var s_1 : S; 53 let x_79 : S = s_1;
|
/third_party/ltp/tools/sparse/sparse-src/validation/ |
D | calling-convention-attributes.c | 13 extern void __attribute__((__stdcall__)) s_1(void);
|
/third_party/ffmpeg/libavcodec/ |
D | adpcm.c | 557 int s_1,s_2; in xa_decode() local 580 s_1 = left->sample1; in xa_decode() 587 s = t*(1<<shift) + ((s_1*f0 + s_2*f1+32)>>6); in xa_decode() 588 s_2 = s_1; in xa_decode() 589 s_1 = av_clip_int16(s); in xa_decode() 590 out0[j] = s_1; in xa_decode() 594 left->sample1 = s_1; in xa_decode() 596 s_1 = right->sample1; in xa_decode() 618 s = t*(1<<shift) + ((s_1*f0 + s_2*f1+32)>>6); in xa_decode() 619 s_2 = s_1; in xa_decode() [all …]
|
/third_party/boost/libs/mpl/doc/src/refmanual/ |
D | LIMIT_STRING_SIZE.rst | 38 typedef string<'a'> s_1;
|
D | LIMIT_SET_SIZE.rst | 40 typedef set_c<int,1> s_1;
|
/third_party/ffmpeg/libpostproc/ |
D | postprocess_altivec_template.c | 615 const vector unsigned char s_1 = vec_##op(trunc_src12, trunc_src34); \ in dering_altivec() 617 const vector unsigned char s_6 = vec_##op(s_1, s_2); \ in dering_altivec()
|
/third_party/boost/libs/contract/doc/ |
D | tutorial.qbk | 830 …s_1]]`()` __AND__... [^['s_n]]`()` __AND__ [^['s]]`()` passed to `.postcondition(`[^['s_1]]`)`, ..…
|
/third_party/mbedtls/docs/proposed/ |
D | psa-driver-interface.md | 542 …ldots + e_n$ is at least $E$. The core then calculates $F_k(0)$ where $k = s_1 || s_2 || \ldots ||…
|
/third_party/typescript/lib/ |
D | tsserver.js | 7205 var s_1 = activeSession; 7227 s_1.disconnect(); 164102 var s_1 = net.connect({ port: _this.eventPort }, function () { 164103 _this.eventSocket = s_1;
|
D | tsc.js | 4572 var s_1 = activeSession; 4592 s_1.disconnect();
|
D | typingsInstaller.js | 7194 var s_1 = activeSession; 7216 s_1.disconnect();
|
D | tsserverlibrary.js | 7399 var s_1 = activeSession; 7421 s_1.disconnect();
|
D | typescript.js | 7399 var s_1 = activeSession; 7421 s_1.disconnect();
|
D | typescriptServices.js | 7399 var s_1 = activeSession; 7421 s_1.disconnect();
|