Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 64 for Combine (0.13 sec)

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

    //
    // Macros indicating available Google Test features (defined to 1 if
    // the corresponding feature is supported; otherwise undefined):
    //   GTEST_HAS_COMBINE      - the Combine() function (for value-parameterized
    //                            tests)
    //   GTEST_HAS_DEATH_TEST   - death tests
    //   GTEST_HAS_PARAM_TEST   - value-parameterized tests
    //   GTEST_HAS_TYPED_TEST   - typed tests
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 67.2K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/internal/gtest-port.h

    //
    // Macros indicating available Google Test features (defined to 1 if
    // the corresponding feature is supported; otherwise undefined):
    //   GTEST_HAS_COMBINE      - the Combine() function (for value-parameterized
    //                            tests)
    //   GTEST_HAS_DEATH_TEST   - death tests
    //   GTEST_HAS_PARAM_TEST   - value-parameterized tests
    //   GTEST_HAS_TYPED_TEST   - typed tests
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 67.2K bytes
    - Viewed (0)
  3. src/cmd/compile/internal/ssa/_gen/PPC64.rules

    (Sub(Ptr|64|32|16|8) ...) => (SUB ...)
    (Sub32F ...) => (FSUBS ...)
    (Sub64F ...) => (FSUB ...)
    
    (Min(32|64)F x y) && buildcfg.GOPPC64 >= 9 => (XSMINJDP x y)
    (Max(32|64)F x y) && buildcfg.GOPPC64 >= 9 => (XSMAXJDP x y)
    
    // Combine 64 bit integer multiply and adds
    (ADD l:(MULLD x y) z) && buildcfg.GOPPC64 >= 9 && l.Uses == 1 && clobber(l) => (MADDLD x y z)
    
    (Mod16 x y) => (Mod32 (SignExt16to32 x) (SignExt16to32 y))
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 19:02:52 UTC 2024
    - 53.2K bytes
    - Viewed (0)
  4. subprojects/core-api/src/main/java/org/gradle/api/Project.java

        /**
         * <p>Creates a new {@code FileTree} which contains the contents of the given ZIP file. The given zipPath path is
         * evaluated as per {@link #file(Object)}. You can combine this method with the {@link #copy(Action)}
         * method to unzip a ZIP file.</p>
         *
         * <p>The returned file tree is lazy, so that it scans for files only when the contents of the file tree are
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 30 04:56:22 UTC 2024
    - 74.3K bytes
    - Viewed (0)
  5. src/runtime/asm_amd64.s

    	// xor with seed
    	PXOR	X0, X2
    	PXOR	X1, X3
    
    	// scramble 3 times
    	AESENC	X2, X2
    	AESENC	X3, X3
    	AESENC	X2, X2
    	AESENC	X3, X3
    	AESENC	X2, X2
    	AESENC	X3, X3
    
    	// combine results
    	PXOR	X3, X2
    	MOVQ	X2, AX	// return X2
    	RET
    
    aes33to64:
    	// make 3 more starting seeds
    	MOVO	X1, X2
    	MOVO	X1, X3
    	PXOR	runtime·aeskeysched+16(SB), X1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat May 11 20:38:24 UTC 2024
    - 60.4K bytes
    - Viewed (0)
  6. src/cmd/compile/internal/ssa/_gen/AMD64.rules

    // combine add/shift into LEAQ/LEAL
    (ADD(L|Q) x (SHL(L|Q)const [3] y)) => (LEA(L|Q)8 x y)
    (ADD(L|Q) x (SHL(L|Q)const [2] y)) => (LEA(L|Q)4 x y)
    (ADD(L|Q) x (SHL(L|Q)const [1] y)) => (LEA(L|Q)2 x y)
    (ADD(L|Q) x (ADD(L|Q) y y))        => (LEA(L|Q)2 x y)
    (ADD(L|Q) x (ADD(L|Q) x y))        => (LEA(L|Q)2 y x)
    
    // combine ADDQ/ADDQconst into LEAQ1/LEAL1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 12 19:38:41 UTC 2024
    - 93.9K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/docs/userguide/authoring-builds/gradle-properties/working_with_files.adoc

    ====
    
    You can also see at the end of the example _how to combine file collections_ using the `+` and `-` operators to merge and subtract them.
    An important feature of the resulting file collections is that they are _live_.
    In other words, when you combine file collections this way, the result always reflects what's currently in the source file collections, even if they change during the build.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 24 04:19:09 UTC 2024
    - 70.5K bytes
    - Viewed (0)
  8. src/cmd/compile/internal/ssa/_gen/S390X.rules

    // Fold sign and zero extensions into loads.
    //
    // Note: The combined instruction must end up in the same block
    // as the original load. If not, we end up making a value with
    // memory type live in two different blocks, which can lead to
    // multiple memory values alive simultaneously.
    //
    // Make sure we don't combine these ops if the load has another use.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 12 18:09:26 UTC 2023
    - 74.3K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tensorflow/transforms/lower_tf.cc

    // Lowers ResizeNearestNeighbor to an indices computations with a gather along
    // the combined spatial dimensions. Generating the indices along the
    // width/height index could be used to gather along each of W and H dimension
    // of the input image array. To reduce to a single gather, these indices are
    // combined, so a single gather can be performed along the combined spatial
    // dimensions.
    //
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 74.9K bytes
    - Viewed (0)
  10. src/go/printer/nodes.go

    }
    
    // combinesWithName reports whether a name followed by the expression x
    // syntactically combines to another valid (value) expression. For instance
    // using *T for x, "name *T" syntactically appears as the expression x*T.
    // On the other hand, using  P|Q or *P|~Q for x, "name P|Q" or name *P|~Q"
    // cannot be combined into a valid (value) expression.
    func combinesWithName(x ast.Expr) bool {
    	switch x := x.(type) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Oct 17 18:53:17 UTC 2023
    - 52.6K bytes
    - Viewed (0)
Back to top