Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 12 for optsFunc (0.39 sec)

  1. staging/src/k8s.io/apiserver/plugin/pkg/authenticator/token/oidc/oidc_test.go

    	if !c.fetchKeysFromRemote {
    		// Set the verifier to use the public key set instead of reading from a remote.
    		c.options.KeySet = &staticKeySet{keys: c.pubKeys}
    	}
    
    	if c.optsFunc != nil {
    		c.optsFunc(&c.options)
    	}
    
    	expectInitErr := len(c.wantInitErr) > 0
    
    	ctx := testContext(t)
    
    	// Initialize the authenticator.
    	a, err := New(ctx, c.options)
    	if err != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 97.7K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/ssa/sccp_test.go

    			Valu("t13", OpFloor, c.config.Types.Float64, 0, nil, "v3"),
    			Valu("t14", OpSqrt, c.config.Types.Float64, 0, nil, "t13"),
    			Valu("t15", OpCeil, c.config.Types.Float64, 0, nil, "t14"),
    			Valu("t16", OpTrunc, c.config.Types.Float64, 0, nil, "t15"),
    			Valu("t17", OpRoundToEven, c.config.Types.Float64, 0, nil, "t16"),
    			Valu("t18", OpTrunc64to32, c.config.Types.Int64, 0, nil, "t12"),
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Sep 12 21:01:50 UTC 2023
    - 3.6K bytes
    - Viewed (0)
  3. src/cmd/compile/internal/ssa/sccp.go

    	case OpCopy:
    		return true
    	case OpPhi:
    		return true
    	case
    		// negate
    		OpNeg8, OpNeg16, OpNeg32, OpNeg64, OpNeg32F, OpNeg64F,
    		OpCom8, OpCom16, OpCom32, OpCom64,
    		// math
    		OpFloor, OpCeil, OpTrunc, OpRoundToEven, OpSqrt,
    		// conversion
    		OpTrunc16to8, OpTrunc32to8, OpTrunc32to16, OpTrunc64to8,
    		OpTrunc64to16, OpTrunc64to32, OpCvt32to32F, OpCvt32to64F,
    		OpCvt64to32F, OpCvt64to64F, OpCvt32Fto32, OpCvt32Fto64,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 16:54:50 UTC 2024
    - 17.6K bytes
    - Viewed (0)
  4. src/cmd/compile/internal/ssa/rewriteWasm.go

    		return true
    	case OpSub8:
    		v.Op = OpWasmI64Sub
    		return true
    	case OpSubPtr:
    		v.Op = OpWasmI64Sub
    		return true
    	case OpTailCall:
    		v.Op = OpWasmLoweredTailCall
    		return true
    	case OpTrunc:
    		v.Op = OpWasmF64Trunc
    		return true
    	case OpTrunc16to8:
    		v.Op = OpCopy
    		return true
    	case OpTrunc32to16:
    		v.Op = OpCopy
    		return true
    	case OpTrunc32to8:
    		v.Op = OpCopy
    		return true
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 17 03:56:57 UTC 2023
    - 108.6K bytes
    - Viewed (0)
  5. src/internal/trace/traceviewer/static/trace_viewer_full.html

    return ret;};Statistics.min=function(ary,opt_func,opt_this){const func=opt_func||(x=>x);let ret=Infinity;let i=0;for(const elt of ary){ret=Math.min(ret,func.call(opt_this,elt,i++));}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 20:45:06 UTC 2023
    - 2.5M bytes
    - Viewed (0)
  6. src/cmd/compile/internal/ssagen/ssa.go

    	addF("math", "Trunc",
    		func(s *state, n *ir.CallExpr, args []*ssa.Value) *ssa.Value {
    			return s.newValue1(ssa.OpTrunc, types.Types[types.TFLOAT64], args[0])
    		},
    		sys.ARM64, sys.PPC64, sys.S390X, sys.Wasm)
    	addF("math", "Ceil",
    		func(s *state, n *ir.CallExpr, args []*ssa.Value) *ssa.Value {
    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. src/cmd/compile/internal/ssa/rewritePPC64.go

    		return true
    	case OpSub8:
    		v.Op = OpPPC64SUB
    		return true
    	case OpSubPtr:
    		v.Op = OpPPC64SUB
    		return true
    	case OpTailCall:
    		v.Op = OpPPC64CALLtail
    		return true
    	case OpTrunc:
    		v.Op = OpPPC64FTRUNC
    		return true
    	case OpTrunc16to8:
    		return rewriteValuePPC64_OpTrunc16to8(v)
    	case OpTrunc32to16:
    		return rewriteValuePPC64_OpTrunc32to16(v)
    	case OpTrunc32to8:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 19:02:52 UTC 2024
    - 360.2K bytes
    - Viewed (0)
  8. src/cmd/compile/internal/ssa/rewriteS390X.go

    	case OpSub8:
    		v.Op = OpS390XSUBW
    		return true
    	case OpSubPtr:
    		v.Op = OpS390XSUB
    		return true
    	case OpTailCall:
    		v.Op = OpS390XCALLtail
    		return true
    	case OpTrunc:
    		return rewriteValueS390X_OpTrunc(v)
    	case OpTrunc16to8:
    		v.Op = OpCopy
    		return true
    	case OpTrunc32to16:
    		v.Op = OpCopy
    		return true
    	case OpTrunc32to8:
    		v.Op = OpCopy
    		return true
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 12 18:09:26 UTC 2023
    - 395.1K bytes
    - Viewed (0)
  9. src/cmd/compile/internal/ssa/rewriteARM64.go

    		return true
    	case OpSub8:
    		v.Op = OpARM64SUB
    		return true
    	case OpSubPtr:
    		v.Op = OpARM64SUB
    		return true
    	case OpTailCall:
    		v.Op = OpARM64CALLtail
    		return true
    	case OpTrunc:
    		v.Op = OpARM64FRINTZD
    		return true
    	case OpTrunc16to8:
    		v.Op = OpCopy
    		return true
    	case OpTrunc32to16:
    		v.Op = OpCopy
    		return true
    	case OpTrunc32to8:
    		v.Op = OpCopy
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 608.6K bytes
    - Viewed (0)
  10. src/cmd/compile/internal/ssa/rewriteAMD64.go

    		return true
    	case OpSub8:
    		v.Op = OpAMD64SUBL
    		return true
    	case OpSubPtr:
    		v.Op = OpAMD64SUBQ
    		return true
    	case OpTailCall:
    		v.Op = OpAMD64CALLtail
    		return true
    	case OpTrunc:
    		return rewriteValueAMD64_OpTrunc(v)
    	case OpTrunc16to8:
    		v.Op = OpCopy
    		return true
    	case OpTrunc32to16:
    		v.Op = OpCopy
    		return true
    	case OpTrunc32to8:
    		v.Op = OpCopy
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 12 19:38:41 UTC 2024
    - 712.7K bytes
    - Viewed (0)
Back to top