HomeSort by relevance Sort by last modified time
    Searched defs:DIV32_16 (Results 1 - 9 of 9) sorted by null

  /external/speex/libspeex/
fixed_bfin.h 64 #undef DIV32_16
65 static inline spx_word16_t DIV32_16(spx_word32_t a, spx_word16_t b)
fixed_arm4.h 64 #undef DIV32_16
65 static inline short DIV32_16(int a, int b)
fixed_arm5e.h 92 #undef DIV32_16
93 static inline short DIV32_16(int a, int b)
fixed_debug.h 437 #define DIV32_16(a, b) _DIV32_16(a, b, __FILE__, __LINE__)
444 fprintf(stderr, "DIV32_16: divide by zero: %d/%d in %s: line %d\n", (int)a, (int)b, file, line);
449 fprintf (stderr, "DIV32_16: inputs are not int/short: %d %d in %s: line %d\n", (int)a, (int)b, file, line);
454 fprintf (stderr, "DIV32_16: output is not short: %d / %d = %d in %s: line %d\n", (int)a,(int)b,(int)res, file, line);
485 #define PDIV32_16(a,b) DIV32_16(ADD32((a),(b)>>1),b)
fixed_generic.h 105 #define DIV32_16(a,b) ((spx_word16_t)(((spx_word32_t)(a))/((spx_word16_t)(b))))
arch.h 209 #define DIV32_16(a,b) (((spx_word32_t)(a))/(spx_word16_t)(b))
  /external/libopus/celt/
fixed_generic.h 160 #define DIV32_16(a,b) ((opus_val16)(((opus_val32)(a))/((opus_val16)(b))))
fixed_debug.h 710 #define DIV32_16(a, b) DIV32_16_(a, b, __FILE__, __LINE__)
717 fprintf(stderr, "DIV32_16: divide by zero: %d/%d in %s: line %d\n", (int)a, (int)b, file, line);
725 fprintf (stderr, "DIV32_16: inputs are not int/short: %d %d in %s: line %d\n", (int)a, (int)b, file, line);
733 fprintf (stderr, "DIV32_16: output is not short: %d / %d = %d in %s: line %d\n", (int)a,(int)b,(int)res, file, line);
arch.h 251 #define DIV32_16(a,b) (((opus_val32)(a))/(opus_val16)(b))

Completed in 218 milliseconds