Displaying 4 results from an estimated 4 matches for "r141".
Did you mean:
r11
2002 Apr 05
1
problem by calculation (PR#1435)
Full_Name: Jinsheng Feng
Version: R141
OS: Linux and Windows2000
Submission from: (NULL) (141.43.226.235)
I have installed R141 under Xteamlinux4.0 (Chinese) and MS Windows2000. By run
following I have two resalts:
A <- matrix(c(1, 2, 7, 3), ncol=2, byrow=T)
Ai <- solve(A)
b <- c(2, 3)
x <- Ai%*%b
resalt under Windows
>...
2010 Jun 15
0
[LLVMdev] Question on X86 backend
...R90, R91, R92, R93, R94, R95,
R96, R97, R98, R99, R100, R101, R102, R103, R104, R105, R106, R107, R108, R109, R110, R111,
R112, R113, R114, R115, R116, R117, R118, R119, R120, R121, R122, R123, R124, R125, R126, R127,
R128, R129, R130, R131, R132, R133, R134, R135, R136, R137, R138, R139, R140, R141, R142, R143,
R144, R145, R146, R147, R148, R149, R150, R151, R152, R153, R154, R155, R156, R157, R158, R159,
R160, R161, R162, R163, R164, R165, R166, R167, R168, R169, R170, R171, R172, R173, R174, R175,
R176, R177, R178, R179, R180, R181, R182, R183, R184, R185, R186, R187, R188, R189, R190, R...
2010 Jun 15
2
[LLVMdev] Question on X86 backend
Hi Micah,
> In X86InstrInfo.td for Call Instructions, it mentions that Uses for
> argument registers are added manually. Can someone point me to the
> location where they are added as the comment doesn't reference a
> where or how?
the register uses are added by the function
X86TargetLowering::LowerCall() during the DAG Lowering phase. This is
the relevant code segment:
// Add
2002 Jan 31
0
R-141 for Mac
...e been just released and mirrored in few hours on
CRAN.
The Carbon version is distributes in one file only with all the base
distribution and the recommended packages.
The Darwin version has been already distributed by Jan de Leeuw and now
mirrored on CRAN.
Contributed packages for the Carbon R141 will follow next week.
Stefano
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-announce mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the s...