OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PDIV32
(Results
1 - 3
of
3
) sorted by null
/external/speex/libspeex/
fixed_debug.h
484
#define
PDIV32
(a,b) DIV32(ADD32((a),(b)>>1),b)
fixed_generic.h
108
#define
PDIV32
(a,b) (((spx_word32_t)(a)+((spx_word16_t)(b)>>1))/((spx_word32_t)(b)))
arch.h
212
#define
PDIV32
(a,b) (((spx_word32_t)(a))/(spx_word32_t)(b))
Completed in 999 milliseconds