Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 33 for sdiv (0.38 sec)

  1. platforms/documentation/docs/src/docs/css/manual.css

    .conum:not([data-value]):empty {
    	display: none;
    }
    
    dt,
    th.tableblock,
    td.content,
    div.footnote {
    	text-rendering: optimizeLegibility;
    }
    
    h1,
    h2,
    p,
    td.content,
    span.alt {
    	letter-spacing: -0.01em;
    }
    
    p strong,
    td.content strong,
    div.footnote strong {
    	letter-spacing: -0.005em;
    }
    
    p,
    blockquote,
    dt,
    td.content,
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat May 25 05:15:02 UTC 2024
    - 72.6K bytes
    - Viewed (0)
  2. src/main/webapp/js/admin/adminlte.min.js.map

    source: '',\n    sourceSelector: '',\n    params: {},\n    trigger: Selector.DATA_REFRESH,\n    content: '.card-body',\n    loadInContent: true,\n    loadOnInit: true,\n    responseType: '',\n    overlayTemplate: '<div class=\"overlay\"><i class=\"fas fa-2x fa-sync-alt fa-spin\"></i></div>',\n    onLoadStart: function () {\n    },\n    onLoadDone: function (response) {\n      return response;\n    }\n  }\n\n  class CardRefresh {\n    constructor(element, settings) {\n      this._element  = element\n...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Wed Feb 12 07:55:41 UTC 2020
    - 77K bytes
    - Viewed (0)
  3. src/math/big/int_test.go

    		}
    		if q2.Cmp(q) != 0 || r2.Cmp(r) != 0 {
    			t.Errorf("#%d QuoRem: got (%s, %s), want (%s, %s)", i, q2, r2, q, r)
    		}
    
    		d1 := new(Int).Div(x, y)
    		m1 := new(Int).Mod(x, y)
    		if !isNormalized(d1) {
    			t.Errorf("#%d Div: %v is not normalized", i, *d1)
    		}
    		if !isNormalized(m1) {
    			t.Errorf("#%d Mod: %v is not normalized", i, *m1)
    		}
    		if d1.Cmp(d) != 0 || m1.Cmp(m) != 0 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 18:42:28 UTC 2024
    - 58.5K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/lite/transforms/optimize_patterns.td

    def ExpandTo4DForDepthwiseConv: NativeCodeCall<
      "ExpandTo4DForDepthwiseConv($0)">;
    
    // If we see a (div or Mul) op (dividing/multiplying) a constant value
    // to a convolution op with constant filter and bias, we can fuse the div/mul
    // into the convolution op by constant folding
    // the filter/bias and the div/mul op's constant operand.
    // The following pattern restricts to float constant values for now.
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 16 20:31:41 UTC 2024
    - 66.4K bytes
    - Viewed (0)
  5. src/cmd/internal/obj/arm/asm5.go

    	{AMOVHU, C_REG, C_NONE, C_REG, 14, 8, 0, 0, 0, 0},
    	{AMUL, C_REG, C_REG, C_REG, 15, 4, 0, 0, 0, C_SBIT},
    	{AMUL, C_REG, C_NONE, C_REG, 15, 4, 0, 0, 0, C_SBIT},
    	{ADIV, C_REG, C_REG, C_REG, 16, 4, 0, 0, 0, 0},
    	{ADIV, C_REG, C_NONE, C_REG, 16, 4, 0, 0, 0, 0},
    	{ADIVHW, C_REG, C_REG, C_REG, 105, 4, 0, 0, 0, 0},
    	{ADIVHW, C_REG, C_NONE, C_REG, 105, 4, 0, 0, 0, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 15 20:51:01 UTC 2023
    - 79.4K bytes
    - Viewed (0)
  6. src/main/webapp/js/admin/jquery-3.6.3.min.js

    (n=C.defaultView)&&n.top!==n&&(n.addEventListener?n.addEventListener("unload",oe,!1):n.attachEvent&&n.attachEvent("onunload",oe)),d.scope=ce(function(e){return a.appendChild(e).appendChild(C.createElement("div")),"undefined"!=typeof e.querySelectorAll&&!e.querySelectorAll(":scope fieldset div").length}),d.cssSupportsSelector=ce(function(){return CSS.supports("selector(*)")&&C.querySelectorAll(":is(:jqfake)")&&!CSS.supports("selector(:is(*,:jqfake))")}),d.attributes=ce(function(e){return e.classN...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 17 12:13:41 UTC 2023
    - 87.8K bytes
    - Viewed (0)
  7. src/main/webapp/js/jquery-3.6.3.min.js

    (n=C.defaultView)&&n.top!==n&&(n.addEventListener?n.addEventListener("unload",oe,!1):n.attachEvent&&n.attachEvent("onunload",oe)),d.scope=ce(function(e){return a.appendChild(e).appendChild(C.createElement("div")),"undefined"!=typeof e.querySelectorAll&&!e.querySelectorAll(":scope fieldset div").length}),d.cssSupportsSelector=ce(function(){return CSS.supports("selector(*)")&&C.querySelectorAll(":is(:jqfake)")&&!CSS.supports("selector(:is(*,:jqfake))")}),d.attributes=ce(function(e){return e.classN...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 17 12:13:41 UTC 2023
    - 87.8K bytes
    - Viewed (0)
  8. src/cmd/asm/internal/asm/testdata/ppc64.s

    	FMULCC F1, F2, F3               // fc620073
    	FMULS F1, F2                    // ec420072
    	FMULS F1, F2, F3                // ec620072
    	FMULSCC F1, F2, F3              // ec620073
    	FDIV F1, F2                     // fc420824
    	FDIV F1, F2, F3                 // fc620824
    	FDIVCC F1, F2, F3               // fc620825
    	FDIVS F1, F2                    // ec420824
    	FDIVS F1, F2, F3                // ec620824
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 21:53:50 UTC 2024
    - 50.2K bytes
    - Viewed (0)
  9. src/cmd/link/internal/ld/dwarf.go

    		d.linkctxt.Errorf(gotype, "dwarf: type name doesn't start with \"type:\"")
    		return d.mustFind("<unspecified>")
    	}
    	name := sn[5:] // could also decode from Type.string
    
    	sdie := d.find(name)
    	if sdie != 0 {
    		return sdie
    	}
    
    	gtdwSym := d.newtype(gotype)
    	d.tdmap[gotype] = loader.Sym(gtdwSym.Sym.(dwSym))
    	return loader.Sym(gtdwSym.Sym.(dwSym))
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 16:25:18 UTC 2024
    - 72.4K bytes
    - Viewed (0)
  10. pkg/ctrlz/assets/static/js/jquery-3.2.1.slim.min.js

    ;width:50%",i.innerHTML="",ra.appendChild(h);var b=a.getComputedStyle(i);c="1%"!==b.top,g="2px"===b.marginLeft,e="4px"===b.width,i.style.marginRight="50%",f="4px"===b.marginRight,ra.removeChild(h),i=null}}var c,e,f,g,h=d.createElement("div"),i=d.createElement("div");i.style&&(i.style.backgroundClip="content-box",i.cloneNode(!0).style.backgroundClip="",o.clearCloneStyle="content-box"===i.style.backgroundClip,h.style.cssText="border:0;width:8px;height:0;top:0;left:-9999px;padding:0;margin-top:1px;...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 23 17:08:31 UTC 2023
    - 68K bytes
    - Viewed (0)
Back to top