search for: modular

Displaying 20 results from an estimated 1237 matches for "modular".

2018 Dec 27
4
APC Back UPS?
> >> Maybe it's not a standard ethernet-to-UPS cable? > > That's Ben's point - either it is actual Ethernet (usually found on an add-on UPS SNMP monitoring card, where the jack typically has two status LEDs, one on either side of the notch for the modular plug tab) that needs to go to another Ethernet jack on a NIC or a switch, or it is a proprietary APC cable that vaguely resembles an Ethernet cable on one end. (I was incorrect when I said 8P8C before - MGE uses 8P8C modular jacks for similar USB/serial proprietary cables.) > > It might be t...
2005 Jan 26
2
modular in R
hello, i wonder what command should i used in R to do the modular. right now i have a vector v <- c(3, 4, 5, 6), but i have tried v%2 or v mod 2 or mod(v, 2) or modular(v, 2), and none of these works. Also, how can i find more function command online, i have to search in the mailing list questions, but it is not enough, is that a better website i can search...
2020 Apr 27
2
Understanding modularity
Hi, I've read the Fedora modularity docs but am still missing the big picture somehow. Hope someone can clarify things for me. What I'm most wondering: does modularity have any influence on the RPM packages at all. I mean, is there anything inside a RPM package which says it belongs to a module or it has a special function in...
2020 Apr 27
2
Understanding modularity
> On 4/27/20 8:27 AM, Simon Matter via CentOS wrote: >> Hi, >> >> I've read the Fedora modularity docs but am still missing the big >> picture >> somehow. Hope someone can clarify things for me. >> >> What I'm most wondering: does modularity have any influence on the RPM >> packages at all. I mean, is there anything inside a RPM package which >> says &...
2017 Mar 31
2
Invoking lld for PE/COFF (Windows) linking
...perly ? > > > Is it actually running lld-link.exe? Does lld-link.exe exist next to > clang++.exe? If you add -###, what linker command line is clang trying > to run? "C:/Programming/VersionControl/bninja_installed_clang/bin/clang++" -o "C:\Programming\VersionControl\modular-boost\build\boost\bin.v2\libs\preprocessor\test\config_info.test\clang-linux-5.0cl\debug\address-model-32\config_info.exe" -Wl,--start-group "C:\Programming\VersionControl\modular-boost\build\boost\bin.v2\libs\preprocessor\test\config_info.test\clang-linux-5.0cl\debug\address-model-32\c...
2011 Feb 24
1
Can't build in the virtio console driver on x86_64 when the other virtio drivers are modular
...onfig VIRTIO tristate Note that it's not user-selectable, so any config file that tries to set it will be ignored when kconfig loads those options. And yet we have a whole set of options that depend on VIRTIO, like VIRTIO_CONSOLE for example. This makes it impossible to have VIRTIO_PCI modular and VIRTIO_CONSOLE built-in on x86_64, because: 1. VIRTIO_PCI selects VIRTIO and sets it to M 2. VIRTIO_CONSOLE gets forced to M because one of its dependencies is M So either VIRTIO (and VIRTIO_RING) need to be user-selectable, or all of the options that depend on VIRTIO need to be changed to se...
2011 Feb 24
1
Can't build in the virtio console driver on x86_64 when the other virtio drivers are modular
...onfig VIRTIO tristate Note that it's not user-selectable, so any config file that tries to set it will be ignored when kconfig loads those options. And yet we have a whole set of options that depend on VIRTIO, like VIRTIO_CONSOLE for example. This makes it impossible to have VIRTIO_PCI modular and VIRTIO_CONSOLE built-in on x86_64, because: 1. VIRTIO_PCI selects VIRTIO and sets it to M 2. VIRTIO_CONSOLE gets forced to M because one of its dependencies is M So either VIRTIO (and VIRTIO_RING) need to be user-selectable, or all of the options that depend on VIRTIO need to be changed to se...
2006 Jan 16
3
37s style modularization ?
Hello all, I remember and have lost a link to the blog on hints about 37s modularization of basecamp, backpack, etc. Anyone remeber this and can remind me of the link? Thanks ! -- ------------------------------ Forget the icing. Bake the cake! - the epicentered developer ------------------------------ Peter Fitzgibbons -------------- next part -------------- An HTML attac...
2009 Nov 27
2
Modular inverses
I want to find the inverse of an integer k mod p (prime.) Is there a function that can do this for me? I know i could simply write (k^(p-2)) %% p, but i need to do this for large primes (above 100) and this gives the warning message: Warning message: probable complete loss of accuracy in modulus so this method does not work. Any ideas? Thanks, Samuel --
2012 Mar 02
0
[LLVMdev] General modular and multiprecision arithmetic
...@_r_1 %_r_1 = load i1024* @_r_1 %_t_1 = call i1024 @modexp1024(i1024 3, i1024 %_r_1, i1024 17) ret i1024 %_t_1 } I want this IR to be transformable to multiple architectures (x86, ARM, even 8051 so C++ target code generation is a no-no) with or without a support for a custom coprocessor for modular arithmetic. There are multiple problems I'm facing in the end: 1. C backend will not work with anything bigger than 128 bits 2. x86 backend just pushes everything on the stack (naturally) even if I use i1024* -> I want references 3. all the expressions in the parser are assumed to use mod.....
2020 Apr 28
1
Understanding modularity
> Am 27.04.20 um 17:31 schrieb Simon Matter via CentOS: >>> On 4/27/20 8:27 AM, Simon Matter via CentOS wrote: >>>> Hi, >>>> >>>> I've read the Fedora modularity docs but am still missing the big >>>> picture >>>> somehow. Hope someone can clarify things for me. >>>> >>>> What I'm most wondering: does modularity have any influence on the RPM >>>> packages at all. I mean, is there anything in...
2013 Nov 15
2
[LLVMdev] Modular arithmetic processors
...%1 = zext i256 %b to i257 %2 = zext i256 %c to i257 %3 = add i257 %2, %1 %4 = icmp uge i257 %3, %n %5 = select i1 %4, i257 %n, i257 0 %6 = sub i257 %3, %5 %7 = trunc i257 %6 to i256 ret i256 %7 } The ultimate goal is to use LLVM to optimize and emit machine code for programs full of modular addition, subtraction and multiplication. For example, I might want off-the-shelf LLVM passes to optimize (a+b+c)-(a+c) mod p = b mod p for me. For a large syntax tree, say more than 10,000 nodes, I might even need common subexpression elimination. Of course, we can target the same program to ARM o...
2018 Dec 27
4
APC Back UPS?
On 12/26/18 8:55 AM, Charles Lepple wrote: > On Dec 25, 2018, at 4:07 AM, David Melik wrote: >> Lately I got (used) an APC Back UPS Pro 1000 and Back UPS NS 1080. I got an [8P8C]-to-USB cable from another UPS, but the Pro isn't detected (with usbhid-ups.) I haven't tried the NS yet but it seems to not be on the list though looks just like the Pro. >> > There are a few
2013 Nov 15
0
[LLVMdev] Modular arithmetic processors
Hi, My personal opinion: Just to be sure I understand what you're considering: you want to write a backend that will produce optimized machine code for a device with modular arithmetic instructions (not simulate such a device on a standard CPU)? In which case, won't the same assumptions that are embodied in the transformations for the case of unsigned 2's complement arithmetic (in your case with 256 bit unsigned words) with wraparound result in correct code? I...
2013 Nov 18
1
[LLVMdev] Modular arithmetic processors
Thanks for your insightful suggestions. Yes, I am programming for a real device that does modular arithmetic (and only modular arithmetic). The modulus N is fixed during a single launch of a program. One way I could also come up with is to simply use add i256 %a, %b to represent a + b mod n, and let LLVM passes to reason about possible optimizations. However these are not semantically identical...
2020 Apr 27
0
Understanding modularity
On 4/27/20 8:27 AM, Simon Matter via CentOS wrote: > Hi, > > I've read the Fedora modularity docs but am still missing the big picture > somehow. Hope someone can clarify things for me. > > What I'm most wondering: does modularity have any influence on the RPM > packages at all. I mean, is there anything inside a RPM package which says > it belongs to a module or it...
2020 Apr 27
0
Understanding modularity
Am 27.04.20 um 17:31 schrieb Simon Matter via CentOS: >> On 4/27/20 8:27 AM, Simon Matter via CentOS wrote: >>> Hi, >>> >>> I've read the Fedora modularity docs but am still missing the big >>> picture >>> somehow. Hope someone can clarify things for me. >>> >>> What I'm most wondering: does modularity have any influence on the RPM >>> packages at all. I mean, is there anything inside a RPM package w...
2006 Sep 01
2
vm_map_xen_pages removal breaks modular oprofile
Hi Keir: It has been brought to my attention that modular oprofile is broken because it now calls get_vm_area which is not an exported function. This appears to be the result of the changeset that removed vm_map_xen_pages which was only used by oprofile. So we either need to export get_vm_area in Xen, or put that function back. What do you think about...
2004 Mar 11
1
2.6.4-mm1: modular quota needs unknown symbol
On Wed, Mar 10, 2004 at 11:31:40PM -0800, Andrew Morton wrote: >... > ext3-journalled-quotas-2.patch > ext3: journalled quota >... This patch broke modular quota: WARNING: /lib/modules/2.6.4-mm1/kernel/fs/quota_v2.ko needs unknown symbol mark_info_dirty cu Adrian -- "Is there not promise of rain?" Ling Tan asked suddenly out of the darkness. There had been need of rain for many days. "Only a promise,&quot...
2001 Jun 12
1
Mounting / as ext3 when ext3 is modularized in 2.4
Hello, I recently switched from 2.2 to 2.4 kernel. Each partition already contains a journal. I tried kernel-2.4.5-0.2.9 from RedHat Rawhide, where ext3/jbd is modularized. For the people who want to try this kernel, you first need to rebuild it, and enable CONFIG_JBD_DEBUG. This solves an unresolved symbol in jbd.o which prevents ext3 to load. (This issue will be solved in next RawHide) My question is on how to tell the kernel to mount the real root partion as...