Searched refs:vceqq_f32 (Results 1 – 6 of 6) sorted by relevance
/external/skia/include/private/ |
D | SkNx_neon.h | 221 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/ |
D | SkNx_neon.h | 221 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/ |
D | neon_tensor_utils.cc | 768 uint32x4_t cmp_result = vceqq_f32(i_x4_float, zero_x4_float); in NeonIsZeroVector()
|
/external/clang/test/CodeGen/ |
D | aarch64-neon-intrinsics.c | 1984 return vceqq_f32(v1, v2); in test_vceqq_f32()
|
D | arm_neon_intrinsics.c | 1530 return vceqq_f32(a, b); in test_vceqq_f32()
|
/external/neon_2_sse/ |
D | NEON_2_SSE.h | 725 _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
|