Home
last modified time | relevance | path

Searched refs:Sd (Results 1 – 25 of 57) sorted by relevance

123

/external/vboot_reference/utility/
Defidecompress.c96 IN SCRATCH_DATA *Sd, in FillBuf() argument
114 Sd->mBitBuf = (UINT32) (Sd->mBitBuf << NumOfBits); in FillBuf()
116 while (NumOfBits > Sd->mBitCount) { in FillBuf()
118 Sd->mBitBuf |= (UINT32) (Sd->mSubBitBuf << (NumOfBits = (UINT16) (NumOfBits - Sd->mBitCount))); in FillBuf()
120 if (Sd->mCompSize > 0) { in FillBuf()
124 Sd->mCompSize--; in FillBuf()
125 Sd->mSubBitBuf = 0; in FillBuf()
126 Sd->mSubBitBuf = Sd->mSrcBase[Sd->mInBuf++]; in FillBuf()
127 Sd->mBitCount = 8; in FillBuf()
133 Sd->mSubBitBuf = 0; in FillBuf()
[all …]
/external/valgrind/none/tests/arm/
Dvfp.stdout.exp142 vmla.f32 s0, s11, s12 :: Sd 0x7fc00000 Sm (i32)0xff800000 Sn (i32)0x7fc00000
143 vmla.f32 s7, s1, s6 :: Sd 0x7fc00000 Sm (i32)0x7f800000 Sn (i32)0x7fc00000
144 vmla.f32 s0, s5, s2 :: Sd 0x7fc00000 Sm (i32)0x7fc00000 Sn (i32)0xbf800000
145 vmla.f32 s10, s13, s15 :: Sd 0x7fc00000 Sm (i32)0x7fc00000 Sn (i32)0x00000000
146 vmla.f32 s10, s13, s15 :: Sd 0x7fc00000 Sm (i32)0x7fc00000 Sn (i32)0x7fc00000
147 vmla.f32 s20, s25, s22 :: Sd 0xc4833ce4 Sm (i32)0x41b851ec Sn (i32)0xc2364659
148 vmla.f32 s23, s24, s25 :: Sd 0xcddf4321 Sm (i32)0xc8a9da0f Sn (i32)0x44a84000
149 vmla.f32 s20, s31, s12 :: Sd 0xcf050e7f Sm (i32)0x473e7300 Sn (i32)0xc732da7a
150 vmla.f32 s19, s25, s27 :: Sd 0x4ec3063f Sm (i32)0x47bb3de1 Sn (i32)0x46855200
151 vmla.f32 s30, s15, s2 :: Sd 0x5029254c Sm (i32)0xc732633d Sn (i32)0xc872bcb1
[all …]
/external/llvm/lib/Target/ARM/
DARMInstrVFP.td105 def VLDRS : ASI5<0b1101, 0b01, (outs SPR:$Sd), (ins addrmode5:$addr),
106 IIC_fpLoad32, "vldr", "\t$Sd, $addr",
107 [(set SPR:$Sd, (alignedload32 addrmode5:$addr))]> {
113 def VLDRH : AHI5<0b1101, 0b01, (outs SPR:$Sd), (ins addrmode5fp16:$addr),
114 IIC_fpLoad16, "vldr", ".16\t$Sd, $addr",
124 def VSTRS : ASI5<0b1101, 0b00, (outs), (ins SPR:$Sd, addrmode5:$addr),
125 IIC_fpStore32, "vstr", "\t$Sd, $addr",
126 [(alignedstore32 SPR:$Sd, addrmode5:$addr)]> {
132 def VSTRH : AHI5<0b1101, 0b00, (outs), (ins SPR:$Sd, addrmode5fp16:$addr),
133 IIC_fpStore16, "vstr", ".16\t$Sd, $addr",
[all …]
DARMInstrFormats.td1484 bits<5> Sd;
1489 let Inst{22} = Sd{0};
1491 let Inst{15-12} = Sd{4-1};
1511 bits<5> Sd;
1516 let Inst{22} = Sd{0};
1518 let Inst{15-12} = Sd{4-1};
1720 bits<5> Sd;
1726 let Inst{15-12} = Sd{4-1};
1727 let Inst{22} = Sd{0};
1745 bits<5> Sd;
[all …]
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMInstrVFP.td75 def VLDRS : ASI5<0b1101, 0b01, (outs SPR:$Sd), (ins addrmode5:$addr),
76 IIC_fpLoad32, "vldr", ".32\t$Sd, $addr",
77 [(set SPR:$Sd, (load addrmode5:$addr))]> {
89 def VSTRS : ASI5<0b1101, 0b00, (outs), (ins SPR:$Sd, addrmode5:$addr),
90 IIC_fpStore32, "vstr", ".32\t$Sd, $addr",
91 [(store SPR:$Sd, addrmode5:$addr)]> {
206 (outs SPR:$Sd), (ins SPR:$Sn, SPR:$Sm),
207 IIC_fpALU32, "vadd", ".f32\t$Sd, $Sn, $Sm",
208 [(set SPR:$Sd, (fadd SPR:$Sn, SPR:$Sm))]> {
220 (outs SPR:$Sd), (ins SPR:$Sn, SPR:$Sm),
[all …]
DARMInstrFormats.td1332 bits<5> Sd;
1337 let Inst{22} = Sd{0};
1339 let Inst{15-12} = Sd{4-1};
1460 bits<5> Sd;
1466 let Inst{15-12} = Sd{4-1};
1467 let Inst{22} = Sd{0};
1493 bits<5> Sd;
1502 let Inst{15-12} = Sd{4-1};
1503 let Inst{22} = Sd{0};
1522 bits<5> Sd;
[all …]
/external/clang/test/OpenMP/
Dtarget_codegen_global_capture.cpp47 static float Sd = 8.0; in foo() local
151 Sd += 1.0; in foo()
154 return a + b + c + d + (int)Sa + (int)Sb + (int)Sc + (int)Sd; in foo()
170 static float Sd = 12.0; in bar() local
285 Sd += 1.0; in bar()
289 return a + b + c + d + (int)Sa + (int)Sb + (int)Sc + (int)Sd; in bar()
312 static float Sd = 20.0; in tbar() local
427 Sd += 1.0; in tbar()
431 return a + b + c + d + (int)Sa + (int)Sb + (int)Sc + (int)Sd; in tbar()
/external/opencv/cxcore/src/
Dcxmatrix.cpp905 #define Sd( y, x ) ((double*)(srcdata + y*srcstep))[x] macro
1002 double d = det2(Sd); in cvInvert()
1008 t0 = Sd(0,0)*d; in cvInvert()
1009 t1 = Sd(1,1)*d; in cvInvert()
1012 t0 = -Sd(0,1)*d; in cvInvert()
1013 t1 = -Sd(1,0)*d; in cvInvert()
1049 double d = det3(Sd); in cvInvert()
1056 t[0] = (Sd(1,1) * Sd(2,2) - Sd(1,2) * Sd(2,1)) * d; in cvInvert()
1057 t[1] = (Sd(0,2) * Sd(2,1) - Sd(0,1) * Sd(2,2)) * d; in cvInvert()
1058 t[2] = (Sd(0,1) * Sd(1,2) - Sd(0,2) * Sd(1,1)) * d; in cvInvert()
[all …]
/external/clang/test/CodeGen/
Dppc64-struct-onefloat.c5 typedef struct s2 { double d; } Sd; typedef
7 typedef struct s5 { Sd ds; } SSd;
9 void bar(Sf a, Sd b, SSf d, SSd e) {} in bar()
31 Sd p2 = { 19.47 }; in foo()
/external/toolchain-utils/crosperf/test_cache/test_input/
Dresults.txt1Sd 3d-cube: 1.247219ms\n13:23:35 INFO | autoserv| RESULT 3d-morph: 3d-morph= [23,22,22,22,22,22,2…
/external/valgrind/massif/tests/
Dculling2.stderr.exp32 Massif: alloc Sd 9 (t:14544, hp:14400, ex:144, st:0)
42 Massif: alloc Sd 19 (t:68704, hp:68400, ex:304, st:0)
52 Massif: alloc Sd 29 (t:162864, hp:162400, ex:464, st:0)
62 Massif: alloc Sd 39 (t:297024, hp:296400, ex:624, st:0)
72 Massif: alloc Sd 49 (t:471184, hp:470400, ex:784, st:0)
82 Massif: alloc Sd 59 (t:685344, hp:684400, ex:944, st:0)
92 Massif: alloc Sd 69 (t:939504, hp:938400, ex:1104, st:0)
102 Massif: alloc Sd 79 (t:1233664, hp:1232400, ex:1264, st:0)
112 Massif: alloc Sd 89 (t:1567824, hp:1566400, ex:1424, st:0)
122 Massif: alloc Sd 99 (t:1941984, hp:1940400, ex:1584, st:0)
[all …]
Dculling1.stderr.exp32 Massif: alloc Sd 9 (t:288, hp:144, ex:144, st:0)
42 Massif: alloc Sd 19 (t:608, hp:304, ex:304, st:0)
52 Massif: alloc Sd 29 (t:928, hp:464, ex:464, st:0)
62 Massif: alloc Sd 39 (t:1248, hp:624, ex:624, st:0)
72 Massif: alloc Sd 49 (t:1568, hp:784, ex:784, st:0)
82 Massif: alloc Sd 59 (t:1888, hp:944, ex:944, st:0)
92 Massif: alloc Sd 69 (t:2208, hp:1104, ex:1104, st:0)
102 Massif: alloc Sd 79 (t:2528, hp:1264, ex:1264, st:0)
112 Massif: alloc Sd 89 (t:2848, hp:1424, ex:1424, st:0)
122 Massif: alloc Sd 99 (t:3168, hp:1584, ex:1584, st:0)
[all …]
Ddeep-B.stderr.exp39 Massif: alloc Sd 9 (t:3672, hp:3600, ex:72, st:0)
Ddeep-C.stderr.exp42 Massif: alloc Sd 9 (t:3672, hp:3600, ex:72, st:0)
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/it-IT/
Dit-IT_cm0_kpdf_dur.pkb14 �Ѭ�0�A�A��Sd�A4b0t p&1�*R�;R��+��!Û��[6 �`%��������APAP0A 0p#4r%��1��%R�…
/external/clang/include/clang/Basic/
Darm_neon.td1413 def SCALAR_FCVTZS_N_S64 : SInst<"vcvt_n_s64", "$si", "Sd">;
1414 def SCALAR_FCVTZU_N_U64 : SInst<"vcvt_n_u64", "bsi", "Sd">;
1474 def SCALAR_FCVTXN : IInst<"vcvtx_f32", "ys", "Sd">;
1477 def SCALAR_FCVTNSD : SInst<"vcvtn_s64", "$s", "Sd">;
1478 def SCALAR_FCVTNUD : SInst<"vcvtn_u64", "bs", "Sd">;
1481 def SCALAR_FCVTMSD : SInst<"vcvtm_s64", "$s", "Sd">;
1482 def SCALAR_FCVTMUD : SInst<"vcvtm_u64", "bs", "Sd">;
1485 def SCALAR_FCVTASD : SInst<"vcvta_s64", "$s", "Sd">;
1486 def SCALAR_FCVTAUD : SInst<"vcvta_u64", "bs", "Sd">;
1489 def SCALAR_FCVTPSD : SInst<"vcvtp_s64", "$s", "Sd">;
[all …]
/external/clang/test/SemaCXX/
Derr_typecheck_assign_const_filecheck.cpp25 static D Sd; member
/external/ImageMagick/PerlMagick/t/reference/filter/
DSample.miff15 …(�=4�D6�5)�./�4*�J>�6*�:+�H>�s~�r{�Ve��}}�g��ƕ������պ���[L<\L<ZK;[L>^P<YLI^Sd�īq��@G�@9�BJ�<7�B8�…
/external/skia/src/core/
DSkMatrix.cpp1802 double Sa, Sb, Sd; in SkDecomposeUpper2x2() local
1810 Sd = D; in SkDecomposeUpper2x2()
1822 Sd = -B*sinQ + D*cosQ; in SkDecomposeUpper2x2()
1833 w2 = Sd; in SkDecomposeUpper2x2()
1837 double diff = Sa - Sd; in SkDecomposeUpper2x2()
1839 double trace = Sa + Sd; in SkDecomposeUpper2x2()
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-GB/
Den-GB_kdt_posd.pkb198 …}������@$��|��0Q���H ڼ,���@�YSU�n����D �/ M��J�a�� ���f� 2!K�Sd��b�OK����A3A�^)�$<…
202 …���|��H����n���-�/8��x h��@��� BP %�B!+K�E���AxԼ�^^/5��K�Sd�� �zI�_/��be��n�d�…
/external/doclava/res/assets/templates/assets/
Dprettify.js12 Od=/&apos;/g,Pd=/&quot;/g,Qd=/&amp;/g,Rd=/&nbsp;/g;function Sd(a){var b=a.indexOf(G);if(b<0)return … class
20 …d,b.slice(i,v+1).join(P));i=v}else g.push(d,l)}else g.push(d,l)}else{var j=Sd(l);c.push(j);d+=j.le…
/external/ImageMagick/PerlMagick/t/reference/write/filter/
DSample.miff43 …(�=4�D6�5)�./�4*�J>�6*�:+�H>�s~�r{�Ve��}}�g��ƕ������պ���[L<\L<ZK;[L>^P<YLI^Sd�īq��@G�@9�BJ�<7�B8�…
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/es-ES/
Des-ES_kdt_posp.pkb81 �n�o^����R �^�րÅ��� (�08�{Y!2Sd��)��|H���"m��G6�X�����_n�:z�
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/fr-FR/
Dfr-FR_nk0_kdt_dur.pkb129 …2`ʋ@�0&Q\��^U���PդqO�֤�iz���d��b�/b`�8�1�f�;�|v����x�LC�I���2��*��Sd&NL߯b.�R��҃��v�lC��:…
/external/ImageMagick/PerlMagick/t/reference/write/composite/
DDifference.miff52 my�%ms�Csl�5oo�(gl�?tp�.}��iq�G\�#Ha�2HM�Kpf�4ih�Ie\�R}f�Sc�S{W�SwO�SqC�Sq<�Sj9�Sd<�SQ3�PE�Jnx�…
64 …\�Rd�CJT�aRO�]=E�K:I�7Tb�DV`�YTZ�cY[�gYQ�o]N�j`N�e]B�n\3�m9'�s.�cR;�JZU�-Sd�AGT�W7<�LGJ�@Q\�7Sf�…

123