Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for vmaxud (0.07 sec)

  1. src/index/suffixarray/sais2.go

    	} else {
    		induceSubL_8_64(text, sa, freq, bucket)
    		induceSubS_8_64(text, sa, freq, bucket)
    		length_8_64(text, sa, numLMS)
    		maxID := assignID_8_64(text, sa, numLMS)
    		if maxID < numLMS {
    			map_64(sa, numLMS)
    			recurse_64(sa, tmp, numLMS, maxID)
    			unmap_8_64(text, sa, numLMS)
    		} else {
    			// If maxID == numLMS, then each LMS-substring
    			// is unique, so the relative ordering of two LMS-suffixes
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 18 23:57:18 UTC 2024
    - 52.3K bytes
    - Viewed (0)
  2. src/cmd/asm/internal/asm/testdata/amd64enc_extra.s

    	VADDPD.BCST.Z (AX), Z2, K1, Z1 // 62f1edd95808
    	VMAXPD.BCST (AX), Z2, K1, Z1   // 62f1ed595f08
    	VMAXPD.BCST.Z (AX), Z2, K1, Z1 // 62f1edd95f08
    	// EVEX: suppress all exceptions (SAE).
    	VMAXPD.SAE   Z3, Z2, K1, Z1   // 62f1ed595fcb or 62f1ed195fcb
    	VMAXPD.SAE.Z Z3, Z2, K1, Z1   // 62f1edd95fcb or 62f1ed995fcb
    	VMAXPD (AX), Z2, K1, Z1       // 62f1ed495f08
    	VCMPSD.SAE $0, X0, X2, K0     // 62f1ef18c2c000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 11 18:32:50 UTC 2023
    - 57.6K bytes
    - Viewed (0)
Back to top