Home
last modified time | relevance | path

Searched refs:UArray_power_ (Results 1 – 3 of 3) sorted by relevance

/dports/lang/io-devel/io-9bfac31d/libs/basekit/source/
H A DUArray_math.h70 BASEKIT_API void UArray_power_(UArray *self, const UArray *other);
H A DUArray_math.c139 void UArray_power_(UArray *self, const UArray *other) in UArray_power_() function
/dports/lang/io-devel/io-9bfac31d/libs/iovm/source/
H A DIoSeq_mutable.c1026 UArray_power_(DATA(self), DATA(other)); in IO_METHOD()