Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 13 for reflect1 (0.21 sec)

  1. src/testdata/Isaac.Newton-Opticks.txt

    These Colours arise from hence, that some natural Bodies reflect some
    sorts of Rays, others other sorts more copiously than the rest. Minium
    reflects the least refrangible or red-making Rays most copiously, and
    thence appears red. Violets reflect the most refrangible most copiously,
    and thence have their Colour, and so of other Bodies. Every Body
    reflects the Rays of its own Colour more copiously than the rest, and
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 01 16:16:21 UTC 2018
    - 553.9K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/ssa/rewriteAMD64.go

    		v.copyOf(x)
    		return true
    	}
    	// match: (Select1 (AddTupleFirst32 _ tuple))
    	// result: (Select1 tuple)
    	for {
    		if v_0.Op != OpAMD64AddTupleFirst32 {
    			break
    		}
    		tuple := v_0.Args[1]
    		v.reset(OpSelect1)
    		v.AddArg(tuple)
    		return true
    	}
    	// match: (Select1 (AddTupleFirst64 _ tuple))
    	// result: (Select1 tuple)
    	for {
    		if v_0.Op != OpAMD64AddTupleFirst64 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 12 19:38:41 UTC 2024
    - 712.7K bytes
    - Viewed (0)
  3. src/cmd/compile/internal/ssa/rewriteARM64.go

    	// result: (STP [48] dst (Select0 <typ.UInt64> (LDP [48] src mem)) (Select1 <typ.UInt64> (LDP [48] src mem)) (STP [32] dst (Select0 <typ.UInt64> (LDP [32] src mem)) (Select1 <typ.UInt64> (LDP [32] src mem)) (STP [16] dst (Select0 <typ.UInt64> (LDP [16] src mem)) (Select1 <typ.UInt64> (LDP [16] src mem)) (STP dst (Select0 <typ.UInt64> (LDP src mem)) (Select1 <typ.UInt64> (LDP src mem)) mem))))
    	for {
    		if auxIntToInt64(v.AuxInt) != 64 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 608.6K bytes
    - Viewed (0)
  4. pkg/apis/core/validation/validation_test.go

    	if pathStr := path.String(); len(pathStr) > 0 && skipRecurseList.Has(pathStr) {
    		return sets.NewString(pathStr)
    	}
    
    	paths := sets.NewString()
    	switch tp.Kind() {
    	case reflect.Pointer:
    		paths.Insert(collectResourcePaths(t, skipRecurseList, tp.Elem(), path).List()...)
    	case reflect.Struct:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  5. api/go1.20.txt

    pkg os/exec, var ErrWaitDelay error #50436
    pkg path/filepath, func IsLocal(string) bool #56219
    pkg path/filepath, var SkipAll error #47209
    pkg reflect, method (Value) Comparable() bool #46746
    pkg reflect, method (Value) Equal(Value) bool #46746
    pkg reflect, method (Value) Grow(int) #48000
    pkg reflect, method (Value) SetZero() #52376
    pkg regexp/syntax, const ErrLarge ErrorCode #56041
    pkg regexp/syntax, const ErrLarge = "expression too large" #56041
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 17 21:23:32 UTC 2023
    - 602.6K bytes
    - Viewed (0)
  6. RELEASE.md

            *   `setNumThreads` - Use `Interpreter.Options.setNumThreads`
        *   Add Conv3DTranspose as a builtin op.
    *   `tf.summary`:
        *   Fix `tf.summary.should_record_summaries()` so it correctly reflects when
            summaries will be written, even when `tf.summary.record_if()` is not n
            effect, by returning True tensor if default writer is present.
    *   Grappler:
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  7. tests/integration/pilot/testdata/gateway-api-crd.yaml

                            sessionName:
                              description: |-
                                SessionName defines the name of the persistent session token
                                which may be reflected in the cookie or the header. Users
                                should avoid reusing session names to prevent unintended
                                consequences, such as rejection or unpredictable behavior.
    
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 02:01:51 UTC 2024
    - 912.2K bytes
    - Viewed (0)
  8. testing/architecture-test/src/changes/archunit-store/internal-api-nullability.txt

    Class <org.gradle.internal.reflect.validation.ReplayingTypeValidationContext> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (ReplayingTypeValidationContext.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 967.9K bytes
    - Viewed (0)
  9. src/cmd/compile/internal/ssa/rewritegeneric.go

    			v.AuxInt = int32ToAuxInt(0)
    			return true
    		}
    		break
    	}
    	return false
    }
    func rewriteValuegeneric_OpSelect1(v *Value) bool {
    	v_0 := v.Args[0]
    	// match: (Select1 (Div128u (Const64 [0]) lo y))
    	// result: (Mod64u lo y)
    	for {
    		if v_0.Op != OpDiv128u {
    			break
    		}
    		y := v_0.Args[2]
    		v_0_0 := v_0.Args[0]
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 22 18:24:47 UTC 2024
    - 812.2K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.19.md

    - Fixed bug in reflector that couldn't recover from "Too large resource version" errors with API servers 1.17.0-1.18.5 ([#94316](https://github.com/kubernetes/kubernetes/pull/94316), [@janeczku](https://github.com/janeczku)) [SIG API Machinery]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
Back to top