search for: frc

Displaying 20 results from an estimated 25 matches for "frc".

Did you mean: fr
2013 Sep 02
2
como hacer grafico de un modelo setar
...m = 2, thDelay = 1) mod.test[["setarc"]] <- setar(x.train, m = 2, thDelay = 1, include=c("none")) mod.test[["nnet"]] <- nnetTs(x.train, m = 2, size = 3, control = list(maxit = 1e+05)) mod.test[["aar"]] <- aar(x.train, m = 2) #ahora la predicción: frc.test <- lapply(mod.test, predict, n.ahead = 10) #Dibujamos en una misma gráfica todas las predicciones que hemos calculado para los modelos estimados: plot(x.test, ylim = range(x)) for (i in 1:length(frc.test)) lines(frc.test[[i]], lty = i+1, col = i + 1) legend(1925, 2.4, lty=1:(len...
2008 Feb 27
0
XP clients won't login to samba domain
...to login to the domain. Here's my smb.conf: [global] name resolve order = wins lmhosts host bcast idmap gid = 10000-20000 passwd chat = *Enter\snew\sUNIX\spassword:* %n\n *Retype\snew\sUNIX\spassword:* %n\n *password\supdated\ssuccessfully* . obey pam restrictions = yes admin users = test frc @Admin passwd program = /usr/bin/passwd %u dns proxy = no netbios name = SRV-01 writeable = yes printing = cups idmap uid = 10000-20000 local master = yes workgroup = CYSOL os level = 65 printcap name = cups security = user max log size = 1000 delete user script = /user/sbin/userdel -r...
2014 Nov 18
2
[PATCH] nv50/ir: saturate FRC result to avoid completely bogus values
For values above integer accuracy in floats, val - floor(val) might actually produce a value greater than 1. For such large floats, it's reasonable to be imprecise, but it's unreasonable for FRC to return a value that is not between 0 and 1. Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu> --- src/gallium/drivers/nouveau/codegen/nv50_ir_from_tgsi.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/gallium/drivers/nouveau/codegen/nv50_ir_from_tgsi.cpp b...
2014 Nov 18
0
[Mesa-dev] [PATCH] nv50/ir: saturate FRC result to avoid completely bogus values
Am 18.11.2014 um 05:03 schrieb Ilia Mirkin: > For values above integer accuracy in floats, val - floor(val) might > actually produce a value greater than 1. For such large floats, it's > reasonable to be imprecise, but it's unreasonable for FRC to return a > value that is not between 0 and 1. > > Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu> > --- > src/gallium/drivers/nouveau/codegen/nv50_ir_from_tgsi.cpp | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/src/gallium/drivers...
2014 Nov 18
0
[Mesa-dev] [PATCH] nv50/ir: saturate FRC result to avoid completely bogus values
...; wrote: >> Am 18.11.2014 um 05:03 schrieb Ilia Mirkin: >>> For values above integer accuracy in floats, val - floor(val) might >>> actually produce a value greater than 1. For such large floats, it's >>> reasonable to be imprecise, but it's unreasonable for FRC to return a >>> value that is not between 0 and 1. >>> >>> Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu> >>> --- >>> src/gallium/drivers/nouveau/codegen/nv50_ir_from_tgsi.cpp | 3 ++- >>> 1 file changed, 2 insertions(+), 1 deletion...
2014 Nov 18
2
[Mesa-dev] [PATCH] nv50/ir: saturate FRC result to avoid completely bogus values
...at vmware.com> wrote: > Am 18.11.2014 um 05:03 schrieb Ilia Mirkin: >> For values above integer accuracy in floats, val - floor(val) might >> actually produce a value greater than 1. For such large floats, it's >> reasonable to be imprecise, but it's unreasonable for FRC to return a >> value that is not between 0 and 1. >> >> Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu> >> --- >> src/gallium/drivers/nouveau/codegen/nv50_ir_from_tgsi.cpp | 3 ++- >> 1 file changed, 2 insertions(+), 1 deletion(-) >> >> di...
2014 Nov 18
1
[Mesa-dev] [PATCH] nv50/ir: saturate FRC result to avoid completely bogus values
...;> Am 18.11.2014 um 05:03 schrieb Ilia Mirkin: >>>> For values above integer accuracy in floats, val - floor(val) might >>>> actually produce a value greater than 1. For such large floats, it's >>>> reasonable to be imprecise, but it's unreasonable for FRC to return a >>>> value that is not between 0 and 1. >>>> >>>> Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu> >>>> --- >>>> src/gallium/drivers/nouveau/codegen/nv50_ir_from_tgsi.cpp | 3 ++- >>>> 1 file changed, 2...
2009 Jun 17
2
[LLVMdev] possible PowerPC (32bits) backend bug
...F4RC:$C)), (FNMSUBS F4RC:$A, F4RC:$C, F4RC:$B)>, Requires<[FPContractions]>; The unique feature of this parttern is that it maps a pair of LLVM IR instructions into a single PPC instruction. def FNMSUBS : AForm_1<59, 30,(outs F4RC:$FRT), (ins F4RC:$FRA, F4RC:$FRC, F4RC:$FRB), "fnmsubs $FRT, $FRA, $FRC, $FRB", FPGeneral, [(set F4RC:$FRT, (fneg (fsub (fmul F4RC:$FRA, F4RC:$FRC),F4RC:$FRB)))]>, Requires<[FPContractions]>; Now I wrote a little toy program that, when compiled, use...
2008 Nov 25
7
when timer go back in dom0 save and restore or migrate, PV domain hung
...00 +++ b/tools/libxc/xc_domain_restore.c Fri Nov 21 17:34:15 2008 +0800 @@ -328,6 +328,16 @@ /* For info only */ nr_pfns = 0; + //jsong@novell.com, james song + memset(&domctl, 0, sizeof(domctl)); + domctl.domain = dom; + domctl.cmd = XEN_DOMCTL_restoredomain; + frc = do_domctl(xc_handle, &domctl); + if ( frc != 0 ) + { + ERROR("Unable to set flag of restore."); + goto out; + } if ( read_exact(io_fd, &p2m_size, sizeof(unsigned long)) ) { @@ -1120,6 +1130,8 @@ /* restore saved vcpu_info and arc...
2008 Nov 27
1
Re: RE: Re: Re: when timer go back in dom0 save and restore ormigrate, PV domain hung
...*/ nr_pfns = 0; + //jsong@novell.com, james song + memset(&domctl, 0, sizeof(domctl)); + domctl.domain = dom; + domctl.cmd = XEN_DOMCTL_restoredomain; + frc = do_domctl(xc_handle, &domctl); + if ( frc != 0 ) + { + ERROR("Unable to set flag of restore."); + goto out; + } if...
2005 Dec 15
3
[LLVMdev] Vector LLVM extension v.s. DirectX Shaders
Dear all: To write a compiler for Microsoft Direct3D shaders from our hardware, I have a program which translates the Direct3D shader assembly to LLVM assembly. I added several intrinsics for this purpose. It's a vector ISA and has some special instructions like: * rcp (reciprocal) * frc (the fractional portion of each input component) * dp4 (dot product) * exp (exponential) * max, min These operations are very specific to 3D graphics and missing from the LLVM instructions. The vector LLVM extension is not enough to compiled Direct3D shaders. The result LLVM assembly is assembled...
2013 Sep 02
0
como hacer grafico de un modelo setar
Quitar la constante del modelo, no parece una buena estrategia para estos datos. En cualquier caso, si quieres visualizar las predicciones del modelo setarc con las de los demás modelos, prueba sustituir la linea plot(x.test, ylim = range(x)) por plot(x.test, ylim = range( union( x , frc.test[["setarc"]] ))) Un saludo. Olivier -- ____________________________________ Olivier G. Nuñez Email: onunez en iberstat.es Tel : +34 663 03 69 09 Web: http://www.iberstat.es ____________________________________ El 02/09/2013, a las 21:03, Victoria Yañez escribió: > y sabrí...
2005 May 11
0
RODBC Oracle and VB automation with R(D)COM
...t fails): >library(RODBC) >channel <- odbcConnect(dsn="MY_DB", uid="MYUID", pwd="MYPWD", case = "oracle") >channel RODB Connection 4 Details: case=toupper DSN=MY_DB UID=MYUID PWD=MYPWD DBQ=LT10G DBA=W APA=T EXC=F FEN=T QTO=T FRC=10 FDL=10 LOB=T RST=T GDE=F FRL=F BAM=IfAllSuccessful NUM=NLS DPM=F MTS=T MDI=F CSR=F FWC=F FBS=64000 TLO=0 When I run the same code through VBA (and VB .NET). I would have: Rinterface.RRun("channel<- odbcConnect(dsn='MY_DB', uid='MYUID', pwd=...
2004 Dec 14
2
help - Theora/Vorbis/Ogg, ogmmerge and ffmpeg2theora
...ollowing, starting with the following two files: # tcprobe -i vts_01.m2v [tcprobe] MPEG elementary stream (ES) [tcprobe] summary for vts_01.m2v, (*) = not default, 0 = not detected import frame size: -g 720x576 [720x576] aspect ratio: 16:9 (*) frame rate: -f 25.000 [25.000] frc=3 # tcprobe -i vts_01.m2a [tcprobe] AC3 stream [tcprobe] summary for vts_01.m2a, (*) = not default, 0 = not detected audio track: -a 0 [0] -e 48000,16,2 [48000,16,2] -n 0x2000 bitrate=192 kbps Then proceeded to convert them into Vorbis/Theora/Ogg files. transcode -i vts_...
2005 Dec 15
0
[LLVMdev] Vector LLVM extension v.s. DirectX Shaders
...rite a compiler for Microsoft Direct3D shaders from our hardware, > I have a program which translates the Direct3D shader assembly to LLVM > assembly. I added several intrinsics for this purpose. > It's a vector ISA and has some special instructions like: > * rcp (reciprocal) > * frc (the fractional portion of each input component) > * dp4 (dot product) > * exp (exponential) > * max, min > These operations are very specific to 3D graphics and missing from the > LLVM instructions. The vector LLVM extension is not enough to compiled > Direct3D shaders. ok. &gt...
2004 Jun 15
2
S/R/RWeb/ODBC
I'm looking for an optimal approach to access Oracle databases via RWeb applications. I'm new to R but familiar with programming functions and web pages for the S+ Statserver. I'm now going through the motions of migrating S+/Statserver applications to R/RWeb as a feasability exercise. I can access databases using ODBC directly in R or S, and using Statserver, but I have not succeeded
2007 Dec 10
1
[git patch] m-i-t support, ipconfig fix
...------- 7 files changed, 21 insertions(+), 144 deletions(-) commit 83cd38f8cc2a04ef6d4ce96de719c993edd7fbfb Author: maximilian attems <max at stro.at> Date: Mon Dec 10 15:52:49 2007 +0100 [klibc] ipconfig fix DHCPREQUEST per RFC 2131 Ken Simon found that Cisco would drop non frc 2131 ipconfig DHCPREQUEST packet. see for all glorious details http://marc.info/?l=linux-kernel&m=119697064911348&w=2 also reported on http://bugs.debian.org/432977 Cc: Christian Kern <kernch at in.tum.de> Cc: Ken Simon <ninkendo at gmail.com&g...
2013 Oct 04
1
[Bug 70130] New: unable to compile fragment shader program
...], 2D 14: MUL TEMP[6].x, CONST[4].xxxx, IMM[0].wwww 15: LRP TEMP[6].x, TEMP[6].xxxx, IMM[0].zzzz, IMM[0].yyyy 16: MAD TEMP[6].xy, IN[1].xyyy, TEMP[6].xxxx, IN[1].zwww 17: MOV TEMP[6].xy, TEMP[6].xyyy 18: TEX TEMP[6].xyz, TEMP[6], SAMP[2], 2D 19: MUL TEMP[7].x, IMM[1].xxxx, CONST[13].xxxx 20: FRC TEMP[7].x, TEMP[7].xxxx 21: LRP TEMP[5].xyz, TEMP[7].xxxx, TEMP[6].xzyy, TEMP[5].xzyy 22: ADD TEMP[5].xyz, TEMP[5].xyzz, IMM[1].yyyy 23: DP3 TEMP[6].x, TEMP[5].xyzz, TEMP[5].xyzz 24: RSQ TEMP[6].x, TEMP[6].xxxx 25: MUL TEMP[5].xyz, TEMP[5].xyzz, TEMP[6].xxxx 26: LRP TEMP[6].xyz, TEMP[1].xxxx,...
2013 Jan 02
4
Define 6.1 and 7.1 channel mappings
...ONT_RIGHT are specified, then the samples for the front left speaker must come first in the interleaved stream. The number of bits set indwChannelMask should be the same as the number of channels specified in WAVEFORMATEX.nChannels." Which gives us the following order: FL FR FC LFE BL BR FLC FRC BC SL SR TC TFL TFC TFR TBL TBC TBR It happens to be compatible with all currently defined FLAC channel assignments: - 1 channel: mono (FC) - 2 channels: left, right (FL FR) - 3 channels: left, right, center (FL FR FC) - 4 channels: left, right, back left, back right (FL FR BL BR) - 5 channels: l...
2011 Dec 16
13
[PATCH 0 of 4] Support for VM generation ID save/restore and migrate
This patch series adds support for preservation of the VM generation ID buffer address in xenstore across save/restore and migrate, and also code to increment the value in all cases except for migration. Patch 1 modifies the guest ro and rw node creation to an open coding style and cleans up some extraneous node creation. Patch 2 modifies creation of the hvmloader key in xenstore and adds