Home
last modified time | relevance | path

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

/external/clang/test/CodeGen/
Darm64-vrnd.c17 int64x2_t rnd9(float64x2_t a) { return vrndnq_f64(a); } in rnd9()
19 int64x2_t rnd10(float64x2_t a) { return vrndnq_f64(a); } in rnd10()
Daarch64-neon-misc.c2482 return vrndnq_f64(a); in test_vrndnq_f64()
/external/llvm-project/clang/test/CodeGen/
Darm64-vrnd.c8 float64x2_t rnd9(float64x2_t a) { return vrndnq_f64(a); } in rnd9()
Daarch64-neon-misc.c2261 return vrndnq_f64(a); in test_vrndnq_f64()
/external/neon_2_sse/
DNEON_2_SSE.h2277 _NEON2SSESTORAGE float64x2_t vrndnq_f64(float64x2_t a); // VRND.F64 q0,q0
16691 _NEON2SSESTORAGE float64x2_t vrndnq_f64(float64x2_t a);
16693 # define vrndnq_f64(a) _mm_round_pd(a, _MM_FROUND_TO_NEAREST_INT | _MM_FROUND_NO_EXC) macro
16695 _NEON2SSE_INLINE _NEON2SSE_PERFORMANCE_WARNING(float64x2_t vrndnq_f64(float64x2_t a), _NEON2SSE_REA… in _NEON2SSE_PERFORMANCE_WARNING()