Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkMath.cpp32 uint32_t testDiv = (root << 1) + 1; in SkSqrtBits() local
33 if (remHi >= testDiv) { in SkSqrtBits()
34 remHi -= testDiv; in SkSqrtBits()
/external/skqp/src/core/
DSkMath.cpp61 uint32_t testDiv = (root << 1) + 1; in SkSqrtBits() local
62 if (remHi >= testDiv) { in SkSqrtBits()
63 remHi -= testDiv; in SkSqrtBits()
/external/llvm/unittests/ADT/
DAPIntTest.cpp421 void testDiv(APInt a, APInt b, APInt c) { in testDiv() function
462 testDiv({256, "1ffffffffffffffff", 16}, in TEST()
469 testDiv({1024, "112233ceff" in TEST()
483 testDiv({256, "80000001ffffffffffffffff", 16}, in TEST()
490 testDiv(APInt{4096, 5}.shl(2001), in TEST()
497 testDiv(APInt{1024, 19}.shl(811), in TEST()
504 testDiv(APInt{512, "ffffffffffffffff00000000000000000000000001", 16}, in TEST()
511 testDiv({224, "800000008000000200000005", 16}, in TEST()
/external/llvm-project/llvm/test/Transforms/IndVarSimplify/X86/
Dpr35406.ll6 define i32 @testDiv(i8* %p, i64* %p1) {
7 ; CHECK-LABEL: @testDiv(
/external/llvm-project/llvm/unittests/ADT/
DAPIntTest.cpp910 void testDiv(APInt a, APInt b, APInt c) { in testDiv() function
951 testDiv({256, "1ffffffffffffffff", 16}, in TEST()
958 testDiv({1024, "112233ceff" in TEST()
972 testDiv({256, "80000001ffffffffffffffff", 16}, in TEST()
979 testDiv(APInt{4096, 5}.shl(2001), in TEST()
986 testDiv(APInt{1024, 19}.shl(811), in TEST()
993 testDiv(APInt{512, "ffffffffffffffff00000000000000000000000001", 16}, in TEST()
1000 testDiv({224, "800000008000000200000005", 16}, in TEST()
1005 void testDiv(APInt a, uint64_t b, APInt c) { in testDiv() function
1038 testDiv(APInt{64, 9}, in TEST()
[all …]
/external/tensorflow/tensorflow/python/framework/
Dtensor_shape_test.py222 def testDiv(self): member in DimensionTest
/external/tensorflow/tensorflow/python/lib/core/
Dbfloat16_test.py168 def testDiv(self): member in Bfloat16Test
/external/python/pyasn1/tests/type/
Dtest_univ.py767 def testDiv(self): member in RealTestCase
/external/tensorflow/tensorflow/compiler/mlir/lite/tests/
Dops.mlir376 // CHECK-LABEL: testDiv
377 func @testDiv(tensor<? x i32>, tensor<? x i32>) -> tensor<? x i32> {