Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 48 for fcmp64 (0.12 sec)

  1. src/cmd/vendor/golang.org/x/sys/unix/zsysctl_openbsd_arm64.go

    	{"net.inet6.icmp6.errppslimit", []_C_int{4, 24, 30, 14}},
    	{"net.inet6.icmp6.mtudisc_hiwat", []_C_int{4, 24, 30, 16}},
    	{"net.inet6.icmp6.mtudisc_lowat", []_C_int{4, 24, 30, 17}},
    	{"net.inet6.icmp6.nd6_debug", []_C_int{4, 24, 30, 18}},
    	{"net.inet6.icmp6.nd6_delay", []_C_int{4, 24, 30, 8}},
    	{"net.inet6.icmp6.nd6_maxnudhint", []_C_int{4, 24, 30, 15}},
    	{"net.inet6.icmp6.nd6_mmaxtries", []_C_int{4, 24, 30, 10}},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 11.9K bytes
    - Viewed (0)
  2. src/math/exp_arm64.s

    TEXT ·archExp(SB),$0-16
    	FMOVD	x+0(FP), F0	// F0 = x
    	FCMPD	F0, F0
    	BNE	isNaN		// x = NaN, return NaN
    	FMOVD	$Overflow, F1
    	FCMPD	F1, F0
    	BGT	overflow	// x > Overflow, return PosInf
    	FMOVD	$Underflow, F1
    	FCMPD	F1, F0
    	BLT	underflow	// x < Underflow, return 0
    	MOVD	$NearZero, R0
    	FMOVD	R0, F2
    	FABSD	F0, F3
    	FMOVD	$1.0, F1	// F1 = 1.0
    	FCMPD	F2, F3
    	BLT	nearzero	// fabs(x) < NearZero, return 1 + x
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 15 15:48:19 UTC 2021
    - 5.4K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/zsysctl_openbsd_386.go

    	{"net.inet6.icmp6.errppslimit", []_C_int{4, 24, 30, 14}},
    	{"net.inet6.icmp6.mtudisc_hiwat", []_C_int{4, 24, 30, 16}},
    	{"net.inet6.icmp6.mtudisc_lowat", []_C_int{4, 24, 30, 17}},
    	{"net.inet6.icmp6.nd6_debug", []_C_int{4, 24, 30, 18}},
    	{"net.inet6.icmp6.nd6_delay", []_C_int{4, 24, 30, 8}},
    	{"net.inet6.icmp6.nd6_maxnudhint", []_C_int{4, 24, 30, 15}},
    	{"net.inet6.icmp6.nd6_mmaxtries", []_C_int{4, 24, 30, 10}},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 11.9K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/zsysctl_openbsd_amd64.go

    	{"net.inet6.icmp6.errppslimit", []_C_int{4, 24, 30, 14}},
    	{"net.inet6.icmp6.mtudisc_hiwat", []_C_int{4, 24, 30, 16}},
    	{"net.inet6.icmp6.mtudisc_lowat", []_C_int{4, 24, 30, 17}},
    	{"net.inet6.icmp6.nd6_debug", []_C_int{4, 24, 30, 18}},
    	{"net.inet6.icmp6.nd6_delay", []_C_int{4, 24, 30, 8}},
    	{"net.inet6.icmp6.nd6_maxnudhint", []_C_int{4, 24, 30, 15}},
    	{"net.inet6.icmp6.nd6_mmaxtries", []_C_int{4, 24, 30, 10}},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 11.9K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/unix/zsysctl_openbsd_arm.go

    	{"net.inet6.icmp6.errppslimit", []_C_int{4, 24, 30, 14}},
    	{"net.inet6.icmp6.mtudisc_hiwat", []_C_int{4, 24, 30, 16}},
    	{"net.inet6.icmp6.mtudisc_lowat", []_C_int{4, 24, 30, 17}},
    	{"net.inet6.icmp6.nd6_debug", []_C_int{4, 24, 30, 18}},
    	{"net.inet6.icmp6.nd6_delay", []_C_int{4, 24, 30, 8}},
    	{"net.inet6.icmp6.nd6_maxnudhint", []_C_int{4, 24, 30, 15}},
    	{"net.inet6.icmp6.nd6_mmaxtries", []_C_int{4, 24, 30, 10}},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 11.9K bytes
    - Viewed (0)
  6. src/math/pow_s390x.s

    	// special case Pow(+0, y < 0) = +Inf
    	FMOVD	y+8(FP), F2
    	FMOVD	$(0.0), F4
    	FCMPU	F2, F4
    	BLT	posZeroLtZero				//y < 0.0
    	BR	Normal
    xIsNegZero:
    	// special case Pow(-0, -Inf) = +Inf
    	MOVD	$NegInf, R4
    	CMPUBEQ	R2, R4, zeroNegInf
    	FMOVD	y+8(FP), F2
    negZeroNegY:
    	// special case Pow(x, ±0) = 1 for any x
    	FMOVD	$(0.0), F4
    	FCMPU	F4, F2
    	BLT	negZeroGtZero		// y > 0.0
    	BEQ yIsZero				// y = 0.0
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 14 00:03:57 UTC 2023
    - 16.3K bytes
    - Viewed (0)
  7. src/math/dim_s390x.s

    	CMPUBLT R4, R2, isMaxNaN
    	MOVD    R9, R3
    	AND     R5, R3 // y = |y|
    	CMPUBLT R4, R3, isMaxNaN
    	// ±0 special cases
    	OR      R3, R2
    	BEQ     isMaxZero
    
    	FMOVD   x+0(FP), F1
    	FMOVD   y+8(FP), F2
    	FCMPU   F2, F1
    	BGT     +3(PC)
    	FMOVD   F1, ret+16(FP)
    	RET
    	FMOVD   F2, ret+16(FP)
    	RET
    isMaxNaN: // return NaN
    	MOVD	$NaN, R4
    isPosInf: // return +Inf
    	MOVD    R4, ret+16(FP)
    	RET
    isMaxZero:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 15 15:48:19 UTC 2021
    - 2K bytes
    - Viewed (0)
  8. src/cmd/compile/internal/test/align_test.go

    func cmpT2(p, q *T2) {
    	if *p != *q {
    		panic("comparison test wrong")
    	}
    }
    
    //go:noinline
    func cmpA2(p, q *A2) {
    	if *p != *q {
    		panic("comparison test wrong")
    	}
    }
    
    //go:noinline
    func cmpA4(p, q *A4) {
    	if *p != *q {
    		panic("comparison test wrong")
    	}
    }
    
    //go:noinline
    func cmpA8(p, q *A8) {
    	if *p != *q {
    		panic("comparison test wrong")
    	}
    }
    
    func TestAlignEqual(t *testing.T) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 24 19:06:05 UTC 2021
    - 1.6K bytes
    - Viewed (0)
  9. src/cmd/compile/internal/ssa/_gen/ARM64Ops.go

    		{name: "FCMPS", argLength: 2, reg: fp2flags, asm: "FCMPS", typ: "Flags"},                  // arg0 compare to arg1, float32
    		{name: "FCMPD", argLength: 2, reg: fp2flags, asm: "FCMPD", typ: "Flags"},                  // arg0 compare to arg1, float64
    		{name: "FCMPS0", argLength: 1, reg: fp1flags, asm: "FCMPS", typ: "Flags"},                 // arg0 compare to 0, float32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 58.8K bytes
    - Viewed (0)
  10. src/math/tan_s390x.s

    TEXT	·tanAsm(SB), NOSPLIT, $0-16
    	FMOVD	x+0(FP), F0
    	//special case Tan(±0) = ±0
    	FMOVD   $(0.0), F1
    	FCMPU   F0, F1
    	BEQ     atanIsZero
    
    	MOVD	$·tanrodataL13<>+0(SB), R5
    	LTDBR	F0, F0
    	BLTU	L10
    	FMOVD	F0, F2
    L2:
    	MOVD	$·tanxlim<>+0(SB), R1
    	FMOVD	0(R1), F1
    	FCMPU	F2, F1
    	BGT	L9
    	BVS	L11
    	MOVD	$·tanxadd<>+0(SB), R1
    	FMOVD	88(R5), F6
    	FMOVD	0(R1), F4
    	WFMSDB	V0, V6, V4, V6
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jul 27 23:30:00 UTC 2023
    - 2.7K bytes
    - Viewed (0)
Back to top