Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 81 for phi2 (0.05 sec)

  1. src/cmd/vendor/golang.org/x/text/internal/language/lookup.go

    	var e ValueError
    	fmt.Fprint(bytes.NewBuffer([]byte(e.v[:])), n)
    	return 0, e
    }
    
    // normRegion returns a region if r is deprecated or 0 otherwise.
    // TODO: consider supporting BYS (-> BLR), CSK (-> 200 or CZ), PHI (-> PHL) and AFI (-> DJ).
    // TODO: consider mapping split up regions to new most populous one (like CLDR).
    func normRegion(r Region) Region {
    	m := regionOldMap
    	k := sort.Search(len(m), func(i int) bool {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 12.1K bytes
    - Viewed (0)
  2. src/net/netip/netip.go

    func (ip Addr) Compare(ip2 Addr) int {
    	f1, f2 := ip.BitLen(), ip2.BitLen()
    	if f1 < f2 {
    		return -1
    	}
    	if f1 > f2 {
    		return 1
    	}
    	hi1, hi2 := ip.addr.hi, ip2.addr.hi
    	if hi1 < hi2 {
    		return -1
    	}
    	if hi1 > hi2 {
    		return 1
    	}
    	lo1, lo2 := ip.addr.lo, ip2.addr.lo
    	if lo1 < lo2 {
    		return -1
    	}
    	if lo1 > lo2 {
    		return 1
    	}
    	if ip.Is6() {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 17:10:01 UTC 2024
    - 43.2K bytes
    - Viewed (0)
  3. pom.xml

        </contributor>
        <contributor>
          <name>Sébastian Le Merdy (MNG-5613)</name>
        </contributor>
        <contributor>
          <name>Mark Ingram (MNG-5639)</name>
        </contributor>
        <contributor>
          <name>Phil Pratt-Szeliga (MNG-5645)</name>
        </contributor>
        <contributor>
          <name>Florencia Tarditti (PR 41)</name>
        </contributor>
        <contributor>
          <name>Anton Tanasenko</name>
        </contributor>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Jun 11 09:13:34 UTC 2024
    - 33.9K bytes
    - Viewed (0)
  4. src/cmd/compile/internal/ssa/_gen/generic.rules

    (Add(64|32|16|8) x (Sub(64|32|16|8) y x)) => y
    (Add(64|32|16|8) x (Add(64|32|16|8) y (Sub(64|32|16|8) z x))) => (Add(64|32|16|8) y z)
    
    // basic phi simplifications
    (Phi (Const8  [c]) (Const8  [c])) => (Const8  [c])
    (Phi (Const16 [c]) (Const16 [c])) => (Const16 [c])
    (Phi (Const32 [c]) (Const32 [c])) => (Const32 [c])
    (Phi (Const64 [c]) (Const64 [c])) => (Const64 [c])
    
    // slice and interface comparisons
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 16 22:21:05 UTC 2024
    - 135.3K bytes
    - Viewed (0)
  5. src/cmd/compile/internal/ssa/_gen/genericOps.go

    	// See section 7.2 in ieee754.
    	{name: "FMA", argLength: 3}, // compute (a*b)+c without intermediate rounding
    
    	// Data movement. Max argument length for Phi is indefinite.
    	{name: "Phi", argLength: -1, zeroWidth: true}, // select an argument based on which predecessor block we came from
    	{name: "Copy", argLength: 1},                  // output = arg0
    	// Convert converts between pointers and integers.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 42.6K bytes
    - Viewed (0)
  6. src/cmd/compile/internal/ssa/value.go

    // The returned value, if non-nil, will be memory-typed (or a tuple with a memory-typed second part).
    // Otherwise, nil is returned.
    func (v *Value) MemoryArg() *Value {
    	if v.Op == OpPhi {
    		v.Fatalf("MemoryArg on Phi")
    	}
    	na := len(v.Args)
    	if na == 0 {
    		return nil
    	}
    	if m := v.Args[na-1]; m.Type.IsMemory() {
    		return m
    	}
    	return nil
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 03 16:40:22 UTC 2024
    - 16.7K bytes
    - Viewed (0)
  7. src/cmd/compile/internal/ssagen/ssa.go

    	// assign new elements to slots
    	s.startBlock(assign)
    	p = s.variable(ptrVar, pt)                      // generates phi for ptr
    	l = s.variable(lenVar, types.Types[types.TINT]) // generates phi for len
    	if !inplace {
    		c = s.variable(capVar, types.Types[types.TINT]) // generates phi for cap
    	}
    
    	if inplace {
    		// Update length in place.
    		// We have to wait until here to make sure growslice succeeded.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
  8. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    03A5          ; mapped                 ; 03C5          # 1.1  GREEK CAPITAL LETTER UPSILON
    03A6          ; mapped                 ; 03C6          # 1.1  GREEK CAPITAL LETTER PHI
    03A7          ; mapped                 ; 03C7          # 1.1  GREEK CAPITAL LETTER CHI
    03A8          ; mapped                 ; 03C8          # 1.1  GREEK CAPITAL LETTER PSI
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Feb 10 11:25:47 UTC 2024
    - 854.1K bytes
    - Viewed (0)
  9. src/encoding/xml/xml.go

    	"Nu":       "\u039D",
    	"Xi":       "\u039E",
    	"Omicron":  "\u039F",
    	"Pi":       "\u03A0",
    	"Rho":      "\u03A1",
    	"Sigma":    "\u03A3",
    	"Tau":      "\u03A4",
    	"Upsilon":  "\u03A5",
    	"Phi":      "\u03A6",
    	"Chi":      "\u03A7",
    	"Psi":      "\u03A8",
    	"Omega":    "\u03A9",
    	"alpha":    "\u03B1",
    	"beta":     "\u03B2",
    	"gamma":    "\u03B3",
    	"delta":    "\u03B4",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 08 18:46:41 UTC 2024
    - 47.3K bytes
    - Viewed (0)
  10. src/cmd/compile/internal/test/testdata/fp_test.go

    	bc = b - c
    	bd = b - d
    	ca = c - a
    	cb = c - b
    	cc = c + 33.0 - c
    	cd = c - d
    	da = d - a
    	db = d - b
    	dc = d - c
    	dd = d + 44.0 - d
    	return
    }
    
    // fpspill_ssa attempts to trigger a bug where phis with floating point values
    // were stored in non-fp registers causing an error in doasm.
    //
    //go:noinline
    func fpspill_ssa(a int) float64 {
    
    	ret := -1.0
    	switch a {
    	case 0:
    		ret = 1.0
    	case 1:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 05 17:54:15 UTC 2022
    - 35K bytes
    - Viewed (0)
Back to top