search for: filterid

Displaying 14 results from an estimated 14 matches for "filterid".

Did you mean: filtered
2008 Apr 17
1
[LLVMdev] Being able to know the jitted code-size before emitting
Thx again Evan for the review. Here's a new patch for the JIT in itself. The major changes are: 1) A JITMemoryManager now has a flag saying "I require to know the size of what you want to emit" 2) DwarfJITEmitter is augmented with GetSize* functions 3) JITEmitter::startFunction checks if the JITMemoryManager requires to know the size. If so, it computes it and gives it through the
2008 Feb 04
0
[LLVMdev] Exception handling in JIT
...unsigned char* > EndFunction) { > + // Map all labels and get rid of any dead landing pads. > + MMI->TidyLandingPads(); > + > + const std::vector<GlobalVariable *> &TypeInfos = MMI- > >getTypeInfos(); > + const std::vector<unsigned> &FilterIds = MMI->getFilterIds(); > + const std::vector<LandingPadInfo> &PadInfos = MMI- > >getLandingPads(); > + if (PadInfos.empty()) return 0; > + > + // Sort the landing pads in order of their type ids. This is > used to fold > + // duplicate actions. > +...
2008 Feb 01
2
[LLVMdev] Exception handling in JIT
Dear all, Here's a new patch with Evan's comments (thx Evan!) and some cleanups. Now the (duplicated) exception handling code is in a new file: lib/ExecutionEngine/JIT/JITDwarfEmitter. This patch should work on linux/x86 and linux/ppc (tested). Nicolas -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: jit-exceptions.patch URL:
2011 Oct 04
0
Adding multiple gates/filters in densityplot
...ltiple gates through the panel-function, as curv1filter can also identify multiple peaks automatically and draw them into a densityplot... This script works for  xyplot but not for densitylot:     library(flowCore)     library(flowViz)     data(GvHD)     Filter1        <-    rectangleGate(filterId="Filter1", "FSC-H" = c(0, 200))     Filter2        <-    rectangleGate(filterId="Filter1", "FSC-H" = c(300, 400))     xyplot( `SSC-H` ~ `FSC-H` , data=GvHD[[1]],         panel = function(...) {             panel.xyplot.flowset(...)            glpolygon(...
2017 Jul 13
2
consulta por varTypes de sqlSave en RODBC
...sqlExecute(cn, "INSERT INTO prueba > > (cosa > > ,cantidad > > ,valor) > > VALUES (?,?,?)", dfNuevoDato) > > print(dfNuevoDato) > > } > > > > # comprobar si existe el id > > filterId <- data.frame('id'= dfDato$id) > > data <- sqlExecute(cn, "SELECT * FROM prueba WHERE id = ?", filterId, > fetch = TRUE) > > if(length(data$id) == 0) > > { > > print ('no existe el id') > > insertar(dfDato) > > }else{ > &...
2017 Jul 12
2
consulta por varTypes de sqlSave en RODBC
Buen dia compañerxs de R, les traigo una pregunta bastante especifica. En el trabajo me estan requiriendo el uso de SQL, asi q estoy aprendiendo a usarlo desde R, con el paquete RODBC. Mi problema puntual es que al crear una tabla en el servidor SQL a partir de un data frame en R (usando la funcion sqlSave) no puedo definir el tipo de variables que quiero usar en el data frame. Segun entiendo
2007 Dec 11
0
[LLVMdev] Exception handling in JIT
...unsigned char* > EndFunction) { > + // Map all labels and get rid of any dead landing pads. > + MMI->TidyLandingPads(); > + > + const std::vector<GlobalVariable *> &TypeInfos = MMI- > >getTypeInfos(); > + const std::vector<unsigned> &FilterIds = MMI->getFilterIds(); > + const std::vector<LandingPadInfo> &PadInfos = MMI->getLandingPads > (); > + if (PadInfos.empty()) return 0; > + > + // Sort the landing pads in order of their type ids. This is > used to fold > + // duplicate actions. > +...
2007 Dec 10
2
[LLVMdev] Exception handling in JIT
Hi everyone, Here's a patch that enables exception handling when jitting. I've copy/pasted _many_code from lib/Codegen/DwarfWriter.cpp, so we may need to factorize it, but the functionality is there and I'm very happy with it :) lli should now be able to execute the output from llvm-gcc when using exceptions (the UnwindInst instruction is not involved in this patch). Just add the
2015 Apr 01
6
ESX VM from scratch
I want to create a virtual machine from scratch in ESX but I can't figure out how to create the disks - the vmdk files. Any hints on how that can be done or even if it's possible at all ? Thanks
2017 Jul 13
2
consulta por varTypes de sqlSave en RODBC
...sqlExecute(cn, "INSERT INTO prueba > > (cosa > > ,cantidad > > ,valor) > > VALUES (?,?,?)", dfNuevoDato) > > print(dfNuevoDato) > > } > > > > # comprobar si existe el id > > filterId <- data.frame('id'= dfDato$id) > > data <- sqlExecute(cn, "SELECT * FROM prueba WHERE id = ?", filterId, > fetch = TRUE) > > if(length(data$id) == 0) > > { > > print ('no existe el id') > > insertar(dfDato) > > }else{ > &...
2015 Apr 01
0
Re: ESX VM from scratch
On 04/01/2015 07:25 PM, Paul Apostolescu wrote: > I want to create a virtual machine from scratch in ESX May be https://communities.vmware.com/community/vmtn/vsphere/content?filterID=contentstatus[published]~objecttype~objecttype[thread]
2003 Feb 05
1
cbq.init for one port on a subnet
Sub:[LARTC] cbq init for one port on a subnet Hello, We use cbq.init to limit bandwidth. It works great on a per-user basis. Now I''d like to limit traffic from a netblock to the Internet on port 6699. Network is 192.168.0.160 mask 255.255.255.224 eth0 is the gateway eth1 connects the netblock in question Is this the proper syntax; DEVICE=eth0,10Mbit,1Mbit RATE=100Kbit
2006 Feb 10
14
[PATCH] TC: bug fixes to the "sample" clause
...SAMPLE ...\n"); - fprintf(stderr, " SAMPLE := { ip | ip6 | udp | tcp | icmp | u{32|16|8} | mark } SAMPLE_ARGS\n"); + fprintf(stderr, " SAMPLE := { ip | ip6 | udp | tcp | icmp | u{32|16|8} | mark } SAMPLE_ARGS [divisor DIVISOR]\n"); fprintf(stderr, " FILTERID := X:Y:Z\n"); } @@ -835,7 +835,7 @@ unsigned divisor; NEXT_ARG(); if (get_unsigned(&divisor, *argv, 0) || divisor == 0 || - divisor > 0x100) { + divisor > 0x100 || (divisor - 1 & divisor)) { fprintf(stderr, "Illegal \"divisor\"\n&quo...
2007 Dec 12
3
[LLVMdev] Exception handling in JIT
...+ // Map all labels and get rid of any dead landing pads. >> + MMI->TidyLandingPads(); >> + >> + const std::vector<GlobalVariable *> &TypeInfos = MMI- >> >>> getTypeInfos(); >>> >> + const std::vector<unsigned> &FilterIds = MMI->getFilterIds(); >> + const std::vector<LandingPadInfo> &PadInfos = MMI->getLandingPads >> (); >> + if (PadInfos.empty()) return 0; >> + >> + // Sort the landing pads in order of their type ids. This is >> used to fold >> + //...