Home
last modified time | relevance | path

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

/dports/math/libpgmath/flang-d07daf3/runtime/libpgmath/lib/common/
H A Dxmm2altivec.h305 #define __CMP_GE_OS(_v,_w) (typeof(_v))vec_cmpge(_v,_w) macro
H A Darm64intrin.h2766 #define __CMP_GE_OS(_v,_w) (__typeof__(_v))vec_cmpge(_v,_w) macro