Searched refs:getFloat (Results 26 - 50 of 159) sorted by relevance

1234567

/external/deqp/modules/gles3/stress/
H A Des3sSyncTests.cpp104 dst[i*4 ] = rnd.getFloat(-1.0f, 1.0f); // x
105 dst[i*4 + 1] = rnd.getFloat(-1.0f, 1.0f); // y
106 dst[i*4 + 2] = rnd.getFloat( 0.0f, 1.0f); // z
/external/nist-sip/java/gov/nist/core/
H A DGenericObject.java262 float floatField = f.getFloat(mergeObject);
456 if (f.getFloat(this) != g.getFloat(that))
541 if (f.getFloat(this) != g.getFloat(that))
640 float floatField = f.getFloat(this);
/external/deqp/modules/gles2/functional/
H A Des2fReadPixelsTests.cpp217 const float red = rnd.getFloat();
218 const float green = rnd.getFloat();
219 const float blue = rnd.getFloat();
H A Des2fFloatStateQueryTests.cpp775 GLfloat n = rnd.getFloat(0, 1);
776 GLfloat f = rnd.getFloat(0, 1);
811 const GLfloat reference = rnd.getFloat(range[0], range[1]);
855 const GLfloat reference = rnd.getFloat(-64000, 64000);
900 const GLfloat reference = rnd.getFloat(-64000, 64000);
958 GLfloat reference = rnd.getFloat(0, 1);
1011 const GLfloat r = rnd.getFloat(0, 1);
1012 const GLfloat g = rnd.getFloat(0, 1);
1013 const GLfloat b = rnd.getFloat(0, 1);
1014 const GLfloat a = rnd.getFloat(
[all...]
H A Des2fShaderStateQueryTests.cpp860 const GLfloat x = rnd.getFloat(-64000, 64000);
861 const GLfloat y = rnd.getFloat(-64000, 64000);
862 const GLfloat z = rnd.getFloat(-64000, 64000);
863 const GLfloat w = rnd.getFloat(-64000, 64000);
870 const GLfloat x = rnd.getFloat(-64000, 64000);
871 const GLfloat y = rnd.getFloat(-64000, 64000);
872 const GLfloat z = rnd.getFloat(-64000, 64000);
880 const GLfloat x = rnd.getFloat(-64000, 64000);
881 const GLfloat y = rnd.getFloat(-64000, 64000);
890 const GLfloat x = rnd.getFloat(
[all...]
H A Des2fTextureUnitTests.cpp306 float rotAngle = rnd.getFloat(0.0f, 2.0f*DE_PI);
307 float xScaleFactor = rnd.getFloat(0.7f, 1.5f);
308 float yScaleFactor = rnd.getFloat(0.7f, 1.5f);
309 float xShearAmount = rnd.getFloat(0.0f, 0.5f);
310 float yShearAmount = rnd.getFloat(0.0f, 0.5f);
311 float xTranslationAmount = rnd.getFloat(-0.5f, 0.5f);
312 float yTranslationAmount = rnd.getFloat(-0.5f, 0.5f);
377 planarTransData[i] = rnd.getFloat(0.1f, 0.9f); // Two first diagonal cells control the scaling.
619 if (rnd.getFloat() < 0.7f)
H A Des2fShaderInvarianceTests.cpp55 retVal.x() = rnd.getFloat(-1.0f, 1.0f);
56 retVal.y() = rnd.getFloat(-1.0f, 1.0f);
57 retVal.z() = rnd.getFloat(-1.0f, 1.0f);
58 retVal.w() = rnd.getFloat( 0.2f, 1.0f);
/external/deqp/modules/gles31/functional/
H A Des31fFboColorbufferTests.cpp68 retVal[0] = random.getFloat();
69 retVal[1] = random.getFloat();
70 retVal[2] = random.getFloat();
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
H A DChromeBrowserProviderSuggestionsCursor.java122 public float getFloat(int c) { method in class:ChromeBrowserProviderSuggestionsCursor
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLGetInfo.h100 float getFloat() const;
/external/nist-sip/java/gov/nist/javax/sip/message/
H A DMessageObject.java106 float floatField = f.getFloat(this);
/external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/android/database/
H A DTestCursor.java128 public float getFloat(int columnIndex) { method in class:TestCursor
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DBundleTest.java95 assertEquals(Float.valueOf(5), Float.valueOf(bundle.getFloat("foo")));
96 assertEquals(Float.valueOf(0),Float.valueOf(bundle.getFloat("bar")));
97 assertEquals(Float.valueOf(7), Float.valueOf(bundle.getFloat("bar", 7)));
226 assertEquals(0, bundle.getFloat("foo"), 0.005f);
/external/deqp/modules/gles3/functional/
H A Des3fFloatStateQueryTests.cpp866 GLfloat n = rnd.getFloat(0, 1);
867 GLfloat f = rnd.getFloat(0, 1);
901 const GLfloat reference = rnd.getFloat(range[0], range[1]);
942 const GLfloat reference = rnd.getFloat(-64000, 64000);
983 const GLfloat reference = rnd.getFloat(-64000, 64000);
1040 GLfloat reference = rnd.getFloat(0, 1);
1089 const GLfloat r = rnd.getFloat(0, 1);
1090 const GLfloat g = rnd.getFloat(0, 1);
1091 const GLfloat b = rnd.getFloat(0, 1);
1092 const GLfloat a = rnd.getFloat(
[all...]
H A Des3fShaderPackingFunctionTests.cpp176 const float x = rnd.getFloat()*2.5f - 1.25f;
177 const float y = rnd.getFloat()*2.5f - 1.25f;
184 const float x = rnd.getFloat()*1e6f - 0.5e6f;
185 const float y = rnd.getFloat()*1e6f - 0.5e6f;
367 const float x = rnd.getFloat()*1.25f;
368 const float y = rnd.getFloat()*1.25f;
375 const float x = rnd.getFloat()*1e6f - 1e5f;
376 const float y = rnd.getFloat()*1e6f - 1e5f;
H A Des3fReadPixelsTests.cpp275 const float red = rnd.getFloat();
276 const float green = rnd.getFloat();
277 const float blue = rnd.getFloat();
278 const float alpha = rnd.getFloat();
H A Des3fShaderInvarianceTests.cpp55 retVal.x() = rnd.getFloat(-1.0f, 1.0f);
56 retVal.y() = rnd.getFloat(-1.0f, 1.0f);
57 retVal.z() = rnd.getFloat(-1.0f, 1.0f);
58 retVal.w() = rnd.getFloat( 0.2f, 1.0f);
/external/deqp/modules/glshared/
H A DglsLifetimeTests.cpp208 const GLfloat r1 = rnd.getFloat();
209 const GLfloat g1 = rnd.getFloat();
210 const GLfloat b1 = rnd.getFloat();
211 const GLfloat a1 = rnd.getFloat();
212 const GLfloat r2 = rnd.getFloat();
213 const GLfloat g2 = rnd.getFloat();
214 const GLfloat b2 = rnd.getFloat();
215 const GLfloat a2 = rnd.getFloat();
421 insert(params, "RED", floatToString(rnd.getFloat(), 4));
422 insert(params, "GREEN", floatToString(rnd.getFloat(),
[all...]
/external/dexmaker/src/test/java/com/google/dexmaker/stock/
H A DProxyBuilderTest.java176 public float getFloat() { return 5f; } method in class:ProxyBuilderTest.AllReturnTypes
196 assertEquals(12f, proxy.getFloat());
213 public float getFloat(float input) { return input; } method in class:ProxyBuilderTest.PassThroughAllTypes
241 assertEquals(8f, proxy.getFloat(8f));
242 assertEquals(9f, proxy.getFloat(9f));
/external/deqp/modules/egl/
H A DteglRenderTests.cpp166 const float cx = rnd.getFloat(-1.0f, 1.0f);
167 const float cy = rnd.getFloat(-1.0f, 1.0f);
174 position.x() = cx + rnd.getFloat(-maxTriOffset, maxTriOffset);
175 position.y() = cy + rnd.getFloat(-maxTriOffset, maxTriOffset);
176 position.z() = rnd.getFloat(minDepth, maxDepth);
179 color.x() = rnd.getFloat(minRGB, maxRGB);
180 color.y() = rnd.getFloat(minRGB, maxRGB);
181 color.z() = rnd.getFloat(minRGB, maxRGB);
182 color.w() = rnd.getFloat(minAlpha, maxAlpha);
/external/clang/include/clang/AST/
H A DAPValue.h208 APFloat &getFloat() { function in class:clang::APValue
212 const APFloat &getFloat() const { function in class:clang::APValue
213 return const_cast<APValue*>(this)->getFloat();
/external/javassist/src/test/test/javassist/convert/
H A DArrayAccessReplaceTest.java106 assertEquals((float)i, simple.getFloat(i), 0);
264 public float getFloat(int pos); method in interface:ArrayAccessReplaceTest.SimpleInterface
313 public float getFloat(int pos) { method in class:ArrayAccessReplaceTest.Simple
/external/chromium_org/base/test/android/javatests/src/org/chromium/base/test/util/
H A DInMemorySharedPreferences.java81 public float getFloat(String key, float defValue) { method in class:InMemorySharedPreferences
/external/chromium_org/third_party/skia/src/core/
H A DSkFloat.h75 float getFloat() const function in class:SkFloat
/external/clang/lib/AST/
H A DAPValue.cpp135 setFloat(RHS.getFloat());
228 return getFloat().needsCleanup();
280 OS << "Float: " << GetApproxValue(getFloat());
356 Out << GetApproxValue(getFloat());

Completed in 4590 milliseconds

1234567