Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for 001e12 (0.11 sec)

  1. src/cmd/vendor/golang.org/x/text/internal/language/compact/parents.go

    	// Entry 100 - 13F
    	0x00f2, 0x00f2, 0x00f1, 0x00f2, 0x00f2, 0x00f2, 0x00f2, 0x00f1,
    	0x00f2, 0x00f2, 0x00f2, 0x00f2, 0x00f2, 0x00f2, 0x0000, 0x010e,
    	0x0000, 0x0110, 0x0000, 0x0112, 0x0000, 0x0114, 0x0114, 0x0000,
    	0x0117, 0x0117, 0x0117, 0x0117, 0x0000, 0x011c, 0x0000, 0x011e,
    	0x0000, 0x0120, 0x0120, 0x0000, 0x0123, 0x0123, 0x0123, 0x0123,
    	0x0123, 0x0123, 0x0123, 0x0123, 0x0123, 0x0123, 0x0123, 0x0123,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 6.7K bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/ivyservice/ivyresolve/strategy/VersionParserTest.groovy

            where:
            versionStr        | baseStr     | qualified
            "1.2.3"           | "1.2.3"     | false
            "1.2-3"           | "1.2"       | true
            "1.2-beta_3+0000" | "1.2"       | true
            "1.2b3"           | "1.2"       | true
            "1-alpha"         | "1"         | true
            "abc.1-3"         | "abc.1"     | true
            "123"             | "123"       | false
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 3.9K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apimachinery/pkg/util/validation/field/errors_test.go

    			{Invalid(NewPath("f"), "v", "d"), Invalid(NewPath("f"), "v", "d")},
    			{Invalid(NewPath("f"), "v", "d"), InternalError(NewPath(""), fmt.Errorf("e"))},
    		},
    		[]int{
    			0,
    			0,
    			1,
    			1,
    			2,
    		},
    	}
    
    	if len(testCases.ErrList) != len(testCases.NumExpectedErrs) {
    		t.Errorf("Mismatch: length of NumExpectedErrs does not match length of ErrList")
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Oct 28 07:31:28 UTC 2023
    - 4.2K bytes
    - Viewed (0)
  4. src/unicode/digit_test.go

    	0x0041,
    	0x0061,
    	0x00AA,
    	0x00BA,
    	0x00C8,
    	0x00DB,
    	0x00F9,
    	0x02EC,
    	0x0535,
    	0x06E6,
    	0x093D,
    	0x0A15,
    	0x0B99,
    	0x0DC0,
    	0x0EDD,
    	0x1000,
    	0x1200,
    	0x1312,
    	0x1401,
    	0x1885,
    	0x2C00,
    	0xA800,
    	0xF900,
    	0xFA30,
    	0xFFDA,
    	0xFFDC,
    	0x10000,
    	0x10300,
    	0x10400,
    	0x20000,
    	0x2F800,
    	0x2FA1D,
    }
    
    func TestDigit(t *testing.T) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 08 04:08:51 UTC 2014
    - 1.5K bytes
    - Viewed (0)
  5. src/image/ycbcr_test.go

    	"image/color"
    	"testing"
    )
    
    func TestYCbCr(t *testing.T) {
    	rects := []Rectangle{
    		Rect(0, 0, 16, 16),
    		Rect(1, 0, 16, 16),
    		Rect(0, 1, 16, 16),
    		Rect(1, 1, 16, 16),
    		Rect(1, 1, 15, 16),
    		Rect(1, 1, 16, 15),
    		Rect(1, 1, 15, 15),
    		Rect(2, 3, 14, 15),
    		Rect(7, 0, 7, 16),
    		Rect(0, 8, 16, 8),
    		Rect(0, 0, 10, 11),
    		Rect(5, 6, 16, 16),
    		Rect(7, 7, 8, 8),
    		Rect(7, 8, 8, 9),
    		Rect(8, 7, 9, 8),
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Feb 26 00:14:16 UTC 2015
    - 3.3K bytes
    - Viewed (0)
  6. src/image/geom_test.go

    				p := Point{x, y}
    				if !p.In(g) {
    					return fmt.Errorf("p=%s, p.In(%s): got false, want true", p, g)
    				}
    			}
    		}
    		return nil
    	}
    
    	rects := []Rectangle{
    		Rect(0, 0, 10, 10),
    		Rect(10, 0, 20, 10),
    		Rect(1, 2, 3, 4),
    		Rect(4, 6, 10, 10),
    		Rect(2, 3, 12, 5),
    		Rect(-1, -2, 0, 0),
    		Rect(-1, -2, 4, 6),
    		Rect(-10, -20, 30, 40),
    		Rect(8, 8, 8, 8),
    		Rect(88, 88, 88, 88),
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 10 05:05:59 UTC 2017
    - 3K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/lite/quantization/tensorflow/tests/tf_to_quant_4bit.mlir

    // RUN: tf-opt -tf-to-quant %s | FileCheck %s
    
    // CHECK-LABEL: fakeQuantPerChannelForActivation
    func.func @fakeQuantPerChannelForActivation(%arg0: tensor<8x3xf32>) -> (tensor<8x3xf32>) {
      %arg1 = arith.constant dense<[0.0, -1.0, 1.0]> : tensor<3xf32>
      %arg2 = arith.constant dense<[15.0, 14.0, 16.0]> : tensor<3xf32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Oct 30 06:52:55 UTC 2023
    - 9.4K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/lite/quantization/tensorflow/tests/tf_to_quant.mlir

    // RUN: tf-opt -tf-to-quant %s | FileCheck %s
    
    // CHECK-LABEL: fakeQuantPerChannelForActivation
    func.func @fakeQuantPerChannelForActivation(%arg0: tensor<8x3xf32>) -> (tensor<8x3xf32>) {
      %arg1 = arith.constant dense<[0.0, -1.0, 1.0]> : tensor<3xf32>
      %arg2 = arith.constant dense<[255.0, 254.0, 256.0]> : tensor<3xf32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Oct 30 06:52:55 UTC 2023
    - 9.5K bytes
    - Viewed (0)
Back to top