/external/arm-optimized-routines/math/single/ |
D | rredf.c | 161 unsigned long long mult2 = (unsigned long long)word2 * mantissa; in __mathlib_rredf2() local 165 unsigned bottom2 = (unsigned)mult2, top2 = (unsigned)(mult2 >> 32); in __mathlib_rredf2()
|
D | e_rem_pio2.c | 180 unsigned long long mult2 = (unsigned long long)word * mant2; in __ieee754_rem_pio2() local 185 unsigned bottom2 = (unsigned)mult2, top2 = (unsigned)(mult2 >> 32); in __ieee754_rem_pio2()
|
/external/libvpx/libvpx/vp8/common/mips/msa/ |
D | vp8_macros_msa.h | 597 #define DOTP_UB4(RTYPE, mult0, mult1, mult2, mult3, cnst0, cnst1, cnst2, \ argument 601 DOTP_UB2(RTYPE, mult2, mult3, cnst2, cnst3, out2, out3); \ 622 #define DOTP_SB4(RTYPE, mult0, mult1, mult2, mult3, cnst0, cnst1, cnst2, \ argument 626 DOTP_SB2(RTYPE, mult2, mult3, cnst2, cnst3, out2, out3); \ 646 #define DOTP_SH4(RTYPE, mult0, mult1, mult2, mult3, cnst0, cnst1, cnst2, \ argument 650 DOTP_SH2(RTYPE, mult2, mult3, cnst2, cnst3, out2, out3); \ 688 #define DPADD_SB4(RTYPE, mult0, mult1, mult2, mult3, cnst0, cnst1, cnst2, \ argument 692 DPADD_SB2(RTYPE, mult2, mult3, cnst2, cnst3, out2, out3); \ 713 #define DPADD_SH4(RTYPE, mult0, mult1, mult2, mult3, cnst0, cnst1, cnst2, \ argument 717 DPADD_SH2(RTYPE, mult2, mult3, cnst2, cnst3, out2, out3); \
|
/external/lzma/CPP/7zip/UI/FileManager/ |
D | ProgressDialog2.cpp | 662 static UInt64 MyMultAndDiv(UInt64 mult1, UInt64 mult2, UInt64 divider) in MyMultAndDiv() argument 665 unsigned pow2 = GetPower64(mult2); in MyMultAndDiv() 669 else { pow2--; mult2 >>= 1; } in MyMultAndDiv() 672 UInt64 res = mult1 * mult2; in MyMultAndDiv()
|
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | macros_msa.h | 586 #define DOTP_UB4(RTYPE, mult0, mult1, mult2, mult3, cnst0, cnst1, cnst2, \ argument 590 DOTP_UB2(RTYPE, mult2, mult3, cnst2, cnst3, out2, out3); \ 611 #define DOTP_SB4(RTYPE, mult0, mult1, mult2, mult3, cnst0, cnst1, cnst2, \ argument 615 DOTP_SB2(RTYPE, mult2, mult3, cnst2, cnst3, out2, out3); \ 636 #define DOTP_SH4(RTYPE, mult0, mult1, mult2, mult3, cnst0, cnst1, cnst2, \ argument 640 DOTP_SH2(RTYPE, mult2, mult3, cnst2, cnst3, out2, out3); \ 678 #define DPADD_SB4(RTYPE, mult0, mult1, mult2, mult3, cnst0, cnst1, cnst2, \ argument 682 DPADD_SB2(RTYPE, mult2, mult3, cnst2, cnst3, out2, out3); \
|
/external/libaom/libaom/aom_dsp/mips/ |
D | macros_msa.h | 713 #define DOTP_UB4(RTYPE, mult0, mult1, mult2, mult3, cnst0, cnst1, cnst2, \ argument 717 DOTP_UB2(RTYPE, mult2, mult3, cnst2, cnst3, out2, out3); \ 738 #define DOTP_SB4(RTYPE, mult0, mult1, mult2, mult3, cnst0, cnst1, cnst2, \ argument 742 DOTP_SB2(RTYPE, mult2, mult3, cnst2, cnst3, out2, out3); \ 763 #define DOTP_SH4(RTYPE, mult0, mult1, mult2, mult3, cnst0, cnst1, cnst2, \ argument 767 DOTP_SH2(RTYPE, mult2, mult3, cnst2, cnst3, out2, out3); \ 805 #define DPADD_SB4(RTYPE, mult0, mult1, mult2, mult3, cnst0, cnst1, cnst2, \ argument 809 DPADD_SB2(RTYPE, mult2, mult3, cnst2, cnst3, out2, out3); \
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | scale_msa.cc | 670 v16u8 mult0, mult1, mult2, mult3; in ScaleARGBFilterCols_MSA() local 697 mult2 = (v16u8)__msa_ilvr_b((v16i8)reg1, (v16i8)reg3); in ScaleARGBFilterCols_MSA() 711 tmp2 = __msa_dotp_u_h(reg6, mult2); in ScaleARGBFilterCols_MSA()
|