Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 17 for powiadd (0.2 sec)

  1. src/math/pow_s390x.s

    GLOBL ·pow_x43f<> + 0(SB), RODATA, $8
    DATA ·pow_xadd<> + 0(SB)/8, $0xc2f0000100003fef
    GLOBL ·pow_xadd<> + 0(SB), RODATA, $8
    DATA ·pow_xa<> + 0(SB)/8, $0x4019000000000000
    GLOBL ·pow_xa<> + 0(SB), RODATA, $8
    
    // Scale correction tables
    DATA powiadd<> + 0(SB)/8, $0xf000000000000000
    DATA powiadd<> + 8(SB)/8, $0x1000000000000000
    GLOBL powiadd<> + 0(SB), RODATA, $16
    DATA powxscale<> + 0(SB)/8, $0x4ff0000000000000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 14 00:03:57 UTC 2023
    - 16.3K bytes
    - Viewed (0)
  2. src/vendor/golang.org/x/crypto/chacha20poly1305/chacha20poly1305_amd64.s

    	VMOVDQA DD0, DD1
    
    sealAVX2Tail128LoopA:
    	polyAdd(0(oup))
    	polyMul
    	LEAQ 16(oup), oup
    
    sealAVX2Tail128LoopB:
    	chachaQR_AVX2(AA0, BB0, CC0, DD0, TT0)
    	polyAdd(0(oup))
    	polyMul
    	VPALIGNR $4, BB0, BB0, BB0
    	VPALIGNR $8, CC0, CC0, CC0
    	VPALIGNR $12, DD0, DD0, DD0
    	chachaQR_AVX2(AA0, BB0, CC0, DD0, TT0)
    	polyAdd(16(oup))
    	polyMul
    	LEAQ     32(oup), oup
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 29 21:28:33 UTC 2023
    - 105.6K bytes
    - Viewed (0)
  3. pkg/scheduler/internal/queue/events.go

    limitations under the License.
    */
    
    package queue
    
    import (
    	"k8s.io/kubernetes/pkg/scheduler/framework"
    )
    
    const (
    	// PodAdd is the event when a new pod is added to API server.
    	PodAdd = "PodAdd"
    	// ScheduleAttemptFailure is the event when a schedule attempt fails.
    	ScheduleAttemptFailure = "ScheduleAttemptFailure"
    	// BackoffComplete is the event when a pod finishes backoff.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 13:26:09 UTC 2024
    - 6.4K bytes
    - Viewed (0)
  4. pkg/kubelet/config/file_linux.go

    		klog.V(4).InfoS("Ignored pod manifest, because it starts with dots", "eventName", e.Name)
    		return nil
    	}
    	var eventType podEventType
    	switch {
    	case (e.Op & fsnotify.Create) > 0:
    		eventType = podAdd
    	case (e.Op & fsnotify.Write) > 0:
    		eventType = podModify
    	case (e.Op & fsnotify.Chmod) > 0:
    		eventType = podModify
    	case (e.Op & fsnotify.Remove) > 0:
    		eventType = podDelete
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 02 17:27:26 UTC 2023
    - 3.8K bytes
    - Viewed (0)
  5. src/crypto/internal/mlkem768/mlkem768.go

    		for j := range r {
    			// Note that i and j are inverted, as we need the transposed of A.
    			u[i] = polyAdd(u[i], inverseNTT(nttMul(ex.A[j*k+i], r[j])))
    		}
    	}
    
    	μ := ringDecodeAndDecompress1(m)
    
    	var vNTT nttElement // t⊺ ◦ r
    	for i := range ex.t {
    		vNTT = polyAdd(vNTT, nttMul(ex.t[i], r[i]))
    	}
    	v := polyAdd(polyAdd(inverseNTT(vNTT), e2), μ)
    
    	c := cc[:0]
    	for _, f := range u {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 13 18:57:38 UTC 2024
    - 28.4K bytes
    - Viewed (0)
  6. docs/pl/docs/index.md

    * Dla żądania `PUT` z ścieżką `/items/{item_id}`, odczyta treść żądania jako JSON:
        * Sprawdzi czy posiada wymagany atrybut `name`, który powinien być typu `str`.
        * Sprawdzi czy posiada wymagany atrybut `price`, który musi być typu `float`.
        * Sprawdzi czy posiada opcjonalny atrybut `is_offer`, który (jeżeli obecny) powinien być typu `bool`.
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Mon Apr 29 05:18:04 UTC 2024
    - 19.4K bytes
    - Viewed (0)
  7. docs/pl/docs/help-fastapi.md

    ## Napisz tweeta o **FastAPI**
    
    <a href="https://twitter.com/compose/tweet?text=I'm loving @fastapi because... https://github.com/tiangolo/fastapi" class="external-link" target="_blank">Napisz tweeta o **FastAPI**</a> i powiedz czemu Ci się podoba. 🎉
    
    Uwielbiam czytać w jaki sposób **FastAPI** jest używane, co Ci się w nim podobało, w jakim projekcie/firmie go używasz itp.
    
    ## Głosuj na FastAPI
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 14.9K bytes
    - Viewed (0)
  8. docs/pl/docs/fastapi-people.md

    # Ludzie FastAPI
    
    FastAPI posiada wspaniałą społeczność, która jest otwarta dla ludzi z każdego środowiska.
    
    ## Twórca - Opienik
    
    Cześć! 👋
    
    To ja:
    
    {% if people %}
    <div class="user-list user-list-center">
    {% for user in people.maintainers %}
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat May 18 00:50:03 UTC 2024
    - 6.5K bytes
    - Viewed (0)
  9. pkg/kubelet/config/file.go

    	"k8s.io/client-go/tools/cache"
    	api "k8s.io/kubernetes/pkg/apis/core"
    	kubetypes "k8s.io/kubernetes/pkg/kubelet/types"
    	utilio "k8s.io/utils/io"
    )
    
    type podEventType int
    
    const (
    	podAdd podEventType = iota
    	podModify
    	podDelete
    
    	eventBufferLen = 10
    )
    
    type watchEvent struct {
    	fileName  string
    	eventType podEventType
    }
    
    type sourceFile struct {
    	path           string
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 01 07:19:44 UTC 2021
    - 6.2K bytes
    - Viewed (0)
  10. pkg/controller/endpointslice/endpointslice_controller_test.go

    	t.Parallel()
    
    	type podAdd struct {
    		delay time.Duration
    	}
    
    	tests := []struct {
    		name             string
    		batchPeriod      time.Duration
    		adds             []podAdd
    		finalDelay       time.Duration
    		wantRequestCount int
    	}{
    		{
    			name:        "three adds with no batching",
    			batchPeriod: 0 * time.Second,
    			adds: []podAdd{
    				{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 08:33:32 UTC 2024
    - 65.5K bytes
    - Viewed (0)
Back to top