Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for bigptr (0.14 sec)

  1. src/testdata/Isaac.Newton-Opticks.txt

    the place _q_ from whence the Rays diverge in passing from the Lens to
    the Eye. Now it is to be noted, that the Image of the Object at _q_ is
    so much bigger or lesser than the Object it self at Q, as the distance
    of the Image at _q_ from the Lens AB is bigger or less than the distance
    of the Object at Q from the same Lens. And if the Object be seen through
    two or more such Convex or Concave-glasses, every Glass shall make a new
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 01 16:16:21 UTC 2018
    - 553.9K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/ssa/rewriteARM64.go

    	v_0 := v.Args[0]
    	// match: (ADD x (MOVDconst <t> [c]))
    	// cond: !t.IsPtr()
    	// result: (ADDconst [c] x)
    	for {
    		for _i0 := 0; _i0 <= 1; _i0, v_0, v_1 = _i0+1, v_1, v_0 {
    			x := v_0
    			if v_1.Op != OpARM64MOVDconst {
    				continue
    			}
    			t := v_1.Type
    			c := auxIntToInt64(v_1.AuxInt)
    			if !(!t.IsPtr()) {
    				continue
    			}
    			v.reset(OpARM64ADDconst)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 608.6K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"SIGIOT", Const, 0},
    		{"SIGKILL", Const, 0},
    		{"SIGLIBRT", Const, 1},
    		{"SIGLWP", Const, 0},
    		{"SIGPIPE", Const, 0},
    		{"SIGPOLL", Const, 0},
    		{"SIGPROF", Const, 0},
    		{"SIGPWR", Const, 0},
    		{"SIGQUIT", Const, 0},
    		{"SIGSEGV", Const, 0},
    		{"SIGSTKFLT", Const, 0},
    		{"SIGSTOP", Const, 0},
    		{"SIGSYS", Const, 0},
    		{"SIGTERM", Const, 0},
    		{"SIGTHR", Const, 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)
  4. CHANGELOG/CHANGELOG-1.19.md

    - Fix azure disk attach failure for disk size bigger than 4TB ([#95463](https://github.com/kubernetes/kubernetes/pull/95463), [@andyzhangx](https://github.com/andyzhangx)) [SIG Cloud Provider]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  5. src/main/webapp/css/admin/bootstrap.min.css.map

    $rfs-font-size-unit == px {\n      $rfs-static: #{$fs}px#{$rfs-suffix};\n    }\n    @else {\n      @error \"`#{$rfs-font-size-unit}` is not a valid unit for $rfs-font-size-unit. Use `px` or `rem`.\";\n    }\n\n    // Only add media query if font-size is bigger as the minimum font-size\n    // If $rfs-factor == 1, no rescaling will take place\n    @if $fs > $rfs-base-font-size and $enable-responsive-font-sizes {\n      $min-width: null;\n      $variable-unit: null;\n\n      // Calculate minimum font-size...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 07 10:28:50 UTC 2020
    - 626.8K bytes
    - Viewed (0)
  6. src/main/webapp/css/bootstrap.min.css.map

    $rfs-font-size-unit == px {\n      $rfs-static: #{$fs}px#{$rfs-suffix};\n    }\n    @else {\n      @error \"`#{$rfs-font-size-unit}` is not a valid unit for $rfs-font-size-unit. Use `px` or `rem`.\";\n    }\n\n    // Only add media query if font-size is bigger as the minimum font-size\n    // If $rfs-factor == 1, no rescaling will take place\n    @if $fs > $rfs-base-font-size and $enable-responsive-font-sizes {\n      $min-width: null;\n      $variable-unit: null;\n\n      // Calculate minimum font-size...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 13 04:21:06 UTC 2020
    - 626.8K bytes
    - Viewed (0)
Back to top