Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 4,398 for Seven (0.12 sec)

  1. src/encoding/gob/encoder_test.go

    }
    
    var singleTests = []SingleTest{
    	{17, &testInt, ""},
    	{float32(17.5), &testFloat32, ""},
    	{"bike shed", &testString, ""},
    	{[]string{"bike", "shed", "paint", "color"}, &testSlice, ""},
    	{map[string]int{"seven": 7, "twelve": 12}, &testMap, ""},
    	{[7]int{4, 55, 0, 0, 0, 0, 0}, &testArray, ""}, // case that once triggered a bug
    	{[7]int{4, 55, 1, 44, 22, 66, 1234}, &testArray, ""},
    
    	// Decode errors
    	{172, &testFloat32, "type"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 29.7K bytes
    - Viewed (0)
  2. android/guava-tests/test/com/google/common/collect/ImmutableSortedSetTest.java

        return ImmutableList.copyOf(SORTED_NUMBER_NAMES.subList(i, j));
      }
    
      private static final ImmutableList<String> NUMBER_NAMES =
          ImmutableList.of("one", "two", "three", "four", "five", "six", "seven");
    
      private static final ImmutableList<String> SORTED_NUMBER_NAMES =
          Ordering.<String>natural().immutableSortedCopy(NUMBER_NAMES);
    
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri May 17 15:27:58 UTC 2024
    - 45.1K bytes
    - Viewed (0)
  3. src/cmd/vendor/rsc.io/markdown/emoji.go

    	"senegal":                              "\U0001f1f8\U0001f1f3",
    	"serbia":                               "\U0001f1f7\U0001f1f8",
    	"service_dog":                          "\U0001f415\u200d\U0001f9ba",
    	"seven":                                "7\ufe0f\u20e3",
    	"sewing_needle":                        "\U0001faa1",
    	"seychelles":                           "\U0001f1f8\U0001f1e8",
    	"shallow_pan_of_food":                  "\U0001f958",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 107.7K bytes
    - Viewed (0)
  4. src/index/suffixarray/sais.go

    	// That is, i+1 is the position of the start of an LMS-substring.
    	// These could be hoisted out into a function with a callback,
    	// but at a significant speed cost. Instead, we just write these
    	// seven lines a few times in this source file. The copies below
    	// refer back to the pattern established by this original as the
    	// "LMS-substring iterator".
    	//
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 18 23:57:18 UTC 2024
    - 32.4K bytes
    - Viewed (0)
  5. src/compress/bzip2/testdata/Isaac.Newton-Opticks.txt.bz2

    propagated from luminous Bodies in time, and spends about seven or eight Minutes of an Hour in passing from the Sun to the Earth._ This was observed first by _Roemer_, and then by others, by means of the Eclipses of the Satellites of _Jupiter_. For these Eclipses, when the Earth is between the Sun and _Jupiter_, happen about seven or eight Minutes sooner than they ought to do by the Tables, and when the Earth is beyond the Sun they happen about seven or eight Minutes later than they ought to do; the reason...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 24 18:26:02 UTC 2018
    - 129.4K bytes
    - Viewed (0)
  6. src/testdata/Isaac.Newton-Opticks.txt

    given, to know the Colour of the Compound._
    
    [Illustration: FIG. 11.]
    
    With the Center O [in _Fig._ 11.] and Radius OD describe a Circle ADF,
    and distinguish its Circumference into seven Parts DE, EF, FG, GA, AB,
    BC, CD, proportional to the seven Musical Tones or Intervals of the
    eight Sounds, _Sol_, _la_, _fa_, _sol_, _la_, _mi_, _fa_, _sol_,
    contained in an eight, that is, proportional to the Number 1/9, 1/16,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 01 16:16:21 UTC 2018
    - 553.9K bytes
    - Viewed (0)
  7. src/time/format.go

    // These are predefined layouts for use in [Time.Format] and [time.Parse].
    // The reference time used in these layouts is the specific time stamp:
    //
    //	01/02 03:04:05PM '06 -0700
    //
    // (January 2, 15:04:05, 2006, in time zone seven hours west of GMT).
    // That value is recorded as the constant named [Layout], listed below. As a Unix
    // time, this is 1136239445. Since MST is GMT-0700, the reference would be
    // printed by the Unix date command as:
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 17:09:28 UTC 2024
    - 49.3K bytes
    - Viewed (0)
  8. src/crypto/tls/common.go

    	// with random data before the first server handshake.
    	//
    	// Deprecated: if this field is left at zero, session ticket keys will be
    	// automatically rotated every day and dropped after seven days. For
    	// customizing the rotation schedule or synchronizing servers that are
    	// terminating connections for the same host, use SetSessionTicketKeys.
    	SessionTicketKey [32]byte
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:10:12 UTC 2024
    - 59.1K bytes
    - Viewed (0)
  9. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    // select : 2015-10-08 Registry Services, LLC
    select
    
    // sener : 2014-10-24 Sener IngenierĂ­a y Sistemas, S.A.
    sener
    
    // services : 2014-02-27 Binky Moon, LLC
    services
    
    // seven : 2015-08-06 Seven West Media Ltd
    seven
    
    // sew : 2014-07-17 SEW-EURODRIVE GmbH & Co KG
    sew
    
    // sex : 2014-11-13 ICM Registry SX LLC
    sex
    
    // sexy : 2013-09-11 Internet Naming Company LLC
    sexy
    
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 240.3K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/lite/ir/tfl_ops.cc

                             .dyn_cast_or_null<mlir::RankedTensorType>();
      if (input_type && weight_type && input_type.hasStaticShape() &&
          weight_type.hasStaticShape()) {
        // Compute op count from the seven nested loops of
        // tflite::reference_ops::TransposeConv():
        count = 2 * input_type.getNumElements() * weight_type.getDimSize(0) *
                weight_type.getDimSize(1) * weight_type.getDimSize(2);
      }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 169.2K bytes
    - Viewed (0)
Back to top