search for: hti

Displaying 13 results from an estimated 13 matches for "hti".

Did you mean: hi
2014 May 18
1
[PATCH 1/2] nv50/ir: fix s32 x s32 -> high s32 multiply logic
Retrieving the high 32 bits of a signed multiply is rather annoying. It appears that the simplest way to do this is to compute the absolute value of the arguments, and perform a u32 x u32 -> u64 operation. If the arguments' signs differ, then negate the result. Since there is no u64 support in the cvt instruction, we have the perform the 2's complement negation "by hand".
2005 Nov 29
2
InPlaceEditor form value
As I understand it the name of the <input> element created when using the InPlaceEditor is "value". When creating an instance of Ajax.InPlaceEditor I have a callback function that looks like this (to send the value using a different parameter name): function(value) { return ''name='' + value;} Using etheral to see what''s getting sent back to the server
2007 Oct 23
1
Possible errors in the spec..
I just downloaded the libtheora-1.0beta2 and found some sentences in the spec that I believe are wrong: 1 - In section 6.4.4 "DCT Token Huffman Tables" step one says: "For each consecutive value of hti from 0 to 80, inclusive". As I understand there should be only 80 tables so shouldn't it be "0 to 79, inclusive" instead of 80?? 2 - In section 7.4 "Macro Block Coding Modes" step 1(a) says that all MBMODES[mbi] shall be set the value "0 (INTRA)" but a loo...
2005 Nov 14
3
InPlaceEditor question
I''ve noticed some strangeness when using the InPlaceEditor. Here''s my code: <p id="storyTitle"><%= storyTitle %></p> <script type="text/javascript"> new Ajax.InPlaceEditor(''storyTitle'', ''editBlog.jsp'', { callback: function(value) { return ''v=edit&user=<%=
2006 Jul 18
2
how can I delete rows?
...- - 53 Dominican Rep. DOM + + 54 El Salvador SLV + + 55 Grenada GRD - - 56 Guatemala GTM + + 57 Haiti HTI + + 58 Honduras HND + + 59 Jamaica JAM + + 60 Mexico MEX + + 61 Nicaragua NIC + + 62 Panama...
2005 Apr 28
0
Sua mensagem não pode ser entregue
ESTE EMAIL ? AUTOM?TICO. POR FAVOR, N?O ENVIE UMA REPOSTA, POIS ELA N?O SER? RECEBIDA. N?o foi poss?vel entregar a sua mensagem. O destinat?rio n?o recebeu a sua mensagem. Veja a seguir a descri??o do motivo. <steve@ig.com.br>: A caixa postal do destinat?rio excedeu o limite de capacidade de armazenamento. maildrop: maildir over quota. --- Below this line is a copy of the message.
2009 Jul 02
2
constrained optimisation in R.
i want to estimate parameters with maximum likelihood method with contraints (contant numbers). for example sum(Ai)=0 and sum(Bi)=0 i have done it without the constraints but i realised that i have to use the contraints. Without constraints(just a part-not complete): skellamreg_LL=function(parameters,z,design) { n=length(z); mu=parameters[1]; H=parameters[2]; Apar=parameters[3:10];
2020 Feb 27
2
[PATCH] Update the 5 year logo to 10 year logo
...YE1zhw+kLQvp=ZH&iuJ8TRF7}*Sjfd71@hE_rFd1yth*e zC7`PzGJ20&J`}914*oj)CrphqL7=+zz*|Zww;VF-(zMLPu=K66#<-j0nT(I>;ai?I zyK>J!u)FATiT{85!j&nU%IKc-<?ypl){1pF?3=C2KB8DE6zUQv@RCkb$gO1W+XK}$ zaZ>k_LBFfoJvW0-XCXT@Od2I>@0&fhT0h7OV-NnKFh(+H9=Y*fH?BDgz~Z<rS3cOo zQrdSz0UNv`N~|z@Hti~?F9B-1c@NOUuhteI%+-FrUtv}gdU}<Wri}U;#Vi)&eRGW5 zDC~BmqA|1MKHt$~NEU^w!1t`Zn>?kAiH<JTteu&7Vitl|>_gj)_E&zg#HEnr1Ryt+ zvtNhMxpdPpvSU_3I*RrlKG815t&~9SykBB0Ac4!$An%lSdFb7Y5g?EylKTnFfQA$` zWq|AaQ)VoUb*5yDz91AQ$f?Zkx6EH<>COKXzW2t`<8d1tp|E!qnBa4a;XKDCN?#B| z@3#9QX7rlD)A)...
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...4U<Opu%*5~vaoXsPhA-tn`%j?oR-Jc9|*CA3RKK)K%Hxmm^Ty}QEzLkAT zQyi;-T_)2me>p0e7#~zc?!osWWSgOjp{yU3;OA_Y$of>HnKf^j>B=klKmsK9cB6fC z-N7~y#u)DbF|Cp{$z&}a-JT))C`Ba4W#s3=ZZNc=U+43bvbmAOq<e8+R=1MnuGve> zSUyXbSeE)Bv`SuxC>`Tz^UNX at B!-P|)hzPI%XhXG at a_Bl>`mUG|2ersF#C`4`3DGH zuqShekHTiro-AF at OStGqaPbC=eWxGN&wNlxOu1G*9Q^?P02uxM0AN6$zjtJ21|aFO zxC{E8&Iake85>gR)uN=k#C=E{77rltis0!FWr>I3IxYBzNNEp=M><_2eXL6RM3=MC zQ(Y>pXApit^y;K!pCbe7^cRQ<4gFL1F+%o=3=8IOJrlTB&$3XpXM^6YPqoO&C&z-> zOiZ(oTAvP_VPU!O->T2F2-YWNQ7ASWoFaV=uu`9k2!}*J((4lQz}c?nS*Eaaf...
2013 Jul 31
29
[PATCH 0/9] tools: remove or disable old/useless/unused/unmainted stuff
depends on "autoconf: regenerate configure scripts with 4.4 version" This series removes some of the really old deadwood from the tools build and makes some other things which are on their way out configurable at build time with a default depending on how far down the slope I judge them to be. * nuke in tree copy of libaio * nuke obsolete tools: xsview, miniterm, lomount & sv *
2005 Nov 14
1
Archive?
Hello folks -- can anyone point me to an archive for this list -- I''d like to look around before posting questions. Cheers, Brandon ________________________________________________ Get your own "800" number Voicemail, fax, email, and a lot more http://www.ureach.com/reg/tag
2018 Sep 20
3
future time stamps warning
...54/Debian/00check.log The package is at https://github.com/rOpenGov/eurostat/ I did not find guidance (search engines, R extensions manual) on how to solve this. Perhaps we would need to generate the files in a certain order but not sure what is the correct order. Any tips? kind regards Leo Lahti [[alternative HTML version deleted]]
2018 Sep 20
3
future time stamps warning
..._plot-1.png -rwxr-xr-x lei/lei 510 2018-06-17 20:44 eurostat/vignettes/main.R -rwxr-xr-x lei/lei 942 2018-06-17 20:44 eurostat/vignettes/publications.Rmd On Thu, Sep 20, 2018 at 12:07 PM Duncan Murdoch <murdoch.duncan at gmail.com> wrote: > On 20/09/2018 6:56 AM, Leo Lahti wrote: > > Dear developers, > > > > Upon CRAN submission I have bumped into "future file timestamps" warning > > that I can't solve. I have updated the package as usual, and all checks > go > > through in my system. CRAN reports the following warning h...