Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 66 for Z1 (0.02 sec)

  1. test/dwarf/dwarf.dir/z1.go

    Rémy Oudompheng <******@****.***> 1357938048 +0100
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jan 11 21:00:48 UTC 2013
    - 43 bytes
    - Viewed (0)
  2. src/cmd/go/testdata/script/gcflags_patterns.txt

    go build -a -n -v -gcflags=-e z1 z2
    stderr 'compile.* -p z1.* -e '
    stderr 'compile.* -p z2.* -e '
    stderr 'compile.* -p y'
    ! stderr 'compile.* -p [^z].* -e '
    
    # -gcflags can specify package=flags, and can be repeated; last match wins
    go build -a -n -v -gcflags=-e -gcflags=z1=-N z1 z2
    stderr 'compile.* -p z1.* -N '
    ! stderr 'compile.* -p z1.* -e '
    ! stderr 'compile.* -p z2.* -N '
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 21 14:58:44 UTC 2023
    - 2.5K bytes
    - Viewed (0)
  3. src/image/jpeg/fdct.go

    		s[4] = (tmp10 - tmp11) << pass1Bits
    		z1 := (tmp12 + tmp13) * fix_0_541196100
    		z1 += 1 << (constBits - pass1Bits - 1)
    		s[2] = (z1 + tmp12*fix_0_765366865) >> (constBits - pass1Bits)
    		s[6] = (z1 - tmp13*fix_1_847759065) >> (constBits - pass1Bits)
    
    		tmp10 = tmp0 + tmp3
    		tmp11 = tmp1 + tmp2
    		tmp12 = tmp0 + tmp2
    		tmp13 = tmp1 + tmp3
    		z1 = (tmp12 + tmp13) * fix_1_175875602
    		z1 += 1 << (constBits - pass1Bits - 1)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 23:18:37 UTC 2019
    - 6K bytes
    - Viewed (0)
  4. test/codegen/structs.go

    // struct types.
    
    // ------------- //
    //    Zeroing    //
    // ------------- //
    
    type Z1 struct {
    	a, b, c int
    }
    
    func Zero1(t *Z1) { // Issue #18370
    	// amd64:`MOVUPS\tX[0-9]+, \(.*\)`,`MOVQ\t\$0, 16\(.*\)`
    	*t = Z1{}
    }
    
    type Z2 struct {
    	a, b, c *int
    }
    
    func Zero2(t *Z2) {
    	// amd64:`MOVUPS\tX[0-9]+, \(.*\)`,`MOVQ\t\$0, 16\(.*\)`
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:25 UTC 2023
    - 923 bytes
    - Viewed (0)
  5. src/crypto/elliptic/params.go

    	panicIfNotOnCurve(curve, x2, y2)
    
    	z1 := zForAffine(x1, y1)
    	z2 := zForAffine(x2, y2)
    	return curve.affineFromJacobian(curve.addJacobian(x1, y1, z1, x2, y2, z2))
    }
    
    // addJacobian takes two points in Jacobian coordinates, (x1, y1, z1) and
    // (x2, y2, z2) and returns their sum, also in Jacobian form.
    func (curve *CurveParams) addJacobian(x1, y1, z1, x2, y2, z2 *big.Int) (*big.Int, *big.Int, *big.Int) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 17:46:09 UTC 2024
    - 9.6K bytes
    - Viewed (0)
  6. src/cmd/compile/internal/ssa/fuse_test.go

    		Bloc("z0",
    			Goto("z1")),
    		Bloc("exit",
    			Exit("mem"),
    		))
    
    	CheckFunc(fun.f)
    	fuseLate(fun.f)
    
    	for k, b := range fun.blocks {
    		if k[:1] == "z" && b.Kind != BlockInvalid {
    			t.Errorf("case1 %s was not eliminated, but should have", k)
    		}
    	}
    
    	// Case 2, empty blocks with If branch, z0 and z1 will be eliminated.
    	//     entry
    	//     /  \
    	//    z0  z1
    	//     \  /
    	//     exit
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Oct 31 20:45:54 UTC 2023
    - 7.4K bytes
    - Viewed (0)
  7. test/fixedbugs/issue12577.go

    // Issue 12577: Test that there are no -0 floating-point constants.
    
    package main
    
    import "math"
    
    const (
    	z0 = 0.0
    	z1 = -0.0
    	z2 = -z0
    	z3 = -z2
    )
    
    var (
    	x0 float32 = z0
    	x1 float32 = z1
    	x2 float32 = z2
    	x3 float32 = z3
    
    	y0 float64 = z0
    	y1 float64 = z1
    	y2 float64 = z2
    	y3 float64 = z3
    )
    
    func test32(f float32) {
    	if f != 0 || math.Signbit(float64(f)) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Oct 20 22:11:11 UTC 2015
    - 1011 bytes
    - Viewed (0)
  8. src/cmd/asm/internal/asm/testdata/amd64enc_extra.s

    	VADDPD.Z X30, X1, K7, X0  // 6291f58f58c6
    	VMAXPD.Z (AX), Z2, K1, Z1 // 62f1edc95f08
    	// EVEX: embedded rounding.
    	VADDPD.RU_SAE Z3, Z2, K1, Z1   // 62f1ed5958cb
    	VADDPD.RD_SAE Z3, Z2, K1, Z1   // 62f1ed3958cb
    	VADDPD.RZ_SAE Z3, Z2, K1, Z1   // 62f1ed7958cb
    	VADDPD.RN_SAE Z3, Z2, K1, Z1   // 62f1ed1958cb
    	VADDPD.RU_SAE.Z Z3, Z2, K1, Z1 // 62f1edd958cb
    	VADDPD.RD_SAE.Z Z3, Z2, K1, Z1 // 62f1edb958cb
    	VADDPD.RZ_SAE.Z Z3, Z2, K1, Z1 // 62f1edf958cb
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 11 18:32:50 UTC 2023
    - 57.6K bytes
    - Viewed (0)
  9. src/cmd/asm/internal/asm/testdata/avx512enc/avx512f.s

    	VFIXUPIMMPD $79, Z0, Z6, K1, Z1                    // 62f3cd4954c84f
    	VFIXUPIMMPD $79, Z8, Z6, K1, Z1                    // 62d3cd4954c84f
    	VFIXUPIMMPD $79, -7(CX)(DX*1), Z6, K1, Z1          // 62f3cd49548c11f9ffffff4f
    	VFIXUPIMMPD $79, -15(R14)(R15*4), Z6, K1, Z1       // 6293cd49548cbef1ffffff4f
    	VFIXUPIMMPD $79, Z0, Z2, K1, Z1                    // 62f3ed4954c84f
    	VFIXUPIMMPD $79, Z8, Z2, K1, Z1                    // 62d3ed4954c84f
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 22 14:57:15 UTC 2018
    - 410.5K bytes
    - Viewed (0)
  10. src/math/erfinv.go

    	}
    
    	var ans float64
    	if x <= 0.85 { // |x| <= 0.85
    		r := 0.180625 - 0.25*x*x
    		z1 := ((((((a7*r+a6)*r+a5)*r+a4)*r+a3)*r+a2)*r+a1)*r + a0
    		z2 := ((((((b7*r+b6)*r+b5)*r+b4)*r+b3)*r+b2)*r+b1)*r + b0
    		ans = (x * z1) / z2
    	} else {
    		var z1, z2 float64
    		r := Sqrt(Ln2 - Log(1.0-x))
    		if r <= 5.0 {
    			r -= 1.6
    			z1 = ((((((c7*r+c6)*r+c5)*r+c4)*r+c3)*r+c2)*r+c1)*r + c0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 11:59:09 UTC 2023
    - 3.4K bytes
    - Viewed (0)
Back to top