search for: functon

Displaying 20 results from an estimated 47 matches for "functon".

Did you mean: function
2009 Aug 03
6
[LLVMdev] "masm syntax" for X86 backend
...s it should be removed. > The reason is pretty simple: masm is too weak to support anything > non-trivial and unfortunatley there is no simple way to fix the stuff. > The strainge thing is I believe VisualStudio can generate code through it !:) Anyway I agree cut it for now as it is non functonal. Aaron -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090803/0cf2d505/attachment.html>
2012 Dec 03
3
r function definition
I am a very new R user. I am trying to write functons and debug functions. One problem for me is that I need to alwasy copy the whole function body and resubmit to R console every time I changed even one line of the function. Because I have long algorithm function, copying and pasting is very tedious for me. I assume if I save the function files, R s...
2007 May 17
2
state plugin
...m for options (metadata). I am tyring to see if it could be tweaked to new plugin infrastructure, but it is not trivial (or at least not for me :)). Can someone point me to some documentation so I could port this. Or is this functionality already planned for compiz (or maybe someone already has functonal plugin?). Regards Kresimir -- Kresimir Kukulj madmax at iskon.hr +--------------------------------------------------+ Remember, if you break Debian, you get to keep both parts.
2009 Aug 03
0
[LLVMdev] "masm syntax" for X86 backend
...ything > non-trivial and unfortunatley there is no simple way to fix the stuff. > > > The strainge thing is I believe VisualStudio can generate code > through it !:) No, it doesn't, it writes .o files directly iiuc. -Chris > > Anyway I agree cut it for now as it is non functonal. > > Aaron > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev -------------- next part -------------- An HTML attachment was scrubbed....
2015 May 23
2
A patch for precompute_partition_info_sums_()
Here I attach a preliminary version of a patch for precompute_partition_info_sums_() function that should accelerate encoding of 24-bit input data. 1) SSE2, SSSE3 and AVX2 versions of this function should be updated, too 2) the patch also changes if(FLAC__bitmath_ilog2(default_partition_samples) + bps + FLAC__MAX_EXTRA_RESIDUAL_BPS < 32) into (in effect)
2011 Aug 08
1
Making rmath.dll (or equivalent)
...e version of R I have on my computer. I have looked for instructions online for this, but all I can find reference folders/files not in my install, I am guessing these instructions are for older versions of R. Can anyone point me to how I can accomplish this, creating a 64-bit DLL for R's math functonality? Thanks in advance. -- View this message in context: http://r.789695.n4.nabble.com/Making-rmath-dll-or-equivalent-tp3727906p3727906.html Sent from the R devel mailing list archive at Nabble.com.
2010 Sep 23
1
How to pass a model formula as argument to with.mids
Hello I would like to pass a model formula as an argument to the with.mids function from the mice package. The with.mids functon fits models to multiply imputed data sets. Here's a simple example library(mice) #Create multiple imputations on the nhanes data contained in the mice package. imp <- mice(nahnes) #Fitting a linear model with each imputed data set the regular way works fine with(imp, lm(bmi~hyp+chl))...
2013 Mar 11
3
Optimization in R similar to MS Excel Solver
...66 90 10 "Muni3" 25 31 60 40 66 90 5 "Muni4" 27 26 60 40 66 90 30 The outcome of excel functon Solver is: cost assigned "Municipality" "Centre1" "Centre2" "Centre3" "Centre4" "Centre5" "Centre6" "Solution" "Muni1" 0 20 0 0 0...
2010 Oct 06
4
problem with abline
Hi All, I am running a scatter plot and trying to add a best fit line. I use an abline function, but get no line drawn over the points. I also get no error. I arm using V 2.10.0 on Windows 7. Here is my code, including the SAS transport file import: require (foreign) require (chron) require (Hmisc) require (lattice) clin <- sasxport.get("y:\\temp\\subset.xpt") attach(clin)
2003 Jul 23
6
window function
Dear Sebastian and all, This is a Japanese to live in Japan. I have a question. Ogg's window functon is f(x)=sin(1/2*pi*sin^2((x+0.5)/n*pi)) for 0 <= x < n But I cannot understand why this window function satisfys the equation f^2(x)+f^2(x+n/2)=2 which is for MDCT's perfect signal reconstruction. reference: Analysis/Synthesis Filter Bank Design Based on Time Domain Aliasing Cancella...
2004 Jun 19
1
[LLVMdev] MachineOperand: GlobalAddress vs. ExternalSymbol
...objects would be different: to go from one to the > other, you would have to delete the object and reallocate it. Can't you store all functions in the list of global values? That would be quite clear: all top-level module elements are global values, and a present in the global list. The functons list can contains either both functions with bodies or without, or only with bodies. In the latter case, when you create function, it's added only to global values list. When you add the first basic block, it's also added to the list of functions. > > Anyther question is about Sy...
2011 Mar 17
1
Using barplot() with zoo -- names.arg not permitted?
I've used barplot(), including the anmes.arg parameter, on data frames successfully, but I'm even newer to using zoo than I am to R. :-} I am working on a functon that accepts a data frame ("df") as its primary argument, extracts information from it to create a zoo, then generates a plot based on that. The data frame has a column called "time" which is a standard UNIX time -- the number of seconds since 01 Jan 1970 (UTC), so I treat that...
2010 Jul 20
2
[SPAM] [BombData][alltestmode] Re: Speex Echo Cancellation
As for me - speex_echo_cancellation is a better choise. Try using it in capture thread instead of those speex_echo_capture and speex_echo_playback functions. And please, describe your problem in details. Cause the fact that you "didn get echo cancellation" doesn't mean you are doing smth wrong. Regards, Anton A. Shpakovsky -----Original Message----- From: speex-dev-bounces at
2009 Aug 03
2
[LLVMdev] "masm syntax" for X86 backend
On Aug 3, 2009, at 11:23 AM, Aaron Gray wrote: > Hi Chris, > > It would be good to get to try to get it as functional as possible > at some point, before abandoning it..maye once I have one the COFF > backend. I'm not proposing to remove COFF support from the asmprinter, just masm support. Using gas will continue to work fine. > Anyway I wll report back when I have
2009 Aug 03
0
[LLVMdev] "masm syntax" for X86 backend
>>  Anyway I wll report back when I have a proper overview of the area, >> it would be good if you could also look into the problem so contact >> me back if you are, also it maybe a good idea to share this with >> Anton and Evan. > > I already spoke to anton.  The MASM support is clearly broken, it > generates .s files with typos for the directives and has other
2009 Aug 03
0
[LLVMdev] "masm syntax" for X86 backend
...; > The reason is pretty simple: masm is too weak to support anything > > non-trivial and unfortunatley there is no simple way to fix the stuff. > > The strainge thing is I believe VisualStudio can generate code through it > !:) > > Anyway I agree cut it for now as it is non functonal. I would really hesistate in removing this. All of the Intel and AMD manuals use this syntax. Certainly the printer needs some work and I've actually got it on my TODO list to look at it. I won't be able to get to it for a while, though. It's not a simple matter of deleting files...
2014 Dec 03
0
Improve encoding speed on older Intel CPUs
The commit http://git.xiph.org/?p=flac.git;a=commit;h=e9d805dd4374cead02a4e991515bae3bf9547e43 changes the code of functons that calculate autocorrelation. However, the new code works slightly (about 4%) slower on Core 2. But with the new presets the speed decrease can reach ~25%. This patch enables both old and new functions and chooses between them in realtime. -------------- next part -------------- A non-text atta...
2010 Jan 18
0
new R package. How to hide data file
...roughly 14000 elements. I thought the best way to use this file in the package was to list it, together with the rest of useful functions, in the list= field of package.skeleton. This way, a "SYMINFO.rda" is created in the data directory of the new package. It can, then, be used by all functons needing it through a data(SYMINFO) line. I have created and installed the package and things work. But I would like to make SYMINFO invisible to users. If I call SYMINFO as .SYMINFO, the functions needing this bit of data do not work anymore, even if I replaced data(SYMINFO) with data(.SYM...
2005 Apr 13
0
Summary: GLMMs: Negative Binomial family in R
...****************************** Check out these recent postings to the R list: http://finzi.psych.upenn.edu/R/Rhelp02a/archive/48429.html http://finzi.psych.upenn.edu/R/Rhelp02a/archive/48646.html *this refers to the random effects module of AD Model Builderthat can be called from R via the driver functon glmm.admb(). Their example problem fits the model with a negative binomial. The function can be downloaded from http://otter-rsch.com/admbre/examples/nbmm/nbmm.html ************ *********** My Original Query Greetings R Users! I have a data set of count responses for which I have made repeated o...
2015 Aug 21
3
Would a spreadsheet be a good project using LLVM?
I am thinking about writing a new open source spreadsheet application since I think the spreadsheet applications out there (Microsoft Excel, LibreOffice Calc, etc.) do not have some features that I would really like to use. I would like the spreadsheet to recalculate very fast and wondered if it would make sense to use LLVM to calculate the cell values quickly. Each cell of a spreadsheet