Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 10 for continues (0.28 sec)

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

    Spectrum is not increased by the Refractions, the Diameters of the
    Circles are not increased thereby. Since those Tangents continue to be
    right Lines, every Circle which in the first Prism is more or less
    refracted, is exactly in the same proportion more or less refracted in
    the second. And seeing all these things continue to succeed after the
    same manner when the Rays are again in a third Prism, and again in a
    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. api/openapi-spec/v3/apis__resource.k8s.io__v1alpha2_openapi.json

            "parameters": [
              {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 22 12:18:45 UTC 2024
    - 656.6K bytes
    - Viewed (0)
  3. api/openapi-spec/v3/apis__apps__v1_openapi.json

            },
            {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  4. src/cmd/compile/internal/ssa/rewritegeneric.go

    			if v_0.Op != OpLsh16x64 {
    				continue
    			}
    			_ = v_0.Args[1]
    			x := v_0.Args[0]
    			z := v_0.Args[1]
    			if z.Op != OpConst64 {
    				continue
    			}
    			c := auxIntToInt64(z.AuxInt)
    			if v_1.Op != OpRsh16Ux64 {
    				continue
    			}
    			_ = v_1.Args[1]
    			if x != v_1.Args[0] {
    				continue
    			}
    			v_1_1 := v_1.Args[1]
    			if v_1_1.Op != OpConst64 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 22 18:24:47 UTC 2024
    - 812.2K bytes
    - Viewed (0)
  5. src/cmd/compile/internal/ssa/rewriteAMD64.go

    				continue
    			}
    			y := v_1.Args[0]
    			v.reset(OpAMD64LEAL2)
    			v.AddArg2(x, y)
    			return true
    		}
    		break
    	}
    	// match: (ADDL x (ADDL y y))
    	// result: (LEAL2 x y)
    	for {
    		for _i0 := 0; _i0 <= 1; _i0, v_0, v_1 = _i0+1, v_1, v_0 {
    			x := v_0
    			if v_1.Op != OpAMD64ADDL {
    				continue
    			}
    			y := v_1.Args[1]
    			if y != v_1.Args[0] {
    				continue
    			}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 12 19:38:41 UTC 2024
    - 712.7K bytes
    - Viewed (0)
  6. src/cmd/compile/internal/ssa/rewriteARM64.go

    			if v_0.Op != OpARM64UBFIZ {
    				continue
    			}
    			bfc := auxIntToArm64BitField(v_0.AuxInt)
    			x := v_0.Args[0]
    			if v_1.Op != OpARM64ANDconst {
    				continue
    			}
    			ac := auxIntToInt64(v_1.AuxInt)
    			y := v_1.Args[0]
    			if !(ac == ^((1<<uint(bfc.getARM64BFwidth()) - 1) << uint(bfc.getARM64BFlsb()))) {
    				continue
    			}
    			v.reset(OpARM64BFI)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 608.6K bytes
    - Viewed (0)
  7. RELEASE.md

    *   Keras 3.0 will be the default Keras version. You may need to update your
        script to use Keras 3.0.
    
    *   Please refer to the new Keras documentation for Keras 3.0
        (https://keras.io/keras_3).
    
    *   To continue using Keras 2.0, do the following.
    
    *   1.  Install tf-keras via pip install tf-keras~=2.16
    
        1.  To switch tf.keras to use Keras 2 (tf-keras), set the environment
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.19.md

    ### CSI Migration - AzureDisk and vSphere (beta)
     
    In-tree volume plugins and all cloud provider dependencies are being moved out of the Kubernetes core. The CSI migration feature allows existing volumes using the legacy APIs to continue to function even when the code has been removed, by routing all the volume operations to the respective CSI driver. The AzureDisk and vSphere implementations of this feature have been promoted to beta.
    
    ### Storage capacity tracking
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  9. pkg/apis/core/validation/validation_test.go

    				continue
    			}
    			if !strings.Contains(err.Error(), expectedErr) {
    				t.Errorf("%s: expected err on field %s to contain '%s', was %v", k, err.Field, expectedErr, err.Error())
    				continue
    			}
    		}
    		if len(errs) != len(tc.expectedErrs) {
    			t.Errorf("%s: expected errs %#v, got %#v", k, tc.expectedErrs, errs)
    			continue
    		}
    	}
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"(Token).Close", Method, 0},
    		{"(Token).GetTokenPrimaryGroup", Method, 0},
    		{"(Token).GetTokenUser", Method, 0},
    		{"(Token).GetUserProfileDirectory", Method, 0},
    		{"(WaitStatus).Continued", Method, 0},
    		{"(WaitStatus).CoreDump", Method, 0},
    		{"(WaitStatus).ExitStatus", Method, 0},
    		{"(WaitStatus).Exited", Method, 0},
    		{"(WaitStatus).Signal", Method, 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)
Back to top