Searched defs:bhi (Results 1 - 4 of 4) sorted by relevance
/external/boringssl/src/crypto/poly1305/ |
H A D | poly1305_arm_asm.S | 1124 bhi ._mainloop2 label 1493 bhi ._mainloop label
|
/external/boringssl/src/crypto/curve25519/asm/ |
H A D | x25519-asm-arm.S | 1805 bhi ._squaringloop label
|
/external/webrtc/webrtc/modules/audio_coding/codecs/cng/ |
H A D | webrtc_cng.c | 247 int32_t blo, bhi; local 313 bhi = ((blo >> 16) & 0xffff) 315 blo = (blo & 0xffff) | ((bhi & 0xffff) << 16); 317 *bptr = (((bhi >> 16) & 0x7fff) << 17) | ((uint32_t) blo >> 15);
|
/external/libpng/contrib/libtests/ |
H A D | pngvalid.c | 7546 double rlo, rhi, glo, ghi, blo, bhi, graylo, grayhi; local 7577 b = blo = bhi = that->bluef; 7580 bhi += that->bluee; 7581 bhi = DU(bhi, calc_depth, 1/*round*/); 7601 bhi = DU(bhi, gamma_depth, 0/*truncate*/); 7615 bhi = DU(pow(bhi, power)+abse, calc_depth, 1); 7643 bhi * (dat 7768 double rhi, ghi, bhi, grayhi; local [all...] |
Completed in 370 milliseconds