Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 7,522 for _case (0.07 sec)

  1. tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir/switch_n.pbtxt

    node {
      name: "Case/branch0/_0/mul_0"
      op: "Mul"
      input: "Case/Case/input_0/_7"
      input: "Case/branch0/_0/mul/y"
      attr {
        key: "T"
        value {
          type: DT_FLOAT
        }
      }
    }
    node {
      name: "Case/branch1/_1/mul_0"
      op: "Mul"
      input: "Case/Case/input_0/_7:1"
      input: "Case/branch1/_1/mul/y"
      attr {
        key: "T"
        value {
          type: DT_FLOAT
        }
      }
    }
    node {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Nov 15 19:42:47 UTC 2021
    - 3.7K bytes
    - Viewed (0)
  2. src/cmd/internal/obj/arm64/asm7.go

    		}
    
    	case C_PSAUTO_4:
    		switch b {
    		case C_ZAUTO, C_PSAUTO_16, C_PSAUTO_8:
    			return true
    		}
    
    	case C_PSAUTO:
    		switch b {
    		case C_ZAUTO, C_PSAUTO_16, C_PSAUTO_8, C_PSAUTO_4:
    			return true
    		}
    
    	case C_PPAUTO_16:
    		switch b {
    		case C_ZAUTO, C_PSAUTO_16:
    			return true
    		}
    
    	case C_PPAUTO:
    		switch b {
    		case C_ZAUTO, C_PSAUTO_16, C_PSAUTO_8, C_PPAUTO_16:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 201.1K bytes
    - Viewed (0)
  3. src/cmd/compile/internal/test/switch_test.go

    	n := 0
    	rng := newRNG()
    	for i := 0; i < b.N; i++ {
    		rng = rng.next(predictable)
    		switch rng.value() & 7 {
    		case 0:
    			n += 1
    		case 1:
    			n += 2
    		case 2:
    			n += 3
    		case 3:
    			n += 4
    		case 4:
    			n += 5
    		case 5:
    			n += 6
    		case 6:
    			n += 7
    		case 7:
    			n += 8
    		}
    	}
    	sink = n
    }
    
    func BenchmarkSwitch32Predictable(b *testing.B) {
    	benchmarkSwitch32(b, true)
    }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Oct 06 15:42:30 UTC 2023
    - 4.2K bytes
    - Viewed (0)
  4. platforms/core-runtime/launcher/src/main/java/org/gradle/launcher/daemon/server/DaemonStateCoordinator.java

            }
        }
    
        private void beginStopping() {
            switch (state) {
                case Idle:
                case Busy:
                case Canceled:
                case Broken:
                    setState(State.StopRequested);
                    break;
                case StopRequested:
                case Stopped:
                case ForceStopped:
                    break;
                default:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 29 06:47:38 UTC 2024
    - 17.1K bytes
    - Viewed (0)
  5. pkg/config/schema/kubeclient/resources.gen.go

    	case gvr.DaemonSet:
    		return &k8sioapiappsv1.DaemonSet{}
    	case gvr.Deployment:
    		return &k8sioapiappsv1.Deployment{}
    	case gvr.DestinationRule:
    		return &apiistioioapinetworkingv1alpha3.DestinationRule{}
    	case gvr.EndpointSlice:
    		return &k8sioapidiscoveryv1.EndpointSlice{}
    	case gvr.Endpoints:
    		return &k8sioapicorev1.Endpoints{}
    	case gvr.EnvoyFilter:
    		return &apiistioioapinetworkingv1alpha3.EnvoyFilter{}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 13:57:51 UTC 2024
    - 31.1K bytes
    - Viewed (0)
  6. test/switch.go

    	switch x := 5; true {
    	case i5 < x:
    		assert(false, "<")
    	case i5 == x:
    		assert(true, "!")
    	case i5 > x:
    		assert(false, ">")
    	}
    
    	switch i5 {
    	case 0:
    		assert(false, "0")
    	case 1:
    		assert(false, "1")
    	case 2:
    		assert(false, "2")
    	case 3:
    		assert(false, "3")
    	case 4:
    		assert(false, "4")
    	case 5:
    		assert(true, "5")
    	case 6:
    		assert(false, "6")
    	case 7:
    		assert(false, "7")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jul 19 23:30:49 UTC 2022
    - 6.5K bytes
    - Viewed (0)
  7. test/switch5.go

    	case "":
    	case "": // ERROR "duplicate case (.. in switch)?"
    	case "abc":
    	case "abc": // ERROR "duplicate case (.abc. in switch)?"
    	}
    }
    
    func f3(e interface{}) {
    	switch e {
    	case 0:
    	case 0: // ERROR "duplicate case (0 in switch)?"
    	case int64(0):
    	case float32(10):
    	case float32(10): // ERROR "duplicate case (float32\(10\) .value 10. in switch)?"
    	case float64(10):
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Dec 14 21:28:48 UTC 2020
    - 2.3K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/plan9x.go

    			}
    		}
    
    		return base + index
    
    	case Cond:
    		switch arg.String() {
    		case "CS":
    			return "HS"
    		case "CC":
    			return "LO"
    		}
    
    	case Imm_clrex:
    		return fmt.Sprintf("$%d", uint32(a))
    
    	case Imm_dcps:
    		return fmt.Sprintf("$%d", uint32(a))
    
    	case Imm_option:
    		return fmt.Sprintf("$%d", uint8(a))
    
    	case Imm_hint:
    		return fmt.Sprintf("$%d", uint8(a))
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 16 22:24:28 UTC 2022
    - 17K bytes
    - Viewed (0)
  9. src/cmd/compile/internal/syntax/positions.go

    		// case *BlockStmt:
    		// case *ExprStmt:
    		case *SendStmt:
    			m = n.Chan
    		// case *DeclStmt:
    		case *AssignStmt:
    			m = n.Lhs
    		// case *BranchStmt:
    		// case *CallStmt:
    		// case *ReturnStmt:
    		// case *IfStmt:
    		// case *ForStmt:
    		// case *SwitchStmt:
    		// case *SelectStmt:
    
    		// helper nodes
    		case *RangeClause:
    			if n.Lhs != nil {
    				m = n.Lhs
    				continue
    			}
    			m = n.X
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 17:49:19 UTC 2024
    - 6.5K bytes
    - Viewed (0)
  10. src/go/constant/value.go

    		case int64Val:
    			return i64toi(x1), y
    		}
    	case ratVal:
    		switch x1 := x.(type) {
    		case int64Val:
    			return i64tor(x1), y
    		case intVal:
    			return itor(x1), y
    		}
    	case floatVal:
    		switch x1 := x.(type) {
    		case int64Val:
    			return i64tof(x1), y
    		case intVal:
    			return itof(x1), y
    		case ratVal:
    			return rtof(x1), y
    		}
    	case complexVal:
    		return vtoc(x), y
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 12:02:03 UTC 2023
    - 34K bytes
    - Viewed (0)
Back to top