Home
last modified time | relevance | path

Searched defs:vabd (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/opencv/opencv-4.5.3/3rdparty/carotene/src/
H A Dvtransform.hpp268 inline uint8x8_t vabd(const uint8x8_t & v0, const uint8x8_t & v1) { return vabd_u8 (v0, v1); } in vabd() function
269 inline int8x8_t vabd(const int8x8_t & v0, const int8x8_t & v1) { return vabd_s8 (v0, v1); } in vabd() function
270 inline uint16x4_t vabd(const uint16x4_t & v0, const uint16x4_t & v1) { return vabd_u16(v0, v1); } in vabd() function
271 inline int16x4_t vabd(const int16x4_t & v0, const int16x4_t & v1) { return vabd_s16(v0, v1); } in vabd() function
272 inline uint32x2_t vabd(const uint32x2_t & v0, const uint32x2_t & v1) { return vabd_u32(v0, v1); } in vabd() function
273 inline int32x2_t vabd(const int32x2_t & v0, const int32x2_t & v1) { return vabd_s32(v0, v1); } in vabd() function
274 inline float32x2_t vabd(const float32x2_t & v0, const float32x2_t & v1) { return vabd_f32(v0, v1); } in vabd() function
/dports/math/pari/pari-2.13.3/src/basemath/
H A Dmftrace.c12150 actal(GEN x, GEN vabd) in actal()
12157 unact(GEN z, GEN vabd, long k, long prec) in unact()
12168 GEN tau, V, LM, S, CHI, mfpols, cosets, al, be, mf, F, vabd = NULL; in mfsymboleval() local