Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 55 for Constant2 (0.14 sec)

  1. src/cmd/compile/internal/test/testdata/cmpConst_test.go

    	{idx: 6, exp: ge, fn: ge_127_int8},
    	{idx: 6, exp: eq, fn: eq_127_int8},
    	{idx: 6, exp: ne, fn: ne_127_int8},
    }
    
    // TestComparisonsConst tests results for comparison operations against constants.
    func TestComparisonsConst(t *testing.T) {
    	for i, test := range uint64_tests {
    		for j, x := range uint64_vals {
    			want := test.exp.l
    			if j == test.idx {
    				want = test.exp.e
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Dec 23 06:40:04 UTC 2020
    - 103.1K bytes
    - Viewed (0)
  2. pkg/config/validation/validation.go

    		if err := checkDryRunAnnotation(config, isAuthz); err != nil {
    			return nil, err
    		}
    		if _, f := config.Annotations[constants.AlwaysReject]; f {
    			return nil, fmt.Errorf("%q annotation found, rejecting", constants.AlwaysReject)
    		}
    		return f(config)
    	}
    }
    
    func checkDryRunAnnotation(cfg config.Config, allowed bool) error {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 04:03:33 UTC 2024
    - 107.2K bytes
    - Viewed (0)
  3. src/cmd/internal/obj/ppc64/asm9.go

    			}
    		}
    
    		return C_GOK
    
    	case obj.TYPE_TEXTSIZE:
    		return C_TEXTSIZE
    
    	case obj.TYPE_FCONST:
    		// The only cases where FCONST will occur are with float64 +/- 0.
    		// All other float constants are generated in memory.
    		f64 := a.Val.(float64)
    		if f64 == 0 {
    			if math.Signbit(f64) {
    				return C_S16CON
    			}
    			return C_ZCON
    		}
    		log.Fatalf("Unexpected nonzero FCONST operand %v", a)
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 13:55:28 UTC 2024
    - 156.1K bytes
    - Viewed (0)
  4. src/main/java/jcifs/smb1/smb1/SmbFile.java

     * this file is open. This constant may be logically OR'd with other share
     * access flags.
     */
        public static final int FILE_SHARE_READ   = 0x01;
    /**
     * When specified as the <tt>shareAccess</tt> constructor parameter,
     * other SMB clients will be permitted to write to the target file while
     * this file is open. This constant may be logically OR'd with other share
     * access flags.
     */
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Mon Mar 13 12:00:57 UTC 2023
    - 107.9K bytes
    - Viewed (0)
  5. src/cmd/internal/obj/s390x/asmz.go

    	{i: 1, as: AMOVW, a1: C_REG, a6: C_REG},
    	{i: 1, as: AMOVWZ, a1: C_REG, a6: C_REG},
    	{i: 1, as: AFMOVD, a1: C_FREG, a6: C_FREG},
    	{i: 1, as: AMOVDBR, a1: C_REG, a6: C_REG},
    
    	// load constant
    	{i: 26, as: AMOVD, a1: C_LACON, a6: C_REG},
    	{i: 26, as: AMOVW, a1: C_LACON, a6: C_REG},
    	{i: 26, as: AMOVWZ, a1: C_LACON, a6: C_REG},
    	{i: 3, as: AMOVD, a1: C_DCON, a6: C_REG},
    	{i: 3, as: AMOVW, a1: C_DCON, a6: C_REG},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 17:46:09 UTC 2024
    - 176.7K bytes
    - Viewed (0)
  6. src/main/webapp/js/admin/bootstrap.min.js.map

    lob/master/LICENSE)\n * --------------------------------------------------------------------------\n */\n\nimport $ from 'jquery'\nimport Util from './util'\n\n/**\n * ------------------------------------------------------------------------\n * Constants\n * ------------------------------------------------------------------------\n */\n\nconst NAME                = 'alert'\nconst VERSION             = '4.3.1'\nconst DATA_KEY            = 'bs.alert'\nconst EVENT_KEY           = `.${DATA_KEY}`\nconst...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 07 10:28:50 UTC 2020
    - 185.8K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tensorflow/translate/import_model.cc

          const SavedConstant& constant = object.constant();
          const TensorProto* value = ExtractConstTensorFromGraph(
              saved_model->meta_graph_def().graph_def(), constant.operation());
          if (!value) {
            return errors::FailedPrecondition(
                "Unable to find const node referenced in object graph: ",
                constant.operation());
          }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 01 11:17:36 UTC 2024
    - 183.2K bytes
    - Viewed (0)
  8. tensorflow/compiler/jit/encapsulate_subgraphs_pass_test.cc

      Output neg = ops::Negate(s.WithOpName("negate_ref"), read);
      Output add = ops::Add(s.WithOpName("add_ref"), neg, neg);
    
      Output constant =
          ops::Const(s.WithOpName("constant_ref"), Input::Initializer(0.0));
      s.graph()->AddControlEdge(constant.node(), variable.node());
    }
    
    TEST(EncapsulateSubgraphsTest, RefVariablesMarked) {
      Scope root = Scope::NewRootScope().ExitOnError();
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 22 08:47:20 UTC 2024
    - 113.3K bytes
    - Viewed (0)
  9. src/main/webapp/js/bootstrap.min.js.map

    lob/master/LICENSE)\n * --------------------------------------------------------------------------\n */\n\nimport $ from 'jquery'\nimport Util from './util'\n\n/**\n * ------------------------------------------------------------------------\n * Constants\n * ------------------------------------------------------------------------\n */\n\nconst NAME                = 'alert'\nconst VERSION             = '4.4.1'\nconst DATA_KEY            = 'bs.alert'\nconst EVENT_KEY           = `.${DATA_KEY}`\nconst...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Sat Jan 11 06:54:28 UTC 2020
    - 189.9K bytes
    - Viewed (0)
  10. analysis/analysis-api-fir/tests-gen/org/jetbrains/kotlin/analysis/api/fir/test/cases/generated/cases/components/resolver/FirIdeNormalAnalysisLibrarySourceModuleResolveReferenceTestGenerated.java

        @TestDataPath("$PROJECT_ROOT")
        public class Constant {
          @Test
          public void testAllFilesPresentInConstant() {
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Tue Jun 04 19:03:01 UTC 2024
    - 175.9K bytes
    - Viewed (0)
Back to top