Searched refs:multiplied (Results 1 - 11 of 11) sorted by relevance
/third_party/libinput/src/ |
H A D | filter-trackpoint.c | 80 struct device_float_coords multiplied; in trackpoint_accelerator_filter() local 85 multiplied.x = unaccelerated->x * accel_filter->multiplier; in trackpoint_accelerator_filter() 86 multiplied.y = unaccelerated->y * accel_filter->multiplier; in trackpoint_accelerator_filter() 88 trackers_feed(&accel_filter->trackers, &multiplied, time); in trackpoint_accelerator_filter() 92 coords.x = multiplied.x * f; in trackpoint_accelerator_filter() 93 coords.y = multiplied.y * f; in trackpoint_accelerator_filter()
|
/third_party/ffmpeg/libswscale/arm/ |
H A D | hscale.S | 49 vpadd.s32 d16, d16, d17 @ horizontal pair adding of the 8x32-bit multiplied values into 4x32-bit (part 1) 50 vpadd.s32 d17, d18, d19 @ horizontal pair adding of the 8x32-bit multiplied values into 4x32-bit (part 2) 51 vpadd.s32 d20, d20, d21 @ horizontal pair adding of the 8x32-bit multiplied values into 4x32-bit (part 1) 52 vpadd.s32 d21, d22, d23 @ horizontal pair adding of the 8x32-bit multiplied values into 4x32-bit (part 2)
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | rv40dsp.asm | 32 ; multiplied by 2 to have the same shift 43 ; multiplied by 2 to have the same shift
|
/third_party/mesa3d/src/asahi/compiler/ |
H A D | agx_compile.c | 204 agx_index multiplied = agx_temp(b->shader, AGX_SIZE_64); in agx_udiv_const() local 211 agx_imad_to(b, multiplied, agx_abs(n), agx_abs(multiplier), agx_zero(), 0); in agx_udiv_const() 213 agx_p_extract_to(b, n, multiplied, 1); in agx_udiv_const()
|
/third_party/node/deps/openssl/openssl/crypto/poly1305/asm/ |
H A D | poly1305-armv4.pl | 538 @ m-bit number multiplied by 2^n is still n+m bits wide. 556 @ 8 * (2^52) or 2^55. However, the value is then multiplied by
|
/third_party/openssl/crypto/poly1305/asm/ |
H A D | poly1305-armv4.pl | 538 @ m-bit number multiplied by 2^n is still n+m bits wide. 556 @ 8 * (2^52) or 2^55. However, the value is then multiplied by
|
/third_party/mesa3d/src/nouveau/codegen/lib/ |
H A D | gm107.asm | 217 // 2) (For the denorm input) The 2^54 we multiplied at rcp_denorm, stored
|
H A D | gk110.asm | 190 // 2) (For the denorm input) The 2^54 we multiplied at rcp_denorm, stored
|
H A D | gk104.asm | 648 // 2) (For the denorm input) The 2^54 we multiplied at rcp_denorm, stored
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/crypto/poly1305/ |
H A D | poly1305-armv4.S | 465 @ m-bit number multiplied by 2^n is still n+m bits wide. 483 @ 8 * (2^52) or 2^55. However, the value is then multiplied by
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/crypto/poly1305/ |
H A D | poly1305-armv4.S | 465 @ m-bit number multiplied by 2^n is still n+m bits wide. 483 @ 8 * (2^52) or 2^55. However, the value is then multiplied by
|
Completed in 11 milliseconds