Searched refs:tmpB (Results 1 – 10 of 10) sorted by relevance
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
D | lpc_masking_model.c | 710 int32_t tmp, tmpB, tmpCorr; in WebRtcIsacfix_GetLpcCoef() local 745 tmpB=WEBRTC_SPL_MUL_16_32_RSFT15(gamma, corrlo2QQ[n]); in WebRtcIsacfix_GetLpcCoef() 746 corrlo2QQ[n] = tmp + tmpB; in WebRtcIsacfix_GetLpcCoef() 760 int32_t tmp, tmpB, tmpCorr; in WebRtcIsacfix_GetLpcCoef() local 801 tmpB=WEBRTC_SPL_MUL_16_32_RSFT15(gamma, tmpCorr); in WebRtcIsacfix_GetLpcCoef() 802 corrhiQQ[n] = tmp + tmpB; in WebRtcIsacfix_GetLpcCoef()
|
/external/pdfium/third_party/bigint/ |
D | BigInteger.cc | 290 BigInteger tmpB(b); in divideWithRemainder() local 291 divideWithRemainder(tmpB, q); in divideWithRemainder()
|
D | BigUnsigned.cc | 398 BigUnsigned tmpB(b); in divideWithRemainder() local 399 divideWithRemainder(tmpB, q); in divideWithRemainder()
|
/external/boringssl/src/crypto/pem/ |
D | pem_lib.c | 604 BUF_MEM *dataB, *tmpB; in PEM_read_bio() local 721 tmpB = headerB; in PEM_read_bio() 723 dataB = tmpB; in PEM_read_bio()
|
/external/scapy/scapy/ |
D | utils6.py | 767 tmpB = inet_pton(socket.AF_INET6, b) 769 mbits = matching_bits(orb(tmpA[i]), orb(tmpB[i]))
|
/external/skia/src/gpu/ |
D | SkGpuDevice.cpp | 916 SkBitmap tmpB; in drawTiledBitmap() local 917 if (bitmap.extractSubset(&tmpB, iTileR)) { in drawTiledBitmap() 922 this->drawBitmapTile(tmpB, in drawTiledBitmap()
|
/external/skqp/src/core/ |
D | SkRegion.cpp | 1118 RunType tmpB[kRectRegionRuns]; in Oper() local 1122 const RunType* b_runs = rgnb->getRuns(tmpB, &b_intervals); in Oper()
|
/external/skia/src/core/ |
D | SkRegion.cpp | 1118 RunType tmpB[kRectRegionRuns]; in Oper() local 1122 const RunType* b_runs = rgnb->getRuns(tmpB, &b_intervals); in Oper()
|
/external/skqp/src/gpu/ |
D | SkGpuDevice.cpp | 954 SkBitmap tmpB; in drawTiledBitmap() local 955 if (bitmap.extractSubset(&tmpB, iTileR)) { in drawTiledBitmap() 960 this->drawBitmapTile(tmpB, in drawTiledBitmap()
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/ |
D | FastMath.java | 2478 …double tmpB = (((prod2A & 0xfffL) << 40) + (prod2B >>> 24)) / TWO_POWER_52 / TWO_POWER_52; // Low … in reducePayneHanek() local 2480 double sumA = tmpA + tmpB; in reducePayneHanek() 2481 double sumB = -(sumA - tmpA - tmpB); in reducePayneHanek()
|