HomeSort by relevance Sort by last modified time
    Searched refs:vsub_f32 (Results 1 - 5 of 5) sorted by null

  /external/skia/include/private/
SkNx_neon.h 27 return vsub_f32(roundtrip, (float32x2_t)vand_u32(too_big, (uint32x2_t)vdup_n_f32(1)));
84 AI SkNx operator - (const SkNx& o) const { return vsub_f32(fVec, o.fVec); }
  /external/skqp/include/private/
SkNx_neon.h 27 return vsub_f32(roundtrip, (float32x2_t)vand_u32(too_big, (uint32x2_t)vdup_n_f32(1)));
84 AI SkNx operator - (const SkNx& o) const { return vsub_f32(fVec, o.fVec); }
  /external/neon_2_sse/
NEON_2_SSE.h 4397 _NEON2SSE_INLINE float32x2_t vsub_f32(float32x2_t a, float32x2_t b) function
    [all...]
  /external/clang/test/CodeGen/
aarch64-neon-intrinsics.c 173 return vsub_f32(v1, v2);
    [all...]
arm_neon_intrinsics.c     [all...]

Completed in 66 milliseconds