Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for v17_ (0.05 sec)

  1. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/internal/gtest-param-util-generated.h

          T18 v18, T19 v19) : v1_(v1), v2_(v2), v3_(v3), v4_(v4), v5_(v5), v6_(v6),
          v7_(v7), v8_(v8), v9_(v9), v10_(v10), v11_(v11), v12_(v12), v13_(v13),
          v14_(v14), v15_(v15), v16_(v16), v17_(v17), v18_(v18), v19_(v19) {}
    
      template <typename T>
      operator ParamGenerator<T>() const {
        const T array[] = {static_cast<T>(v1_), static_cast<T>(v2_),
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 187.7K bytes
    - Viewed (0)
  2. src/vendor/golang.org/x/crypto/chacha20/chacha_ppc64le.s

    	LXVW4X (R0)(CONSTBASE), VS32
    	LXVW4X (R8)(CONSTBASE), VS33
    	LXVW4X (R9)(CONSTBASE), VS34
    	LXVW4X (R10)(CONSTBASE), VS35
    
    	// splat values from V17, V18 into V4-V11
    	VSPLTW $0, V17, V4
    	VSPLTW $1, V17, V5
    	VSPLTW $2, V17, V6
    	VSPLTW $3, V17, V7
    	VSPLTW $0, V18, V8
    	VSPLTW $1, V18, V9
    	VSPLTW $2, V18, V10
    	VSPLTW $3, V18, V11
    
    	// VOR
    	VOR V26, V26, V12
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 05 22:18:42 UTC 2024
    - 9K bytes
    - Viewed (0)
  3. src/crypto/sha256/sha256block_ppc64x.s

    	SHA256ROUND0(V1, V2, V3, V4, V5, V6, V7, V0, V15, R_x090)
    	VPERMLE(V16, V16, LEMASK, V16)
    	SHA256ROUND0(V0, V1, V2, V3, V4, V5, V6, V7, V16, R_x0a0)
    	VSLDOI	$4, V16, V16, V17
    	SHA256ROUND0(V7, V0, V1, V2, V3, V4, V5, V6, V17, R_x0b0)
    	VSLDOI	$4, V17, V17, V18
    	SHA256ROUND0(V6, V7, V0, V1, V2, V3, V4, V5, V18, R_x0c0)
    	VSLDOI	$4, V18, V18, V19
    	LXVD2X	(INP)(R_x030), V20 // load v20 in advance
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 14.4K bytes
    - Viewed (0)
  4. src/crypto/sha256/sha256block_arm64.s

    	MOVD	p_len+32(FP), R3                           // message length
    	VLD1	(R0), [V0.S4, V1.S4]                       // load h(a,b,c,d,e,f,g,h)
    	VLD1.P	64(R2), [V16.S4, V17.S4, V18.S4, V19.S4]
    	VLD1.P	64(R2), [V20.S4, V21.S4, V22.S4, V23.S4]
    	VLD1.P	64(R2), [V24.S4, V25.S4, V26.S4, V27.S4]
    	VLD1	(R2), [V28.S4, V29.S4, V30.S4, V31.S4]     //load 64*4bytes K constant(K0-K63)
    
    blockloop:
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 5.7K bytes
    - Viewed (0)
  5. src/crypto/internal/nistec/p256_asm_s390x.s

    #define X1    V1
    #define Y0    V2
    #define Y1    V3
    #define M0    V4
    #define M1    V5
    #define T0    V6
    #define T1    V7
    #define T2    V8
    #define YDIG  V9
    
    #define ADD1  V16
    #define ADD1H V17
    #define ADD2  V18
    #define ADD2H V19
    #define RED1  V20
    #define RED1H V21
    #define RED2  V22
    #define RED2H V23
    #define CAR1  V24
    #define CAR1M V25
    
    #define MK0   V30
    #define K0    V31
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.8.md

        - [Client Binaries](#client-binaries-19)
        - [Server Binaries](#server-binaries-19)
        - [Node Binaries](#node-binaries-19)
      - [Changelog since v1.7.0](#changelog-since-v170)
        - [Action Required](#action-required-6)
        - [Other notable changes](#other-notable-changes-18)
    - [v1.8.0-alpha.1](#v180-alpha1)
      - [Downloads for v1.8.0-alpha.1](#downloads-for-v180-alpha1)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 312.2K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tf2xla/tests/legalize-tf.mlir

      // CHECK-DAG: %[[V16:.*]] = mhlo.constant dense<128> : tensor<i32>
      // CHECK-DAG: %[[V17:.*]] = "mhlo.broadcast"(%[[V16]]) <{broadcast_sizes = dense<[1, 22, 128]> : tensor<3xi64>}> : (tensor<i32>) -> tensor<1x22x128xi32>
      // CHECK-DAG: %[[V18:.*]] = mhlo.subtract %[[V11]], %[[V2]] : tensor<1x22x128xi32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon May 06 18:46:23 UTC 2024
    - 335.5K bytes
    - Viewed (0)
Back to top