Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 23 for _b (0.02 sec)

  1. src/math/big/arith.go

    		r0 -= d
    	}
    	return Word(qq), Word(r0 >> s)
    }
    
    // reciprocalWord return the reciprocal of the divisor. rec = floor(( _B^2 - 1 ) / u - _B). u = d1 << nlz(d1).
    func reciprocalWord(d1 Word) Word {
    	u := uint(d1 << nlz(d1))
    	x1 := ^u
    	x0 := uint(_M)
    	rec, _ := bits.Div(x1, x0, u) // (_B^2-1)/U-_B = (_B*(_M-C)+_M)/U
    	return Word(rec)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 28 20:09:27 UTC 2022
    - 8.3K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/tests/annotate-parameter-replication.mlir

      // CHECK-LABEL: func @annotate_broadcast_values
      func.func @annotate_broadcast_values(%arg0: tensor<?xi32>) -> tensor<?xi32> {
        %0 = "tf._A"(%arg0) : (tensor<?xi32>) -> tensor<?xi32>
        %1 = "tf._B"(%arg0) : (tensor<?xi32>) -> tensor<?xi32>
        %5:2 = tf_device.replicate([%0, %arg0] as %ri_0: tensor<?xi32>) {n = 2 : i32} {
          %2 = "tf._F"(%arg0) : (tensor<?xi32>) -> tensor<?xi32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jul 25 02:54:34 UTC 2023
    - 4.1K bytes
    - Viewed (0)
  3. src/cmd/gofmt/testdata/import.input

    )
    
    // Test deduping and extended sorting
    import (
    	"B" // B
    	a "A" // aA
    	b "A" // bA2
    	b "A" // bA1
    	. "B" // .B
    	. "B"
    	"C"
    	"C"
    	"C"
    	a "D" // aD
    	"B"
    	_ "B" // _b
    )
    
    import (
    	"dedup_by_group"
    	"dedup_by_group"
    
    	"dedup_by_group"
    )
    
    import (
    	/* comment */ io1 "io"
    	"fmt" // for Printf
    	/* comment */ "log"
    	/* comment */ io2 "io"
    )
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 28 23:33:26 UTC 2019
    - 2.1K bytes
    - Viewed (0)
  4. src/cmd/gofmt/testdata/import.golden

    	"io"  // for Reader
    	"log" // for Fatal
    	"math"
    )
    
    // Test deduping and extended sorting
    import (
    	a "A" // aA
    	b "A" // bA1
    	b "A" // bA2
    	"B"   // B
    	. "B" // .B
    	_ "B" // _b
    	"C"
    	a "D" // aD
    )
    
    import (
    	"dedup_by_group"
    
    	"dedup_by_group"
    )
    
    import (
    	"fmt" // for Printf
    	/* comment */ io1 "io"
    	/* comment */ io2 "io"
    	/* comment */ "log"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 28 23:33:26 UTC 2019
    - 2.1K bytes
    - Viewed (0)
  5. src/math/big/nat_test.go

    			t.Errorf("#%d: out in table=0x%s, computed=0x%s", i, out.utoa(16), p.abs.norm().utoa(16))
    		}
    
    		// check k0 in table
    		k := new(Int).Mod(&Int{abs: m}, _B)
    		k = new(Int).Sub(_B, k)
    		k = new(Int).Mod(k, _B)
    		k0 := Word(new(Int).ModInverse(k, _B).Uint64())
    		if k0 != Word(test.k0) {
    			t.Errorf("#%d: k0 in table=%#x, computed=%#x\n", i, test.k0, k0)
    		}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jan 09 15:29:36 UTC 2024
    - 26.2K bytes
    - Viewed (0)
  6. platforms/native/language-native/src/test/groovy/org/gradle/language/nativeplatform/internal/incremental/sourceparser/RegexBackedCSourceParserTest.groovy

            'A ( <include.h> )'                                | 'A'     | [expression('<include.h>')]
            'A ( _b )'                                         | 'A'     | [token('_b')]
            'A ( _b(c) )'                                      | 'A'     | [expression('_b(c)')]
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 34.3K bytes
    - Viewed (0)
  7. platforms/core-configuration/model-core/src/test/groovy/org/gradle/api/internal/provider/CredentialsProviderFactoryTest.groovy

            def e = thrown(IllegalArgumentException)
            e.message == "Identity may contain only letters and digits, received: $identity"
    
            where:
            identity << ['%$#$#^!@', '', ' ', 'a ', 'a b', '$a', '_b', 'c!', '-42', null]
        }
    
        def "describes missing properties"() {
            given:
            providerFactory.gradleProperty('myServiceUsername') >> Providers.notDefined()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 7.1K bytes
    - Viewed (0)
  8. src/cmd/internal/obj/s390x/asmz.go

    		case AMOVD:
    			if i2&1 != 0 {
    				zRIL(_b, op_LARL, regtmp(p), 0, asm)
    				zRXY(op_LG, uint32(p.To.Reg), regtmp(p), 0, 1, asm)
    				i2 -= 1
    			} else {
    				zRIL(_b, op_LGRL, uint32(p.To.Reg), 0, asm)
    			}
    		case AMOVW:
    			zRIL(_b, op_LGFRL, uint32(p.To.Reg), 0, asm)
    		case AMOVWZ:
    			zRIL(_b, op_LLGFRL, uint32(p.To.Reg), 0, asm)
    		case AMOVH:
    			zRIL(_b, op_LGHRL, uint32(p.To.Reg), 0, asm)
    		case AMOVHZ:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 17:46:09 UTC 2024
    - 176.7K bytes
    - Viewed (0)
  9. pkg/apis/policy/validation/validation_test.go

    		"a.abc*",
    		"a.b.*",
    		"a/b/c/d",
    		"a/*",
    		"a/b/*",
    		"a.b/c*",
    		"a.b/c.d",
    		"a/b.c/d",
    	}
    	invalid := []string{
    		"",
    		"รค",
    		"a_",
    		"_",
    		"_a",
    		"_a._b",
    		"__",
    		"-",
    		".",
    		"a.",
    		".a",
    		"a.b.",
    		"a*.b",
    		"a*b",
    		"*a",
    		"Abc",
    		"/",
    		"a/",
    		"/a",
    		"a*/b",
    		func(n int) string {
    			x := make([]byte, n)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Aug 07 20:44:13 UTC 2023
    - 9.1K bytes
    - Viewed (0)
  10. platforms/jvm/language-java/src/test/groovy/org/gradle/api/internal/tasks/compile/incremental/deps/ClassSetAnalysisTest.groovy

                "c": dependentSet(false, [], []),
                "d": dependentSet(false, ["e"], []),
                "e": dependentSet(false, [], [])
            ])
            /*
            Class a {
                private b _b;
            }
            Class b {
                private c _c;
                public d _d;
            }
            Class c {
            }
            Class d {
                private e _e;
            }
            Class e {
            }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Aug 28 11:40:18 UTC 2023
    - 13.6K bytes
    - Viewed (0)
Back to top