Search Options

Results per page
Sort
Preferred Languages
Advance

Results 111 - 120 of 228 for unroll (0.12 sec)

  1. tests/integration/ambient/waypoint_test.go

    				})
    			}
    
    			istioctl.NewOrFail(t, t, istioctl.Config{}).InvokeOrFail(t, []string{
    				"waypoint",
    				"apply",
    				"--namespace",
    				nsConfig.Name(),
    				"--name",
    				"w3",
    				"--enroll-namespace",
    				"true",
    				"--wait",
    			})
    			nameSet = append(nameSet, "w3")
    
    			output, _ := istioctl.NewOrFail(t, t, istioctl.Config{}).InvokeOrFail(t, []string{
    				"waypoint",
    				"list",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 22:12:34 UTC 2024
    - 11.4K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/ssa/html.go

    code, pre, .lines, .ast {
        font-family: Menlo, monospace;
        font-size: 12px;
    }
    
    pre {
        -moz-tab-size: 4;
        -o-tab-size:   4;
        tab-size:      4;
    }
    
    .allow-x-scroll {
        overflow-x: scroll;
    }
    
    .lines {
        float: left;
        overflow: hidden;
        text-align: right;
        margin-top: 7px;
    }
    
    .lines div {
        padding-right: 10px;
        color: gray;
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 04 15:11:40 UTC 2023
    - 34.8K bytes
    - Viewed (0)
  3. cmd/site-replication-metrics.go

    	LastOnline    time.Time          `json:"lastOnline"`
    	Online        bool               `json:"isOnline"`
    	Latency       madmin.LatencyStat `json:"latency"`
    
    	// replication metrics across buckets roll up
    	ReplicatedSize int64 `json:"replicatedSize"`
    	// Total number of completed operations
    	ReplicatedCount int64 `json:"replicatedCount"`
    	// Failed captures replication errors in various time windows
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Tue Feb 06 06:00:45 UTC 2024
    - 8.2K bytes
    - Viewed (0)
  4. src/internal/bytealg/index_s390x.s

    	CMPBLE	R7, R2, index2to16
    	BR	notfound
    
    index5plus:
    	CMPBGT	R4, $15, index17plus
    index2to16:
    	CMPBGT	R7, R2, notfound
    	MOVD	$1(R7), R8
    	CMPBGT	R8, R2, index2to16tail
    index2to16loop:
    	// unrolled 2x
    	VLL	R4, (R7), V1
    	VLL	R4, 1(R7), V2
    	VCEQGS	V0, V1, V3
    	BEQ	found
    	MOVD	$1(R7), R7
    	VCEQGS	V0, V2, V4
    	BEQ	found
    	MOVD	$1(R7), R7
    	CMPBLT	R7, R2, index2to16loop
    	CMPBGT	R7, R2, notfound
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sun Mar 04 19:49:44 UTC 2018
    - 5.5K bytes
    - Viewed (0)
  5. test/codegen/arithmetic.go

    	// 386:"IMUL3L\t[$]-1431655765","ROLL\t[$]31",-"DIVQ"
    	// arm64:"MOVD\t[$]-6148914691236517205","MOVD\t[$]3074457345618258602","MUL","ROR",-"DIV"
    	// arm:"MUL","CMP\t[$]715827882",-".*udiv"
    	// ppc64x:"MULLD","ROTL\t[$]63"
    	even := n%6 == 0
    
    	// amd64:"MOVQ\t[$]-8737931403336103397","IMULQ",-"ROLQ",-"DIVQ"
    	// 386:"IMUL3L\t[$]678152731",-"ROLL",-"DIVQ"
    	// arm64:"MOVD\t[$]-8737931403336103397","MUL",-"ROR",-"DIV"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 15:28:00 UTC 2024
    - 15.2K bytes
    - Viewed (0)
  6. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/ivyservice/resolveengine/store/ResolutionResultsStoreFactory.java

                }
            };
        }
    
        //offset based implementation is only safe up to certain figure
        //because of the int max value
        //for large streams/files (huge builds), we need to roll the file
        //otherwise the stream.size() returns max integer and the offset is no longer correct
        private boolean isFull(DefaultBinaryStore store) {
            return store.getSize() > maxSize;
        }
    
        @Override
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 5K bytes
    - Viewed (0)
  7. platforms/native/testing-native/src/integTest/groovy/org/gradle/nativeplatform/test/xctest/XCTestTestFrameworkIntegrationTest.groovy

            // all seems to be related to https://bugs.swift.org/browse/SR-1127. On Linux,
            // we just can't assert that test output is captured correctly. Until we roll out
            // our own driver app, test output capture only works on macOS.
            return OperatingSystem.current().macOsX
        }
    
        @Override
        void createPassingFailingTest() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 4.7K bytes
    - Viewed (0)
  8. build-logic/performance-testing/src/main/groovy/gradlebuild/performance/tasks/PerformanceTest.groovy

                )
            }
        }
    
        /**
         * Remove method filters from the filters passed via the commandline and add the as scenarios.
         *
         * We currently can't filter single unrolled methods due to a limitation with Spock and JUnit 4/5
         * So we handle selecting the right methods by some custom code in our performance test infrastructure (`TestScenarioSelector.shouldRun()`).
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Dec 03 03:46:18 UTC 2022
    - 12.7K bytes
    - Viewed (0)
  9. src/math/big/arith_arm64.s

    len0:
    	MOVD	R2, c+56(FP)
    done:
    	RET
    large:
    	AND	$0x3, R0, R10
    	AND	$~0x3, R0
    	// unrolling for the first 1~4 elements to avoid saving the carry
    	// flag in each step, adjust $R0 if we unrolled 4 elements
    	vwPreIter(ADDS, ADCS, R10, add4)
    	SUB	$4, R0
    add4:
    	BCC	copy
    	vwOneIter(ADCS, R0, len1)
    	B	add4
    copy:
    	MOVD	ZR, c+56(FP)
    	CMP	R1, R3
    	BEQ	done
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:27 UTC 2023
    - 11.8K bytes
    - Viewed (0)
  10. test/typeparam/graph.go

    // The first maze in Zork. Room indexes based on original Fortran data file.
    // You are in a maze of twisty little passages, all alike.
    var zork = map[int]mazeRoom{
    	11: {exits: [10]int{north: 11, south: 12, east: 14}}, // west to Troll Room
    	12: {exits: [10]int{south: 11, north: 14, east: 13}},
    	13: {exits: [10]int{west: 12, north: 14, up: 16}},
    	14: {exits: [10]int{west: 13, north: 11, east: 15}},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 26 19:58:28 UTC 2024
    - 5.7K bytes
    - Viewed (0)
Back to top