Searched refs:vec_rint (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/gnu/llvm/clang/lib/Headers/ppc_wrappers/
H A Dsmmintrin.h97 __r = vec_rint((__v2df)__A);
120 __r = vec_rint((__v2df)__A);
188 __r = vec_rint((__v4sf)__A);
211 __r = vec_rint((__v4sf)__A);
H A Dxmmintrin.h961 __rounded = vec_rint(__temp);
1185 __rounded = vec_rint(__A);
1202 __rounded = vec_rint(__A);
H A Demmintrin.h843 __v2df __rounded = vec_rint(__A);
969 __rounded = vec_rint((__v4sf)__A);
1017 __v2df __rounded = vec_rint((__v2df)__A);
1026 __v2df __rounded = vec_rint((__v2df)__A);
/openbsd-current/gnu/llvm/clang/lib/Headers/
H A Dvecintrin.h9269 /*-- vec_rint ---------------------------------------------------------------*/
9273 vec_rint(__vector float __a) { function
9274 // vec_rint may trigger the IEEE-inexact exception.
9280 vec_rint(__vector double __a) { function
9281 // vec_rint may trigger the IEEE-inexact exception.
H A Daltivec.h8463 static __inline__ vector double __ATTRS_o_ai vec_rint(vector double __a);
8467 vector double __rounded = vec_rint(__a);
8477 /* vec_rint */
8479 static __inline__ vector float __ATTRS_o_ai vec_rint(vector float __a) { function
8483 static __inline__ vector double __ATTRS_o_ai vec_rint(vector double __a) { function

Completed in 382 milliseconds