Home
last modified time | relevance | path

Searched refs:testOverflow (Results 1 – 18 of 18) sorted by relevance

/external/cronet/tot/third_party/llvm-libc/src/test/src/math/
DScalbnTest.h19 TEST_F(LlvmLibcScalbnTest, OverFlow) { testOverflow(&func); } \
DLdExpTest.h64 void testOverflow(LdExpFunc func) { in testOverflow() function
161 TEST_F(LlvmLibcLdExpTest, OverFlow) { testOverflow(&func); } \
/external/llvm-libc/test/src/math/
DScalbnTest.h19 TEST_F(LlvmLibcScalbnTest, OverFlow) { testOverflow(&func); } \
DLdExpTest.h64 void testOverflow(LdExpFunc func) { in testOverflow() function
161 TEST_F(LlvmLibcLdExpTest, OverFlow) { testOverflow(&func); } \
/external/cronet/stable/third_party/llvm-libc/src/test/src/math/
DScalbnTest.h19 TEST_F(LlvmLibcScalbnTest, OverFlow) { testOverflow(&func); } \
DLdExpTest.h64 void testOverflow(LdExpFunc func) { in testOverflow() function
161 TEST_F(LlvmLibcLdExpTest, OverFlow) { testOverflow(&func); } \
/external/cronet/stable/third_party/llvm-libc/src/test/src/math/smoke/
DScalbnTest.h19 TEST_F(LlvmLibcScalbnTest, OverFlow) { testOverflow(&func); } \
DLdExpTest.h75 void testOverflow(LdExpFunc func) { in testOverflow() function
172 TEST_F(LlvmLibcLdExpTest, OverFlow) { testOverflow(&func); } \
/external/llvm-libc/test/src/math/smoke/
DScalbnTest.h19 TEST_F(LlvmLibcScalbnTest, OverFlow) { testOverflow(&func); } \
DLdExpTest.h75 void testOverflow(LdExpFunc func) { in testOverflow() function
172 TEST_F(LlvmLibcLdExpTest, OverFlow) { testOverflow(&func); } \
/external/cronet/tot/third_party/llvm-libc/src/test/src/math/smoke/
DScalbnTest.h19 TEST_F(LlvmLibcScalbnTest, OverFlow) { testOverflow(&func); } \
DLdExpTest.h75 void testOverflow(LdExpFunc func) { in testOverflow() function
172 TEST_F(LlvmLibcLdExpTest, OverFlow) { testOverflow(&func); } \
/external/kotlinx.serialization/formats/json-tests/commonTest/src/kotlinx/serialization/json/
DJsonParserFailureModesTest.kt108 fun testOverflow() = parametrizedTest { in <lambda>() method
/external/apache-commons-compress/src/test/java/org/apache/commons/compress/archivers/tar/
DTarUtilsTest.java195 public void testOverflow() throws Exception { in testOverflow() method in TarUtilsTest
/external/jimfs/jimfs/src/test/java/com/google/common/jimfs/
DAbstractWatchServiceTest.java164 public void testOverflow() throws IOException { in testOverflow() method in AbstractWatchServiceTest
/external/python/pyasn1/tests/codec/cer/
Dtest_decoder.py38 def testOverflow(self): member in BooleanDecoderTestCase
/external/webrtc/sdk/objc/unittests/
Dnalu_rewriter_xctest.mm199 - (void)testOverflow { method
/external/tensorflow/tensorflow/python/ops/
Dmath_ops_test.py186 def testOverflow(self): member in LogSumExpTest