Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 370 for extended (0.12 sec)

  1. test/atomicload.go

    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    // Check that we do loads exactly once. The SSA backend
    // once tried to do the load in f twice, once sign extended
    // and once zero extended.  This can cause problems in
    // racy code, particularly sync/mutex.
    
    package main
    
    func f(p *byte) bool {
    	x := *p
    	a := int64(int8(x))
    	b := int64(uint8(x))
    	return a == b
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 17 04:20:02 UTC 2016
    - 798 bytes
    - Viewed (0)
  2. dbflute_fess/_readme.txt

    allcommon : classes bridging to DBFlute Runtime
    bsbhv     : base behaviors
    bsentity  : base entities
    cbean     : condition-beans (both base and extended)
    exbhv     : extended behaviors
    exentity  : extended entities
    - - - - - - - - - -/
    
    For example, if a table called "MEMBER" exists,
    you can use these classes like this:
    /- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Sat Jul 04 22:46:31 UTC 2015
    - 2.5K bytes
    - Viewed (0)
  3. pkg/scheduler/framework/extender.go

    	Bind(binding *v1.Binding) error
    
    	// IsBinder returns whether this extender is configured for the Bind method.
    	IsBinder() bool
    
    	// IsInterested returns true if at least one extended resource requested by
    	// this pod is managed by this extender.
    	IsInterested(pod *v1.Pod) bool
    
    	// IsPrioritizer returns whether this extender is configured for the Prioritize method.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 26 19:07:19 UTC 2024
    - 3.3K bytes
    - Viewed (0)
  4. src/vendor/golang.org/x/net/http2/hpack/encode.go

    // representation, to dst and returns the extended buffer.
    func appendIndexed(dst []byte, i uint64) []byte {
    	first := len(dst)
    	dst = appendVarInt(dst, 7, i)
    	dst[first] |= 0x80
    	return dst
    }
    
    // appendNewName appends f, as encoded in one of "Literal Header field
    // - New Name" representation variants, to dst and returns the
    // extended buffer.
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 22 17:16:14 UTC 2022
    - 7.1K bytes
    - Viewed (0)
  5. docs/en/docs/tutorial/testing.md

    ```Python hl_lines="3"
    {!../../../docs_src/app_testing/test_main.py!}
    ```
    
    ...and have the code for the tests just like before.
    
    ## Testing: extended example
    
    Now let's extend this example and add more details to see how to test different parts.
    
    ### Extended **FastAPI** app file
    
    Let's continue with the same file structure as before:
    
    ```
    .
    ├── app
    │   ├── __init__.py
    │   ├── main.py
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 6.2K bytes
    - Viewed (0)
  6. plugin/pkg/admission/extendedresourcetoleration/admission.go

    var _ admission.MutationInterface = &plugin{}
    
    type plugin struct {
    	*admission.Handler
    }
    
    // Admit updates the toleration of a pod based on the resources requested by it.
    // If an extended resource of name "example.com/device" is requested, it adds
    // a toleration with key "example.com/device", operator "Exists" and effect "NoSchedule".
    // The rationale for this is described in:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Aug 20 15:11:00 UTC 2019
    - 3.1K bytes
    - Viewed (0)
  7. src/vendor/golang.org/x/sys/cpu/cpu_s390x.go

    	// mandatory facilities
    	zarch  facility = 1  // z architecture mode is active
    	stflef facility = 7  // store-facility-list-extended
    	ldisp  facility = 18 // long-displacement
    	eimm   facility = 21 // extended-immediate
    
    	// miscellaneous facilities
    	dfp    facility = 42 // decimal-floating-point
    	etf3eh facility = 30 // extended-translation 3 enhancement
    
    	// cryptography facilities
    	msa  facility = 17  // message-security-assist
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Nov 02 15:41:00 UTC 2020
    - 4.9K bytes
    - Viewed (0)
  8. pkg/scheduler/framework/plugins/noderesources/resource_allocation.go

    	allocatable := make([]int64, len(r.resources))
    	for i := range r.resources {
    		alloc, req := r.calculateResourceAllocatableRequest(logger, nodeInfo, v1.ResourceName(r.resources[i].Name), podRequests[i])
    		// Only fill the extended resource entry when it's non-zero.
    		if alloc == 0 {
    			continue
    		}
    		allocatable[i] = alloc
    		requested[i] = req
    	}
    
    	score := r.scorer(requested, allocatable)
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 20 14:53:43 UTC 2023
    - 5.3K bytes
    - Viewed (0)
  9. src/math/sin.go

    //
    // SYNOPSIS:
    //
    // double x, y, sin();
    // y = sin( x );
    //
    // DESCRIPTION:
    //
    // Range reduction is into intervals of pi/4.  The reduction error is nearly
    // eliminated by contriving an extended precision modular arithmetic.
    //
    // Two polynomial approximating functions are employed.
    // Between 0 and pi/4 the sine is approximated by
    //      x  +  x**3 P(x**2).
    // Between pi/4 and pi/2 the cosine is represented as
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 11 16:34:30 UTC 2022
    - 6.4K bytes
    - Viewed (0)
  10. internal/lock/lock_windows.go

    	}
    	return lockedOpenFile(path, flag, perm, lockType)
    }
    
    // fixLongPath returns the extended-length (\\?\-prefixed) form of
    // path when needed, in order to avoid the default 260 character file
    // path limit imposed by Windows. If path is not easily converted to
    // the extended-length form (for example, if path is a relative path
    // or contains .. elements), or is short enough, fixLongPath returns
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Wed Oct 18 18:08:15 UTC 2023
    - 7.9K bytes
    - Viewed (0)
Back to top