Searched refs:vn1 (Results 1 – 5 of 5) sorted by relevance
/external/python/cpython3/Modules/_decimal/libmpdec/ |
D | typearith.h | 133 vn1, vn0, in _mpd_div_words() local 143 vn1 = v >> 32; in _mpd_div_words() 153 q1 = un32 / vn1; in _mpd_div_words() 154 rhat = un32 - q1*vn1; in _mpd_div_words() 158 rhat = rhat + vn1; in _mpd_div_words() 189 q0 = un21 / vn1; in _mpd_div_words() 190 rhat = un21 - q0*vn1; in _mpd_div_words() 194 rhat = rhat + vn1; in _mpd_div_words() 390 vn1, vn0, in _mpd_div_words() local 400 vn1 = v >> 16; in _mpd_div_words() [all …]
|
/external/libyuv/files/source/ |
D | scale_neon64.cc | 1018 #define LOAD2_DATA32_LANE(vn1, vn2, n) \ argument 1023 "ld2 {" #vn1 ".s, " #vn2 ".s}[" #n "], [%6] \n"
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | scale_neon64.cc | 966 #define LOAD2_DATA32_LANE(vn1, vn2, n) \ argument 971 "ld2 {"#vn1".s, "#vn2".s}["#n"], [%6] \n"
|
/external/valgrind/coregrind/ |
D | m_main.c | 3190 vn1, vn0, // Norm. divisor digits. in divlu2() local 3203 vn1 = v >> 16; // Break divisor up into in divlu2() 3212 q1 = un32/vn1; // Compute the first in divlu2() 3213 rhat = un32 - q1*vn1; // quotient digit, q1. in divlu2() 3217 rhat = rhat + vn1; in divlu2() 3222 q0 = un21/vn1; // Compute the second in divlu2() 3223 rhat = un21 - q0*vn1; // quotient digit, q0. in divlu2() 3227 rhat = rhat + vn1; in divlu2()
|
/external/lisa/ipynb/examples/wlgen/ |
D | rtapp_example.ipynb | 1012 …0ZtfaqQtWtXZtWqG7b52I0bN6a7O9lz\nz2kZO3biVvevW9ed7u67s3Hjxtx333057rjjdvjxO/vn1/07LF36YA466Ngha9jRx…
|