Searched refs:tx2 (Results 1 – 4 of 4) sorted by relevance
/external/linux-kselftest/tools/testing/selftests/timers/ |
D | raw_skew.c | 108 struct timex tx1, tx2; in main() local 131 tx2.modes = 0; in main() 132 adjtimex(&tx2); in main() 143 ppm = (tx1.freq + tx2.freq) * 1000 / 2; in main()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ |
D | Primes.java | 528 BigInteger tx2 = x.subtract(ONE).divide(c0x2).add(ONE).shiftLeft(1); in implSTRandomPrime() local 531 BigInteger c = tx2.multiply(c0).add(ONE); in implSTRandomPrime() 541 tx2 = ONE.shiftLeft(length - 1).subtract(ONE).divide(c0x2).add(ONE).shiftLeft(1); in implSTRandomPrime() 542 c = tx2.multiply(c0).add(ONE); in implSTRandomPrime() 558 tx2 = tx2.add(BigInteger.valueOf(dt)); in implSTRandomPrime() 561 BigInteger z = a.modPow(tx2, c); in implSTRandomPrime()
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_tex_sample.c | 1259 const float *tx0, *tx1, *tx2, *tx3; in img_filter_2d_linear() local 1276 tx2 = get_texel_2d(samp, addr, x0, y1); in img_filter_2d_linear() 1283 tx2[c], tx3[c]); in img_filter_2d_linear() 1303 const float *tx0, *tx1, *tx2, *tx3; in img_filter_2d_array_linear() local 1321 tx2 = get_texel_2d_array(samp, addr, x0, y1, layer); in img_filter_2d_array_linear() 1328 tx2[c], tx3[c]); in img_filter_2d_array_linear() 1348 const float *tx0, *tx1, *tx2, *tx3; in img_filter_cube_linear() local 1366 tx2 = get_texel_2d(samp, addrj, x0, y1); in img_filter_cube_linear() 1373 tx2[c], tx3[c]); in img_filter_cube_linear()
|
/external/llvm/test/CodeGen/PowerPC/ |
D | pr17168.ll | 397 !341 = !DIGlobalVariable(name: "tx2", line: 31, isLocal: true, isDefinition: true, scope: null, fil…
|