Home
last modified time | relevance | path

Searched refs:vsub_f32 (Results 1 – 5 of 5) sorted by relevance

/external/skia/include/private/
DSkNx_neon.h27 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/
DSkNx_neon.h27 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/
Daarch64-neon-intrinsics.c173 return vsub_f32(v1, v2); in test_vsub_f32()
Darm_neon_intrinsics.c21911 return vsub_f32(a, b); in test_vsub_f32()
/external/neon_2_sse/
DNEON_2_SSE.h640 _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