Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 3,172 for conditional (0.43 sec)

  1. src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/plan9x.go

    				op = fmt.Sprintf("V%s", op)
    			}
    			if rno >= 0 && rno <= int(WZR) {
    				// Add "w" to opcode suffix.
    				op += "W"
    			}
    		}
    		op = op + suffix
    	}
    
    	// conditional instructions, replace args.
    	if _, ok := inst.Args[3].(Cond); ok {
    		if _, ok := inst.Args[2].(Reg); ok {
    			args[1], args[2] = args[2], args[1]
    		} else {
    			args[0], args[2] = args[2], args[0]
    		}
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 16 22:24:28 UTC 2022
    - 17K bytes
    - Viewed (0)
  2. platforms/ide/ide-native/src/integTest/groovy/org/gradle/ide/visualstudio/VisualStudioSoftwareModelSingleProjectIntegrationTest.groovy

                includePath == filePath("src/helloApi/headers")
            }
        }
    
        @ToBeFixedForConfigurationCache
        def "create visual studio solution for executable with variant conditional sources"() {
            when:
            app.writeSources(file("src/win32"))
            app.alternate.writeSources(file("src/x64"))
            buildFile << """
    model {
        components {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 05 19:36:14 UTC 2023
    - 35.7K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/transforms/convert_control_to_data_outputs.cc

    // the uses is as a while condition, an empty vector is returned.
    SmallVector<TF::WhileOp> GetWhileCallers(func::FuncOp func,
                                             SymbolUserMap& symbol_map) {
      SmallVector<TF::WhileOp> while_callers;
      for (auto user : symbol_map.getUsers(func)) {
        if (auto while_caller = dyn_cast<TF::WhileOp>(user)) {
          // If used as while conditional anywhere, then skip optimizing this
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 28.7K bytes
    - Viewed (0)
  4. src/crypto/internal/nistec/fiat/p256_fiat64.go

    //
    // Bounds: [[0x0 ~> 0xffffffffffffffff], [0x0 ~> 0xffffffffffffffff], [0x0 ~> 0xffffffffffffffff], [0x0 ~> 0xffffffffffffffff]]
    type p256NonMontgomeryDomainFieldElement [4]uint64
    
    // p256CmovznzU64 is a single-word conditional move.
    //
    // Postconditions:
    //
    //	out1 = (if arg1 = 0 then arg2 else arg3)
    //
    // Input Bounds:
    //
    //	arg1: [0x0 ~> 0x1]
    //	arg2: [0x0 ~> 0xffffffffffffffff]
    //	arg3: [0x0 ~> 0xffffffffffffffff]
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 05 21:53:03 UTC 2022
    - 41.2K bytes
    - Viewed (0)
  5. src/cmd/compile/internal/ssa/_gen/MIPSOps.go

    		{name: "MOVWnop", argLength: 1, reg: regInfo{inputs: []regMask{gp}, outputs: []regMask{gp}}, resultInArg0: true}, // nop, return arg0 in same register
    
    		// conditional move on zero (returns arg1 if arg2 is 0, otherwise arg0)
    		// order of parameters is reversed so we can use resultInArg0 (OpCMOVZ result arg1 arg2-> CMOVZ arg2reg, arg1reg, resultReg)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 24 14:43:03 UTC 2023
    - 24K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/docs/userguide/troubleshooting/validation_problems.adoc

    == Unsupported nested type
    
    This error indicates that an unsupported type is annotated as nested.
    Nested types are expected to either declare some annotated properties (which themselves are checked for annotations) or some conditional behaviour where capturing the type itself as input is important.
    Types of the Java SE API, types of the Kotlin stdlib, and Groovy's GString are not supported, because they meet neither of those requirements.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Mar 23 22:37:03 UTC 2024
    - 21.8K bytes
    - Viewed (0)
  7. Makefile.core.mk

    RELEASE_LDFLAGS=''
    else
    RELEASE_LDFLAGS='-extldflags -static -s -w'
    endif
    
    # List of all binaries to build
    # We split the binaries into "agent" binaries and standard ones. This corresponds to build "agent".
    # This allows conditional compilation to avoid pulling in costly dependencies to the agent, such as XDS and k8s.
    AGENT_BINARIES:=./pilot/cmd/pilot-agent
    STANDARD_BINARIES:=./istioctl/cmd/istioctl \
      ./pilot/cmd/pilot-discovery \
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Jun 02 19:53:04 UTC 2024
    - 23.2K bytes
    - Viewed (0)
  8. src/crypto/internal/nistec/fiat/p224_fiat64.go

    //
    // Bounds: [[0x0 ~> 0xffffffffffffffff], [0x0 ~> 0xffffffffffffffff], [0x0 ~> 0xffffffffffffffff], [0x0 ~> 0xffffffffffffffff]]
    type p224NonMontgomeryDomainFieldElement [4]uint64
    
    // p224CmovznzU64 is a single-word conditional move.
    //
    // Postconditions:
    //
    //	out1 = (if arg1 = 0 then arg2 else arg3)
    //
    // Input Bounds:
    //
    //	arg1: [0x0 ~> 0x1]
    //	arg2: [0x0 ~> 0xffffffffffffffff]
    //	arg3: [0x0 ~> 0xffffffffffffffff]
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 05 21:53:03 UTC 2022
    - 43.2K bytes
    - Viewed (0)
  9. api/maven-api-settings/src/main/mdo/settings.mdo

          </description>
          <fields>
            <field>
              <name>activation</name>
              <version>1.0.0+</version>
              <description>
                The conditional logic which will automatically trigger the inclusion of this profile.
              </description>
              <association>
                <type>Activation</type>
              </association>
            </field>
            <field>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sat Feb 17 18:40:11 UTC 2024
    - 33.3K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apimachinery/pkg/runtime/scheme.go

    func (s *Scheme) generateConvertMeta(in interface{}) *conversion.Meta {
    	return s.converter.DefaultMeta(reflect.TypeOf(in))
    }
    
    // copyAndSetTargetKind performs a conditional copy before returning the object, or an error if copy was not successful.
    func copyAndSetTargetKind(copy bool, obj Object, kind schema.GroupVersionKind) (Object, error) {
    	if copy {
    		obj = obj.DeepCopyObject()
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Dec 18 04:27:38 UTC 2022
    - 25.2K bytes
    - Viewed (0)
Back to top