Home
last modified time | relevance | path

Searched refs:vceqq_f32 (Results 1 – 6 of 6) sorted by relevance

/external/skia/include/private/
DSkNx_neon.h221 AI SkNx operator==(const SkNx& o) const {return vreinterpretq_f32_u32(vceqq_f32(fVec, o.fVec));}
227 return vreinterpretq_f32_u32(vmvnq_u32(vceqq_f32(fVec, o.fVec)));
/external/skqp/include/private/
DSkNx_neon.h221 AI SkNx operator==(const SkNx& o) const {return vreinterpretq_f32_u32(vceqq_f32(fVec, o.fVec));}
227 return vreinterpretq_f32_u32(vmvnq_u32(vceqq_f32(fVec, o.fVec)));
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Dneon_tensor_utils.cc768 uint32x4_t cmp_result = vceqq_f32(i_x4_float, zero_x4_float); in NeonIsZeroVector()
/external/clang/test/CodeGen/
Daarch64-neon-intrinsics.c1984 return vceqq_f32(v1, v2); in test_vceqq_f32()
Darm_neon_intrinsics.c1530 return vceqq_f32(a, b); in test_vceqq_f32()
/external/neon_2_sse/
DNEON_2_SSE.h725 _NEON2SSESTORAGE uint32x4_t vceqq_f32(float32x4_t a, float32x4_t b); // VCEQ.F32 q0, q0, q0
5089 _NEON2SSESTORAGE uint32x4_t vceqq_f32(float32x4_t a, float32x4_t b); // VCEQ.F32 q0, q0, q0
5090 _NEON2SSE_INLINE uint32x4_t vceqq_f32(float32x4_t a, float32x4_t b) in vceqq_f32() function