search for: lunit

Displaying 2 results from an estimated 2 matches for "lunit".

Did you mean: unit
2007 Feb 23
0
Formatting difftime objects
...s(x),...), units(x))) else format <- rep(attr(x,"format"),length(x)) } else { format <- rep(format,length(x)) } units(x)<-'secs' rem <- unclass(x) w <- d <- h <- m <- s <- array(0,length(x)) lunit <- "" if (length(grep('%W',format,fixed=TRUE)) > 0 ){ w <- rem %/% (7 * 86400) rem <- rem - w * 7 * 86400 lunit <- "weeks" } if (length(grep('%d',format,fixed=TRUE)) > 0){ d <- rem...
2012 Apr 19
0
[LLVMdev] Target Dependent Hexagon Packetizer patch
...gt; def ST : InstrItinClass; >> def S : InstrItinClass; >> +def SYS : InstrItinClass; >> +def MARKER : InstrItinClass; >> def PSEUDO : InstrItinClass; >> >> - >> def HexagonItineraries : >> - ProcessorItineraries<[LUNIT, LSUNIT, MUNIT, SUNIT], [], [ >> - InstrItinData<ALU32 , [InstrStage<1, [LUNIT, LSUNIT, MUNIT, SUNIT]>]>, >> - InstrItinData<ALU64 , [InstrStage<1, [MUNIT, SUNIT]>]>, >> - InstrItinData<CR , [InstrStage<1, [SUNIT]>]>, &gt...