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

  /external/speex/libspeex/
fixed_debug.h 464 #define DIV32(a, b) _DIV32(a, b, __FILE__, __LINE__)
470 fprintf(stderr, "DIV32: divide by zero: %d/%d in %s: line %d\n", (int)a, (int)b, file, line);
476 fprintf (stderr, "DIV32: inputs are not int/short: %d %d in %s: line %d\n", (int)a, (int)b, file, line);
480 fprintf (stderr, "DIV32: output is not int: %d in %s: line %d\n", (int)res, file, line);
484 #define PDIV32(a,b) DIV32(ADD32((a),(b)>>1),b)
fixed_generic.h 107 #define DIV32(a,b) (((spx_word32_t)(a))/((spx_word32_t)(b)))
arch.h 211 #define DIV32(a,b) (((spx_word32_t)(a))/(spx_word32_t)(b))

Completed in 38 milliseconds