search for: invt

Displaying 9 results from an estimated 9 matches for "invt".

Did you mean: int
2005 Feb 24
3
Printing only works sometimes
...een printed, but nothing in fact is printed. The Win 2003 servers do not show any queued documents. When a document prints correctly the arguments (passed by lp -d jumbo -ob filename) to smbrpint.sysv (redirected to a log file) are: Arguments = jumbo-37777 root 1 b /SPARE/APPLICATION/LOCATIONS/invt/mkt/x And the smbclient message (I have redirected output to a log file) is: added interface ip=192.168.1.122 bcast=192.168.1.255 nmask=255.255.255.0 Domain=[DOMAIN] OS=[Windows Server 2003 3790] Server=[Windows Server 2003 5.2] smb: \> CR/LF<->LF and print text translation now on smb:...
2010 Jan 26
6
Help
...dat = read.table("N_d_t_F.txt",header=T) > > N_D = 4 > N_T = 6 > > dat$x = log(dat$D) > dat$p = dat$M / (dat$L+dat$M) > dat$InvT = 1/dat$T > dat$glm1= log(1-dat$p) > > negloglike = function(parms, dat){ > > pp = design%*%parms > p = 1-exp(pp) > > obj = 0 >...
2005 Feb 22
0
How Can I Increase Session Setup Timeout Period - Help!!
...n printed, but nothing in fact is printed. The Win 2003 servers do not show any queued documents. When a document prints correctly the arguments (passed by lp -d jumbo -ob filename) to smbrpint.sysv (redirected to a log file) are: Arguments = jumbo-37777 root 1 b /SPARE/APPLICATION/LOCATIONS/invt/mkt/x And the smbclient message (I have redirected output to a log file) is: added interface ip=192.168.1.122 bcast=192.168.1.255 nmask=255.255.255.0 Domain=[DOMAIN] OS=[Windows Server 2003 3790] Server=[Windows Server 2003 5.2] smb: \> CR/LF<->LF and print text translation now on smb:...
2010 Aug 03
2
RTP stream not passing through router with port forwarding
...x:5678) In this case INVITE is sent to router ip instead of local ip through router. INVITE sip:adf at 116.79.x.x:5678 SIP/2.0 (asterisk sends rtp to router ip and not local ip) Similerly TO header also has same ip as INVITE. I think in IP dial rtp is not reaching to local ip through router as INVTE is meant for router ip and asterisk does not know where to send rtp stream after sending it to router. how can this issue be resolved? is there something to be done at router confiurations or sip.conf parameters. I have already played with nat/qualify/canreinvite/directrtp/externip etc parameters...
2015 Mar 25
0
virt-manager broken ?
Hello, with the last update for virt-manager I have a Problem with my CPU (XEON- SandyBridge) I have to disable the CPU Flag "invts", afterward I can install a KVM Guest! Now with the coming upgrade to centos 7.1 in the virt-manager the CPU Flag config is missing and I can't install a KVM Guest anymore :-(. Is this a know BUG? -- mit freundlichen Gr??en / best Regards, G?nther J. Niederwimmer
2010 Aug 03
0
asterisk-users Digest, Vol 73, Issue 5
...p through > router. > > > > INVITE sip:adf at 116.79.x.x:5678 SIP/2.0 (asterisk sends rtp to router > ip > > and not local ip) > > > > Similerly TO header also has same ip as INVITE. I think in IP dial rtp is > > not reaching to local ip through router as INVTE is meant for router ip > and > > asterisk does not know where to send rtp stream after sending it to > router. > > > > how can this issue be resolved? is there something to be done at router > > confiurations or sip.conf parameters. I have already played with > &gt...
2009 May 21
0
[LLVMdev] [PATCH] Add new phase to legalization to handle vector operations
On Wed, May 20, 2009 at 4:55 PM, Dan Gohman <gohman at apple.com> wrote: > Can you explain why you chose the approach of using a new pass? > I pictured removing LegalizeDAG's type legalization code would > mostly consist of finding all the places that use TLI.getTypeAction > and just deleting code for handling its Expand and Promote. Are you > anticipating something more
2009 May 20
2
[LLVMdev] [PATCH] Add new phase to legalization to handle vector operations
On May 20, 2009, at 1:34 PM, Eli Friedman wrote: > On Wed, May 20, 2009 at 1:19 PM, Eli Friedman > <eli.friedman at gmail.com> wrote: > >> Per subject, this patch adding an additional pass to handle vector >> >> operations; the idea is that this allows removing the code from >> >> LegalizeDAG that handles illegal types, which should be a significant
2009 May 21
2
[LLVMdev] [PATCH] Add new phase to legalization to handle vector operations
...// the product of the element size in bytes, and the number of elements - // in the high half of the vector. - if (ST->getValue().getValueType().isVector()) { - SDNode *InVal = ST->getValue().getNode(); - int InIx = ST->getValue().getResNo(); - MVT InVT = InVal->getValueType(InIx); - unsigned NumElems = InVT.getVectorNumElements(); - MVT EVT = InVT.getVectorElementType(); - - // Figure out if there is a simple type corresponding to this Vector - // type. If so, convert to the vector type. - MVT TVT...