Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 11 for contro (1.85 sec)

  1. src/cmd/compile/internal/ssa/rewriteARM.go

    		// result: (EQ cmp yes no)
    		for b.Controls[0].Op == OpARMInvertFlags {
    			v_0 := b.Controls[0]
    			cmp := v_0.Args[0]
    			b.resetWithControl(BlockARMEQ, cmp)
    			return true
    		}
    		// match: (EQ (CMP x (RSBconst [0] y)))
    		// result: (EQ (CMN x y))
    		for b.Controls[0].Op == OpARMCMP {
    			v_0 := b.Controls[0]
    			_ = v_0.Args[1]
    			x := v_0.Args[0]
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Nov 20 17:19:36 UTC 2023
    - 486.8K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/ssa/rewriteS390X.go

    		for b.Controls[0].Op == OpS390XCMPWUconst {
    			x := b.Controls[0]
    			c := auxToS390xCCMask(b.Aux)
    			if !(c&s390x.Unordered != 0) {
    				break
    			}
    			b.resetWithControl(BlockS390XBRC, x)
    			b.Aux = s390xCCMaskToAux(c &^ s390x.Unordered)
    			return true
    		}
    		// match: (BRC {c} (CMP x y) yes no)
    		// result: (CGRJ {c&^s390x.Unordered} x y yes no)
    		for b.Controls[0].Op == OpS390XCMP {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 12 18:09:26 UTC 2023
    - 395.1K bytes
    - Viewed (0)
  3. src/cmd/compile/internal/ssa/rewritePPC64.go

    		// match: (If (Equal cc) yes no)
    		// result: (EQ cc yes no)
    		for b.Controls[0].Op == OpPPC64Equal {
    			v_0 := b.Controls[0]
    			cc := v_0.Args[0]
    			b.resetWithControl(BlockPPC64EQ, cc)
    			return true
    		}
    		// match: (If (NotEqual cc) yes no)
    		// result: (NE cc yes no)
    		for b.Controls[0].Op == OpPPC64NotEqual {
    			v_0 := b.Controls[0]
    			cc := v_0.Args[0]
    			b.resetWithControl(BlockPPC64NE, cc)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 19:02:52 UTC 2024
    - 360.2K bytes
    - Viewed (0)
  4. lib/time/zoneinfo.zip

    Europe/Vienna Europe/Vilnius Europe/Volgograd Europe/Warsaw Europe/Zagreb Europe/Zaporozhye Europe/Zurich Factory GB GB-Eire GMT GMT+0 GMT-0 GMT0 Greenwich HST Hongkong Iceland Indian/Antananarivo Indian/Chagos Indian/Christmas Indian/Cocos Indian/Comoro Indian/Kerguelen Indian/Mahe Indian/Maldives Indian/Mauritius Indian/Mayotte Indian/Reunion Iran Israel Jamaica Japan Kwajalein Libya MET MST MST7MDT Mexico/BajaNorte Mexico/BajaSur Mexico/General NZ NZ-CHAT Navajo PRC PST8PDT Pacific/Apia Pacific/Auckland...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 02 18:20:41 UTC 2024
    - 392.3K bytes
    - Viewed (0)
  5. doc/go_spec.html

    may be a (possibly <a href="#Labeled_statements">labeled</a>)
    <a href="#Fallthrough_statements">"fallthrough" statement</a> to
    indicate that control should flow from the end of this clause to
    the first statement of the next clause.
    Otherwise control flows to the end of the "switch" statement.
    A "fallthrough" statement may appear as the last statement of all
    but the last clause of an expression switch.
    </p>
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 21:07:21 UTC 2024
    - 281.5K bytes
    - Viewed (0)
  6. src/cmd/compile/internal/ssagen/ssa.go

    	line uint
    }
    
    type ssaLabel struct {
    	target         *ssa.Block // block identified by this label
    	breakTarget    *ssa.Block // block to break to in control flow node identified by this label
    	continueTarget *ssa.Block // block to continue to in control flow node identified by this label
    }
    
    // label returns the label associated with sym, creating it if necessary.
    func (s *state) label(sym *types.Sym) *ssaLabel {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
  7. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

        <glob pattern="*.mus"/>
      </mime-type>
      <mime-type type="application/vnd.muvee.style">
        <glob pattern="*.msty"/>
      </mime-type>
      <mime-type type="application/vnd.ncd.control"/>
      <mime-type type="application/vnd.ncd.reference"/>
      <mime-type type="application/vnd.nervana"/>
      <mime-type type="application/vnd.netfpx"/>
      <mime-type type="application/vnd.neurolanguage.nlu">
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
  8. ChangeLog.md

    - [`KT-62691`](https://youtrack.jetbrains.com/issue/KT-62691) K2: optimize getFirForNonKtFileElement for references inside 'where'
    - [`KT-62834`](https://youtrack.jetbrains.com/issue/KT-62834) K2: missing file node level in control flow builder
    - [`KT-62768`](https://youtrack.jetbrains.com/issue/KT-62768) Analysis API: No 'org.jetbrains.kotlin.fir.scopes.impl.FirDelegatedMembersFilter'(44) in array owner: LLFirSourcesSession exception on analysing common code
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Mon May 27 17:14:23 UTC 2024
    - 292.1K bytes
    - Viewed (0)
  9. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

        /**
         * Get the value for the key 'adaptive.load.control'. <br>
         * The value is, e.g. 50 <br>
         * @return The value of found property. (NotNull: if not found, exception but basically no way)
         */
        String getAdaptiveLoadControl();
    
        /**
         * Get the value for the key 'adaptive.load.control' as {@link Integer}. <br>
         * The value is, e.g. 50 <br>
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Apr 11 02:34:53 UTC 2024
    - 459.2K bytes
    - Viewed (0)
  10. src/main/java/org/codelibs/fess/es/user/cbean/cq/bs/BsUserCQ.java

            return "user";
        }
    
        // ===================================================================================
        //                                                                       Query Control
        //                                                                       =============
        public void functionScore(OperatorCall<UserCQ> queryLambda, ScoreFunctionCall<ScoreFunctionCreator<UserCQ>> functionsLambda,
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 326.1K bytes
    - Viewed (0)
Back to top