Home
last modified time | relevance | path

Searched refs:vn1 (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/third_party/libyuv/source/
Dscale_neon64.cc966 #define LOAD2_DATA32_LANE(vn1, vn2, n) \ argument
971 "ld2 {"#vn1".s, "#vn2".s}["#n"], [%6] \n"
/external/valgrind/coregrind/
Dm_main.c3618 vn1, vn0, // Norm. divisor digits. in divlu2() local
3631 vn1 = v >> 16; // Break divisor up into in divlu2()
3640 q1 = un32/vn1; // Compute the first in divlu2()
3641 rhat = un32 - q1*vn1; // quotient digit, q1. in divlu2()
3645 rhat = rhat + vn1; in divlu2()
3650 q0 = un21/vn1; // Compute the second in divlu2()
3651 rhat = un21 - q0*vn1; // quotient digit, q0. in divlu2()
3655 rhat = rhat + vn1; in divlu2()