Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 41 for pfxadd (0.21 sec)

  1. src/cmd/compile/internal/ssa/_gen/PPC64Ops.go

    		{name: "FMUL", argLength: 2, reg: fp21, asm: "FMUL", commutative: true},   // arg0*arg1
    		{name: "FMULS", argLength: 2, reg: fp21, asm: "FMULS", commutative: true}, // arg0*arg1
    
    		{name: "FMADD", argLength: 3, reg: fp31, asm: "FMADD"},   // arg0*arg1 + arg2
    		{name: "FMADDS", argLength: 3, reg: fp31, asm: "FMADDS"}, // arg0*arg1 + arg2
    		{name: "FMSUB", argLength: 3, reg: fp31, asm: "FMSUB"},   // arg0*arg1 - arg2
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 19:59:38 UTC 2024
    - 43.8K bytes
    - Viewed (0)
  2. docs/de/docs/tutorial/path-params-numeric-validations.md

        ```Python hl_lines="10"
        {!> ../../../docs_src/path_params_numeric_validations/tutorial001.py!}
        ```
    
    !!! note "Hinweis"
        Ein Pfad-Parameter ist immer erforderlich, weil er Teil des Pfads sein muss.
    
        Sie sollten ihn daher mit `...` deklarieren, um ihn als erforderlich auszuzeichnen.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat Mar 30 17:59:29 UTC 2024
    - 10.2K bytes
    - Viewed (0)
  3. docs/de/docs/tutorial/bigger-applications.md

    Das Endergebnis ist, dass die Pfade für diese Artikel jetzt wie folgt lauten:
    
    * `/items/`
    * `/items/{item_id}`
    
    ... wie wir es beabsichtigt hatten.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat Mar 30 20:27:59 UTC 2024
    - 21.1K bytes
    - Viewed (0)
  4. pkg/controller/endpoint/endpoints_controller_test.go

    func TestPodAddsBatching(t *testing.T) {
    	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: Mon Feb 26 06:51:56 UTC 2024
    - 87.7K bytes
    - Viewed (0)
  5. docs/de/docs/contributing.md

    * Sie können Info-Boxen wie `!!! warning` mit beispielsweise `!!! warning "Achtung"` übersetzen. Aber ändern Sie nicht das Wort direkt nach dem `!!!`, es bestimmt die Farbe der Info-Box.
    
    * Ändern Sie nicht die Pfade in Links zu Bildern, Codedateien, Markdown Dokumenten.
    
    * Wenn ein Markdown-Dokument übersetzt ist, ändern sich allerdings unter Umständen die `#hash-teile` in Links zu dessen Überschriften. Aktualisieren Sie diese Links, wenn möglich.
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat Mar 30 23:55:23 UTC 2024
    - 16.2K bytes
    - Viewed (0)
  6. src/cmd/internal/obj/x86/asm6.go

    	{AFCMOVNE, yfcmv, Px, opBytes{0xdb, 01}},
    	{AFCMOVNU, yfcmv, Px, opBytes{0xdb, 03}},
    	{AFCMOVU, yfcmv, Px, opBytes{0xda, 03}},
    	{AFCMOVUN, yfcmv, Px, opBytes{0xda, 03}},
    	{AFCOMD, yfadd, Px, opBytes{0xdc, 02, 0xd8, 02, 0xdc, 02}},  // botch
    	{AFCOMDP, yfadd, Px, opBytes{0xdc, 03, 0xd8, 03, 0xdc, 03}}, // botch
    	{AFCOMDPP, ycompp, Px, opBytes{0xde, 03}},
    	{AFCOMF, yfmvx, Px, opBytes{0xd8, 02}},
    	{AFCOMFP, yfmvx, Px, opBytes{0xd8, 03}},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 146.9K bytes
    - Viewed (0)
  7. src/cmd/internal/obj/ppc64/obj9.go

    			if p.From.Reg >= REG_SPECIAL || p.To.Reg >= REG_SPECIAL {
    				p.Mark |= LABEL | SYNC
    			}
    			continue
    
    		case AFABS,
    			AFABSCC,
    			AFADD,
    			AFADDCC,
    			AFCTIW,
    			AFCTIWCC,
    			AFCTIWZ,
    			AFCTIWZCC,
    			AFDIV,
    			AFDIVCC,
    			AFMADD,
    			AFMADDCC,
    			AFMOVD,
    			AFMOVDU,
    			/* case AFMOVDS: */
    			AFMOVS,
    			AFMOVSU,
    
    			/* case AFMOVSD: */
    			AFMSUB,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 18:17:17 UTC 2024
    - 40.8K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux.go

    	BINDERFS_SUPER_MAGIC                        = 0x6c6f6f70
    	BINFMTFS_MAGIC                              = 0x42494e4d
    	BPF_A                                       = 0x10
    	BPF_ABS                                     = 0x20
    	BPF_ADD                                     = 0x0
    	BPF_ALU                                     = 0x4
    	BPF_ALU64                                   = 0x7
    	BPF_AND                                     = 0x50
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 185.8K bytes
    - Viewed (0)
  9. pkg/scheduler/eventhandlers.go

    			); err != nil {
    				return err
    			}
    			handlers = append(handlers, handlerRegistration)
    		case framework.PersistentVolume:
    			// MaxPDVolumeCountPredicate: since it relies on the counts of PV.
    			//
    			// PvAdd: Pods created when there are no PVs available will be stuck in
    			// unschedulable queue. But unbound PVs created for static provisioning and
    			// delay binding storage class are skipped in PV controller dynamic
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 21:21:04 UTC 2024
    - 24K bytes
    - Viewed (0)
  10. src/syscall/zerrors_solaris_amd64.go

    	BIOCSTCPF                     = -0x7fefbd8e
    	BIOCSUDPF                     = -0x7fefbd8d
    	BIOCVERSION                   = 0x40044271
    	BPF_A                         = 0x10
    	BPF_ABS                       = 0x20
    	BPF_ADD                       = 0x0
    	BPF_ALIGNMENT                 = 0x4
    	BPF_ALU                       = 0x4
    	BPF_AND                       = 0x50
    	BPF_B                         = 0x10
    	BPF_DFLTBUFSIZE               = 0x100000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 13:52:34 UTC 2024
    - 50.8K bytes
    - Viewed (0)
Back to top