Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 50 for f16b (0.06 sec)

  1. src/cmd/cgo/internal/testerrors/ptr_test.go

    		body:      `p := C.f16(); copy(p.a[:], []*C.char{new(C.char)}); C.f16b(p)`,
    		fail:      true,
    		expensive: true,
    	},
    	{
    		// A very large value uses a GC program, which is a
    		// different code path.
    		name: "barriergcprogarray",
    		c: `#include <stdlib.h>
    		    struct s17 { char *a[32769]; };
    		    struct s17 *f17() { return malloc(sizeof(struct s17)); }
    		    void f17b(struct s17 *p) {}`,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Aug 03 16:07:49 UTC 2023
    - 21.2K bytes
    - Viewed (0)
  2. pkg/ctrlz/assets/static/css/fontawesome-all-5.0.6.css

    t:"\f2dc"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-spinner:be...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 23 17:08:31 UTC 2023
    - 33.9K bytes
    - Viewed (2)
  3. src/main/webapp/css/font-awesome.min.css

    t:"\f15e"}.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-down-alt:before{content:"\f884"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-amount-up-alt:before{content:"\f885"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-sort-up:before{content:"\f0de"}.fa-sound...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Sat Dec 14 21:22:25 UTC 2019
    - 55.8K bytes
    - Viewed (0)
  4. src/main/webapp/css/admin/font-awesome.min.css

    t:"\f15e"}.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-down-alt:before{content:"\f884"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-amount-up-alt:before{content:"\f885"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-sort-up:before{content:"\f0de"}.fa-sound...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Sat Dec 14 21:22:25 UTC 2019
    - 55.8K bytes
    - Viewed (0)
  5. src/math/bits/example_test.go

    	fmt.Printf("%08b\n", bits.RotateLeft8(15, -2))
    	// Output:
    	// 00001111
    	// 00111100
    	// 11000011
    }
    
    func ExampleRotateLeft16() {
    	fmt.Printf("%016b\n", 15)
    	fmt.Printf("%016b\n", bits.RotateLeft16(15, 2))
    	fmt.Printf("%016b\n", bits.RotateLeft16(15, -2))
    	// Output:
    	// 0000000000001111
    	// 0000000000111100
    	// 1100000000000011
    }
    
    func ExampleRotateLeft32() {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 20 18:16:09 UTC 2019
    - 5.3K bytes
    - Viewed (0)
  6. src/cmd/internal/obj/arm64/doc.go

    	VLD1.P (R6)(R11), [V31.D1]        <=>      ld1 {v31.1d}, [x6], x11
    	VFMLA V29.S2, V20.S2, V14.S2      <=>      fmla v14.2s, v20.2s, v29.2s
    	AESD V22.B16, V19.B16             <=>      aesd v19.16b, v22.16b
    	SCVTFWS R3, F16                   <=>      scvtf s17, w6
    
    6. Align directive
    
    Go asm supports the PCALIGN directive, which indicates that the next instruction should be aligned
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Aug 07 00:21:42 UTC 2023
    - 9.6K bytes
    - Viewed (0)
  7. src/runtime/cgo/abi_ppc64x.h

    	MOVD	(offset+8*16)(R1), g   \
    	MOVD	(offset+8*17)(R1), R31
    
    #define SAVE_FPR_SIZE (18*8)
    #define SAVE_FPR(offset)               \
    	FMOVD	F14, (offset+8*0)(R1)  \
    	FMOVD	F15, (offset+8*1)(R1)  \
    	FMOVD	F16, (offset+8*2)(R1)  \
    	FMOVD	F17, (offset+8*3)(R1)  \
    	FMOVD	F18, (offset+8*4)(R1)  \
    	FMOVD	F19, (offset+8*5)(R1)  \
    	FMOVD	F20, (offset+8*6)(R1)  \
    	FMOVD	F21, (offset+8*7)(R1)  \
    	FMOVD	F22, (offset+8*8)(R1)  \
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 03 20:17:02 UTC 2023
    - 6.6K bytes
    - Viewed (0)
  8. test/prove.go

    		return 0
    	}
    	return 1
    }
    
    func f11a(a []int, i int) {
    	useInt(a[i])
    	useInt(a[i]) // ERROR "Proved IsInBounds$"
    }
    
    func f11b(a []int, i int) {
    	useSlice(a[i:])
    	useSlice(a[i:]) // ERROR "Proved IsSliceInBounds$"
    }
    
    func f11c(a []int, i int) {
    	useSlice(a[:i])
    	useSlice(a[:i]) // ERROR "Proved IsSliceInBounds$"
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jan 23 00:02:36 UTC 2024
    - 21.2K bytes
    - Viewed (0)
  9. test/live.go

    	if b {
    		m2[x2] = p // ERROR "live at call to mapassign: p$"
    	}
    	m2[x2] = p // ERROR "live at call to mapassign: p$"
    	m2[x2] = p // ERROR "live at call to mapassign: p$"
    }
    
    func f17b(p *byte) { // ERROR "live at entry to f17b: p$"
    	// key temporary
    	if b {
    		m2s[str()] = p // ERROR "live at call to mapassign_faststr: p$" "live at call to str: p$"
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Dec 05 20:34:30 UTC 2023
    - 18K bytes
    - Viewed (0)
  10. test/fixedbugs/issue41872.go

    // the LICENSE file.
    
    package main
    
    //go:noinline
    func f8(x int32) bool {
    	return byte(x&0xc0) == 64
    }
    
    //go:noinline
    func f16(x int32) bool {
    	return uint16(x&0x8040) == 64
    }
    
    func main() {
    	if !f8(64) {
    		panic("wanted true, got false")
    	}
    	if !f16(64) {
    		panic("wanted true, got false")
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 08 20:35:54 UTC 2020
    - 443 bytes
    - Viewed (0)
Back to top