search for: pecularities

Displaying 19 results from an estimated 19 matches for "pecularities".

1999 Dec 14
1
"formula plotting" -> substitute pecularity
This is something between a question and a bug report. {sometimes one should first ask on R-help before sending to R-bugs....} I wanted to plot (.) a formula with "..." ## Works : e0 <- expression(T(x[1],...x[n])*", "*N[1] == 101) # works ok plot(1, main = e0) ## Now, need substitute, to replace with value of variableThis works nn <- 102 (e1 <-
2007 Jun 29
1
[LLVMdev] LLVM assembly without basic block
Thank you for this reply. If so, is there any way to merge basic blocks into a single one? Thanks, Seung J. Lee ---- Original message ---- >Date: Fri, 29 Jun 2007 22:27:38 +0200 >From: Basile STARYNKEVITCH <basile at starynkevitch.net> >Subject: Re: [LLVMdev] LLVM assembly without basic block >To: LLVM Developers Mailing List <llvmdev at cs.uiuc.edu> > >Seung
2007 Nov 29
1
[LLVMdev] Newbie: Target Lowering info.
thanks Evan, I have just started writing td files. Any ideas how do I describe instructions for an accumulator based machine. The other pecularity is that we do not want to have any software stack. So the instructions like load and store have no meanings. In that case, how do I lower instructions that operate on stack frame? TIA, Sanjiv On 11/26/07, Evan Cheng <evan.cheng at apple.com>
2007 Jun 29
1
[LLVMdev] LLVM assembly without basic block
Thank you for reminding me the notion of the basic block. Of course, I know all the assembly takes the form of BBs and is divided into units of BB. OK. It looks better for me to explain what I wanted to do more clear from the first. Actually, I am working on emitting out an assembly of VM by using LLVM. LLVM assembly looks similar with this VM assembly except BB. The VM assembly does not have the
2006 Jan 16
8
AJAX + Table.
Hello all. I am trying ot load table rows using AJAX based on a search. The following code results in: 1. Firefox renders correctly (Multiple rows inserted into page). 2. Opera renders the entire returned string in one <td> by the looks of it (Bunched up under first header, the <> tags arne''t visible) 3. IE6 does nothing....great ;) This is driving me nuts so any help
2009 Oct 24
1
Inheritance Problem
Hello. I have a question to inheritance in Rails(2.3.4). I have this three models. class Vehicle < ActiveRecord::Base end class Car < Vehicle end class RallyCar < Car end And this Migration: class CreateVehicles < ActiveRecord::Migration def self.up create_table :vehicles do |t| t.string :name t.string :brand t.string :type t.timestamps end
2007 Nov 27
0
[LLVMdev] Newbie: Target Lowering info.
On Nov 24, 2007, at 7:28 PM, Sanjiv Gupta wrote: > Could anybody guide me what information do I need to know about my > target in order to provide the target lowering info to the llvm DAG > generator? We do not have any fixed registers for argument passing. > Everything including the formal and actual arguments will take part in > a global interprocedural regalloc. You don't
2007 Nov 25
2
[LLVMdev] Newbie: Target Lowering info.
Could anybody guide me what information do I need to know about my target in order to provide the target lowering info to the llvm DAG generator? We do not have any fixed registers for argument passing. Everything including the formal and actual arguments will take part in a global interprocedural regalloc. Any pointers to learn about this will be a great help. Sanjiv
2014 Nov 08
0
RFC: new variable battery.status
...d: Permission denied >> RS >> RS >> ^CRS >> Signal 2: exiting >> $ >> > > Actually, it wasn't my intent that patch would go into the distribution, it was my intent to help others who have these UPSes > still in service to get a better handle on their pecularities. But, you actually bring up a great point. Why have ANY variables at all in upslog? I'm not PL so I don't decide what gets into production here and the point simply was 1.) , intended to RFC the community of this general developer practice Q, but in no way to insult You in any way. >...
2014 Nov 07
5
RFC: new variable battery.status
...ritepid: fopen /var/run/nut/upslog.pid: Permission denied > RS > RS > ^CRS > Signal 2: exiting > $ > Actually, it wasn't my intent that patch would go into the distribution, it was my intent to help others who have these UPSes still in service to get a better handle on their pecularities. But, you actually bring up a great point. Why have ANY variables at all in upslog? We should just have the output of upslog an empty log. And tell users to specify ALL the parameters they want that are important to them on the command line to upslog. After all, selecting ANY parameters for d...
2007 Apr 18
1
[RFC] [PATCH] Split host arch headers for UML's benefit
...".section .altinstr_replacement,\"ax\"\n" \ + "663:\n\t" newinstr "\n664:\n" /* replacement */ \ + ".previous" :: "i" (feature) : "memory") + +/* + * Alternative inline assembly with input. + * + * Pecularities: + * No memory clobber here. + * Argument numbers start with 1. + * Best is to use constraints that are fixed size (like (%1) ... "r") + * If you use variable sized constraints like "m" or "g" in the + * replacement maake sure to pad to the worst case length. + */ +#...
2007 Apr 18
1
[RFC] [PATCH] Split host arch headers for UML's benefit
...".section .altinstr_replacement,\"ax\"\n" \ + "663:\n\t" newinstr "\n664:\n" /* replacement */ \ + ".previous" :: "i" (feature) : "memory") + +/* + * Alternative inline assembly with input. + * + * Pecularities: + * No memory clobber here. + * Argument numbers start with 1. + * Best is to use constraints that are fixed size (like (%1) ... "r") + * If you use variable sized constraints like "m" or "g" in the + * replacement maake sure to pad to the worst case length. + */ +#...
2010 Mar 31
2
Should as.complex(NaN) -> NA?
I'm having trouble grokking complex NaN's. This first set examples using complex(re=NaN,im=NaN) give what I expect > Re(complex(re=NaN, im=NaN)) [1] NaN > Im(complex(re=NaN, im=NaN)) [1] NaN > Arg(complex(re=NaN, im=NaN)) [1] NaN > Mod(complex(re=NaN, im=NaN)) [1] NaN > abs(complex(re=NaN, im=NaN)) [1] NaN and so do the following > Re(complex(re=1,
2014 Nov 08
1
RFC: new variable battery.status
...> RS >>> ^CRS >>> Signal 2: exiting >>> $ >>> >> >> Actually, it wasn't my intent that patch would go into the >> distribution, it was my intent to help others who have these UPSes >> still in service to get a better handle on their pecularities. But, >> you actually bring up a great point. Why have ANY variables at all in >> upslog? > > I'm not PL so I don't decide what gets into production here and the > point simply was 1.) , intended to RFC the community of this general > developer practice Q, > but i...
2014 Nov 04
0
RFC: new variable battery.status
Hi Ted, Am 04.11.2014 um 04:12 schrieb Ted Mittelstaedt: > > Note that since the UPS relies on the voltage from the battery pack to > determine state of charge, it is quite useful to add in the battery pack > voltage to the logs as such: > > --- upslog.c.orig 2012-07-31 10:38:58.000000000 -0700 > +++ upslog.c 2014-02-20 09:23:14.000000000 -0800 > @@ -50,6 +50,7
2007 Apr 18
3
[RFC, PATCH 4/24] i386 Vmi inline implementation
...sp), %%esp" +#define vmi_postamble7 "lea 28(%%esp), %%esp" +#endif + +#if defined(CONFIG_VMI_STDCALL) +#define vmi_postamble(num_inputs) +#else +#define vmi_postamble(num_inputs) vmi_postamble##num_inputs +#endif + +/* + * VMI inline assembly with input, output, and clobbers. + * + * Pecularities: + * Input and output must be wrapped using XCONC(...) + * Best is to use constraints that are fixed size (like (%1) ... "r") + * If you use variable sized constraints like "m" or "g" in the + * replacement make sure to pad to the worst case length. + */ + +#define vmi...
2007 Apr 18
3
[RFC, PATCH 4/24] i386 Vmi inline implementation
...sp), %%esp" +#define vmi_postamble7 "lea 28(%%esp), %%esp" +#endif + +#if defined(CONFIG_VMI_STDCALL) +#define vmi_postamble(num_inputs) +#else +#define vmi_postamble(num_inputs) vmi_postamble##num_inputs +#endif + +/* + * VMI inline assembly with input, output, and clobbers. + * + * Pecularities: + * Input and output must be wrapped using XCONC(...) + * Best is to use constraints that are fixed size (like (%1) ... "r") + * If you use variable sized constraints like "m" or "g" in the + * replacement make sure to pad to the worst case length. + */ + +#define vmi...
2014 Nov 04
2
RFC: new variable battery.status
THANKYOUTHANKYOUTHANKYOUTHANKYOU!!!!!! There was a smaller patch posted to the list for lines -1389,9 +1390,10 a couple years ago, it helped some - BUT - it was still buggy. I have a Compaq R3000, I will get this patch integrated pronto and test Note that since the UPS relies on the voltage from the battery pack to determine state of charge, it is quite useful to add in the battery pack
2019 Nov 02
6
head.matrix can return 1000s of columns -- limit to n or add new argument?
Thanks Martin and Peter, I agree that we can be careful and narrow and still see a nice improvement in behavior. While Herve's point is valid and I understand his frustration, I think staying within the matrix vs c(matrix, array) space is the right scope for this work in terms of fiddling with inheritance. As another point, I don't know off the top of my head of any other classes which