Home
last modified time | relevance | path

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

/openbmc/qemu/audio/
H A Dmixeng_template.h38 static inline mixeng_real glue (conv_, ET) (IN_T v) in glue() argument
74 static inline int64_t glue (conv_, ET) (IN_T v) in glue() argument
100 static void glue (glue (conv_, ET), _to_stereo) in glue() argument
107 out->l = glue (conv_, ET) (*in++); in glue()
108 out->r = glue (conv_, ET) (*in++); in glue()
113 static void glue (glue (conv_, ET), _to_mono) in glue() argument
120 out->l = glue (conv_, ET) (in[0]); in glue()
/openbmc/qemu/target/hexagon/imported/
H A Dfloat.idef317 { MODEBEH DESTV = OUTCAST(conv_##INTYPE##_to_##OUTTYPE(INCAST(SRCV))); })