search for: msin

Displaying 17 results from an estimated 17 matches for "msin".

Did you mean: msi
2010 Sep 21
1
[LLVMdev] Possible missed optimization on function calling?
...noticed that the following code could be improved a little bit further. If the optimization is too tricky for the compiler or something and it's done this way by design forgive me, but in any case i just wanted to point it out. Consider the following C code: extern int mcos(int a); extern int msin(int a); extern int mdiv(int a, int b); int foo(int a, int b) { int a4 = mdiv(mcos(a), msin(b)); return a4; } I noticed this while testing it for the backend i'm currently developing, but it produces exactly the same code for other targets: march = msp430: push.w r11 push.w...
2002 Aug 26
5
updating n within for(i in 1:n) loop
...major 1 minor 5.1 year 2002 month 06 day 17 language R Rajiv -------- Rajiv Prasad Postdoctoral Research Associate, Hydrology Group Pacific Northwest National Laboratory, P.O. Box 999, MSIN K9-33 Richland, WA 99352 Voice: (509) 375-2096 Fax: (509) 372-6089 Email: rajiv.prasad at pnl.gov -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", o...
2001 Nov 28
2
shell()/system() question
...major 1 minor 3.0 year 2001 month 06 day 22 language R > TIA. Rajiv. -------- Rajiv Prasad Postdoctoral Research Associate, Hydrology Group Pacific Northwest National Laboratory, P.O. Box 999, MSIN K9-33 Richland, WA 99352 Voice: (509) 375-2096 Fax: (509) 372-6089 Email: rajiv.prasad at pnl.gov -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", o...
2002 Mar 05
3
reading 2-byte integers using readBin and connections
...major 1 minor 3.1 year 2001 month 08 day 31 language R > TIA. Rajiv -------- Rajiv Prasad Postdoctoral Research Associate, Hydrology Group Pacific Northwest National Laboratory, P.O. Box 999, MSIN K9-33 Richland, WA 99352 Voice: (509) 375-2096 Fax: (509) 372-6089 Email: rajiv.prasad at pnl.gov -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", o...
2003 Nov 13
1
Can't get Sweave syntax highlighting with Emacs
...t; ".bib"))) (setq TeX-file-extensions '("Snw" "Rnw" "nw" "tex" "sty" "cls" "ltx" "texi" "texinfo")) Scott Scott Waichler, Senior Research Scientist Pacific Northwest National Laboratory MSIN K9-36 P.O. Box 999 Richland, WA 99352 USA 509-372-4423 (voice) 509-372-6089 (fax) scott.waichler at pnl.gov http://hydrology.pnl.gov
2013 May 13
3
[PATCH] Specify PAM Service name in sshd_config
...ed zones). The default is still to use the binary name. ____________________________________________ Ken Schmidt Research Scientist, Molecular Science Computing Operations EMSL: Environmental Molecular Sciences Laboratory Pacific Northwest National Laboratory 902 Battelle Boulevard P.O. Box 999, MSIN K8-83 Richland, WA 99352 USA Tel: 509-371-6107 Fax: 509-371-6110 Kenneth.schmidt at pnnl.gov www.emsl.pnl.gov This material was prepared as an account of work sponsored by an agency of the United States Government. Neither the United States Government nor the United States Department of Energy,...
2001 Nov 28
1
fill patterns
Hi folks: Any idea when the density and angle arguments to polygon() are to be implemented? Or is there another way to achieve hatching fill patterns? TIA. Rajiv. -------- Rajiv Prasad Postdoctoral Research Associate, Hydrology Group Pacific Northwest National Laboratory, P.O. Box 999, MSIN K9-33 Richland, WA 99352 Voice: (509) 375-2096 Fax: (509) 372-6089 Email: rajiv.prasad at pnl.gov -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", o...
2003 Jan 29
1
dyn.load warning message in R1.6.2 on Windows XP
...major 1 minor 6.2 year 2003 month 01 day 10 language R > Thanks. Rajiv -------- Rajiv Prasad Postdoctoral Research Associate, Hydrology Group Pacific Northwest National Laboratory, P.O. Box 999, MSIN K9-33 Richland, WA 99352 Voice: (509) 375-2096 Fax: (509) 372-6089 Email: rajiv.prasad at pnl.gov
2004 Dec 16
2
Unsightly lines from x*y grid in levelplot with Postscript
...se grid, the lines wash out the contour colors. I can avoid the problem if I use png instead, but that brings up other problems. Any ideas for how I can get Postscript to not show those lines around the cells? Scott Scott Waichler, Senior Research Scientist Pacific Northwest National Laboratory MSIN K9-36 P.O. Box 999 Richland, WA 99352 USA 509-372-4423 (voice) 509-372-6089 (fax) scott.waichler at pnl.gov http://hydrology.pnl.gov
2005 Jan 14
0
Code contributed for a gant (Gantt) chart
...s[i] - half.height, tasks[[i]]$end, reverse.task.numbers[i] + half.height, col = tasks[[i]]$color, border = F) } box() mtext("Month", side=3, outer=F, line=2, cex=1.1) # x-axis label dev.off() Scott Scott Waichler, Senior Research Scientist Pacific Northwest National Laboratory MSIN K9-36 P.O. Box 999 Richland, WA 99352 USA 509-372-4423 (voice) 509-372-6089 (fax) scott.waichler at pnl.gov http://hydrology.pnl.gov
2001 May 14
0
followup: lookup function for density(...) objects
...okup(d.x, 0.5, "s") [1] -0.001036673 > RPDensityLookup(d.x, 0.95, "l") [1] 1.751115 > RPDensityLookup(d.x, 0.95, "s") [1] 1.751107 Rajiv. -------- Rajiv Prasad Postdoctoral Research Associate, Hydrology Group Pacific Northwest National Laboratory, P.O. Box 999, MSIN K9-33 Richland, WA 99352 Voice: (509) 375-2096 Fax: (509) 372-6089 Email: rajiv.prasad at pnl.gov -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help",...
2004 Oct 17
2
Re: [R] Problem Compiling R-2.0.0 on Linux Alpha
...pley. My efforts last night was mostly futile except that it told me about the embedded newline in Built field. Prof. Ripley: how do I get your fixes? Can I just download R-2.0.0-patched? Rajiv -------- Rajiv Prasad Scientist, Hydrology Group Pacific Northwest National Laboratory, P.O. Box 999, MSIN K9-33 Richland, WA 99352 Voice: (509) 375-2096 Fax: (509) 372-6089 Email: rajiv.prasad@pnl.gov -----Original Message----- From: Prof Brian Ripley [mailto:ripley@stats.ox.ac.uk] Sent: Sunday, October 17, 2004 5:59 AM To: Peter Dalgaard Cc: Prasad, Rajiv; r-devel@stat.math.ethz.ch Subject: Re:...
2001 Mar 28
1
Help: Using R from C
...locVector(...) call. Am I missing something obvious here? Any help is greatly appreciated. Rajiv. -------- Rajiv Prasad (509) 375-2096 (Voice) Postdoctoral Research Associate, Hydrology Group (509) 372-6089 (Fax) Pacific Northwest National Laboratory rajiv.prasad at pnl.gov P.O. Box 999, MSIN K9-33, Richland, WA 99352 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help 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 subject !)...
2002 Mar 27
0
Re: RE Vertical bars with barchart()
...this in a lattice. I don't know how to do this > with the functions available with lattice. > > Scott > > Scott Waichler, Senior Research Scientist > Hydrology Group/Environmental Technology Division > Battelle Pacific Northwest National Laboratory > P.O. Box 999, MSIN: K9-36 > Richland, WA 99352 > (voice) 509-372-4423 (fax) 509-372-6089 > (email) scott.waichler at pnl.gov > (web) http://hydrology.pnl.gov > ________________________________________________ > __________________________________________________ Yahoo! Movies - coverage of the...
2001 May 10
3
lookup function for density(...) objects
..._ as.vector(mymatrix) > mydata.density _ density(mydata) > mydata.p80 _ lookup(mydata.density, p=0.8) # is there any function to accomplish this task? Thanks. Rajiv. -------- Rajiv Prasad, Postdoctoral Research Associate, Hydrology Group Pacific Northwest National Laboratory, P.O. Box 999, MSIN K9-33, Richland, WA 99352 Voice: (509) 375-2096 Fax: (509) 372-6089 Email: rajiv.prasad at pnl.gov -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help&qu...
2004 Oct 16
3
Problem Compiling R-2.0.0 on Linux Alpha
...] Error 1 Does this indicate a problem with R, or something in my system installation? A search on R help list archives did not turn up this particular error. Any help is much appreciate. Rajiv -------- Rajiv Prasad Scientist, Hydrology Group Pacific Northwest National Laboratory, P.O. Box 999, MSIN K9-33 Richland, WA 99352 Voice: (509) 375-2096 Fax: (509) 372-6089 Email: rajiv.prasad@pnl.gov [[alternative HTML version deleted]]
2004 Oct 16
3
Problem Compiling R-2.0.0 on Linux Alpha
...] Error 1 Does this indicate a problem with R, or something in my system installation? A search on R help list archives did not turn up this particular error. Any help is much appreciate. Rajiv -------- Rajiv Prasad Scientist, Hydrology Group Pacific Northwest National Laboratory, P.O. Box 999, MSIN K9-33 Richland, WA 99352 Voice: (509) 375-2096 Fax: (509) 372-6089 Email: rajiv.prasad@pnl.gov [[alternative HTML version deleted]]