Search Options

Results per page
Sort
Preferred Languages
Advance

Results 131 - 140 of 319 for 0_17 (0.06 sec)

  1. src/runtime/defs_darwin_arm64.go

    	_SIGPIPE   = 0xd
    	_SIGALRM   = 0xe
    	_SIGTERM   = 0xf
    	_SIGURG    = 0x10
    	_SIGSTOP   = 0x11
    	_SIGTSTP   = 0x12
    	_SIGCONT   = 0x13
    	_SIGCHLD   = 0x14
    	_SIGTTIN   = 0x15
    	_SIGTTOU   = 0x16
    	_SIGIO     = 0x17
    	_SIGXCPU   = 0x18
    	_SIGXFSZ   = 0x19
    	_SIGVTALRM = 0x1a
    	_SIGPROF   = 0x1b
    	_SIGWINCH  = 0x1c
    	_SIGINFO   = 0x1d
    	_SIGUSR1   = 0x1e
    	_SIGUSR2   = 0x1f
    
    	_FPE_INTDIV = 0x7
    	_FPE_INTOVF = 0x8
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 12 21:17:22 UTC 2024
    - 4.3K bytes
    - Viewed (0)
  2. src/runtime/defs_linux_386.go

    	_SIGUSR2   = 0xc
    	_SIGPIPE   = 0xd
    	_SIGALRM   = 0xe
    	_SIGSTKFLT = 0x10
    	_SIGCHLD   = 0x11
    	_SIGCONT   = 0x12
    	_SIGSTOP   = 0x13
    	_SIGTSTP   = 0x14
    	_SIGTTIN   = 0x15
    	_SIGTTOU   = 0x16
    	_SIGURG    = 0x17
    	_SIGXCPU   = 0x18
    	_SIGXFSZ   = 0x19
    	_SIGVTALRM = 0x1a
    	_SIGPROF   = 0x1b
    	_SIGWINCH  = 0x1c
    	_SIGIO     = 0x1d
    	_SIGPWR    = 0x1e
    	_SIGSYS    = 0x1f
    
    	_SIGRTMIN = 0x20
    
    	_FPE_INTDIV = 0x1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 22 19:05:10 UTC 2023
    - 4.2K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/lite/stablehlo/tests/fold_broadcast.mlir

      // CHECK-DAG: %[[RES:.*]] = mhlo.constant dense<{{\[\[\[\[}}1.000000e+00, 4.000000e+00, 9.000000e+00], [4.000000e+00, 1.000000e+01, 1.800000e+01]], {{\[\[}}2.800000e+01, 4.000000e+01, 5.400000e+01], [4.000000e+01, 5.500000e+01, 7.200000e+01]]]]> : tensor<1x2x2x3xf32>
      %cst0 = mhlo.constant dense<[[1.0, 2.0, 3.0], [4.0, 5.0, 6.0]]> : tensor<2x3xf32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Apr 06 15:32:52 UTC 2024
    - 4.1K bytes
    - Viewed (0)
  4. src/cmd/asm/internal/asm/testdata/avx512enc/avx512dq.s

    	VINSERTI64X2 $0, -17(BP)(SI*4), Y12, K7, Y14       // 62739d2f38b4b5efffffff00
    	VINSERTI64X2 $0, X11, Y26, K7, Y21                 // 62c3ad2738eb00
    	VINSERTI64X2 $0, X31, Y26, K7, Y21                 // 6283ad2738ef00
    	VINSERTI64X2 $0, X3, Y26, K7, Y21                  // 62e3ad2738eb00
    	VINSERTI64X2 $0, 17(SP), Y26, K7, Y21              // 62e3ad2738ac241100000000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 22 14:57:15 UTC 2018
    - 194.8K bytes
    - Viewed (0)
  5. src/runtime/defs_freebsd_amd64.go

    	_SIGPIPE   = 0xd
    	_SIGALRM   = 0xe
    	_SIGTERM   = 0xf
    	_SIGURG    = 0x10
    	_SIGSTOP   = 0x11
    	_SIGTSTP   = 0x12
    	_SIGCONT   = 0x13
    	_SIGCHLD   = 0x14
    	_SIGTTIN   = 0x15
    	_SIGTTOU   = 0x16
    	_SIGIO     = 0x17
    	_SIGXCPU   = 0x18
    	_SIGXFSZ   = 0x19
    	_SIGVTALRM = 0x1a
    	_SIGPROF   = 0x1b
    	_SIGWINCH  = 0x1c
    	_SIGINFO   = 0x1d
    	_SIGUSR1   = 0x1e
    	_SIGUSR2   = 0x1f
    
    	_FPE_INTDIV = 0x2
    	_FPE_INTOVF = 0x1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 12 21:17:22 UTC 2024
    - 4.9K bytes
    - Viewed (1)
  6. src/internal/bytealg/equal_riscv64.s

    	// X10 = a_base
    	// X11 = b_base
    	// X12 = size
    	JMP	memequal<>(SB)
    
    // func memequal_varlen(a, b unsafe.Pointer) bool
    TEXT runtime·memequal_varlen<ABIInternal>(SB),NOSPLIT|NOFRAME,$0-17
    	MOV	8(CTXT), X12    // compiler stores size at offset 8 in the closure
    	// X10 = a_base
    	// X11 = b_base
    	JMP	memequal<>(SB)
    
    // On entry X10 and X11 contain pointers, X12 contains length.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Nov 09 13:57:06 UTC 2023
    - 2.4K bytes
    - Viewed (0)
  7. src/syscall/zerrors_openbsd_mips64.go

    	AF_HYLINK                         = 0xf
    	AF_IMPLINK                        = 0x3
    	AF_INET                           = 0x2
    	AF_INET6                          = 0x18
    	AF_IPX                            = 0x17
    	AF_ISDN                           = 0x1a
    	AF_ISO                            = 0x7
    	AF_KEY                            = 0x1e
    	AF_LAT                            = 0xe
    	AF_LINK                           = 0x12
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 29 08:08:26 UTC 2020
    - 66.7K bytes
    - Viewed (0)
  8. src/internal/runtime/atomic/atomic_loong64.s

    #include "textflag.h"
    
    // bool cas(uint32 *ptr, uint32 old, uint32 new)
    // Atomically:
    //	if(*ptr == old){
    //		*ptr = new;
    //		return 1;
    //	} else
    //		return 0;
    TEXT ·Cas(SB), NOSPLIT, $0-17
    	MOVV	ptr+0(FP), R4
    	MOVW	old+8(FP), R5
    	MOVW	new+12(FP), R6
    	DBAR
    cas_again:
    	MOVV	R6, R7
    	LL	(R4), R8
    	BNE	R5, R8, cas_fail
    	SC	R7, (R4)
    	BEQ	R7, cas_again
    	MOVV	$1, R4
    	MOVB	R4, ret+16(FP)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 25 19:53:03 UTC 2024
    - 6.3K bytes
    - Viewed (0)
  9. src/cmd/internal/obj/riscv/inst.go

    	case AFMAXD:
    		return &inst{0x53, 0x1, 0x0, 672, 0x15}
    	case AFMAXQ:
    		return &inst{0x53, 0x1, 0x0, 736, 0x17}
    	case AFMAXS:
    		return &inst{0x53, 0x1, 0x0, 640, 0x14}
    	case AFMIND:
    		return &inst{0x53, 0x0, 0x0, 672, 0x15}
    	case AFMINQ:
    		return &inst{0x53, 0x0, 0x0, 736, 0x17}
    	case AFMINS:
    		return &inst{0x53, 0x0, 0x0, 640, 0x14}
    	case AFMSUBD:
    		return &inst{0x47, 0x0, 0x0, 32, 0x1}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 20 14:19:33 UTC 2024
    - 13.9K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/unix/bpxsvc_zos.s

    	BYTE $0xa7; BYTE $0xa8; BYTE $0xa9; BYTE $0xc0
    	BYTE $0x4f; BYTE $0xd0; BYTE $0xa1; BYTE $0x07
    	BYTE $0x20; BYTE $0x21; BYTE $0x22; BYTE $0x23
    	BYTE $0x24; BYTE $0x25; BYTE $0x06; BYTE $0x17
    	BYTE $0x28; BYTE $0x29; BYTE $0x2a; BYTE $0x2b
    	BYTE $0x2c; BYTE $0x09; BYTE $0x0a; BYTE $0x1b
    	BYTE $0x30; BYTE $0x31; BYTE $0x1a; BYTE $0x33
    	BYTE $0x34; BYTE $0x35; BYTE $0x36; BYTE $0x08
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 8.1K bytes
    - Viewed (0)
Back to top