search for: nonconst

Displaying 4 results from an estimated 4 matches for "nonconst".

Did you mean: nconst
2004 Aug 31
1
subselect install problem
...al.c anneal: Error on line 263: Declaration error for fica: adjustable dimension on non-argument Error on line 263: Declaration error for valp: adjustable dimension on non-argument Error on line 263: Declaration error for auxw: adjustable dimension on non-argument Error on line 263: wr_ardecls: nonconstant array size Error on line 263: wr_ardecls: nonconstant array size Error on line 263: wr_ardecls: nonconstant array size make: *** [anneal.o] Error 1 ERROR: compilation failed for package 'subselect'
2016 Jun 24
0
[Bug 96656] [regression, bisected] all textureGather piglits fail
...lists.freedesktop. |nouveau at lists.freedesktop.o |org |rg Component|Mesa core |Drivers/DRI/nouveau --- Comment #1 from Ilia Mirkin <imirkin at alum.mit.edu> --- It appears that not all textureGather variants fail. Only nonconst and offset ones. (On my GK208 at least.) And the offset ones pass on GT215 (and it doesn't support the nonconst one - that requires ARB_gpu_shader5). The image that appears on the screen is the same independent of ST_DEBUG=noreadpixcache, but in the latter case, the test passes. Still investig...
2002 Sep 29
0
[LLVMdev] Re: a few llvm questions, not time-critical
...lling the C++ compiler that MyFunc might modify the current object (by assigning to an instance variable, for example), and that's an illegal operation on a constant object. > * when there are two versions of something, one const and one not const -- > like, say, a const getOperand and a nonconst one, what's up? i'm not sure > what to do with the const one. as you maybe can imagine, in my c code > there are no consts -- caveat programmor i guess. In general, don't worry about it. They are just there because they have different return types. For example, getOperand(x)...
2002 May 03
6
problems with rexp ?
Does anyone know if R have any problems with the exponential random number generation (function rexp)? I comment it because I executed data<-sort(rexp(100)) plot(data,dexp(data)/(1-pexp(data)),type="l") and the graphic isn't constant. (Note: exponential distribution have a constant hazard failure rate). Thank you, Juan