search for: swhich

Displaying 3 results from an estimated 3 matches for "swhich".

Did you mean: which
2012 Nov 28
2
hhmm time format, strptime and %k
...7 4 11/19/2012 950 138.20 138.32 138.20 138.30 1046133 896423 1942556 5 11/19/2012 955 138.30 138.49 138.30 138.41 1287646 961604 2249250 6 11/19/2012 1000 138.41 138.49 138.39 138.43 806043 731641 1537684 > As in the example above, my data (column vectors in a dataframe) are time series swhich have time stamps for hours spanning from 9:35am to 16:00 (column 2). The hours are formatted as follows: 935 is 9:35, 940 is 9:40 ... hence 1600 is 16:00. When I convert the dataframe column for "Close" (dat[,6] i.e., sixth column of the dataframe) to a time series (xts): using...
2013 Jul 18
0
[LLVMdev] About LLVM switch instruction
Hi Milind, My suggestion just for your concern that if you eliminate the default block, a block associated with a case value will become the default block of the swhich instruction, since a switch instruction always requires a default block. But when a block associated with a case value become the default block, the associated case value is lost and may confuse the later optimizations such as constant propagation. To prevent such information lost when you elimina...
2013 Jul 18
2
[LLVMdev] About LLVM switch instruction
Hongbin Can you elaborate more on your suggestion? I am not sure I fully understand what you suggested. -Milind On Wed, Jul 17, 2013 at 11:11 PM, Hongbin Zheng <etherzhhb at gmail.com> wrote: > Hi Milind, > > Maybe you could annotate the default case value as metadata to the swith > instruction. > > Thanks > Hongbin > > > On Thu, Jul 18, 2013 at 1:09 PM,