Searched refs:mul (Results 1 – 8 of 8) sorted by relevance
/system/core/libpixelflinger/arch-mips/ |
D | col32cb16blend.S | 22 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
|
D | t32cb16blend.S | 53 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/libpixelflinger/arch-arm64/ |
D | t32cb16blend.S | 70 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/core/liblog/ |
D | log_time.cpp | 105 unsigned long mul = NS_PER_SEC; in strptime() local 110 while (isdigit(*ret) && num && (mul > 1)) { in strptime() 112 mul /= 10; in strptime() 113 tv_nsec = tv_nsec + (*ret - '0') * mul; in strptime()
|
/system/core/libpixelflinger/arch-mips64/ |
D | t32cb16blend.S | 47 mul $t2,$t8,$t3 60 mul $t8,$a4,$t3 67 mul $a4,$a4,$t3 167 DBG mul $v0,$a0 168 DBG mul $v1,$a0
|
D | col32cb16blend.S | 25 mul $t0,$t0,\f 33 mul $t1,$t1,\f 41 mul $t2,$t2,\f
|
/system/core/storaged/tests/ |
D | storaged_test.cpp | 184 struct disk_perf disk_perf_multiply(struct disk_perf perf, double mul) { in disk_perf_multiply() argument 186 retval.read_perf = (double)perf.read_perf * mul; in disk_perf_multiply() 187 retval.read_ios = (double)perf.read_ios * mul; in disk_perf_multiply() 188 retval.write_perf = (double)perf.write_perf * mul; in disk_perf_multiply() 189 retval.write_ios = (double)perf.write_ios * mul; in disk_perf_multiply() 190 retval.queue = (double)perf.queue * mul; in disk_perf_multiply()
|
/system/media/audio_utils/include/audio_utils/ |
D | primitives.h | 1135 int32_t mul(int16_t in, int16_t v) in mul() function
|