Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of 281 for 06 (0.13 sec)

  1. src/math/log10_s390x.s

    DATA log10rodataL19<>+64(SB)/8, $0.87011165920689940661E-03
    DATA log10rodataL19<>+72(SB)/8, $-.11865158981621437541E-03
    DATA log10rodataL19<>+80(SB)/8, $0.17258413403018680410E-04
    DATA log10rodataL19<>+88(SB)/8, $0.40752932047883484315E-06
    DATA log10rodataL19<>+96(SB)/8, $-.26149194688832680410E-05
    DATA log10rodataL19<>+104(SB)/8, $0.92453396963875026759E-08
    DATA log10rodataL19<>+112(SB)/8, $-.64572084905921579630E-07
    DATA log10rodataL19<>+120(SB)/8, $-5.5
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 15:34:41 UTC 2019
    - 4.7K bytes
    - Viewed (0)
  2. src/math/exp.go

    		P1 = 1.66666666666666657415e-01  /* 0x3FC55555; 0x55555555 */
    		P2 = -2.77777777770155933842e-03 /* 0xBF66C16C; 0x16BEBD93 */
    		P3 = 6.61375632143793436117e-05  /* 0x3F11566A; 0xAF25DE2C */
    		P4 = -1.65339022054652515390e-06 /* 0xBEBBBD41; 0xC5D26BF1 */
    		P5 = 4.13813679705723846039e-08  /* 0x3E663769; 0x72BEA4D0 */
    	)
    
    	r := hi - lo
    	t := r * r
    	c := r - t*(P1+t*(P2+t*(P3+t*(P4+t*P5))))
    	y := 1 - ((lo - (r*c)/(2-c)) - hi)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 11:59:09 UTC 2023
    - 5.4K bytes
    - Viewed (0)
  3. testing/soak/src/integTest/groovy/org/gradle/vfs/FileSystemWatchingSoakTest.groovy

        private static final int NUMBER_OF_FILES_IN_VFS = NUMBER_OF_SOURCES_PER_SUBPROJECT * NUMBER_OF_SUBPROJECTS * 2
        private static final double LOST_EVENTS_RATIO_MAC_OS = 0.6
        private static final double LOST_EVENTS_RATIO_WINDOWS = 0.1
    
        List<TestFile> sourceFiles
        VerboseVfsLogAccessor vfsLogs
    
        def setup() {
            buildTestFixture.withBuildInSubDir()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 8.6K bytes
    - Viewed (0)
  4. src/math/j1.go

    		R03 = 4.96727999609584448412e-08  // 0x3E6AAAFA46CA0BD9
    		S01 = 1.91537599538363460805e-02  // 0x3F939D0B12637E53
    		S02 = 1.85946785588630915560e-04  // 0x3F285F56B9CDF664
    		S03 = 1.17718464042623683263e-06  // 0x3EB3BFF8333F8498
    		S04 = 5.04636257076217042715e-09  // 0x3E35AC88C97DFF2C
    		S05 = 1.23542274426137913908e-11  // 0x3DAB2ACFCFB97ED8
    	)
    	// special cases
    	switch {
    	case IsNaN(x):
    		return x
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 11 16:34:30 UTC 2022
    - 13.3K bytes
    - Viewed (0)
  5. src/crypto/tls/testdata/Server-TLSv13-ClientAuthRequestedAndECDSAGiven

    000000b0  92 e6 eb d9 fb b6 62 64  e2 de 9d c0 48 68 b3 d7  |......bd....Hh..|
    000000c0  0f 8b ad 21 69 c7 f0 d7  96 ff 6a 24 2f 01 c9 e7  |...!i.....j$/...|
    000000d0  e9 06 4b 93 94 67 97 44  46 c4 69 2f 0e aa e0 9b  |..K..g.DF.i/....|
    000000e0  8d 19 f2 2c 17 03 03 02  6d a1 fb 2b 5f 10 e9 62  |...,....m..+_..b|
    000000f0  8b ad c1 33 58 f6 a7 89  78 a6 dd 64 ff c2 c7 57  |...3X...x..d...W|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 25 00:14:50 UTC 2023
    - 13.7K bytes
    - Viewed (0)
  6. platforms/ide/ide-plugins/src/integTest/groovy/org/gradle/plugins/ide/idea/IdeaIntegrationTest.groovy

                'flexmark-ext-gfm-tasklist', 'flexmark-ext-wikilink', 'flexmark-ext-yaml-front-matter', 'liqp', 'jsoup', 'jackson-dataformat-yaml',
                'flexmark-util', 'flexmark-formatter', 'autolink-0.6', 'flexmark-jira-converter', 'antlr-3', 'jackson-annotations', 'jackson-core',
                'jackson-databind', 'snakeyaml', 'flexmark-ext-tables', 'flexmark-ext-ins', 'flexmark-ext-superscript', 'antlr-runtime', 'ST4'
            ]
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 22 01:27:55 UTC 2024
    - 19.3K bytes
    - Viewed (0)
  7. pkg/kubelet/cm/cpumanager/policy_static_test.go

    			stAssignments:   state.ContainerCPUAssignments{},
    			stDefaultCPUSet: cpuset.New(),
    			expCSet:         cpuset.New(0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11),
    		},
    		{
    			description:     "reserved cores 0 & 6 are not present in available cpuset",
    			topo:            topoDualSocketHT,
    			numReservedCPUs: 2,
    			stAssignments:   state.ContainerCPUAssignments{},
    			stDefaultCPUSet: cpuset.New(0, 1),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 40.8K bytes
    - Viewed (0)
  8. platforms/ide/ide/src/main/resources/org/gradle/plugins/ide/idea/model/defaultWorkspace.xml

        <option name="UPDATE_GROUP_BY_CHANGELIST" value="false" />
        <option name="SHOW_FILE_HISTORY_AS_TREE" value="false" />
        <option name="FILE_HISTORY_SPLITTER_PROPORTION" value="0.6" />
      </component>
      <component name="XDebuggerManager">
        <breakpoint-manager />
      </component>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:12 UTC 2023
    - 9.2K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tensorflow/tests/tpu_parallel_execute_sink_resource_write.mlir

      // CHECK:      {{%.+}}:4 = "tf_device.parallel_execute"
      %0:6 = "tf_device.parallel_execute"() ({
        // CHECK-NEXT: "tf.AssignVariableOp"([[ARG6]], [[ARG1]])
        // CHECK-NEXT: tf_device.return [[ARG0]], [[ARG2]] : tensor<i1>, tensor<i64>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Mar 28 12:06:33 UTC 2022
    - 7.3K bytes
    - Viewed (0)
  10. platforms/ide/ide-plugins/src/integTest/resources/org/gradle/plugins/ide/idea/IdeaIntegrationTest/canCreateAndDeleteMetaData/expectedFiles/root.iws.xml

        <option name="UPDATE_GROUP_BY_CHANGELIST" value="false"/>
        <option name="SHOW_FILE_HISTORY_AS_TREE" value="false"/>
        <option name="FILE_HISTORY_SPLITTER_PROPORTION" value="0.6"/>
      </component>
      <component name="XDebuggerManager">
        <breakpoint-manager/>
      </component>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Aug 01 11:07:39 UTC 2023
    - 9K bytes
    - Viewed (0)
Back to top