Searched refs:b (Results 1 – 7 of 7) sorted by relevance
/chre-3.4.0/external/kiss_fft/ |
D | _kiss_fft_guts.h | 59 # define CHECK_OVERFLOW_OP(a,op,b) \ argument 60 if ( (SAMPPROD)(a) op (SAMPPROD)(b) > SAMP_MAX || (SAMPPROD)(a) op (SAMPPROD)(b) < SAMP_MIN ) { \ 61 …w @ " __FILE__ "(%d): (%d " #op" %d) = %ld\n",__LINE__,(a),(b),(SAMPPROD)(a) op (SAMPPROD)(b) ); } 63 #define CHECK_OVERFLOW(a, op, b) {} argument 68 # define smul(a,b) ( (SAMPPROD)(a)*(b) ) argument 71 # define S_MUL(a,b) sround( smul(a,b) ) argument 73 # define C_MUL(m,a,b) \ argument 74 do{ (m).r = sround( smul((a).r,(b).r) - smul((a).i,(b).i) ); \ 75 (m).i = sround( smul((a).r,(b).i) + smul((a).i,(b).r) ); }while(0) 90 # define S_MUL(a,b) ( (a)*(b) ) argument [all …]
|
D | kissfft.hh | 114 void C_ADD( cpx_type & c,const cpx_type & a,const cpx_type & b) { c=a+b;} in C_ADD() argument 115 void C_MUL( cpx_type & c,const cpx_type & a,const cpx_type & b) { c=a*b;} in C_MUL() argument 116 void C_SUB( cpx_type & c,const cpx_type & a,const cpx_type & b) { c=a-b;} in C_SUB() argument 119 scalar_type S_MUL( const scalar_type & a,const scalar_type & b) { return a*b;} in S_MUL() argument
|
/chre-3.4.0/util/include/chre/util/ |
D | macros.h | 59 #define MIN(a, b) ((a) < (b) ? (a) : (b)) 63 #define MAX(a, b) ((a) > (b) ? (a) : (b))
|
/chre-3.4.0/chpp/include/chpp/ |
D | macros.h | 39 #define MIN(a, b) ((a) < (b) ? (a) : (b)) 43 #define MAX(a, b) ((a) > (b) ? (a) : (b))
|
/chre-3.4.0/build/sys_support/qcom/ |
D | uimage.lcs.toolv80 | 64 *(.rela.bss .rela.bss.* .rela.gnu.linkonce.b.*) 178 *(.bss.hot .bss.hot.* .gnu.linkonce.b.hot.*) 179 *(.bss .bss.* .gnu.linkonce.b.*)
|
/chre-3.4.0/external/flatbuffers/include/flatbuffers/ |
D | flatbuffers.h | 1883 bool operator()(const T &a, const T &b) const { 1884 return a.KeyCompareLessThan(&b); 1955 bool operator()(const Offset<T> &a, const Offset<T> &b) const { 1957 auto table_b = reinterpret_cast<T *>(buf_.data_at(b.o)); 2138 bool operator()(const Offset<String> &a, const Offset<String> &b) const { 2140 auto strb = reinterpret_cast<const String *>(buf_->data_at(b.o));
|
/chre-3.4.0/ |
D | NOTICE | 110 (b) You must cause any modified files to carry prominent notices
|