Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 30 for z$ (0.14 sec)

  1. src/cmd/compile/internal/ssa/rewriteARM.go

    		z := v_0.Args[1]
    		y := v_0.Args[0]
    		x := v_1
    		v.reset(OpARMSUBshiftLLreg)
    		v.AddArg3(x, y, z)
    		return true
    	}
    	// match: (RSB x (SRL y z))
    	// result: (RSBshiftRLreg x y z)
    	for {
    		x := v_0
    		if v_1.Op != OpARMSRL {
    			break
    		}
    		z := v_1.Args[1]
    		y := v_1.Args[0]
    		v.reset(OpARMRSBshiftRLreg)
    		v.AddArg3(x, y, z)
    		return true
    	}
    	// match: (RSB (SRL y z) x)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Nov 20 17:19:36 UTC 2023
    - 486.8K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/ssa/rewritePPC64.go

    		}
    		break
    	}
    	// match: (MOVBZreg z:(ANDconst [c] (MOVBZload ptr x)))
    	// result: z
    	for {
    		z := v_0
    		if z.Op != OpPPC64ANDconst {
    			break
    		}
    		z_0 := z.Args[0]
    		if z_0.Op != OpPPC64MOVBZload {
    			break
    		}
    		v.copyOf(z)
    		return true
    	}
    	// match: (MOVBZreg z:(AND y (MOVBZload ptr x)))
    	// result: z
    	for {
    		z := v_0
    		if z.Op != OpPPC64AND {
    			break
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 19:02:52 UTC 2024
    - 360.2K bytes
    - Viewed (0)
  3. doc/go_spec.html

    that computes <code>x*y + z</code> without rounding the intermediate result <code>x*y</code>.
    These examples show when a Go implementation can use that instruction:
    </p>
    
    <pre>
    // FMA allowed for computing r, because x*y is not explicitly rounded:
    r  = x*y + z
    r  = z;   r += x*y
    t  = x*y; r = t + z
    *p = x*y; r = *p + z
    r  = x*y + float64(z)
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 21:07:21 UTC 2024
    - 281.5K bytes
    - Viewed (1)
  4. staging/src/k8s.io/apiextensions-apiserver/test/integration/ratcheting_test_cases/crds/standard-install.yaml

                        type: string
                      kind:
                        description: Kind is kind of the referent.
                        maxLength: 63
                        minLength: 1
                        pattern: ^[a-zA-Z]([-a-zA-Z0-9]*[a-zA-Z0-9])?$
                        type: string
                      name:
                        description: Name is the name of the referent.
                        maxLength: 253
                        minLength: 1
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 27 17:15:18 UTC 2023
    - 458.3K bytes
    - Viewed (0)
  5. samples/bookinfo/src/productpage/static/tailwind/tailwind.css

    eturn ds([...i,...e])}var hs=C(()=>{l();Yu();Xu()});var Zu={};Ae(Zu,{default:()=>Z});var Z,gt=C(()=>{l();Z={resolve:i=>i,extname:i=>"."+i.split(".").pop()}});function xi(i){return typeof i=="object"&&i!==null}function r0(i){return Object.keys(i).length===0}function ef(i){return typeof i=="string"||i instanceof String}function ms(i){return xi(i)&&i.config===void 0&&!r0(i)?null:xi(i)&&i.config!==void 0&&ef(i.config)?Z.resolve(i.config):xi(i)&&i.config!==void 0&&xi(i.config)?null:ef(i)?Z.resolve(i):i0()}function...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 28 14:48:01 UTC 2024
    - 357.1K bytes
    - Viewed (1)
  6. src/cmd/compile/internal/ssagen/ssa.go

    		}
    	case t.IsComplex():
    		switch t.Size() {
    		case 8:
    			z := s.constFloat32(types.Types[types.TFLOAT32], 0)
    			return s.entryNewValue2(ssa.OpComplexMake, t, z, z)
    		case 16:
    			z := s.constFloat64(types.Types[types.TFLOAT64], 0)
    			return s.entryNewValue2(ssa.OpComplexMake, t, z, z)
    		default:
    			s.Fatalf("bad sized complex type %v", t)
    		}
    
    	case t.IsString():
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
  7. src/cmd/compile/internal/ssa/rewriteS390X.go

    		return true
    	}
    	// match: (RISBGZ (RISBGZ x {y}) {z})
    	// cond: z.InMerge(y.OutMask()) != nil
    	// result: (RISBGZ x {(*z.InMerge(y.OutMask())).RotateLeft(y.Amount)})
    	for {
    		z := auxToS390xRotateParams(v.Aux)
    		if v_0.Op != OpS390XRISBGZ {
    			break
    		}
    		y := auxToS390xRotateParams(v_0.Aux)
    		x := v_0.Args[0]
    		if !(z.InMerge(y.OutMask()) != nil) {
    			break
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 12 18:09:26 UTC 2023
    - 395.1K bytes
    - Viewed (0)
  8. platforms/software/dependency-management/src/main/resources/org/gradle/api/internal/artifacts/ivyservice/ivyresolve/verification/report/uikit.min.css

    ordion-content>:last-child{margin-bottom:0}.uk-drop{display:none;position:absolute;z-index:1020;box-sizing:border-box;width:300px}.uk-drop.uk-open{display:block}[class*=uk-drop-top]{margin-top:-20px}[class*=uk-drop-bottom]{margin-top:20px}[class*=uk-drop-left]{margin-left:-20px}[class*=uk-drop-right]{margin-left:20px}.uk-drop-stack .uk-drop-grid>*{width:100%!important}.uk-dropdown{display:none;position:absolute;z-index:1020;box-sizing:border-box;min-width:200px;padding:25px;background:#fff;color:#666;box-shadow:0...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 257.2K bytes
    - Viewed (0)
  9. src/net/http/h2_bundle.go

    func (z http2sortPriorityNodeSiblings) Len() int { return len(z) }
    
    func (z http2sortPriorityNodeSiblings) Swap(i, k int) { z[i], z[k] = z[k], z[i] }
    
    func (z http2sortPriorityNodeSiblings) Less(i, k int) bool {
    	// Prefer the subtree that has sent fewer bytes relative to its weight.
    	// See sections 5.3.2 and 5.3.4.
    	wi, bi := float64(z[i].weight+1), float64(z[i].subtreeBytes)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
  10. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

        <magic priority="40">
          <match value="function [a-zA-Z][A-Za-z0-9_]{0,62}\\s*=" type="regex" offset="0"/>
        </magic>
        <!-- No-output function definition in short form -->
        <!-- Be careful to avoid a false-match on JS functions! -->
        <magic priority="40">
          <match value="function [a-zA-Z][A-Za-z0-9_]{0,62}[\\r\\n]" type="regex" offset="0"/>
        </magic>
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
Back to top