OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:vec_all_nge
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Headers/
vecintrin.h
4131
/*--
vec_all_nge
------------------------------------------------------------*/
4135
vec_all_nge
(__vector float __a, __vector float __b) {
function
4143
vec_all_nge
(__vector double __a, __vector double __b) {
function
altivec.h
15827
/*
vec_all_nge
*/
15829
static __inline__ int __ATTRS_o_ai
vec_all_nge
(vector float __a,
function
15839
static __inline__ int __ATTRS_o_ai
vec_all_nge
(vector double __a,
function
/src/external/gpl3/gcc/dist/gcc/config/s390/
vecintrin.h
83
#define vec_all_nle(X, Y)
vec_all_nge
((Y), (X))
315
#define
vec_all_nge
__builtin_s390_vec_all_nge
macro
/src/external/gpl3/gcc.old/dist/gcc/config/s390/
vecintrin.h
83
#define vec_all_nle(X, Y)
vec_all_nge
((Y), (X))
315
#define
vec_all_nge
__builtin_s390_vec_all_nge
macro
/src/external/gpl3/gcc.old/dist/gcc/config/spu/
vmx2spu.h
2910
/*
vec_all_nge
(all elements not greater than or equal)
2913
static inline int
vec_all_nge
(vec_float4 a, vec_float4 b)
function
Completed in 98 milliseconds
Indexes created Thu Mar 19 00:23:35 UTC 2026