Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 69 for 3e40 (0.05 sec)

  1. src/math/big/floatconv_test.go

    		{"3", defaultRound, 10, 'f', 40, "3.0000000000000000000000000000000000000000"},
    		{"3", defaultRound, 10, 'g', 40, "3"},
    
    		{"3e40", defaultRound, 100, 'e', 40, "3.0000000000000000000000000000000000000000e+40"},
    		{"3e40", defaultRound, 100, 'f', 4, "30000000000000000000000000000000000000000.0000"},
    		{"3e40", defaultRound, 100, 'g', 40, "3e+40"},
    
    		// make sure "stupid" exponents don't stall the machine
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Dec 13 18:45:54 UTC 2021
    - 24.3K bytes
    - Viewed (0)
  2. test/inline_big.go

    	a[300] = 0
    	a[301] = 0
    	a[302] = 0
    	a[303] = 0
    	a[304] = 0
    	a[305] = 0
    	a[306] = 0
    	a[307] = 0
    	a[308] = 0
    	a[309] = 0
    	a[310] = 0
    	a[311] = 0
    	a[312] = 0
    	a[313] = 0
    	a[314] = 0
    	a[315] = 0
    	a[316] = 0
    	a[317] = 0
    	a[318] = 0
    	a[319] = 0
    	a[320] = 0
    	a[321] = 0
    	a[322] = 0
    	a[323] = 0
    	a[324] = 0
    	a[325] = 0
    	a[326] = 0
    	a[327] = 0
    	a[328] = 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)
  3. platforms/core-configuration/declarative-dsl-core/src/test/kotlin/org/gradle/internal/declarativedsl/parsing/BasicParsingTest.kt

                    )
                    Assignment [indexes: 32..40, line/column: 4/1..4/9, file: test] (
                        lhs = PropertyAccess [indexes: 32..33, line/column: 4/1..4/2, file: test] (
                            name = e
                        )
                        rhs = BooleanLiteral [indexes: 36..40, line/column: 4/5..4/9, file: test] (true)
                    )
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 14 22:06:18 UTC 2024
    - 19.1K bytes
    - Viewed (0)
  4. helm-releases/minio-3.4.0.tgz

    minio-3.4.0.tar minio/Chart.yaml apiVersion: v1 appVersion: RELEASE.2021-12-18T04-42-33Z description: Multi-Cloud Object Storage home: https://min.io icon: https://min.io/resources/img/logo/MINIO_wordmark.png keywords: - minio - storage - object-storage - s3 - cluster maintainers: - email: ******@****.*** name: MinIO, Inc name: minio sources: - https://github.com/minio/minio version: 3.4.0 minio/values.yaml ## Provide a name in place of minio for `app:` labels ## nameOverride: "" ## Provide a name...
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Sun Dec 19 22:32:49 UTC 2021
    - 14.8K bytes
    - Viewed (0)
  5. platforms/ide/tooling-api/src/crossVersionTest/groovy/org/gradle/integtests/tooling/r35/BuildProgressCrossVersionSpec.groovy

    import org.gradle.tooling.ProjectConnection
    import spock.lang.Issue
    
    @TargetGradleVersion(">=3.5")
    class BuildProgressCrossVersionSpec extends AbstractHttpCrossVersionSpec {
    
        @TargetGradleVersion(">=3.5 <4.0")
        def "generates events for interleaved project configuration and dependency resolution"() {
            given:
            settingsFile << """
    
                rootProject.name = 'multi'
                include 'a', 'b'
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 16 10:10:39 UTC 2024
    - 11.1K bytes
    - Viewed (0)
  6. test/abi/s_sif_sif.go

    	x float64
    }
    
    type T struct {
    	d, e P
    }
    
    //go:registerparams
    //go:noinline
    func G(t T) float64 {
    	return float64(t.d.a+t.e.a) + t.d.x + t.e.x
    }
    
    func main() {
    	x := G(T{P{10, 20}, P{30, 40}})
    	if x != 100.0 {
    		fmt.Printf("FAIL, Expected 100, got %f\n", x)
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:25 UTC 2023
    - 651 bytes
    - Viewed (0)
  7. test/convinline.go

    		case "float64":
    			inputs = append(inputs,
    				"-1.79769313486231570814527423731704356798070e+308",
    				"-1e300",
    				"-1e100",
    				"-1e40",
    				"-3.5e38",
    				"3.5e38",
    				"1e40",
    				"1e100",
    				"1e300",
    				"1.79769313486231570814527423731704356798070e+308")
    			fallthrough
    		case "float32":
    			inputs = append(inputs,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Nov 17 13:46:05 UTC 2022
    - 4.7K bytes
    - Viewed (0)
  8. src/cmd/compile/internal/ssa/poset_test.go

    		{SetEqual, 20, 10},
    		{OrderedOrEqual, 10, 20},
    		{Ordered_Fail, 10, 20},
    		{Equal, 10, 20},
    		{Undo, 0, 0},
    
    		// Try learning 10==40 or 30==40 or 10==110.
    		{Checkpoint, 0, 0},
    		{SetEqual_Fail, 10, 40},
    		{SetEqual_Fail, 40, 10},
    		{SetEqual_Fail, 30, 40},
    		{SetEqual_Fail, 40, 30},
    		{SetEqual_Fail, 10, 110},
    		{SetEqual_Fail, 110, 10},
    		{Undo, 0, 0},
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Oct 26 07:52:35 UTC 2019
    - 18.1K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tensorflow/tests/functionalize-if-fail.mlir

        %4:2 = tf_executor.island wraps "tf.Mul"(%2#1, %2#0) {T = "tfdtype$DT_INT32", device = ""} : (tensor<i32>, tensor<i32>) -> tensor<i32> loc("Square")
        %5:3 = tf_executor.Merge %3#0, %4#0 : tensor<i32> {device = "", N = 2, T = "tfdtype$DT_INT32"} loc("Merge")
        tf_executor.fetch
      }
      func.return
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Mar 28 12:06:33 UTC 2022
    - 1.6K bytes
    - Viewed (0)
  10. maven-artifact/src/site/apt/index.apt

     The jar file is executable and provides a little tool to display how Maven parses and compares versions:
    
    +----+
    $ java -jar maven-artifact-*.jar 3.2.4-alpha-1 3.2.4-SNAPSHOT 3.2.4.0
    Display parameters as parsed by Maven (in canonical form) and comparison result:
    1. 3.2.4-alpha-1 == 3.2.4.alpha.1
       3.2.4-alpha-1 < 3.2.4-SNAPSHOT
    2. 3.2.4-SNAPSHOT == 3.2.4.snapshot
       3.2.4-SNAPSHOT < 3.2.4.0
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Nov 30 20:57:07 UTC 2014
    - 1.7K bytes
    - Viewed (0)
Back to top