search for: defing

Displaying 7 results from an estimated 7 matches for "defing".

Did you mean: define
2004 Sep 17
3
Removing constants from a data frame
Suppose I have x<-data.frame(v1=1:4, v2=c(2,4,NA,7), v3=rep(1,4), v4=LETTERS[1:4],v5=rep('Z',4)) or a much larger frame, and I wish to test for and remove the constant numeric columns. I made: is.constant<-function(x){identical(min(x),max(x))} and apply(x,2,is.constant) # Works for numerics x[,-which(apply(x,2,is.constant))] I'd really like to be able to
2007 Sep 07
1
[LLVMdev] Call instruction
My home e--mail is down, which is where I get my llvm feeds, so please copy any replies to this address as well as the list. The call instruction can define implicit defs. What are the semantics when the call includes a use with a kill of some register and also an implicit def of that register? Is the register to be considered live out at that point? I've found a failing testcase where
2017 Sep 12
2
Register pressure calculation in the machine scheduler and live-through registers
We have run an experiment in which we set all physical register limits to zero. The purpose of this experiment was estimating the potential impact of getting complete liveness info. The results of this experiment were better than the results that we got using the real physical limits (the total number of spills in CPU2006 was reduced), but the difference was not substantial. We took this as an
2008 Jan 30
3
Can't read environment variable
Hi, I can't read a environment variable in a asterisk dialplan. When logged in as user root on the system an 'echo $HOSTNAME' gives the hostame of the machine. Asterisk (1.4) is started from the same console. I try to read it like this: exten => s,n,NoOp(host=${ENV(HOSTNAME)}) Does anyone know what i am missing? Ipv een saaie e-mail een leuk videobericht? Ga naar
2012 Apr 20
2
[LLVMdev] CriticalAntiDepBreaker rewrites a register operand of a call instruction
I am running into a problem when I turn on post-RA scheduler with mode "ANTIDEP_CRITICAL" for mips. I'd appreciate if someone could explain what is going wrong here. This is the basic block before post RA scheduling (at PostRASchedulerList.cpp:322): *(gdb) #3 0x0000000000ed3d26 in runOnMachineFunction (this=0x20aa470, Fn=...) at lib/CodeGen/PostRASchedulerList.cpp:322 322
2007 Feb 26
3
Decoding for ambisonic Ogg audiob
The prospect of people actually putting B-format audio (via the panner or directly input) into Ogg/Vorbis brings an interesting challenge: What do we do with the audio after decoding it? The following sane options exist: A) Simply output the B-format audio B) Produce a downmix 1) Mono. 2) Stereo blumlein crossed pairs 3) Stereo UHJ 4) binaural C) Produce speaker feeds 1) Fully
2004 Sep 10
5
FLAC 1.0.4 beta released
...arsets especially valuable), id3v1 and v2 tags, checking for tag support in the plugins (note the new config window in the XMMS plugin). Special note: 24-bit playback in plugins is currently supported by dithering the output to 16 bps. If you want to try and test raw 24-bit out, delete the "#defing FLAC__DO_DITHER" in all the plugin source before compiling. Eventually this will be configurable in the plugins. If you can write this *please do* and send me a patch. Also, I noticed too late that there is no "clean" target for the doc/ directory. I'll also welcome patches f...