Searched refs:vsub_f32 (Results 1 – 5 of 5) sorted by relevance
/external/skia/include/private/ |
D | SkNx_neon.h | 27 return vsub_f32(roundtrip, (float32x2_t)vand_u32(too_big, (uint32x2_t)vdup_n_f32(1))); in emulate_vrndm_f32() 84 AI SkNx operator - (const SkNx& o) const { return vsub_f32(fVec, o.fVec); }
|
/external/skqp/include/private/ |
D | SkNx_neon.h | 27 return vsub_f32(roundtrip, (float32x2_t)vand_u32(too_big, (uint32x2_t)vdup_n_f32(1))); in emulate_vrndm_f32() 84 AI SkNx operator - (const SkNx& o) const { return vsub_f32(fVec, o.fVec); }
|
/external/clang/test/CodeGen/ |
D | aarch64-neon-intrinsics.c | 173 return vsub_f32(v1, v2); in test_vsub_f32()
|
D | arm_neon_intrinsics.c | 21911 return vsub_f32(a, b); in test_vsub_f32()
|
/external/neon_2_sse/ |
D | NEON_2_SSE.h | 640 _NEON2SSESTORAGE float32x2_t vsub_f32(float32x2_t a, float32x2_t b); // VSUB.F32 d0,d0,d0 4396 _NEON2SSESTORAGE float32x2_t vsub_f32(float32x2_t a, float32x2_t b); // VSUB.F32 d0,d0,d0 4397 _NEON2SSE_INLINE float32x2_t vsub_f32(float32x2_t a, float32x2_t b) in vsub_f32() function
|