Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 18 for LITERAL (0.12 sec)

  1. istioctl/pkg/authz/testdata/configdump.yaml

                   "literal": {
                    "value": "v1"
                   }
                  },
                  {
                   "tag": "istio.canonical_service",
                   "literal": {
                    "value": "httpbin"
                   }
                  },
                  {
                   "tag": "istio.mesh_id",
                   "literal": {
                    "value": "cluster.local"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 21 14:20:23 UTC 2023
    - 206.7K bytes
    - Viewed (1)
  2. doc/go1.17_spec.html

    <p>
    An imaginary literal represents the imaginary part of a
    <a href="#Constants">complex constant</a>.
    It consists of an <a href="#Integer_literals">integer</a> or
    <a href="#Floating-point_literals">floating-point</a> literal
    followed by the lower-case letter <code>i</code>.
    The value of an imaginary literal is the value of the respective
    integer or floating-point literal multiplied by the imaginary unit <i>i</i>.
    </p>
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 11 20:22:45 UTC 2024
    - 211.6K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/lite/stablehlo/tests/uniform-quantized-stablehlo-to-tfl.mlir

    // CHECK-SAME: %[[ARG0:.+]]: tensor<3x6x!quant.uniform<i8:f32, 2.000000e+00:-1>>
    // CHECK: %[[START:.+]] = arith.constant
    // CHECK{LITERAL}: dense<[0, 2]> : tensor<2xi32>
    // CHECK: %[[SIZE:.+]] = arith.constant
    // CHECK{LITERAL}: dense<[3, 4]> : tensor<2xi32>
    // CHECK: %[[STRIDE:.+]] = arith.constant
    // CHECK{LITERAL}: dense<[2, 3]> : tensor<2xi32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 14 17:10:32 UTC 2024
    - 106.2K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/schema/cel/validation_test.go

    				float64(10.0), // val4, number type, parsed from decimal literal
    				float64(10.0), // val5, float type, parsed from decimal literal
    				float64(10.0), // val6, double type, parsed from decimal literal
    				int64(10),     // val7, number type, parsed from integer literal
    				int64(10),     // val8, float type, parsed from integer literal
    				int64(10),     // val9, double type, parsed from integer literal
    			),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 17:14:10 UTC 2024
    - 159.9K bytes
    - Viewed (0)
  5. src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go

    	}
    	return fmt.Sprintf("%*s%sNew:\n%s\n%s\n%s\n%s", indent, "", field,
    		n.Op.goString(indent+2, "Op: "), place,
    		n.Type.goString(indent+2, "Type: "), ini)
    }
    
    // Literal is a literal in an expression.
    type Literal struct {
    	Type AST
    	Val  string
    	Neg  bool
    }
    
    // Suffixes to use for constants of the given integer type.
    var builtinTypeSuffix = map[string]string{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 31 19:48:28 UTC 2024
    - 105.8K bytes
    - Viewed (0)
  6. src/cmd/go/internal/load/pkg.go

    	// MainOnly is true if the caller only wants to load main packages.
    	// For a literal argument matching a non-main package, a stub may be returned
    	// with an error. For a non-literal argument (with "..."), non-main packages
    	// are not be matched, and their dependencies may not be loaded. A warning
    	// may be printed for non-literal arguments that match no main packages.
    	MainOnly bool
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 28 17:00:51 UTC 2024
    - 120K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/inst.json

    {"Name":"LDR (literal, SIMD&FP)","Bits":"00:2|0|1|1|1|0|0|imm19:19|Rt:5","Arch":"32-bit variant","Syntax":"LDR <St>, <label>","Code":"","Alias":""},
    {"Name":"LDR (literal, SIMD&FP)","Bits":"01:2|0|1|1|1|0|0|imm19:19|Rt:5","Arch":"64-bit variant","Syntax":"LDR <Dt>, <label>","Code":"","Alias":""},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 16 17:57:48 UTC 2017
    - 234.7K bytes
    - Viewed (0)
  8. src/cmd/internal/obj/arm64/asm7.go

    	}
    	a := AADD
    	if v < 0 {
    		a = ASUB
    		v = -v
    	}
    	return c.oaddi(p, a, v, rd, rn)
    }
    
    /*
     * load a literal value into dr
     */
    func (c *ctxt7) omovlit(as obj.As, p *obj.Prog, a *obj.Addr, dr int) uint32 {
    	var o1 int32
    	if p.Pool == nil { /* not in literal pool */
    		c.aclass(a)
    		c.ctxt.Logf("omovlit add %d (%#x)\n", c.instoffset, uint64(c.instoffset))
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 201.1K bytes
    - Viewed (0)
  9. src/cmd/internal/obj/ppc64/asm9.go

    		if r0iszero != 0 /*TypeKind(100016)*/ && p.To.Reg == 0 {
    			c.ctxt.Diag("literal operation on R0\n%v", p)
    		}
    		if int32(int16(v)) != v {
    			log.Fatalf("mishandled instruction %v", p)
    		}
    		o1 = AOP_IRR(c.opirr(p.As), uint32(p.To.Reg), uint32(r), uint32(v))
    
    	case 5: /* syscall */
    		o1 = c.oprrr(p.As)
    
    	case 6: /* logical op Rb,[Rs,]Ra; no literal */
    		r := int(p.Reg)
    
    		if r == 0 {
    			r = int(p.To.Reg)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 13:55:28 UTC 2024
    - 156.1K bytes
    - Viewed (0)
  10. src/cmd/go/internal/work/exec.go

    			continue
    		}
    
    		if quote != 0 && c == quote {
    			quote = 0
    			continue
    		}
    		switch quote {
    		case '\'':
    			// “preserve the literal value of each character”
    			flag = append(flag, c)
    			continue
    		case '"':
    			// “preserve the literal value of all characters within the double-quotes,
    			// with the exception of …”
    			switch c {
    			case '`', '$', '\\':
    			default:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 14:46:37 UTC 2024
    - 105.6K bytes
    - Viewed (0)
Back to top