Home | History | Annotate | Download | only in common

Lines Matching refs:SIMDINLINE

37     static SIMDINLINE Float SIMDCALL op(Float a)   \
45 static SIMDINLINE Float SIMDCALL op(Float a) \
52 static SIMDINLINE Float SIMDCALL op(Float a, Float b) \
60 static SIMDINLINE Float SIMDCALL op(Float a, Float b) \
66 static SIMDINLINE Float SIMDCALL op(Float a, Float b, Float c) \
73 static SIMDINLINE Double SIMDCALL op(Double a) \
81 static SIMDINLINE Double SIMDCALL op(Double a) \
88 static SIMDINLINE Double SIMDCALL op(Double a, Double b) \
96 static SIMDINLINE Double SIMDCALL op(Double a, Double b) \
102 static SIMDINLINE Integer SIMDCALL op(Integer a) \
112 static SIMDINLINE Integer SIMDCALL op(Integer a) \
121 static SIMDINLINE Integer SIMDCALL op(Integer a, Integer b) \
131 static SIMDINLINE Integer SIMDCALL op(Integer a, Integer b) \
151 static SIMDINLINE uint32_t SIMDCALL movemask_epi8(Integer a)