Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 145 for ellipsis (0.33 sec)

  1. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/internal/gtest-internal.h

    // null pointer literal (i.e. NULL or any 0-valued compile-time
    // integral constant).
    #ifdef GTEST_ELLIPSIS_NEEDS_POD_
    // We lose support for NULL detection where the compiler doesn't like
    // passing non-POD classes through ellipsis (...).
    # define GTEST_IS_NULL_LITERAL_(x) false
    #else
    # define GTEST_IS_NULL_LITERAL_(x) \
        (sizeof(::testing::internal::IsNullLiteralHelper(x)) == 1)
    #endif  // GTEST_ELLIPSIS_NEEDS_POD_
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 43.1K bytes
    - Viewed (0)
  2. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/internal/gtest-internal.h

    // null pointer literal (i.e. NULL or any 0-valued compile-time
    // integral constant).
    #ifdef GTEST_ELLIPSIS_NEEDS_POD_
    // We lose support for NULL detection where the compiler doesn't like
    // passing non-POD classes through ellipsis (...).
    # define GTEST_IS_NULL_LITERAL_(x) false
    #else
    # define GTEST_IS_NULL_LITERAL_(x) \
        (sizeof(::testing::internal::IsNullLiteralHelper(x)) == 1)
    #endif  // GTEST_ELLIPSIS_NEEDS_POD_
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 43.1K bytes
    - Viewed (0)
  3. src/crypto/elliptic/elliptic.go

    // Copyright 2010 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    // Package elliptic implements the standard NIST P-224, P-256, P-384, and P-521
    // elliptic curves over prime fields.
    //
    // Direct use of this package is deprecated, beyond the [P224], [P256], [P384],
    // and [P521] values necessary to use [crypto/ecdsa]. Most other uses
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Oct 13 17:09:47 UTC 2023
    - 9K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tf2xla/tests/legalize-tf.mlir

    // CHECK-SAME: %[[INPUT:[a-z0-9]+]]: tensor<2x4x8x16x32x64xf32>
    func.func @strided_slice_ellipsis_mask(%input: tensor<2x4x8x16x32x64xf32>) {
      // For StridedSlice input[1, ..., 8:, :10, 2:6:2]
      // The ellipsis mask is applied to dim #1, #2, i.e, we get canonicalized
      // slice input[1, :, :, 8:, :10, 2:6:2]
    
      // The start, limit indices and strides attributes of mhlo.slice would
      // reflect the canonicalized slice.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon May 06 18:46:23 UTC 2024
    - 335.5K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"Decl", Type, 0},
    		{"DeclStmt", Type, 0},
    		{"DeclStmt.Decl", Field, 0},
    		{"DeferStmt", Type, 0},
    		{"DeferStmt.Call", Field, 0},
    		{"DeferStmt.Defer", Field, 0},
    		{"Ellipsis", Type, 0},
    		{"Ellipsis.Ellipsis", Field, 0},
    		{"Ellipsis.Elt", Field, 0},
    		{"EmptyStmt", Type, 0},
    		{"EmptyStmt.Implicit", Field, 5},
    		{"EmptyStmt.Semicolon", Field, 0},
    		{"Expr", Type, 0},
    		{"ExprStmt", Type, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  6. maven-core/src/test/resources/apiv4-repo/junit/junit/4.13.1/junit-4.13.1.jar

    Class); private boolean isPublicTestMethod(reflect.Method); private boolean isTestMethod(reflect.Method); } junit/framework/ComparisonCompactor.class package junit.framework; public synchronized class ComparisonCompactor { private static final String ELLIPSIS = ...; private static final String DELTA_END = ]; private static final String DELTA_START = [; private int fContextLength; private String fExpected; private String fActual; private int fPrefix; private int fSuffix; public void ComparisonCompactor(int,...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Dec 19 19:08:55 UTC 2023
    - 373.7K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    input subscripts. Furthermore, all dimensions mapping to the same axis label
    must be equal.
    
    Any of the input and output subscripts may contain at most a single ellipsis
    (`...`). These ellipsis are mapped against dimensions not corresponding to any
    named axis label. If two inputs contain ellipsis, then they are broadcasted
    according to standard NumPy broadcasting
    [rules](http://docs.scipy.org/doc/numpy/user/basics.broadcasting.html).
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  8. cmd/endpoint-ellipses_test.go

    			"{1...27}",
    			endpointSet{
    				[]ellipses.ArgPattern{
    					[]ellipses.Pattern{
    						{
    							Prefix: "",
    							Suffix: "",
    							Seq:    getSequences(1, 27, 0),
    						},
    					},
    				},
    				nil,
    				[][]uint64{{9, 9, 9}},
    			},
    			true,
    		},
    		{
    			"/export/set{1...64}",
    			endpointSet{
    				[]ellipses.ArgPattern{
    					[]ellipses.Pattern{
    						{
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 15.2K bytes
    - Viewed (0)
  9. src/crypto/ecdsa/ecdsa.go

    //
    // Operations involving private keys are implemented using constant-time
    // algorithms, as long as an [elliptic.Curve] returned by [elliptic.P224],
    // [elliptic.P256], [elliptic.P384], or [elliptic.P521] is used.
    package ecdsa
    
    // [FIPS 186-4] references ANSI X9.62-2005 for the bulk of the ECDSA algorithm.
    // That standard is not freely available, which is a problem in an open source
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 00:11:18 UTC 2024
    - 20.4K bytes
    - Viewed (0)
  10. samples/bookinfo/src/productpage/static/tailwind/tailwind.css

    :i})=>{i({".scroll-auto":{"scroll-behavior":"auto"},".scroll-smooth":{"scroll-behavior":"smooth"}})},textOverflow:({addUtilities:i})=>{i({".truncate":{overflow:"hidden","text-overflow":"ellipsis","white-space":"nowrap"},".overflow-ellipsis":{"text-overflow":"ellipsis"},".text-ellipsis":{"text-overflow":"ellipsis"},".text-clip":{"text-overflow":"clip"}})},hyphens:({addUtilities:i})=>{i({".hyphens-none":{hyphens:"none"},".hyphens-manual":{hyphens:"manual"},".hyphens-auto":{hyphens:"auto"}})},white...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 28 14:48:01 UTC 2024
    - 357.1K bytes
    - Viewed (1)
Back to top