Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 22 for biases (0.18 sec)

  1. src/cmd/internal/obj/arm64/asm7.go

    			oprangeset(ACSINVW, t)
    			oprangeset(ACSNEG, t)
    			oprangeset(ACSNEGW, t)
    
    		case ACINC:
    			// aliases Rm=Rn, !cond
    			oprangeset(ACINCW, t)
    			oprangeset(ACINV, t)
    			oprangeset(ACINVW, t)
    			oprangeset(ACNEG, t)
    			oprangeset(ACNEGW, t)
    
    			// aliases, Rm=Rn=REGZERO, !cond
    		case ACSET:
    			oprangeset(ACSETW, t)
    
    			oprangeset(ACSETM, t)
    			oprangeset(ACSETMW, t)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 201.1K bytes
    - Viewed (0)
  2. src/main/resources/fess_indices/_aws/fess.json

    "derselben", "denselben", "desselben", "demselben", "dieselbe", "dieselben", "dasselbe", "dazu", "dein", "deine", "deinem", "deinen", "deiner", "deines", "denn", "derer", "dessen", "dich", "dir", "du", "dies", "diese", "diesem", "diesen", "dieser", "dieses", "doch", "dort", "durch", "ein", "eine", "einem", "einen", "einer", "eines", "einig", "einige", "einigem", "einigen", "einiger", "einiges", "einmal", "er", "ihn", "ihm", "es", "etwas", "euer", "eure", "eurem", "euren", "eurer", "eures", "für", "gegen",...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Tue Mar 23 12:38:28 UTC 2021
    - 117.3K bytes
    - Viewed (0)
  3. src/main/resources/fess_indices/_cloud/fess.json

    "derselben", "denselben", "desselben", "demselben", "dieselbe", "dieselben", "dasselbe", "dazu", "dein", "deine", "deinem", "deinen", "deiner", "deines", "denn", "derer", "dessen", "dich", "dir", "du", "dies", "diese", "diesem", "diesen", "dieser", "dieses", "doch", "dort", "durch", "ein", "eine", "einem", "einen", "einer", "eines", "einig", "einige", "einigem", "einigen", "einiger", "einiges", "einmal", "er", "ihn", "ihm", "es", "etwas", "euer", "eure", "eurem", "euren", "eurer", "eures", "für", "gegen",...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Sat Feb 27 09:26:16 UTC 2021
    - 117.3K bytes
    - Viewed (0)
  4. pkg/kubelet/kubelet_pods.go

    		// updated during the eviciton (due to either node resource pressure or
    		// node graceful shutdown). We do not re-generate the conditions based
    		// on the container statuses as they are added based on one-time events.
    		cType := v1.DisruptionTarget
    		if _, condition := podutil.GetPodConditionFromList(oldPodStatus.Conditions, cType); condition != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 101.2K bytes
    - Viewed (0)
  5. android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    Alice was not going to do THAT in a hurry.  `No, I'll look
    first,' she said, `and see whether it's marked "poison" or not';
    for she had read several nice little histories about children who
    had got burnt, and eaten up by wild beasts and other unpleasant
    things, all because they WOULD not remember the simple rules
    their friends had taught them:  such as, that a red-hot poker
    will burn you if you hold it too long; and that if you cut your
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Apr 21 02:27:51 UTC 2017
    - 145.2K bytes
    - Viewed (0)
  6. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        /** The key of the message: Start */
        public static final String LABELS_upgrade_start_button = "{labels.upgrade_start_button}";
    
        /** The key of the message: Update Aliases */
        public static final String LABELS_replace_aliases = "{labels.replace_aliases}";
    
        /** The key of the message: Reset Dictionaries */
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 146.4K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tensorflow/tests/side-effect-analysis-test.mlir

      }
      func.return
      // expected-remark@above {{ID: 7}}
      // expected-remark@above {{Sinks: {6}}}
    }
    
    // -----
    
    // Tests that we don't create dependencies between ops with different op-based
    // and value-based side effects.
    !tf_res = tensor<*x!tf_type.resource<tensor<f32>>>
    func.func @mixed_op_based_value_based_side_effects(
      // expected-remark@above {{ID: 8}}
      %arg0: tensor<!tf_type.string>,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Dec 20 04:39:18 UTC 2023
    - 129.7K bytes
    - Viewed (0)
  8. src/database/sql/sql_test.go

    	db := newTestDB(t, "people")
    	defer closeDB(t, db)
    
    	if _, err := db.Exec("USE_RAWBYTES"); err != nil {
    		t.Fatal(err)
    	}
    
    	var raw RawBytes
    
    	// The RawBytes in this query aliases driver-owned memory.
    	rows, err := db.Query("SELECT|people|name|")
    	if err != nil {
    		t.Fatal(err)
    	}
    	rows.Next()
    	rows.Scan(&raw) // now raw is pointing to driver-owned memory
    	name1 := string(raw)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 18:42:28 UTC 2024
    - 111.6K bytes
    - Viewed (0)
  9. src/cmd/go/alldocs.go

    //
    //	//go:generate -command xxx args...
    //
    // specifies, for the remainder of this source file only, that the
    // string xxx represents the command identified by the arguments. This
    // can be used to create aliases or to handle multiword generators.
    // For example,
    //
    //	//go:generate -command foo go tool foo
    //
    // specifies that the command "foo" represents the generator
    // "go tool foo".
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 142.4K bytes
    - Viewed (0)
  10. src/compress/bzip2/testdata/Isaac.Newton-Opticks.txt.bz2

    [Illustration: FIG. 21.] _Illustration._ In the twenty-first Figure, ABC is the first Prism, BC its Base, B and C its equal Angles at the Base, each of 45 Degrees, A its rectangular Vertex, FM a beam of the Sun's Light let into a dark Room through a hole F one third part of an Inch broad, M its Incidence on the Base of the Prism, MG a less refracted Ray, MH a more refracted Ray, MN the beam of Light reflected from the Base, VXY the second Prism by which this beam in passing through it is refracted, N_t_ the less...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 24 18:26:02 UTC 2018
    - 129.4K bytes
    - Viewed (0)
Back to top