Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 115 for E$1 (0.06 sec)

  1. android/guava/src/com/google/common/collect/Collections2.java

      private static <E extends @Nullable Object> ObjectCountHashMap<E> counts(
          Collection<E> collection) {
        ObjectCountHashMap<E> map = new ObjectCountHashMap<>();
        for (E e : collection) {
          map.put(e, map.get(e) + 1);
        }
        return map;
      }
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Apr 01 16:15:01 UTC 2024
    - 22.8K bytes
    - Viewed (0)
  2. src/internal/trace/traceviewer/static/trace_viewer_full.html

    t,e,r,u=n.length,i=n[0].length,o=[],a=0,c=[];for(e=0;i>e;++e){for(t=0,r=0;u>t;t++)r+=n[t][e][1];r>a&&(a=r),o.push(r)}for(e=0;i>e;++e)c[e]=(a-o[e])/2;return c},wiggle:function(n){var t,e,r,u,i,o,a,c,s,l=n.length,f=n[0],h=f.length,g=[];for(g[0]=c=s=0,e=1;h>e;++e){for(t=0,u=0;l>t;++t)u+=n[t][e][1];for(t=0,i=0,a=f[e][0]-f[e-1][0];l>t;++t){for(r=0,o=(n[t][e][1]-n[t][e-1][1])/(2*a);t>r;++r)o+=(n[r][e][1]-n[r][e-1][1])/a;i+=o*n[t][e][1]}g[e]=c-=u?i/u*a:0,s>c&&(s=c)}for(e=0;h>e;++e)g[e]-=s;return g},expand:function(n){var...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 20:45:06 UTC 2023
    - 2.5M bytes
    - Viewed (2)
  3. src/main/webapp/js/admin/plugins/timepicker/bootstrap-timepicker.min.js

    )&&(e=0),isNaN(f)&&(f=0),isNaN(g)&&(g=0),g>59&&(g=59),f>59&&(f=59),e>=this.maxHours&&(e=this.maxHours-1),this.showMeridian?(e>12&&(c=2,e-=12),c||(c=1),0===e&&(e=12),h=1===c?"AM":"PM"):12>e&&2===c?e+=12:e>=this.maxHours?e=this.maxHours-1:(0>e||12===e&&1===c)&&(e=0)}this.hour=e,this.snapToStep?(this.minute=this.changeToNearestStep(f,this.minuteStep),this.second=this.changeToNearestStep(g,this.secondStep)):(this.minute=f,this.second=g),this.meridian=h,this.update(b)},showWidget:function(){this.isOp...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 13 04:21:06 UTC 2020
    - 18.2K bytes
    - Viewed (0)
  4. src/cmd/compile/internal/syntax/scanner_test.go

    		{FloatLit, "0123.0123", "0123.0123", ""},
    
    		{FloatLit, "0e0", "0e0", ""},
    		{FloatLit, "123e+0", "123e+0", ""},
    		{FloatLit, "0123E-1", "0123E-1", ""},
    
    		{FloatLit, "0.e+1", "0.e+1", ""},
    		{FloatLit, "123.E-10", "123.E-10", ""},
    		{FloatLit, "0123.e123", "0123.e123", ""},
    
    		{FloatLit, ".0e-1", ".0e-1", ""},
    		{FloatLit, ".123E+10", ".123E+10", ""},
    		{FloatLit, ".0123E123", ".0123E123", ""},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Sep 14 16:11:21 UTC 2022
    - 21.9K bytes
    - Viewed (0)
  5. src/cmd/compile/internal/ssa/magic.go

    // We'll chose m = ⎡2^e/c⎤ to satisfy that equation.
    // What remains is to choose e.
    // Let m = 2^e/c + delta, 0 <= delta < 1
    //   ⎣x * (2^e/c + delta) / 2^e⎦
    //   ⎣x / c + x * delta / 2^e⎦
    // We must have x * delta / 2^e < 1/c so that this
    // additional term never rounds differently than ⎣x / c⎦ does.
    // Rearranging,
    //   2^e > x * delta * c
    // x can be at most 2^n-1 and delta can be at most 1.
    // So it is sufficient to have 2^e >= 2^n*c.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 26 19:58:25 UTC 2024
    - 15.8K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tensorflow/tests/merge_control_flow.mlir

          }, {
          %2 = "tf.C"() : () -> (tensor<f32>)
          "tf.Yield"(%2) : (tensor<f32>) -> ()
        }) { is_stateless = true } : (tensor<i1>) -> (tensor<f32>)
        "tf.IfRegion"(%8) ({
          %4 = "tf.E"(%1) : (tensor<f32>) -> (tensor<f32>)
          "tf.Yield"(%4) : (tensor<f32>) -> ()
          }, {
          %4 = "tf.F"() : () -> (tensor<f32>)
          "tf.Yield"(%4) : (tensor<f32>) -> ()
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Oct 30 06:52:55 UTC 2023
    - 63.7K bytes
    - Viewed (0)
  7. src/cmd/internal/notsha256/sha256_test.go

    var not = strings.NewReplacer(
    	"0", "f",
    	"1", "e",
    	"2", "d",
    	"3", "c",
    	"4", "b",
    	"5", "a",
    	"6", "9",
    	"7", "8",
    	"8", "7",
    	"9", "6",
    	"a", "5",
    	"b", "4",
    	"c", "3",
    	"d", "2",
    	"e", "1",
    	"f", "0",
    )
    
    func TestGolden(t *testing.T) {
    	for i := 0; i < len(golden); i++ {
    		g := golden[i]
    		gout := not.Replace(g.out)
    		s := fmt.Sprintf("%x", Sum256([]byte(g.in)))
    		if s != gout {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 29 14:23:17 UTC 2022
    - 16.2K bytes
    - Viewed (0)
  8. guava/src/com/google/common/collect/ImmutableSortedMultiset.java

       * @since 21.0
       */
      public static <E> Collector<E, ?, ImmutableSortedMultiset<E>> toImmutableSortedMultiset(
          Comparator<? super E> comparator) {
        return toImmutableSortedMultiset(comparator, Function.identity(), e -> 1);
      }
    
      /**
       * Returns a {@code Collector} that accumulates elements into an {@code ImmutableSortedMultiset}
       * whose elements are the result of applying {@code elementFunction} to the inputs, with counts
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed May 08 03:01:02 UTC 2024
    - 29.5K bytes
    - Viewed (0)
  9. src/main/webapp/js/admin/adminlte.min.js

    addClass(r),this._options.enableRemember&&localStorage.setItem("remember"+i,r);var e=t.Event(s.COLLAPSED);t(this._element).trigger(e)},n.toggle=function(){t(a.BODY).hasClass(r)?this.expand():this.collapse()},n.autoCollapse=function(e){void 0===e&&(e=!1),this._options.autoCollapseSize&&(t(window).width()<=this._options.autoCollapseSize?t(a.BODY).hasClass(l)||this.collapse():1==e&&t(a.BODY).hasClass(l)&&t(a.BODY).removeClass(l))},n.remember=function(){this._options.enableRemember&&(localStorage.ge...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Wed Feb 12 07:55:41 UTC 2020
    - 23.7K bytes
    - Viewed (0)
  10. src/runtime/proc_test.go

    			t.Errorf("want locked counts 0, 0; got %d, %d", e, i)
    			return
    		}
    		runtime.LockOSThread()
    		runtime.LockOSThread()
    		runtime.UnlockOSThread()
    		e, i = runtime.LockOSCounts()
    		if e != 1 || i != 0 {
    			t.Errorf("want locked counts 1, 0; got %d, %d", e, i)
    			return
    		}
    		runtime.UnlockOSThread()
    		e, i = runtime.LockOSCounts()
    		if e != 0 || i != 0 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 14 00:03:57 UTC 2023
    - 25.8K bytes
    - Viewed (0)
Back to top