Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 302 for 1e20 (0.03 sec)

  1. test/ddd1.go

    // Verify that illegal uses of ... are detected.
    // Does not compile.
    
    package main
    
    import "unsafe"
    
    func sum(args ...int) int { return 0 }
    
    var (
    	_ = sum(1, 2, 3)
    	_ = sum()
    	_ = sum(1.0, 2.0)
    	_ = sum(1.5)      // ERROR "1\.5 .untyped float constant. as int|integer"
    	_ = sum("hello")  // ERROR ".hello. (.untyped string constant. as int|.type untyped string. as type int)|incompatible"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Sep 28 22:28:39 UTC 2022
    - 1.7K bytes
    - Viewed (0)
  2. test/fixedbugs/issue29329.go

    package main
    
    import (
    	"fmt"
    )
    
    type LineString []Point
    type Point [2]float64
    
    //go:noinline
    func benchmarkData() LineString {
    	return LineString{{1.0, 2.0}}
    }
    
    func (ls LineString) Clone() LineString {
    	ps := MultiPoint(ls)
    	return LineString(ps.Clone())
    }
    
    type MultiPoint []Point
    
    func (mp MultiPoint) Clone() MultiPoint {
    	if mp == nil {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:25 UTC 2023
    - 1.9K bytes
    - Viewed (0)
  3. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/maven/MavenVersionRangeResolveIntegrationTest.groovy

    rootProject.name = "testrange"
    """
            buildFile << """
    repositories {
        maven {
            url "${mavenRepo.uri}"
        }
    }
    
    configurations { conf }
    
    dependencies {
        conf "org.test:dep:[1.0, 2.0["
    }
    """
            and:
            mavenRepo.module("org.test", "dep", "1.0").publish()
            mavenRepo.module("org.test", "dep", "1.5").publish()
            mavenRepo.module("org.test", "dep", "2.0-dev1").publish()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 7.4K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/go.mod

    // This is a generated file. Do not edit directly.
    
    module k8s.io/api
    
    go 1.22.0
    
    require (
    	github.com/gogo/protobuf v1.3.2
    	github.com/stretchr/testify v1.8.4
    	k8s.io/apimachinery v0.0.0
    )
    
    require (
    	github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
    	github.com/fxamacker/cbor/v2 v2.7.0-beta // indirect
    	github.com/go-logr/logr v1.4.1 // indirect
    	github.com/golang/protobuf v1.5.4 // indirect
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 14:02:04 UTC 2024
    - 1.5K bytes
    - Viewed (0)
  5. src/runtime/zcallback_windows_arm64.s

    	MOVD	$1016, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$1017, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$1018, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$1019, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$1020, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$1021, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$1022, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$1023, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$1024, R12
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 21 21:52:38 UTC 2021
    - 89.3K bytes
    - Viewed (0)
  6. subprojects/diagnostics/src/test/groovy/org/gradle/api/tasks/diagnostics/internal/graph/nodes/RenderableDependencyResultTest.groovy

            expect:
            dep(requested, same).name == 'org.mockito:mockito-core:1.0'
            dep(requested, differentVersion).name == 'org.mockito:mockito-core:1.0 -> 2.0'
            dep(requested, differentName).name == 'org.mockito:mockito-core:1.0 -> org.mockito:mockito:1.0'
            dep(requested, differentGroup).name == 'org.mockito:mockito-core:1.0 -> com.mockito:mockito:2.0'
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 19 10:00:00 UTC 2018
    - 2.5K bytes
    - Viewed (0)
  7. subprojects/diagnostics/src/test/groovy/org/gradle/api/tasks/diagnostics/internal/graph/nodes/RenderableUnresolvedDependencyResultTest.groovy

            expect:
            dep(requested, same).name == 'org.mockito:mockito-core:1.0'
            dep(requested, differentVersion).name == 'org.mockito:mockito-core:1.0 -> 2.0'
            dep(requested, differentName).name == 'org.mockito:mockito-core:1.0 -> org.mockito:mockito:1.0'
            dep(requested, differentGroup).name == 'org.mockito:mockito-core:1.0 -> com.mockito:mockito:2.0'
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 19 10:00:00 UTC 2018
    - 2.6K bytes
    - Viewed (0)
  8. src/hash/crc32/crc32_table_ppc64le.s

    	/* x^190528 mod p(x), x^190464 mod p(x) */
    DATA ·IEEEConst+1104(SB)/8,$0x000000013ac3aa8e
    DATA ·IEEEConst+1112(SB)/8,$0x0000000038f258c2
    
    	/* x^189504 mod p(x), x^189440 mod p(x) */
    DATA ·IEEEConst+1120(SB)/8,$0x0000000099980562
    DATA ·IEEEConst+1128(SB)/8,$0x00000001cdf17b00
    
    	/* x^188480 mod p(x), x^188416 mod p(x) */
    DATA ·IEEEConst+1136(SB)/8,$0x00000001c1579c86
    DATA ·IEEEConst+1144(SB)/8,$0x000000011f882c16
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 19 20:44:20 UTC 2024
    - 113.3K bytes
    - Viewed (0)
  9. platforms/jvm/testing-jvm/src/test/groovy/org/gradle/api/internal/tasks/testing/detection/DefaultTestClassScannerTest.groovy

                FileVisitor visitor = args[0]
                assert visitor
                visitor.visitFile(stubFileVisitDetails('AnonymousClass$1'))
                visitor.visitFile(stubFileVisitDetails('AnonymousClass$1$22'))
            }
    
            0 * _._
        }
    
        FileVisitDetails stubFileVisitDetails(String className) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 05 19:36:14 UTC 2023
    - 2.6K bytes
    - Viewed (0)
  10. platforms/software/maven/src/integTest/groovy/org/gradle/api/publish/maven/MavenPublishResolvedVersionsJavaIntegTest.groovy

                assert it.groupId.text() == 'org.test'
                assert it.artifactId.text() == 'bar'
                assert it.version.text() == '[1.0, 2.0)'
            }
            javaLibrary.parsedModuleMetadata.variant("runtimeElements") {
                constraint("org.test:bar:[1.0, 2.0[") {
                    exists()
                }
                dependency("org.test:foo:1.0") {
                    exists()
                }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Feb 27 18:52:27 UTC 2024
    - 27.6K bytes
    - Viewed (0)
Back to top