Home
last modified time | relevance | path

Searched refs:testFloat (Results 1 – 9 of 9) sorted by relevance

/external/v8/test/mjsunit/harmony/
Ddataview-accessors.js194 function testFloat(isTestingGet, func, array, start, expected) { function
221 testFloat(isTestingGet, "Float32",
224 testFloat(isTestingGet, "Float32",
227 testFloat(isTestingGet, "Float32",
230 testFloat(isTestingGet, "Float32",
233 testFloat(isTestingGet, "Float32",
237 testFloat(isTestingGet, "Float64",
240 testFloat(isTestingGet, "Float64",
243 testFloat(isTestingGet, "Float64",
246 testFloat(isTestingGet, "Float64",
[all …]
/external/llvm/test/CodeGen/AArch64/
Darm64-2012-06-06-FPToUI.ll29 define void @testFloat(float %f) ssp {
30 ; CHECK-LABEL: testFloat:
58 call void @testFloat(float 0x40272F1800000000)
/external/clang/test/CodeGen/
Dc11atomics-ios.c10 void testFloat(_Atomic(float) *fp) { in testFloat() function
Dc11atomics.c142 void testFloat(_Atomic(float) *fp) { in testFloat() function
/external/guava/guava-tests/test/com/google/common/hash/
DAbstractByteHasherTest.java83 public void testFloat() { in testFloat() method in AbstractByteHasherTest
DAbstractStreamingHasherTest.java104 public void testFloat() { in testFloat() method in AbstractStreamingHasherTest
/external/clang/test/Sema/
Dcast.c81 void testFloat(Float v) { in testFloat() function
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
DBundleTest.java93 public void testFloat() { in testFloat() method in BundleTest
/external/javassist/src/test/test/javassist/convert/
DArrayAccessReplaceTest.java100 public void testFloat() throws Exception { in testFloat() method in ArrayAccessReplaceTest