[Numpy-discussion] Warnings in NumPy SVN

Sasha ndarray at mac.com
Thu Apr 27 11:32:08 EDT 2006


On 4/27/06, Travis Oliphant <oliphant at ee.byu.edu> wrote:

> [ ... ]
>
> The Python-object-returning functions are already there.   All that is
> missing is the ctype functions to actually do the computation.   So, I'm
> not sure what you mean.
>

I did not realize that.  However, it is still reasonable to add
non-working prototypes to kill the warnings first marked by /* XXX */.
 I will do that before the end of the day.


> >2. I will then follow up with the list of functions that need to be
> >filled out and we can then split the work.
> >
> >
> This would be good to get a list.

See attached.
-------------- next part --------------
byte_ctype_multiply
ubyte_ctype_multiply
short_ctype_multiply
ushort_ctype_multiply
int_ctype_multiply
uint_ctype_multiply
long_ctype_multiply
ulong_ctype_multiply
longlong_ctype_multiply
ulonglong_ctype_multiply
byte_ctype_divide
ubyte_ctype_divide
short_ctype_divide
ushort_ctype_divide
int_ctype_divide
uint_ctype_divide
long_ctype_divide
ulong_ctype_divide
longlong_ctype_divide
ulonglong_ctype_divide
byte_ctype_remainder
ubyte_ctype_remainder
short_ctype_remainder
ushort_ctype_remainder
int_ctype_remainder
uint_ctype_remainder
long_ctype_remainder
ulong_ctype_remainder
longlong_ctype_remainder
ulonglong_ctype_remainder
byte_ctype_divmod
ubyte_ctype_divmod
short_ctype_divmod
ushort_ctype_divmod
int_ctype_divmod
uint_ctype_divmod
long_ctype_divmod
ulong_ctype_divmod
longlong_ctype_divmod
ulonglong_ctype_divmod
byte_ctype_power
ubyte_ctype_power
short_ctype_power
ushort_ctype_power
int_ctype_power
uint_ctype_power
long_ctype_power
ulong_ctype_power
longlong_ctype_power
ulonglong_ctype_power
byte_ctype_floor_divide
ubyte_ctype_floor_divide
short_ctype_floor_divide
ushort_ctype_floor_divide
int_ctype_floor_divide
uint_ctype_floor_divide
long_ctype_floor_divide
ulong_ctype_floor_divide
longlong_ctype_floor_divide
ulonglong_ctype_floor_divide
byte_ctype_true_divide
ubyte_ctype_true_divide
short_ctype_true_divide
ushort_ctype_true_divide
int_ctype_true_divide
uint_ctype_true_divide
long_ctype_true_divide
ulong_ctype_true_divide
longlong_ctype_true_divide
ulonglong_ctype_true_divide
byte_ctype_lshift
ubyte_ctype_lshift
short_ctype_lshift
ushort_ctype_lshift
int_ctype_lshift
uint_ctype_lshift
long_ctype_lshift
ulong_ctype_lshift
longlong_ctype_lshift
ulonglong_ctype_lshift
byte_ctype_rshift
ubyte_ctype_rshift
short_ctype_rshift
ushort_ctype_rshift
int_ctype_rshift
uint_ctype_rshift
long_ctype_rshift
ulong_ctype_rshift
longlong_ctype_rshift
ulonglong_ctype_rshift
byte_ctype_and
ubyte_ctype_and
short_ctype_and
ushort_ctype_and
int_ctype_and
uint_ctype_and
long_ctype_and
ulong_ctype_and
longlong_ctype_and
ulonglong_ctype_and
byte_ctype_or
ubyte_ctype_or
short_ctype_or
ushort_ctype_or
int_ctype_or
uint_ctype_or
long_ctype_or
ulong_ctype_or
longlong_ctype_or
ulonglong_ctype_or
byte_ctype_xor
ubyte_ctype_xor
short_ctype_xor
ushort_ctype_xor
int_ctype_xor
uint_ctype_xor
long_ctype_xor
ulong_ctype_xor
longlong_ctype_xor
ulonglong_ctype_xor
float_ctype_remainder
double_ctype_remainder
longdouble_ctype_remainder
cfloat_ctype_remainder
cdouble_ctype_remainder
clongdouble_ctype_remainder
float_ctype_divmod
double_ctype_divmod
longdouble_ctype_divmod
cfloat_ctype_divmod
cdouble_ctype_divmod
clongdouble_ctype_divmod
float_ctype_power
double_ctype_power
longdouble_ctype_power
cfloat_ctype_power
cdouble_ctype_power
clongdouble_ctype_power
cfloat_cfloat_divide
cdouble_cfloat_divide
clongdouble_cfloat_divide
byte_ctype_negative
ubyte_ctype_negative
short_ctype_negative
ushort_ctype_negative
int_ctype_negative
uint_ctype_negative
long_ctype_negative
ulong_ctype_negative
longlong_ctype_negative
ulonglong_ctype_negative
float_ctype_negative
double_ctype_negative
longdouble_ctype_negative
cfloat_ctype_negative
cdouble_ctype_negative
clongdouble_ctype_negative
byte_ctype_positive
ubyte_ctype_positive
short_ctype_positive
ushort_ctype_positive
int_ctype_positive
uint_ctype_positive
long_ctype_positive
ulong_ctype_positive
longlong_ctype_positive
ulonglong_ctype_positive
float_ctype_positive
double_ctype_positive
longdouble_ctype_positive
cfloat_ctype_positive
cdouble_ctype_positive
clongdouble_ctype_positive
byte_ctype_absolute
ubyte_ctype_absolute
short_ctype_absolute
ushort_ctype_absolute
int_ctype_absolute
uint_ctype_absolute
long_ctype_absolute
ulong_ctype_absolute
longlong_ctype_absolute
ulonglong_ctype_absolute
float_ctype_absolute
double_ctype_absolute
longdouble_ctype_absolute
cfloat_ctype_absolute
cdouble_ctype_absolute
clongdouble_ctype_absolute
byte_ctype_nonzero
ubyte_ctype_nonzero
short_ctype_nonzero
ushort_ctype_nonzero
int_ctype_nonzero
uint_ctype_nonzero
long_ctype_nonzero
ulong_ctype_nonzero
longlong_ctype_nonzero
ulonglong_ctype_nonzero
float_ctype_nonzero
double_ctype_nonzero
longdouble_ctype_nonzero
cfloat_ctype_nonzero
cdouble_ctype_nonzero
clongdouble_ctype_nonzero
byte_ctype_invert
ubyte_ctype_invert
short_ctype_invert
ushort_ctype_invert
int_ctype_invert
uint_ctype_invert
long_ctype_invert
ulong_ctype_invert
longlong_ctype_invert
ulonglong_ctype_invert
float_ctype_invert
double_ctype_invert
longdouble_ctype_invert
cfloat_ctype_invert
cdouble_ctype_invert
clongdouble_ctype_invert


More information about the NumPy-Discussion mailing list