Displaying 4 results from an estimated 4 matches for "intmin".
Did you mean:
int_min
2015 Sep 10
3
[OpenCL] Implicit arithmetic conversion of INT_MIN to int vector type
Hello,
I recently came across an OpenCL kernel in which an int vector type was subtracted from the INT_MIN constant, e.g.
int2 v2 = INT_MIN - (int2)(0);
INT_MIN was defined as
#define INT_MIN (-2147483648)
Clang in OpenCL modes (-x cl) produces the following error:
vector_conversion.c:12:42: error: can't convert between vector values of different size ('long' and 'int2'
2004 Mar 17
1
ANCOVA when you don't know factor levels
...ul. If anyone wants a sample data set then I can
email you one.
Thanks for any input
Rob Knell
School of Biological Sciences
Queen Mary, University of London
'Phone +44 (0)20 7882 7720
http://www.qmw.ac.uk/~ugbt794
http://www.mopane.org
Here's the code:
switchline<-
function(X,Y,Intmin,Intmax,Intgap,Slopemin,Slopemax,Slopegap)
{
# X = unimodal variable (e.g. filename$bodysize)
# Y = bimodal variable (e.g. filename$hornsize)
# Intmin = Minimum switchline intercept
# Slopemin = Minimum switchline slope
# Intmax = Maximum swi...
2013 Oct 09
0
[PATCH 0/1] Porting klibc to arm64
...lias-8
pass ./check.t:alias-9
pass ./check.t:alias-10
pass ./check.t:arith-lazy-1
pass ./check.t:arith-lazy-2
pass ./check.t:arith-lazy-3
pass ./check.t:arith-ternary-prec-1
pass ./check.t:arith-ternary-prec-2
pass ./check.t:arith-div-assoc-1
pass ./check.t:arith-div-byzero
pass ./check.t:arith-div-intmin-by-minusone
pass ./check.t:arith-assop-assoc-1
pass ./check.t:arith-mandatory
pass ./check.t:arith-unsigned-1
pass ./check.t:arith-limit32-1
pass ./check.t:bksl-nl-ign-1
pass ./check.t:bksl-nl-ign-2
pass ./check.t:bksl-nl-ign-3
pass ./check.t:bksl-nl-ign-4
pass ./check.t:bksl-nl-ign-5
pass ./check....
2013 Oct 09
2
[PATCH 0/1] Porting klibc to arm64
On Wed, 9 Oct 2013 10:44:27 +0000 (UTC)
Thorsten Glaser <tg at mirbsd.de> wrote:
> Anil Singhar dixit:
>
> >Manual testing as provided within the package has been done with all
> >tests passing. This includes the units tests available under
> >usr/klibc/tests, usr/utils, usr/dash and usr/gzip. For dash and
> >gzip, only sanity testing has been done.
>
>