Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for vavgub (0.1 sec)

  1. src/cmd/internal/obj/s390x/a.out.go

    	AVAH
    	AVAF
    	AVAG
    	AVAQ
    	AVACC
    	AVACCB
    	AVACCH
    	AVACCF
    	AVACCG
    	AVACCQ
    	AVAC
    	AVACQ
    	AVACCC
    	AVACCCQ
    	AVN
    	AVNC
    	AVAVG
    	AVAVGB
    	AVAVGH
    	AVAVGF
    	AVAVGG
    	AVAVGL
    	AVAVGLB
    	AVAVGLH
    	AVAVGLF
    	AVAVGLG
    	AVCKSM
    	AVCEQ
    	AVCEQB
    	AVCEQH
    	AVCEQF
    	AVCEQG
    	AVCEQBS
    	AVCEQHS
    	AVCEQFS
    	AVCEQGS
    	AVCH
    	AVCHB
    	AVCHH
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Sep 05 16:41:03 UTC 2023
    - 12.4K bytes
    - Viewed (0)
  2. src/cmd/internal/obj/s390x/vector.go

    	case AVN:
    		return op_VN, 0, 0
    	case AVNC:
    		return op_VNC, 0, 0
    	case AVAVG:
    		return op_VAVG, 0, 0
    	case AVAVGB:
    		return op_VAVG, 0, 0
    	case AVAVGH:
    		return op_VAVG, 1, 0
    	case AVAVGF:
    		return op_VAVG, 2, 0
    	case AVAVGG:
    		return op_VAVG, 3, 0
    	case AVAVGL:
    		return op_VAVGL, 0, 0
    	case AVAVGLB:
    		return op_VAVGL, 0, 0
    	case AVAVGLH:
    		return op_VAVGL, 1, 0
    	case AVAVGLF:
    		return op_VAVGL, 2, 0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 09 14:45:09 UTC 2019
    - 19.3K bytes
    - Viewed (0)
  3. src/cmd/internal/obj/ppc64/asm9_gtables.go

    	AVINSWVRX
    	AVINSWVLX
    	AVINSWRX
    	AVINSWLX
    	AVINSW
    	AVINSHVRX
    	AVINSHVLX
    	AVINSHRX
    	AVINSHLX
    	AVINSDRX
    	AVINSDLX
    	AVINSD
    	AVINSBVRX
    	AVINSBVLX
    	AVINSBRX
    	AVINSBLX
    	AVGNB
    	AVEXTSD2Q
    	AVEXTRACTWM
    	AVEXTRACTQM
    	AVEXTRACTHM
    	AVEXTRACTDM
    	AVEXTRACTBM
    	AVEXTDUWVRX
    	AVEXTDUWVLX
    	AVEXTDUHVRX
    	AVEXTDUHVLX
    	AVEXTDUBVRX
    	AVEXTDUBVLX
    	AVEXTDDVRX
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 16 20:18:50 UTC 2022
    - 42.6K bytes
    - Viewed (0)
  4. okhttp/src/main/kotlin/okhttp3/MultipartBody.kt

        private val DASHDASH = byteArrayOf('-'.code.toByte(), '-'.code.toByte())
    
        /**
         * Appends a quoted-string to a StringBuilder.
         *
         * RFC 2388 is rather vague about how one should escape special characters in form-data
         * parameters, and as it turns out Firefox and Chrome actually do rather different things, and
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 10.9K bytes
    - Viewed (0)
  5. src/crypto/rsa/rsa.go

    	}
    
    	return encrypt(pub, em)
    }
    
    // ErrDecryption represents a failure to decrypt a message.
    // It is deliberately vague to avoid adaptive attacks.
    var ErrDecryption = errors.New("crypto/rsa: decryption error")
    
    // ErrVerification represents a failure to verify a signature.
    // It is deliberately vague to avoid adaptive attacks.
    var ErrVerification = errors.New("crypto/rsa: verification error")
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 00:11:18 UTC 2024
    - 23.4K bytes
    - Viewed (0)
  6. platforms/core-configuration/model-core/src/main/java/org/gradle/api/internal/provider/ProviderInternal.java

     *     </li>
     *     <li>"usable". This is currently somewhat vague, but basically means that if the content is built by some work node, then that work node has already executed.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jan 26 14:58:23 UTC 2024
    - 11.2K bytes
    - Viewed (0)
  7. src/cmd/internal/obj/arm64/a.out.go

    	AVMOVD
    	AVMOVI
    	AVMOVQ
    	AVMOVS
    	AVORR
    	AVPMULL
    	AVPMULL2
    	AVRAX1
    	AVRBIT
    	AVREV16
    	AVREV32
    	AVREV64
    	AVSHL
    	AVSLI
    	AVSRI
    	AVST1
    	AVST2
    	AVST3
    	AVST4
    	AVSUB
    	AVTBL
    	AVTBX
    	AVTRN1
    	AVTRN2
    	AVUADDLV
    	AVUADDW
    	AVUADDW2
    	AVUMAX
    	AVUMIN
    	AVUSHLL
    	AVUSHLL2
    	AVUSHR
    	AVUSRA
    	AVUXTL
    	AVUXTL2
    	AVUZP1
    	AVUZP2
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 18 17:56:30 UTC 2023
    - 18.1K bytes
    - Viewed (0)
  8. src/math/big/natdiv.go

    and rem = u - quo·v.
    
    
    Long Division
    
    Division in a computer proceeds the same as long division in elementary school,
    but computers are not as good as schoolchildren at following vague directions,
    so we have to be much more precise about the actual steps and what can happen.
    
    We work from most to least significant digit of the quotient, doing:
    
     • Guess a digit q, the number of v to subtract from the current
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 14 17:02:38 UTC 2024
    - 34.4K bytes
    - Viewed (0)
Back to top