Displaying 4 results from an estimated 4 matches for "nonconstant".
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
https://bugs.freedesktop.org/show_bug.cgi?id=96656
Ilia Mirkin <imirkin at alum.mit.edu> changed:
What |Removed |Added
----------------------------------------------------------------------------
Assignee|mesa-dev at lists.freedesktop. |nouveau at lists.freedesktop.o
|org |rg
QA
2002 Sep 29
0
[LLVMdev] Re: a few llvm questions, not time-critical
> * what is happening at the bottom of Instruction.h where you have
> all the enums that encompass #defines and an #include? how does that
> work? is it just to keep all the definitions in one place?
Yes, it's just to keep definitions all in one place. It's arguably a bad
design on my part, and I may change it in the future. Originally the
instruction set for LLVM was
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