Home | History | Annotate | Download | only in include

Lines Matching refs:vcgtq_f32

742 uint32x4_t vcgtq_f32(float32x4_t a, float32x4_t b); // VCGT.F32 q0, q0, q0
5416 uint32x4_t vcgtq_f32(float32x4_t a, float32x4_t b); // VCGT.F32 q0, q0, q0
5417 _NEON2SSE_INLINE uint32x4_t vcgtq_f32(float32x4_t a, float32x4_t b)
5493 #define vcltq_f32(a,b) vcgtq_f32(b, a) //swap the arguments!!