Displaying 3 results from an estimated 3 matches for "p109".
Did you mean:
109
2008 Jul 02
1
flow map lines between point pairs (latitude/longitude)
...39.45965
-80.15633 40.76111 -79.54583
2 P1 P3 1 39.45965
-80.15633 39.58861 -79.98222
3 P102 P108 19 36.98210 -88.21597
37.19667 -88.84389
4 P102 P109 71 36.98210
-88.21597 37.09472 -89.13694
I am interested in plotting variable-width lines, based on
NumberOfTrips, between point pairs (OriginLongitude,OriginLatitude)
and (DestinationLongitude,DestinationLatititude), e.g. a flow map
between the ports. At...
2006 Apr 10
2
how to figure out "skewness"
I think it is simply, but I cannot find the method to figure out "skewness".
Thanks!
[[alternative HTML version deleted]]
2011 Jun 23
2
[LLVMdev] Instr Description Problem of MCore Backend
..., GPRs:R6, GPRs:R7), (ins GPRs:$Rx),
"stq R4-R7, ($Rx)", []>;
// Load/Store Multiple Register Mode
def LDM : MultR<0x2, // FIXME p80
(outs GPRs:R0), (ins GPRs:$Rf),
"ldm $Rf-R15, (R0)", []>;
def STM : MultR<0x3, // FIXME p109
(outs GPRs:$Rf), (ins GPRs:R0),
"stm $Rf-R15, (R0)", []>;
Info below comes from MCore Programmers Reference Manual:
LDQ - Load Register Quadrant from Memory
Operation:
Destination registers ← memory;
Assembler Syntax:...