Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 13 for z2in (0.08 sec)

  1. src/crypto/internal/nistec/p256_asm_amd64.s

    	MOVOU X3, y1in(16*1)
    	MOVOU X4, z1in(16*0)
    	MOVOU X5, z1in(16*1)
    
    	MOVOU (16*0)(CX), X0
    	MOVOU (16*1)(CX), X1
    	MOVOU (16*2)(CX), X2
    	MOVOU (16*3)(CX), X3
    	MOVOU (16*4)(CX), X4
    	MOVOU (16*5)(CX), X5
    
    	MOVOU X0, x2in(16*0)
    	MOVOU X1, x2in(16*1)
    	MOVOU X2, y2in(16*0)
    	MOVOU X3, y2in(16*1)
    	MOVOU X4, z2in(16*0)
    	MOVOU X5, z2in(16*1)
    	// Store pointer to result
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 39.8K bytes
    - Viewed (0)
  2. src/crypto/internal/nistec/p256_asm_arm64.s

    	CSEL	EQ, y2, acc2, y2
    	CSEL	EQ, y3, acc3, y3
    	// Store result
    	STy(y2in)
    	// Begin point add
    	LDx(z1in)
    	CALL	p256SqrInternal<>(SB)    // z1ˆ2
    	STy(z1sqr)
    
    	LDx(x2in)
    	CALL	p256MulInternal<>(SB)    // x2 * z1ˆ2
    
    	LDx(x1in)
    	CALL	p256SubInternal<>(SB)    // h = u2 - u1
    	STx(h)
    
    	LDy(z1in)
    	CALL	p256MulInternal<>(SB)    // z3 = h * z1
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 29.7K bytes
    - Viewed (0)
  3. build-logic/binary-compatibility/src/main/groovy/gradlebuild/binarycompatibility/transforms/ExplodeZipAndFindJars.groovy

            File gradleJars = outputs.dir("gradle-jars")
            File dependencies = outputs.dir("gradle-dependencies")
            try (ZipInputStream zin = new ZipInputStream(artifact.get().asFile.newInputStream())) {
                ZipEntry zipEntry
                while (zipEntry = zin.nextEntry) {
                    String shortName = zipEntry.name
                    if (shortName.contains('/')) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Jul 08 13:44:59 UTC 2021
    - 2.4K bytes
    - Viewed (0)
  4. src/main/resources/fess_indices/fess/eu/stopwords.txt

    honetan
    honi
    hor
    hori
    horiei
    horiek
    horietan
    horko
    horra
    horrek
    horrela
    horretan
    horri
    hortik
    hura
    izan
    ni
    noiz
    nola
    non
    nondik
    nongo
    nor
    nora
    ze
    zein
    zen
    zenbait
    zenbat
    zer
    zergatik
    ziren
    zituen
    zu
    zuek
    zuen
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Jul 19 06:31:02 UTC 2018
    - 709 bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/lite/ir/tfl_ops.cc

      }
    
      // Input's element size must be multiple of parameter's z_in dimension.
      const int z_in = filter_type.getDimSize(1);
      const int num_input_elements = input_type.getNumElements();
      if (z_in != 0 && num_input_elements % z_in != 0) {
        return op.emitOpError(llvm::formatv(
                   "expect 'input' num_elements % {0} == 0, got input type ", z_in))
               << input_type;
      }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 169.2K bytes
    - Viewed (0)
  6. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    FEAD..FEAE    ; mapped                 ; 0631          # 1.1  ARABIC LETTER REH ISOLATED FORM..ARABIC LETTER REH FINAL FORM
    FEAF..FEB0    ; mapped                 ; 0632          # 1.1  ARABIC LETTER ZAIN ISOLATED FORM..ARABIC LETTER ZAIN FINAL FORM
    FEB1..FEB4    ; mapped                 ; 0633          # 1.1  ARABIC LETTER SEEN ISOLATED FORM..ARABIC LETTER SEEN MEDIAL FORM
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Feb 10 11:25:47 UTC 2024
    - 854.1K bytes
    - Viewed (0)
  7. src/main/resources/fess_indices/_aws/fess.json

    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Tue Mar 23 12:38:28 UTC 2021
    - 117.3K bytes
    - Viewed (0)
  8. src/main/resources/fess_indices/_cloud/fess.json

    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Sat Feb 27 09:26:16 UTC 2021
    - 117.3K bytes
    - Viewed (0)
  9. guava/src/com/google/thirdparty/publicsuffix/PublicSuffixPatterns.java

              "im??imijuf?nah?oy??r&ihsayim?otagan??t&asim!ak??igus?omatik??zak??u&...
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Mar 21 21:04:43 UTC 2024
    - 72.4K bytes
    - Viewed (0)
  10. android/guava/src/com/google/thirdparty/publicsuffix/PublicSuffixPatterns.java

              "im??imijuf?nah?oy??r&ihsayim?otagan??t&asim!ak??igus?omatik??zak??u&...
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Mar 21 21:04:43 UTC 2024
    - 72.4K bytes
    - Viewed (1)
Back to top