HomeSort by relevance Sort by last modified time
    Searched refs:mSign (Results 1 - 4 of 4) sorted by null

  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/math/
BigIntegerModPowTest.java 40 int mSign = -1;
43 BigInteger modulus = new BigInteger(mSign, mBytes);
67 int mSign = 1;
71 BigInteger modulus = new BigInteger(mSign, mBytes);
90 int mSign = 1;
94 BigInteger modulus = new BigInteger(mSign, mBytes);
134 int mSign = -1;
136 BigInteger modulus = new BigInteger(mSign, mBytes);
151 int mSign = 1;
153 BigInteger modulus = new BigInteger(mSign, mBytes)
    [all...]
  /frameworks/base/core/java/android/text/method/
DigitsKeyListener.java 47 private final boolean mSign;
123 final int kind = (mSign ? SIGN : 0) | (mDecimal ? DECIMAL : 0);
129 final int kind = (mSign ? SIGN : 0) | (mDecimal ? DECIMAL : 0);
156 mSign = sign;
210 mSign = false;
315 return getInstance(locale, listener.mSign, listener.mDecimal);
328 if (mSign) {
343 if (mSign == false && mDecimal == false) {
  /external/deqp/framework/opengl/
gluTextureTestUtil.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderTextureGatherTests.cpp 126 float mSign = 1.0f;
130 case tcu::CUBEFACE_NEGATIVE_X: mRow = 0; sRow = 2; tRow = 1; mSign = -1.0f; tSign = -1.0f; break;
132 case tcu::CUBEFACE_NEGATIVE_Y: mRow = 1; sRow = 0; tRow = 2; mSign = -1.0f; tSign = -1.0f; break;
134 case tcu::CUBEFACE_NEGATIVE_Z: mRow = 2; sRow = 0; tRow = 1; mSign = -1.0f; sSign = -1.0f; tSign = -1.0f; break;
143 dst[0+mRow] = mSign;
144 dst[3+mRow] = mSign;
145 dst[6+mRow] = mSign;
146 dst[9+mRow] = mSign;
    [all...]

Completed in 107 milliseconds