Searched refs:mul (Results 1 - 8 of 8) sorted by relevance

/system/core/toolbox/upstream-netbsd/lib/libc/gen/
H A Dgetbsize.c57 long n, max, mul, blocksize; local
77 mul = GB;
82 mul = KB;
87 mul = MB;
91 mul = 1;
96 mul = 1;
104 if ((blocksize = n * mul) < 512) {
/system/core/libpixelflinger/arch-mips/
H A Dcol32cb16blend.S22 mul $t4,$t4,\f
26 mul $t5,$t5,\f
30 mul $t6,$t6,\f
35 mul $t4,$t4,\f
40 mul $t5,$t5,\f
45 mul $t6,$t6,\f
H A Dt32cb16blend.S53 mul $t6,$t8,$t7
66 mul $t8,$t0,$t7
73 mul $t0,$t0,$t7
123 mul $t8,$t8,$t7
143 mul $t8,$t8,$t7
158 mul $t8,$t8,$t7
269 DBG mul $v0,$a0
270 DBG mul $v1,$a0
/system/core/liblog/
H A Dlog_time.cpp105 unsigned long mul = NS_PER_SEC; local
110 while (isdigit(*ret) && num && (mul > 1)) {
112 mul /= 10;
113 tv_nsec = tv_nsec + (*ret - '0') * mul;
/system/core/libpixelflinger/arch-mips64/
H A Dt32cb16blend.S47 mul $t2,$t8,$t3
60 mul $t8,$a4,$t3
67 mul $a4,$a4,$t3
167 DBG mul $v0,$a0
168 DBG mul $v1,$a0
H A Dcol32cb16blend.S25 mul $t0,$t0,\f
33 mul $t1,$t1,\f
41 mul $t2,$t2,\f
/system/core/libpixelflinger/arch-arm64/
H A Dt32cb16blend.S70 mul w16, w7, w16
81 mul w6, w7, w17
92 mul w16, w7, w17
106 mul w16, w7, w16
118 mul w6, w7, w6
129 mul w16, w7, w16
/system/media/audio_utils/include/audio_utils/
H A Dprimitives.h981 int32_t mul(int16_t in, int16_t v) function
1025 * Similar to mul, but the 16-bit terms are extracted from a 32-bit interleaved stereo pair.

Completed in 83 milliseconds