similar to: C function is wrong under Windows 7

Displaying 7 results from an estimated 7 matches similar to: "C function is wrong under Windows 7"

2015 Dec 15
2
Trouble supressing ASAN reported leaks
Hi, I'm currently trying to find and fix memory leaks (compiling with ``-fsanitize=address``) in the KLEE tool [1] an having found some leaks and I'm having trouble suppressing them. I'm trying to suppress them using the ``-fsanitize-blacklist=blacklist.txt`` option as documented at [2]. I'm using Clang 3.7 ( Arch Linux package 3.7.0-6). The sort of reported leaks I see are ```
2009 Apr 09
1
.Call()
Hi guys, I want to transfer the following code from R into .Call compatible form. How can i do that? Thanks!!! INT sim; for(i in 1:sim){ if(i>2) genemat <- genemat[,sample(1:ncol(genemat))] ranklist[,1] <- apply(genemat, 1, function(x){ (mean(x[cols]) - mean(x[-cols]))/sd(x)}) ranklist <- ranklist[order(ranklist[,1]),]
2011 Jun 03
3
Not missing at random
Hello!   I would like to sample 30 % of cases (with at least 1 value lower than 3) and among them I want to set all values lower than 3 (within selected cases) as NA (NMAR- Not missing at random). I managed to sample cases, but I don’t know how to set values (lower than 3) as NA.   R code:   x <-
2015 Jul 19
2
Multiple network cards - routing issue? [SOLVED]
On Sun, 19 Jul 2015 17:27:09 +0200 Alexander Dalloz wrote: > Clearly your gateway 204.83.15.254 does not act like it should. Look > broken or misconfigured, at least from within your network. This server has three network cards in it. I just disabled (unconfigured) eth1 and configured eth2 with the external IP address and whatnot. Plugged in the modem to eth2 and away she goes.
2011 Jun 01
1
Missing completely at random
Hello! I would like to sample 5 % of cases and from 1 to 3 variables within selected cases and set them as NA (MCAR-Missing completely at random). I managed to sample cases and variables, but I don’t know how to set them as NA. R code: N <- 1000      ####number of cases n <- 12           ####number of variables X <- matrix(rnorm(N * n), N, n)    ####matrix pMiss <- 0.05    
2013 Feb 14
1
[LLVMdev] LiveIntervals analysis problem
Hello everyone, please I need your help. To reproduce my problem I created simple pass for backends (TestPass.cpp in attached files). That pass I call from Mips backend in this way (MipsTargetMachine.cpp): bool MipsPassConfig::addPreRegAlloc() { addPass(createTestPass()); return false; } The problem becomes, when I am trying compile file ldtoa.ll (in attached files). Compiling
2015 Jul 20
0
Multiple network cards - routing issue? [SOLVED]
On Sun, Jul 19, 2015 at 01:31:16PM -0600, Frank Cox wrote: > On Sun, 19 Jul 2015 17:27:09 +0200 > Alexander Dalloz wrote: > > > Clearly your gateway 204.83.15.254 does not act like it should. Look > > broken or misconfigured, at least from within your network. > > This server has three network cards in it. I just disabled (unconfigured) eth1 and configured eth2 with