search for: cousins

Displaying 20 results from an estimated 138 matches for "cousins".

Did you mean: cousin
2012 Jul 17
2
[LLVMdev] Switching between sibling/cousin registers via API calls
I have a register hierarchy that looks like a binary tree. v4 -> {v2, v2} -> {s, s}{s, s}(or, {x, y}, {z, w}) I have an instruction that can access the 2nd and/or 4th scalar and an instruction that can access the 1st and/or 3rd scalar. What I need to do is that given the first scalar, I need to be able to select the 2nd scalar, or/and given the 3rd, select the 4th. I define a sibling
2012 Jul 17
0
[LLVMdev] Switching between sibling/cousin registers via API calls
Hi Micah, This sounds somewhat similar to what ARM uses for the stride-by-two vector load instructions. For example, Tuples2DSpc. While not exactly what you're looking for, perhaps something along those lines would work? -Jim On Jul 17, 2012, at 3:24 PM, "Villmow, Micah" <Micah.Villmow at amd.com> wrote: > I have a register hierarchy that looks like a binary tree. >
2009 Jun 17
2
- Make an automatic install bootable CD
Hello, I tried to make an automatic install bootable CD, with a kickstart file. I use this command to create my CD : sudo mkisofs -v -r -T -b isolinux/isolinux.bin -c isolinux/boot.cat -J -o InstallCD.iso -no-emul-boot -boot-load-size 4 -boot-info-table -hide-rr-moved . I copied all the contents of the CD #1, on a InstallCD dir, on copied my ks.cfg file into the isolinux directory. When I
2016 Aug 11
2
Samba with CTDB able to serve non-clustered data?
...s that you know of when using NFS? I see version 4.5 RC2 was just released. Do you know when it will be fully released? Thanks again, Steve On Wed, Aug 10, 2016 at 7:07 PM, Martin Schwenke <martin at meltin.net> wrote: > Hi Stephen, > > On Tue, 9 Aug 2016 18:08:15 -0400, Stephen Cousins via samba > <samba at lists.samba.org> wrote: > > > I'd like to set up a HA Samba server that serves out data from NFS > mounts​. > > I was thinking that CTDB was the thing to do use but it is only mentioned > > with serving clustered file systems like Gluster,...
2016 Aug 09
2
Samba with CTDB able to serve non-clustered data?
Hi, I'd like to set up a HA Samba server that serves out data from NFS mounts​. I was thinking that CTDB was the thing to do use but it is only mentioned with serving clustered file systems like Gluster, Lustre, etc. Is there a way to set up a HA Samba server without a clustered file system? ​Thanks, Steve​
2015 Oct 14
2
virt-v2v : Import from vsphere 4
Hi list, Is it possible to import VM from vSphere 4 with virt-v2v ? I use the p2v ISO but I want to automate process. Thanks a lot ------------------------ COUSIN Kevin
2020 Oct 26
4
securing R code....
dear members, I am a stock trader. I am using R for my research. I want to service my laptop, wherein resides all my R code, which, for obvious reasons, has to be secured. I am using Windows 7 Ultimate. I cannot encrypt the R data by Bitdefender, as it encrypts the entire drive. I anyway need to give the key when the system, if at all, gets locked when servicing. My
2015 May 26
2
Gcc issue on C7
...0 (LWP 8146) exited] [Thread 0x7fcd3bfff700 (LWP 8145) exited] [Thread 0x7fcd40e63700 (LWP 8144) exited] [Thread 0x7fcd41ec1700 (LWP 8142) exited] [Thread 0x7fcd47858700 (LWP 8141) exited] The message about longjmp() is the issue. This app doesn't use longjmp or siglongjump or any other of its cousins. It's possible that some 3rd-party lib (Oracle??) might, but I don't know why it has been working for several weeks and suddenly starts giving me this error... Clues welcome, thanks! -- ---- Fred Smith -- fredex at fcshome.stoneham.ma.us ---------------------------- Do...
2003 Oct 08
2
Vorbis and MP3 file verification
Does anyone know of programs one can use to verify the integrity of OGG Vorbis and MP3 files? I've found that Ices 0.3 has a penchant for: 1) skipping files it deems improperly encoded, or 2) passing squelchy aural gibberish on to Icecast and then promptly crashing. The only method I've found is trial and error and Google has been of little help. Thanks! Jed --- >8 ---- List
2010 Jan 15
1
bootstrapping
...d deviation (66 degrees) into the statistic component. I realize there is a 'function' code but I can't seem to carry the results over to the 'boot' code. Thanks, Aaron M. Foley PhD Candidate Caesar Kleberg Wildlife Research Institute Texas A&M University - Kingsville Cousins Hall, Room 201 Kingsville, TX 78363 [[alternative HTML version deleted]]
2007 Jan 02
4
Is FLAC fully cooked for OS X yet?
...d download the 1.1.3 sources again, and not only did the xcodeproj project file have the file_encoder.c listed in the project as WELL as the old pbproj project file that came WITH 1.1.3's sources, i did a search on the whole directory only to find no trace of file_encoder.c and it's cousins... I'm all at 1.1.3, source files, project files and everything. Now, where did these files go?: file_decoder.h + .c file_encoder.h + .c seekable_stream_decoder.h + .c seekable_stream_encoder.h + .c Who's got 'em? They're certainly not in the distribution -- does anyone actua...
2006 Feb 04
6
Best practice: "reaching" through many tables?
Hi folks! I''m about five weeks into Rails; this is my first question after lurking for a little while. I''m writing an app to help a printer verify that the information on magazine covers is correct; this verification happens across several organizations, and for several magazine titles. When a particular cover is "stalled" in one status for two long, the app
2011 Aug 11
2
[LLVMdev] Segmented Stacks: Breaking libgcc compatibility
Hi llvmdev! I've been working on implementing support for segmented stacks in LLVM (towards GSoC '11). Currently I'm working on adding intrinsics for coroutines. The problem is this: Till now I had been depending on libgcc for runtime support (and was being 100% libgcc compatible in the process). However, since all the stack allocation routines in libgcc depend on TLS variables to
2007 Aug 13
1
[kvm-devel] [PATCH 0/2][KVM] guest time accounting
Laurent Vivier wrote: > The aim of these two patches is to measure the CPU time used by a virtual > machine. All comments are welcome... I'm not sure it's the good way to do that. > > [PATCH 1/2] introduce a new field, "guest", in cpustat to store the time used by > the CPU to run virtual CPU. Modify /proc/stat to display this new field. > > [PATCH 2/2]
2007 Aug 13
1
[kvm-devel] [PATCH 0/2][KVM] guest time accounting
Laurent Vivier wrote: > The aim of these two patches is to measure the CPU time used by a virtual > machine. All comments are welcome... I'm not sure it's the good way to do that. > > [PATCH 1/2] introduce a new field, "guest", in cpustat to store the time used by > the CPU to run virtual CPU. Modify /proc/stat to display this new field. > > [PATCH 2/2]
2002 Mar 15
3
NT Backups
Given that rsync, smbclient and smbmount are all kissin' cousins, this seems like a good place to post this question. I'm building a linux backup server which will be archiving other linux and some NT servers. The Linux boxes are being rsynced over ssh, so everything is happy there. The NT servers were initially going to be smbmounted and rsynced, but...
2018 Aug 16
2
longint
...d. Ie a long time ago. Old C > programmers remember. > > You should preferably not even use 'long int' on the other side but rely on > the fact that all compiler nowadays allow you to specify exactly what size is > used via int64_t (long), int32_t (int), ... and the unsigned cousins (which R > does not have). So please receive the value as a int64_t and then cast it to > an int32_t -- which corresponds to R's notion of an integer on every platform. Only on Intel platforms int is 32 bits. Strictly speaking int is only required to be >= 16 bits. Who knows what the...
2020 Oct 26
0
securing R code....
On 10/26/20 7:17 AM, akshay kulkarni wrote: > dear members, > I am a stock trader. I am using R for my research. > > I want to service my laptop, wherein resides all my R code, which, for obvious reasons, has to be secured. I am using Windows 7 Ultimate. > > I cannot encrypt the R data by Bitdefender, as it encrypts the entire drive. Use a file
2007 Sep 18
5
Support .cda as input files
Hi again list, I have given the matter of supporting .cda as input format some more thought. What I wanted was an easier way to do drag 'n' drop music files from CDs onto the local system and then have those files encoded with FLAC. As of now most operating systems displays files on CDs as .cda. (Which has later been clarified not to even be a format.) I think that what I actually
2009 Apr 07
1
get optim results into a model object
Hello all, I have an optimization routine that is giving me good results, but the results are not in the nice "model" format like "lm". How can I get optim results into a model so that I can use the clever 'fitted', 'residuals', and 'summary' functions? Using optim is the only way that I was able to make a model that 1) sums the betas to 1, 2)