HomeSort by relevance Sort by last modified time
    Searched refs:stores (Results 201 - 225 of 411) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/go/darwin-x86/src/strconv/
extfloat.go 375 // FixedDecimal stores in d the first n significant digits
528 // ShortestDecimal stores in d the shortest decimal representation of f
  /prebuilts/go/linux-x86/src/cmd/go/internal/cache/
cache.go 335 // Put stores the given output in the cache as the output for the action ID.
371 // PutBytes stores the given bytes in the cache as the output for the action ID.
  /prebuilts/go/linux-x86/src/strconv/
extfloat.go 375 // FixedDecimal stores in d the first n significant digits
528 // ShortestDecimal stores in d the shortest decimal representation of f
  /external/tensorflow/tensorflow/contrib/verbs/
README.md 57 Our entry point is the implementation of **RdmaRemoteRendezvous::RecvFromRemoteAsync()**, located in rdma_rendezvous_mgr.cc. The implementation creates a new **RdmaTensorRequest** object, keyed by request index (uint32_t), stores it in a list of pending requests, and calls its **Start()** method. The **Start()** method basically does 2 things:
132 * **class RdmaChannel** - Responsible for RDMA connection to a particular node. It manages messagee buffers. A channel has a request table which stores all the pending tensor requests.
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
align.go 159 // dowidth calculates and stores the size and alignment for t.
racewalk.go 452 // it skips e.g. stores to ... parameter array
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/gen/
S390XOps.go 29 // 2. Loads and stores using relative addressing require the data be aligned
405 // indexed loads/stores
    [all...]
genericOps.go 328 // returns true, we must do all loads before all stores, when lowering Move.
438 // stores like regular memory ops do. We can get away without memory
485 // with respect to other loads and stores.
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/x86/
387.go 310 // popAndSave pops a value off of the floating-point stack and stores
  /prebuilts/go/darwin-x86/src/compress/gzip/
gunzip.go 47 // The gzip file stores a header giving metadata about the compressed file.
  /prebuilts/go/darwin-x86/src/runtime/
mwbbuf.go 52 // buf stores a series of pointers to execute write barriers
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
align.go 159 // dowidth calculates and stores the size and alignment for t.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/gen/
S390XOps.go 29 // 2. Loads and stores using relative addressing require the data be aligned
405 // indexed loads/stores
    [all...]
genericOps.go 328 // returns true, we must do all loads before all stores, when lowering Move.
438 // stores like regular memory ops do. We can get away without memory
485 // with respect to other loads and stores.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/x86/
387.go 310 // popAndSave pops a value off of the floating-point stack and stores
  /prebuilts/go/linux-x86/src/compress/gzip/
gunzip.go 47 // The gzip file stores a header giving metadata about the compressed file.
  /prebuilts/go/linux-x86/src/runtime/
mwbbuf.go 52 // buf stores a series of pointers to execute write barriers
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/types/
type.go 94 // Types stores pointers to predeclared named types.
96 // It also stores pointers to several special types:
722 // RecvsParamsResults stores the accessor functions for a function Type's
    [all...]
  /prebuilts/go/darwin-x86/src/encoding/json/
decode.go 24 // Unmarshal parses the JSON-encoded data and stores the result
52 // Unmarshal stores one of these in the interface value:
75 // reuses the existing map, keeping existing entries. Unmarshal then stores
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/types/
type.go 94 // Types stores pointers to predeclared named types.
96 // It also stores pointers to several special types:
722 // RecvsParamsResults stores the accessor functions for a function Type's
    [all...]
  /prebuilts/go/linux-x86/src/encoding/json/
decode.go 24 // Unmarshal parses the JSON-encoded data and stores the result
52 // Unmarshal stores one of these in the interface value:
75 // reuses the existing map, keeping existing entries. Unmarshal then stores
    [all...]
  /build/soong/finder/
finder.go 108 // a cacheConfig stores the inputs that determine what should be included in the cache
124 // a cacheMetadata stores version information about the cache
408 // a pathAndStats stores a path and its stats
415 // a dirFullInfo stores all of the relevant information we know about a directory
459 // a mapNode stores the relevant stats about a directory to be stored in a pathMap
    [all...]
  /external/libavc/common/arm/
ih264_iquant_itrans_recon_a9.s 122 stmfd sp!, {r4-r12, r14} @stack stores the values of the arguments
302 stmfd sp!, {r4-r12, r14} @stack stores the values of the arguments
488 stmfd sp!, {r4-r12, r14} @stack stores the values of the arguments
    [all...]
  /external/zlib/src/contrib/delphi/
ZLib.pas 59 stores the compressed data to another stream.
  /prebuilts/go/darwin-x86/src/cmd/asm/internal/lex/
input.go 201 // defineMacro stores the macro definition in the Input.

Completed in 924 milliseconds

1 2 3 4 5 6 7 891011>>