Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for VR (0.04 sec)

  1. src/database/sql/convert.go

    // string/*string.
    //
    // This function is mirrored in the database/sql/driver package.
    func callValuerValue(vr driver.Valuer) (v driver.Value, err error) {
    	if rv := reflect.ValueOf(vr); rv.Kind() == reflect.Pointer &&
    		rv.IsNil() &&
    		rv.Type().Elem().Implements(valuerReflectType) {
    		return nil, nil
    	}
    	return vr.Value()
    }
    
    // decimal composes or decomposes a decimal value to and from individual parts.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 16.2K bytes
    - Viewed (0)
  2. maven-artifact/src/test/java/org/apache/maven/artifact/versioning/VersionRangeTest.java

        public boolean enforceVersion(String requiredVersionRange, ArtifactVersion actualVersion)
                throws InvalidVersionSpecificationException {
            VersionRange vr = null;
    
            vr = VersionRange.createFromVersionSpec(requiredVersionRange);
    
            return vr.containsVersion(actualVersion);
        }
    
        @Test
        void testOrder0() {
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Sep 06 08:39:32 UTC 2023
    - 44.3K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/bpxsvc_zos.go

    	PT_READ_GPR             = 11 // Read GPR, CR, PSW
    	PT_READ_FPR             = 12 // Read FPR
    	PT_READ_VR              = 13 // Read VR
    	PT_WRITE_GPR            = 14 // Write GPR, CR, PSW
    	PT_WRITE_FPR            = 15 // Write FPR
    	PT_WRITE_VR             = 16 // Write VR
    	PT_READ_BLOCK           = 17 // Read storage
    	PT_WRITE_BLOCK          = 19 // Write storage
    	PT_READ_GPRH            = 20 // Read GPRH
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 19.9K bytes
    - Viewed (0)
  4. src/cmd/internal/obj/ppc64/asm_test.go

    // bits will produce a valid register number:
    // REG_Rx & 31 == x
    // REG_Fx & 31 == x
    // REG_Vx & 31 == x
    // REG_VSx & 63 == x
    // REG_SPRx & 1023 == x
    // REG_CRx & 7 == x
    //
    // VR and FPR disjointly overlap VSR, interpreting as VSR registers should produce the correctly overlapped VSR.
    // REG_FPx & 63 == x
    // REG_Vx & 63 == x + 32
    func TestRegValueAlignment(t *testing.T) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 09 22:14:57 UTC 2024
    - 17.3K bytes
    - Viewed (0)
  5. docs/tr/docs/async.md

    Ama hamburgerler 🍔 hazır olmamasına rağmen Kasiyer 💁 ile işiniz "duraklıyor" ⏸, çünkü hamburgerlerin hazır olmasını bekliyoruz 🕙.
    
    Ama tezgahtan uzaklaşıp sıranız gelene kadarmasanıza dönebilir 🔀 ve dikkatinizi aşkınıza 😍 verebilirsiniz vr bunun üzerine "çalışabilirsiniz" ⏯ 🤓. Artık "üretken" birşey yapıyorsunuz 🤓, sevgilinle 😍 flört eder gibi.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 21.9K bytes
    - Viewed (0)
  6. src/crypto/aes/asm_ppc64x.s

    	LVX	(PTR), ESPERM
    	ADD	$0x10, PTR
    #else
    	MOVD	$·rcon+0x10(SB), PTR // PTR points to rcon addr (skipping permute vector)
    #endif
    
    	// Get key from memory and write aligned into VR
    	P8_LXVB16X(INP, R0, IN0)
    	ADD	$0x10, INP, INP
    	MOVD	$0x20, TEMP
    
    	CMPW	ROUNDS, $12
    	LVX	(PTR)(R0), RCON    // lvx   4,0,6      Load first 16 bytes into RCON
    	LVX	(PTR)(TEMP), MASK
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 20 18:05:32 UTC 2024
    - 18.6K bytes
    - Viewed (0)
  7. src/runtime/asm_ppc64x.s

    // runtime.elf_restgpr1 with an appropriate offset based on the number
    // register operations required when linking external objects which
    // make these calls. For GPR/FPR saves, the minimum register value is
    // 14, for VR it is 20.
    //
    // These are only used when linking such cgo code internally. Note, R12
    // and R0 may be used in different ways than regular ELF compliant
    // functions.
    TEXT runtime·elf_savegpr0(SB),NOSPLIT|NOFRAME,$0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 18:17:17 UTC 2024
    - 45.4K bytes
    - Viewed (0)
  8. okhttp/src/main/resources/okhttp3/internal/publicsuffix/PublicSuffixDatabase.gz

    vladimir.ru vladimir.su vlog.br vm.bytemark.co.uk vn vn.ua voagat.no vodka volda.no volkenkunde.museum volkswagen vologda.su volvo volyn.ua voorloper.cloud voss.no vossevangen.no vote voting voto voyage vp4.me vpndns.net vpnplus.to vps-host.net vps.mcdir.ru vr.it vs.it vs.mythic-beasts.com vt.it vt.us vu vuelos vv.it vxl.sh várggát.no vågan.no vågsøy.no vågå.no våler.hedmark.no våler.østfold.no værøy.no w.bg w.se wa.au wa.edu.au wa.gov.au wa.us wada.nagano.jp wafflecell.com wajiki.tokushima.jp...
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 40.4K bytes
    - Viewed (0)
Back to top