Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 360 for 12E0 (0.1 sec)

  1. src/encoding/json/number_test.go

    	validTests := []string{
    		"0",
    		"-0",
    		"1",
    		"-1",
    		"0.1",
    		"-0.1",
    		"1234",
    		"-1234",
    		"12.34",
    		"-12.34",
    		"12E0",
    		"12E1",
    		"12e34",
    		"12E-0",
    		"12e+1",
    		"12e-34",
    		"-12E0",
    		"-12E1",
    		"-12e34",
    		"-12E-0",
    		"-12e+1",
    		"-12e-34",
    		"1.2E0",
    		"1.2E1",
    		"1.2e34",
    		"1.2E-0",
    		"1.2e+1",
    		"1.2e-34",
    		"-1.2E0",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 24 05:40:28 UTC 2022
    - 1.8K bytes
    - Viewed (0)
  2. src/test/resources/plugin/repo1/fess-ds-atlassian/maven-metadata.xml

        <versioning>
            <latest>13.2.0</latest>
            <release>13.2.0</release>
            <versions>
                <version>12.2.0</version>
                <version>12.5.0</version>
                <version>12.6.0</version>
                <version>12.7.0</version>
                <version>13.0.0</version>
                <version>13.1.0</version>
                <version>13.2.0</version>
            </versions>
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Tue Aug 13 07:34:14 UTC 2019
    - 606 bytes
    - Viewed (0)
  3. test/inline_big.go

    	a[111] = 0
    	a[112] = 0
    	a[113] = 0
    	a[114] = 0
    	a[115] = 0
    	a[116] = 0
    	a[117] = 0
    	a[118] = 0
    	a[119] = 0
    	a[120] = 0
    	a[121] = 0
    	a[122] = 0
    	a[123] = 0
    	a[124] = 0
    	a[125] = 0
    	a[126] = 0
    	a[127] = 0
    	a[128] = 0
    	a[129] = 0
    	a[130] = 0
    	a[131] = 0
    	a[132] = 0
    	a[133] = 0
    	a[134] = 0
    	a[135] = 0
    	a[136] = 0
    	a[137] = 0
    	a[138] = 0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 18 11:58:37 UTC 2023
    - 12.7K bytes
    - Viewed (0)
  4. src/cmd/go/testdata/script/mod_import_toolchain.txt

    ! go get -v .
    stderr '^go: example.net/b@v0.1.0: module ./b1 requires go >= 1.22.0 \(running go 1.21.0; GOTOOLCHAIN=local\)$'
    env GOTOOLCHAIN=auto
    go get -v .
    cmp stderr get-v-stderr.want
    cmp go.mod go.mod.tidy
    
    cp go.mod.orig go.mod
    env GOTOOLCHAIN=local
    ! go get -u -v .
    stderr '^go: example.net/a@v0.2.0: module ./a2 requires go >= 1.22.0 \(running go 1.21.0; GOTOOLCHAIN=local\)$'
    env GOTOOLCHAIN=auto
    go get -u -v .
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Jun 03 21:13:11 UTC 2023
    - 4.3K bytes
    - Viewed (0)
  5. src/test/resources/plugin/repo2/fess-ds-atlassian/maven-metadata.xml

      <groupId>org.codelibs.fess</groupId>
      <artifactId>fess-ds-atlassian</artifactId>
      <versioning>
        <latest>13.2.1-SNAPSHOT</latest>
        <release></release>
        <versions>
          <version>12.2.0-SNAPSHOT</version>
          <version>12.5.0-SNAPSHOT</version>
          <version>12.5.1-SNAPSHOT</version>
          <version>12.6.1-SNAPSHOT</version>
          <version>13.0.1-SNAPSHOT</version>
          <version>13.1.1-SNAPSHOT</version>
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Aug 15 02:16:52 UTC 2019
    - 623 bytes
    - Viewed (0)
  6. src/cmd/go/internal/gover/gover_test.go

    var isValidTests = []testCase1[string, bool]{
    	{"1.2rc3", true},
    	{"1.2.3", true},
    	{"1.999testmod", true},
    	{"1.600+auto", false},
    	{"1.22", true},
    	{"1.21.0", true},
    	{"1.21rc2", true},
    	{"1.21", true},
    	{"1.20.0", true},
    	{"1.20", true},
    	{"1.19", true},
    	{"1.3", true},
    	{"1.2", true},
    	{"1", true},
    }
    
    type testCase1[In, Out any] struct {
    	in  In
    	out Out
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Nov 06 23:20:32 UTC 2023
    - 3.3K bytes
    - Viewed (0)
  7. src/internal/gover/gover_test.go

    var isValidTests = []testCase1[string, bool]{
    	{"1.2rc3", true},
    	{"1.2.3", true},
    	{"1.999testmod", true},
    	{"1.600+auto", false},
    	{"1.22", true},
    	{"1.21.0", true},
    	{"1.21rc2", true},
    	{"1.21", true},
    	{"1.20.0", true},
    	{"1.20", true},
    	{"1.19", true},
    	{"1.3", true},
    	{"1.2", true},
    	{"1", true},
    }
    
    type testCase1[In, Out any] struct {
    	in  In
    	out Out
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Nov 06 23:20:32 UTC 2023
    - 3.4K bytes
    - Viewed (0)
  8. subprojects/core/src/test/groovy/org/gradle/util/VersionNumberTest.groovy

            patchScheme.parse("1").toString() == "1.0.0.0"
            patchScheme.parse("1.2").toString() == "1.2.0.0"
            patchScheme.parse("1.2.3").toString() == "1.2.3.0"
            patchScheme.parse("1.2.3.4").toString() == "1.2.3.4"
            patchScheme.parse("1.2-rc-1").toString() == "1.2.0.0-rc-1"
        }
    
        def "equality"() {
            def version = new VersionNumber(1, 1, 1, 1, null)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 12 07:54:04 UTC 2021
    - 7.6K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/quantization/tensorflow/passes/quantized_function_library.mlir

          } : (tensor<*xi32>, tensor<*xf32>, tensor<*xi32>, tensor<*xf32>, tensor<*xi32>,
                 tensor<*xf32>, tensor<*xi32>) -> tensor<*xf32>
        %i8_min = "tf.Const"() {value = dense<-128.0> : tensor<f32>} : () -> tensor<f32>
        %i8_max = "tf.Const"() {value = dense<127.0> : tensor<f32>} : () -> tensor<f32>
    
        %clamp_max = "tf.Maximum"(%rescale, %i8_min) : (tensor<*xf32>, tensor<f32>) -> tensor<*xf32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Jan 08 01:16:10 UTC 2024
    - 30.6K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/quantization/tensorflow/passes/quantized_function_library_tf_drq.mlir

        %round = "tf.Floor"(%add) : (tensor<*xf32>) -> tensor<*xf32>
    
        %i8_min = "tf.Const"() {value = dense<-128.0> : tensor<f32>} : () -> tensor<f32>
        %i8_max = "tf.Const"() {value = dense<127.0> : tensor<f32>} : () -> tensor<f32>
        %clip = "tf.ClipByValue"(%round, %i8_min, %i8_max) : (tensor<*xf32>, tensor<f32>, tensor<f32>) -> tensor<*xf32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Mar 03 15:43:38 UTC 2023
    - 12.2K bytes
    - Viewed (0)
Back to top