Searched refs:pReal (Results 1 – 6 of 6) sorted by relevance
/external/aac/libSACdec/src/ |
D | sac_reshapeBBEnv.cpp | 157 static inline void getSlotNrgHQ(FIXP_DBL *RESTRICT pReal, in getSlotNrgHQ() argument 165 slotNrg[0] = ((fPow2Div2((*pReal++) << maxValSF) >> (SF_FACTOR_SLOT - 1)) + in getSlotNrgHQ() 167 slotNrg[1] = ((fPow2Div2((*pReal++) << maxValSF) >> (SF_FACTOR_SLOT - 1)) + in getSlotNrgHQ() 169 slotNrg[2] = ((fPow2Div2((*pReal++) << maxValSF) >> (SF_FACTOR_SLOT - 1)) + in getSlotNrgHQ() 172 slotNrg[3] = ((fPow2Div2((*pReal++) << maxValSF) >> (SF_FACTOR_SLOT - 1)) + in getSlotNrgHQ() 175 nrg = ((fPow2Div2((*pReal++) << maxValSF) >> (SF_FACTOR_SLOT - 1)) + in getSlotNrgHQ() 178 nrg + ((fPow2Div2((*pReal++) << maxValSF) >> (SF_FACTOR_SLOT - 1)) + in getSlotNrgHQ() 181 nrg = ((fPow2Div2((*pReal++) << maxValSF) >> (SF_FACTOR_SLOT - 1)) + in getSlotNrgHQ() 183 nrg += ((fPow2Div2((*pReal++) << maxValSF) >> (SF_FACTOR_SLOT - 1)) + in getSlotNrgHQ() 186 nrg + ((fPow2Div2((*pReal++) << maxValSF) >> (SF_FACTOR_SLOT - 1)) + in getSlotNrgHQ() [all …]
|
/external/aac/libSBRdec/src/ |
D | sbr_dec.cpp | 295 FIXP_DBL **pReal = pLowBandReal + ov_len; in sbr_dec() local 317 pReal += noCols; in sbr_dec() 344 qmfAnalysisFiltering(&hSbrDec->qmfDomainInCh->fb, pReal, pImag, in sbr_dec() 380 maxVal = maxSubbandSample(pReal, (flags & SBRDEC_LOW_POWER) ? NULL : pImag, 0, in sbr_dec() 388 rescaleSubbandSamples(pReal, (flags & SBRDEC_LOW_POWER) ? NULL : pImag, 0, in sbr_dec() 450 pReal -= 32; in sbr_dec() 479 hSbrDec->hHBE, pReal, pImag, noCols, pLowBandReal, pLowBandImag, in sbr_dec()
|
/external/rust/crates/libsqlite3-sys/sqlite3/ |
D | sqlite3.c | 15446 double *pReal; /* Used when p4type is P4_REAL */ member 79427 sqlite3_str_appendf(&x, "%.16g", *pOp->p4.pReal); 86491 assert( !sqlite3IsNaN(*pOp->p4.pReal) ); 86492 pOut->u.r = *pOp->p4.pReal; 97223 sqlite3_file *pReal = (sqlite3_file*)p; 97227 rc = sqlite3OsOpen(copy.pVfs, copy.zJournal, pReal, copy.flags, 0); 97236 rc = sqlite3OsWrite(pReal, (u8*)pIter->zChunk, nChunk, iOff); 97250 sqlite3OsClose(pReal); 196287 sqlite3_file *pReal; /* Underlying file handle */ 198811 sqlite3_file *pDb = p->pTargetFd->pReal; [all …]
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 15171 double *pReal; /* Used when p4type is P4_REAL */ member 79235 sqlite3_str_appendf(&x, "%.16g", *pOp->p4.pReal); 86293 assert( !sqlite3IsNaN(*pOp->p4.pReal) ); 86294 pOut->u.r = *pOp->p4.pReal; 97008 sqlite3_file *pReal = (sqlite3_file*)p; 97012 rc = sqlite3OsOpen(copy.pVfs, copy.zJournal, pReal, copy.flags, 0); 97021 rc = sqlite3OsWrite(pReal, (u8*)pIter->zChunk, nChunk, iOff); 97035 sqlite3OsClose(pReal); 195526 sqlite3_file *pReal; /* Underlying file handle */ 198050 sqlite3_file *pDb = p->pTargetFd->pReal; [all …]
|
/external/sqlite/dist/ |
D | sqlite3.c | 15171 double *pReal; /* Used when p4type is P4_REAL */ member 79251 sqlite3_str_appendf(&x, "%.16g", *pOp->p4.pReal); 86309 assert( !sqlite3IsNaN(*pOp->p4.pReal) ); 86310 pOut->u.r = *pOp->p4.pReal; 97024 sqlite3_file *pReal = (sqlite3_file*)p; 97028 rc = sqlite3OsOpen(copy.pVfs, copy.zJournal, pReal, copy.flags, 0); 97037 rc = sqlite3OsWrite(pReal, (u8*)pIter->zChunk, nChunk, iOff); 97051 sqlite3OsClose(pReal); 195554 sqlite3_file *pReal; /* Underlying file handle */ 198078 sqlite3_file *pDb = p->pTargetFd->pReal; [all …]
|
/external/python/pycparser/utils/benchmark/inputs/ |
D | sqlite-btree.c.ppout | 1614 double *pReal;
|