Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 95 for 810 (0.02 sec)

  1. src/math/atanh_s390x.s

    DATA ·atanhrodataL10<> + 104(SB)/8, $-0.5
    DATA ·atanhrodataL10<> + 112(SB)/8, $0.0
    DATA ·atanhrodataL10<> + 120(SB)/8, $0x7ff8000000000000      //Nan
    DATA ·atanhrodataL10<> + 128(SB)/8, $-1.0
    DATA ·atanhrodataL10<> + 136(SB)/8, $1.0
    DATA ·atanhrodataL10<> + 144(SB)/8, $1.0E-20
    GLOBL ·atanhrodataL10<> + 0(SB), RODATA, $152
    
    // Table of log correction terms
    DATA ·atanhtab2076<> + 0(SB)/8, $0.585235384085551248E-01
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 23 20:52:57 UTC 2023
    - 5.1K bytes
    - Viewed (0)
  2. gradle.properties

    develocity.internal.testdistribution.writeTraceFile=true
    gradle.internal.testdistribution.queryResponseTimeout=PT20S
    develocity.internal.testdistribution.queryResponseTimeout=PT20S
    # Default performance baseline
    defaultPerformanceBaselines=8.10-commit-fda1ee75173
    
    # Skip dependency analysis for tests
    systemProp.dependency.analysis.test.analysis=false
    
    # List of project that still have dependency analysis warnings
    unmigratedProjects=\
      kotlin-dsl,\
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 16:35:19 UTC 2024
    - 1.4K bytes
    - Viewed (0)
  3. src/math/asin_s390x.s

    DATA ·asinrodataL15<> + 184(SB)/8, $0.610487478874645653E+01
    DATA ·asinrodataL15<> + 192(SB)/8, $0x7ff8000000000000			//+Inf
    DATA ·asinrodataL15<> + 200(SB)/8, $-1.0
    DATA ·asinrodataL15<> + 208(SB)/8, $1.0
    DATA ·asinrodataL15<> + 216(SB)/8, $1.00000000000000000e-20
    GLOBL ·asinrodataL15<> + 0(SB), RODATA, $224
    
    // Asin returns the arcsine, in radians, of the argument.
    //
    // Special cases are:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Aug 20 17:42:08 UTC 2018
    - 4.2K bytes
    - Viewed (0)
  4. testing/smoke-test/src/smokeTest/groovy/org/gradle/smoketests/AndroidSantaTrackerSmokeTest.groovy

            then:
            result.task(":tracker:compileDebugJavaWithJavac").outcome == SUCCESS
            // TODO - this is here because AGP >=7.4 and <8.1.0 reads build/generated/source/kapt/debug at configuration time
            if (agpVersion.startsWith('7.3') || VersionNumber.parse(agpVersion) >= VersionNumber.parse('8.1.0')) {
                if (GradleContextualExecuter.isConfigCache()) {
                    result.assertConfigurationCacheStateLoaded()
                }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 8.3K bytes
    - Viewed (0)
  5. src/math/acos_s390x.s

    DATA ·acosrodataL13<> + 0(SB)/8, $0.314159265358979323E+01   //pi
    DATA ·acosrodataL13<> + 8(SB)/8, $-0.0
    DATA ·acosrodataL13<> + 16(SB)/8, $0x7ff8000000000000    //Nan
    DATA ·acosrodataL13<> + 24(SB)/8, $-1.0
    DATA ·acosrodataL13<> + 32(SB)/8, $1.0
    DATA ·acosrodataL13<> + 40(SB)/8, $0.166666666666651626E+00
    DATA ·acosrodataL13<> + 48(SB)/8, $0.750000000042621169E-01
    DATA ·acosrodataL13<> + 56(SB)/8, $0.446428567178116477E-01
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Aug 20 17:42:08 UTC 2018
    - 3.7K bytes
    - Viewed (0)
  6. src/cmd/go/internal/lockedfile/transform_test.go

    		x = x &^ bit
    		bit <<= 1
    	}
    	return x
    }
    
    func TestTransform(t *testing.T) {
    	dir, remove := mustTempDir(t)
    	defer remove()
    	path := filepath.Join(dir, "blob.bin")
    
    	const maxChunkWords = 8 << 10
    	buf := make([]byte, 2*maxChunkWords*8)
    	for i := uint64(0); i < 2*maxChunkWords; i++ {
    		binary.LittleEndian.PutUint64(buf[i*8:], i)
    	}
    	if err := lockedfile.Write(path, bytes.NewReader(buf[:8]), 0666); err != nil {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 06 22:37:50 UTC 2023
    - 2.3K bytes
    - Viewed (0)
  7. maven-embedder/src/test/java/org/apache/maven/cli/MavenCliTest.java

            CliRequest request = new CliRequest(new String[] {"-Drevision=8.1.0"}, null);
    
            cli.initialize(request);
            // read .mvn/maven.config
            cli.cli(request);
            cli.properties(request);
    
            String revision = request.getUserProperties().getProperty("revision");
            assertEquals("8.1.0", revision);
        }
    
        /**
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Feb 28 23:31:59 UTC 2024
    - 28.3K bytes
    - Viewed (0)
  8. src/vendor/golang.org/x/net/route/interface_openbsd.go

    	if len(b) < l {
    		return nil, errInvalidMessage
    	}
    	m := &InterfaceAnnounceMessage{
    		Version: int(b[2]),
    		Type:    int(b[3]),
    		Index:   int(nativeEndian.Uint16(b[6:8])),
    		What:    int(nativeEndian.Uint16(b[8:10])),
    		raw:     b[:l],
    	}
    	for i := 0; i < 16; i++ {
    		if b[10+i] != 0 {
    			continue
    		}
    		m.Name = string(b[10 : 10+i])
    		break
    	}
    	return m, nil
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 05 19:54:32 UTC 2022
    - 2.2K bytes
    - Viewed (0)
  9. subprojects/core/src/test/groovy/org/gradle/api/internal/artifacts/TargetJvmVersionRulesTest.groovy

            where:
            consumer | producer | compatible
            8        | 6        | true
            8        | 7        | true
            8        | 8        | true
            8        | 9        | false
            8        | 10       | false
            8        | 11       | false
        }
    
        @Unroll("disamgiguates when consumer=#consumer and candidates=#candidates chooses=#expected")
        def "check disambiguation rules"() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Feb 03 17:43:36 UTC 2023
    - 3.2K bytes
    - Viewed (0)
  10. src/math/expm1_s390x.s

    // license that can be found in the LICENSE file.
    
    #include "textflag.h"
    
    // Minimax polynomial approximation and other constants
    DATA ·expm1rodataL22<> + 0(SB)/8, $-1.0
    DATA ·expm1rodataL22<> + 8(SB)/8, $800.0E+00
    DATA ·expm1rodataL22<> + 16(SB)/8, $1.0
    DATA ·expm1rodataL22<> + 24(SB)/8, $-.231904681384629956E-16
    DATA ·expm1rodataL22<> + 32(SB)/8, $0.50000000000000029671E+00
    DATA ·expm1rodataL22<> + 40(SB)/8, $0.16666666666666676570E+00
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 15:34:41 UTC 2019
    - 5.3K bytes
    - Viewed (0)
Back to top