Home
last modified time | relevance | path

Searched defs:VEC_LITERAL (Results 1 – 2 of 2) sorted by relevance

/picolibc-3.7.0-3.6.0/newlib/libm/machine/spu/headers/
Dvec_literal.h56 #define VEC_LITERAL(_type, ...) ((_type)(__VA_ARGS__)) macro
75 #define VEC_LITERAL(_type, ...) ((_type){__VA_ARGS__}) macro
/picolibc-3.7.0-3.6.0/newlib/libc/machine/spu/
Dvec_literal.h54 #define VEC_LITERAL(_type, ...) ((_type){__VA_ARGS__}) macro