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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/ppc_wrappers/
H A Dxmmintrin.h977 rounded = vec_rint(temp);
1203 rounded = vec_rint(__A);
1220 rounded = vec_rint(__A);
H A Demmintrin.h850 __v2df rounded = vec_rint (__A);
977 rounded = vec_rint((__v4sf) __A);
1029 __v2df rounded = vec_rint((__v2df) __A);
1038 __v2df rounded = vec_rint ((__v2df) __A );
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dvecintrin.h9097 /*-- vec_rint ---------------------------------------------------------------*/
9101 vec_rint(vector float __a) { function
9102 // vec_rint may trigger the IEEE-inexact exception.
9108 vec_rint(vector double __a) { function
9109 // vec_rint may trigger the IEEE-inexact exception.
H A Daltivec.h7711 /* vec_rint */
7713 static __inline__ vector float __ATTRS_o_ai vec_rint(vector float __a) { function
7717 static __inline__ vector double __ATTRS_o_ai vec_rint(vector double __a) { function

Completed in 168 milliseconds