Displaying 4 results from an estimated 4 matches for "r110".
Did you mean:
r11
2010 Nov 12
3
Partition of a set
Hi
I am new on this forum. I am searching for a function in R which provides
all partitions of a set, say for the set
{1,2,3}
you get
{{1,2,3}}
{1,{2,3}}
{2,{1,3}}
{3,{1,2}}
{{1},{2},{3}}
. The number of partitions of a set is given by Bellsche`s number. The
number of possibilities of length (this is the number of subsets included in
the partition) of the partition is given by the partition
2010 Jun 15
0
[LLVMdev] Question on X86 backend
..., R53, R54, R55, R56, R57, R58, R59, R60, R61, R62, R63,
R64, R65, R66, R67, R68, R69, R70, R71, R72, R73, R74, R75, R76, R77, R78, R79,
R80, R81, R82, R83, R84, R85, R86, R87, R88, R89, 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,...
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
2005 Aug 09
0
How to lower float charge voltage of an APC Smart UPS unit
...uit board.
4) Locate the 100K ohm resistor labelled R118. You have found the right
resistor if one end of it connects to pin 14 of the intergrated circuit
labelled APC2020. This is the sense resistor for the battery float charge
voltage regulator.
5) Solder a 1.3M ohm resistor in parallel with R110, to lower the resistance
by a few percent.
Now the float charge voltage will be a little bit lower so that you can use
Lead Acid batteries.
Note that this modification only affects the float charge voltage, and does
not affect the battery condition monitoring circuits or the battery voltage
mon...