Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for 1979 (0.07 sec)

  1. src/runtime/zcallback_windows_arm64.s

    	MOVD	$1968, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$1969, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$1970, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$1971, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$1972, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$1973, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$1974, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$1975, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$1976, 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)
  2. src/runtime/zcallback_windows_arm.s

    	MOVW	$1968, R12
    	B	runtime·callbackasm1(SB)
    	MOVW	$1969, R12
    	B	runtime·callbackasm1(SB)
    	MOVW	$1970, R12
    	B	runtime·callbackasm1(SB)
    	MOVW	$1971, R12
    	B	runtime·callbackasm1(SB)
    	MOVW	$1972, R12
    	B	runtime·callbackasm1(SB)
    	MOVW	$1973, R12
    	B	runtime·callbackasm1(SB)
    	MOVW	$1974, R12
    	B	runtime·callbackasm1(SB)
    	MOVW	$1975, R12
    	B	runtime·callbackasm1(SB)
    	MOVW	$1976, 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)
  3. src/math/big/int_test.go

    			}
    		}
    	}
    }
    
    func BenchmarkModInverse(b *testing.B) {
    	p := new(Int).SetInt64(1) // Mersenne prime 2**1279 -1
    	p.abs = p.abs.shl(p.abs, 1279)
    	p.Sub(p, intOne)
    	x := new(Int).Sub(p, intOne)
    	z := new(Int)
    	for i := 0; i < b.N; i++ {
    		z.ModInverse(x, p)
    	}
    }
    
    // testModSqrt is a helper for TestModSqrt,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 18:42:28 UTC 2024
    - 58.5K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiserver/pkg/util/flowcontrol/fairqueuing/queueset/queueset_test.go

    		t.Errorf("Expected %#+v, got #%+v", e, a)
    	}
    	if e, a := []float64{3, 5, 5, 1}, fairAlloc([]float64{3, 7, 9, 1}, 14); !reflect.DeepEqual(e, a) {
    		t.Errorf("Expected %#+v, got #%+v", e, a)
    	}
    	if e, a := []float64{1, 9, 7, 3}, fairAlloc([]float64{1, 9, 7, 3}, 21); !reflect.DeepEqual(e, a) {
    		t.Errorf("Expected %#+v, got #%+v", e, a)
    	}
    }
    
    type uniformClient struct {
    	hash     uint64
    	nThreads int
    	nCalls   int
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Sep 26 12:55:23 UTC 2023
    - 58.4K bytes
    - Viewed (0)
  5. platforms/software/dependency-management/src/main/resources/org/gradle/api/internal/artifacts/ivyservice/ivyresolve/verification/report/uikit-icons.min.js

    k":'<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><circle fill="none" stroke="#000" stroke-width="1.2" cx="5.79" cy="2.79" r="1.79"/><circle fill="none" stroke="#000" stroke-width="1.2" cx="14.19" cy="2.79" r="1.79"/><circle fill="none" stroke="#000" stroke-width="1.2" cx="10.03" cy="16.79" r="1.79"/><path fill="none" stroke="#000" stroke-width="2" d="M5.79,4.57 L5.79,6.56 C5.79,9.19 10.03,10.22 10.03,13.31 C10.03,14.86 10.04,14.55 10.04,14.55 C10.04,14.37 10.04,14.86...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 62.5K bytes
    - Viewed (0)
Back to top