Home
last modified time | relevance | path

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

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/include/
H A Darm_neon.h6123 vset_lane_f64 (float64_t __elem, float64x1_t __vec, const int __index) in vset_lane_f64() function
25966 return vset_lane_f64 (__builtin_trunc (vget_lane_f64 (__a, 0)), __a, 0); in vrnd_f64()
25996 return vset_lane_f64 (__builtin_round (vget_lane_f64 (__a, 0)), __a, 0); in vrnda_f64()
26026 return vset_lane_f64 (__builtin_nearbyint (vget_lane_f64 (__a, 0)), __a, 0); in vrndi_f64()
26056 return vset_lane_f64 (__builtin_floor (vget_lane_f64 (__a, 0)), __a, 0); in vrndm_f64()
26123 return vset_lane_f64 (__builtin_ceil (vget_lane_f64 (__a, 0)), __a, 0); in vrndp_f64()
26153 return vset_lane_f64 (__builtin_rint (vget_lane_f64 (__a, 0)), __a, 0); in vrndx_f64()