Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 78 for Binary1 (0.17 sec)

  1. src/html/template/exec_test.go

    	// Numbers
    	{"decimal", "{{print 1234}}", "1234", tVal, true},
    	{"decimal _", "{{print 12_34}}", "1234", tVal, true},
    	{"binary", "{{print 0b101}}", "5", tVal, true},
    	{"binary _", "{{print 0b_1_0_1}}", "5", tVal, true},
    	{"BINARY", "{{print 0B101}}", "5", tVal, true},
    	{"octal0", "{{print 0377}}", "255", tVal, true},
    	{"octal", "{{print 0o377}}", "255", tVal, true},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Feb 24 21:59:12 UTC 2024
    - 57.6K bytes
    - Viewed (0)
  2. cmd/xl-storage.go

    		return 0
    	}
    	return binary.LittleEndian.Uint64(buf[:8])
    }
    
    func (s *xlStorage) getWriteAttribute() uint64 {
    	attr := "user.total_writes"
    	buf, err := xattr.LGet(s.formatFile, attr)
    	if err != nil {
    		// We start off with '0' if we can read the attributes
    		return 0
    	}
    
    	return binary.LittleEndian.Uint64(buf[:8])
    }
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:51:27 UTC 2024
    - 85.3K bytes
    - Viewed (0)
  3. src/text/template/exec_test.go

    	// Numbers
    	{"decimal", "{{print 1234}}", "1234", tVal, true},
    	{"decimal _", "{{print 12_34}}", "1234", tVal, true},
    	{"binary", "{{print 0b101}}", "5", tVal, true},
    	{"binary _", "{{print 0b_1_0_1}}", "5", tVal, true},
    	{"BINARY", "{{print 0B101}}", "5", tVal, true},
    	{"octal0", "{{print 0377}}", "255", tVal, true},
    	{"octal", "{{print 0o377}}", "255", tVal, true},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 24 22:23:55 UTC 2024
    - 60.1K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apimachinery/pkg/api/resource/quantity_test.go

    		{"0G", decQuantity(0, 0, DecimalSI)},
    		{"0Ti", decQuantity(0, 0, BinarySI)},
    		{"0T", decQuantity(0, 0, DecimalSI)},
    
    		// Quantity less numbers are allowed
    		{"1", decQuantity(1, 0, DecimalSI)},
    
    		// Binary suffixes
    		{"1Ki", decQuantity(1024, 0, BinarySI)},
    		{"8Ki", decQuantity(8*1024, 0, BinarySI)},
    		{"7Mi", decQuantity(7*1024*1024, 0, BinarySI)},
    		{"6Gi", decQuantity(6*1024*1024*1024, 0, BinarySI)},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 21:48:10 UTC 2024
    - 49.4K bytes
    - Viewed (0)
  5. src/go/build/build.go

    	rest := line[len(goBuildComment):]
    	return len(rest) == 0 || len(bytes.TrimSpace(rest)) < len(rest)
    }
    
    // Special comment denoting a binary-only package.
    // See https://golang.org/design/2775-binary-only-packages
    // for more about the design of binary-only packages.
    var binaryOnlyComment = []byte("//go:binary-only-package")
    
    // shouldBuild reports whether it is okay to use this file,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 16:25:21 UTC 2024
    - 62.3K bytes
    - Viewed (0)
  6. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/ivyservice/ivyresolve/parser/GradlePomModuleDescriptorParserTest.groovy

        <groupId>test</groupId>
        <artifactId>parent</artifactId>
        <version>1.0.0</version>
        <packaging>pom</packaging>
        <properties>
            <scala.version>2.12.1</scala.version>
            <scala.binary.version>2.12</scala.binary.version>
            <myversion>1.0.0</myversion>
        </properties>
    </project>
    """
    
            pomFile << """
    <project>
        <modelVersion>4.0.0</modelVersion>
        <parent>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 75.4K bytes
    - Viewed (0)
  7. src/cmd/dist/test.go

    	if t.compileOnly {
    		// We need to run a subprocess to log metadata. Don't do that
    		// on compile-only runs.
    		return nil
    	}
    	t.out("Test execution environment.")
    	// Helper binary to print system metadata (CPU model, etc). This is a
    	// separate binary from dist so it need not build with the bootstrap
    	// toolchain.
    	//
    	// TODO(prattmic): If we split dist bootstrap and dist test then this
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 20 16:01:35 UTC 2024
    - 50K bytes
    - Viewed (0)
  8. src/cmd/dist/build.go

    	if ch == nil {
    		ch = make(chan struct{})
    		installed[dir] = ch
    		go runInstall(dir, ch)
    	}
    	installedMu.Unlock()
    	return ch
    }
    
    // runInstall installs the library, package, or binary associated with pkg,
    // which is relative to $GOROOT/src.
    func runInstall(pkg string, ch chan struct{}) {
    	if pkg == "net" || pkg == "os/user" || pkg == "crypto/x509" {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 20 18:34:40 UTC 2024
    - 54K bytes
    - Viewed (0)
  9. fess-crawler-lasta/src/main/resources/crawler/extractor.xml

    				"application/vnd.ms-cab-compressed",
    				"application/vnd.ms-excel",
    				"application/vnd.ms-excel.addin.macroenabled.12",
    				"application/vnd.ms-excel.sheet.macroenabled.12",
    				"application/vnd.ms-excel.sheet.binary.macroenabled.12",
    				"application/vnd.ms-fontobject",
    				"application/vnd.ms-htmlhelp",
    				"application/vnd.ms-ims",
    				"application/vnd.ms-lrm",
    				"application/vnd.ms-outlook",
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Sat Aug 01 21:40:30 UTC 2020
    - 49K bytes
    - Viewed (0)
  10. tensorflow/cc/gradients/math_grad.cc

      grad_outputs->push_back(Mul(scope, Neg(scope, y), grad_inv));
      return scope.status();
    }
    REGISTER_GRADIENT_OP("Atan2", Atan2Grad);
    
    // BinaryGradCommon handles the setup for binary ops that broadcast
    // their inputs.
    Status BinaryGradCommon(const Scope& scope, const Operation& op,
                            std::vector<Output>* grad_outputs, const Output& gx_1,
                            const Output& gx_2) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Aug 25 18:20:20 UTC 2023
    - 50.7K bytes
    - Viewed (0)
Back to top