Search Options

Results per page
Sort
Preferred Languages
Advance

Results 121 - 130 of 158 for pfxadd (0.15 sec)

  1. docs/de/docs/deployment/docker.md

    ```
    .
    ├── Dockerfile
    ├── main.py
    └── requirements.txt
    ```
    
    Dann müssten Sie nur noch die entsprechenden Pfade ändern, um die Datei im `Dockerfile` zu kopieren:
    
    ```{ .dockerfile .annotate hl_lines="10  13" }
    FROM python:3.9
    
    WORKDIR /code
    
    COPY ./requirements.txt /code/requirements.txt
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat Mar 30 18:19:17 UTC 2024
    - 38.9K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_zos_s390x.go

    	SYS___SCALBLN_H                     = 0xADA // 2778
    	SYS_SCALBLNF                        = 0xADB // 2779
    	SYS___SCALBLNF_B                    = 0xADC // 2780
    	SYS___SCALBLNF_H                    = 0xADD // 2781
    	SYS_SCALBLNL                        = 0xADE // 2782
    	SYS___SCALBLNL_B                    = 0xADF // 2783
    	SYS___SCALBLNL_H                    = 0xAE0 // 2784
    	SYS___SCALBN_B                      = 0xAE1 // 2785
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 146.6K bytes
    - Viewed (0)
  3. src/cmd/internal/obj/mips/asm0.go

    		o1 = OP_RRR(a, p.From.Reg, obj.REG_NONE, p.To.Reg)
    
    	case 31: /* movw fr,r */
    		a := SP(2, 1) | (0 << 21) /* mtc1 */
    		o1 = OP_RRR(a, p.To.Reg, obj.REG_NONE, p.From.Reg)
    
    	case 32: /* fadd fr1,[fr2],fr3 */
    		r := p.Reg
    		if r == obj.REG_NONE {
    			r = p.To.Reg
    		}
    		o1 = OP_FRRR(c.oprrr(p.As), p.From.Reg, r, p.To.Reg)
    
    	case 33: /* fabs fr1, fr3 */
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 17:46:09 UTC 2024
    - 53.6K bytes
    - Viewed (0)
  4. src/cmd/internal/testdir/testdir_test.go

    				// assembler source (that is, what is left on each line of the
    				// compile -S output after we strip file/line info) to avoid
    				// trivial bugs such as "ADD" matching "FADD". This
    				// doesn't remove genericity: it's still possible to write
    				// something like "F?ADD", but we make common cases simpler
    				// to get right.
    				oprx, err := regexp.Compile("^" + rxsrc)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 21 20:08:06 UTC 2024
    - 57.5K bytes
    - Viewed (0)
  5. src/cmd/compile/internal/ssa/_gen/S390X.rules

    (Sqrt      ...) => (FSQRT ...)
    (Floor       x) => (FIDBR [7] x)
    (Ceil        x) => (FIDBR [6] x)
    (Trunc       x) => (FIDBR [5] x)
    (RoundToEven x) => (FIDBR [4] x)
    (Round       x) => (FIDBR [1] x)
    (FMA     x y z) => (FMADD z x y)
    
    (Sqrt32    ...) => (FSQRTS ...)
    
    // Atomic loads and stores.
    // The SYNC instruction (fast-BCR-serialization) prevents store-load
    // reordering. Other sequences of memory operations (load-load,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 12 18:09:26 UTC 2023
    - 74.3K bytes
    - Viewed (0)
  6. src/cmd/internal/obj/loong64/asm.go

    		o1 = OP_RR(a, uint32(p.From.Reg), uint32(p.To.Reg))
    
    	case 31: // movw fr,r
    		a := OP_TEN(8, 1325) // movfr2gr.s
    		o1 = OP_RR(a, uint32(p.From.Reg), uint32(p.To.Reg))
    
    	case 32: // fadd fr1,[fr2],fr3
    		r := int(p.Reg)
    		if r == 0 {
    			r = int(p.To.Reg)
    		}
    		o1 = OP_RRR(c.oprrr(p.As), uint32(p.From.Reg), uint32(r), uint32(p.To.Reg))
    
    	case 33: // fabs fr1, fr3
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 02:04:54 UTC 2024
    - 61.8K bytes
    - Viewed (0)
  7. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const BPF_A = 16
    pkg syscall (netbsd-arm64-cgo), const BPF_ABS = 32
    pkg syscall (netbsd-arm64-cgo), const BPF_ABS ideal-int
    pkg syscall (netbsd-arm64-cgo), const BPF_ADD = 0
    pkg syscall (netbsd-arm64-cgo), const BPF_ADD ideal-int
    pkg syscall (netbsd-arm64-cgo), const BPF_A ideal-int
    pkg syscall (netbsd-arm64-cgo), const BPF_ALIGNMENT32 = 4
    pkg syscall (netbsd-arm64-cgo), const BPF_ALIGNMENT32 ideal-int
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Aug 08 18:44:16 UTC 2019
    - 452.6K bytes
    - Viewed (0)
  8. api/go1.1.txt

    pkg syscall (darwin-386), const BIOCVERSION = 1074020977
    pkg syscall (darwin-386), const BPF_A = 16
    pkg syscall (darwin-386), const BPF_ABS = 32
    pkg syscall (darwin-386), const BPF_ADD = 0
    pkg syscall (darwin-386), const BPF_ALIGNMENT = 4
    pkg syscall (darwin-386), const BPF_ALU = 4
    pkg syscall (darwin-386), const BPF_AND = 80
    pkg syscall (darwin-386), const BPF_B = 16
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 31 20:37:15 UTC 2022
    - 2.6M bytes
    - Viewed (0)
  9. api/go1.2.txt

    pkg syscall (freebsd-386-cgo), const BIOCVERSION ideal-int
    pkg syscall (freebsd-386-cgo), const BPF_A ideal-int
    pkg syscall (freebsd-386-cgo), const BPF_ABS ideal-int
    pkg syscall (freebsd-386-cgo), const BPF_ADD ideal-int
    pkg syscall (freebsd-386-cgo), const BPF_ALIGNMENT ideal-int
    pkg syscall (freebsd-386-cgo), const BPF_ALU ideal-int
    pkg syscall (freebsd-386-cgo), const BPF_AND ideal-int
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Oct 18 04:36:59 UTC 2013
    - 1.9M bytes
    - Viewed (0)
  10. api/go1.14.txt

    pkg syscall (freebsd-arm64), const BPF_A ideal-int
    pkg syscall (freebsd-arm64), const BPF_ABS = 32
    pkg syscall (freebsd-arm64), const BPF_ABS ideal-int
    pkg syscall (freebsd-arm64), const BPF_ADD = 0
    pkg syscall (freebsd-arm64), const BPF_ADD ideal-int
    pkg syscall (freebsd-arm64), const BPF_ALIGNMENT = 8
    pkg syscall (freebsd-arm64), const BPF_ALIGNMENT ideal-int
    pkg syscall (freebsd-arm64), const BPF_ALU = 4
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 17 20:31:46 UTC 2023
    - 508.9K bytes
    - Viewed (0)
Back to top