HomeSort by relevance Sort by last modified time
    Searched refs:Propagate (Results 1 - 25 of 29) sorted by null

1 2

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
admex.h 65 virtual HRESULT WINAPI Propagate(DWORD dwBufferSize,unsigned char *pszBuffer) = 0;
77 HRESULT (WINAPI *Propagate)(IMSAdminReplication *This,DWORD dwBufferSize,unsigned char *pszBuffer);
91 #define IMSAdminReplication_Propagate(This,dwBufferSize,pszBuffer) (This)->lpVtbl->Propagate(This,dwBufferSize,pszBuffer)
  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_dataflow_analysis.h 138 // then propagated throughout the HLO graph by calling Propagate.
160 // Propagate the dataflow through the module.
161 void Propagate();
hlo_dataflow_analysis.cc 586 void HloDataflowAnalysis::Propagate() {
655 // If instruction is a root instruction, then propagate out to any calling
744 // would both define a value and propagate a value from its
798 dataflow_analysis->Propagate();
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
stackalloc.go 290 // Propagate backwards to the start of the block
373 // Propagate liveness backwards to the start of the block.
check.go 398 // Propagate last live memory through storeless blocks.
loopreschedchecks.go 99 // Propagate last mem definitions forward through successor blocks.
regalloc.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
stackalloc.go 290 // Propagate backwards to the start of the block
373 // Propagate liveness backwards to the start of the block.
check.go 398 // Propagate last live memory through storeless blocks.
loopreschedchecks.go 99 // Propagate last mem definitions forward through successor blocks.
regalloc.go     [all...]
  /build/soong/cc/
lto.go 117 // Propagate lto requirements down from binaries
sanitize.go 599 // Propagate asan requirements down from binaries
616 // Propagate the ubsan minimal runtime dependency when there are integer overflow sanitized static dependencies.
  /prebuilts/go/darwin-x86/src/go/doc/
exports.go 198 // Propagate any type information that would get lost otherwise
208 // exported names are preserved so there's no need to propagate the type
  /prebuilts/go/linux-x86/src/go/doc/
exports.go 198 // Propagate any type information that would get lost otherwise
208 // exported names are preserved so there's no need to propagate the type
  /prebuilts/go/darwin-x86/src/cmd/fix/
typecheck.go 313 // propagate the type to all the uses.
575 // Propagate types down to values used in the composite literal.
702 // Propagate types across binary ops that require two args of the same type.
  /prebuilts/go/linux-x86/src/cmd/fix/
typecheck.go 313 // propagate the type to all the uses.
575 // Propagate types down to values used in the composite literal.
702 // Propagate types across binary ops that require two args of the same type.
  /prebuilts/go/darwin-x86/misc/cgo/testcshared/
cshared_test.go 183 // Propagate LD_LIBRARY_PATH to the adb shell invocation.
  /prebuilts/go/linux-x86/misc/cgo/testcshared/
cshared_test.go 183 // Propagate LD_LIBRARY_PATH to the adb shell invocation.
  /external/v8/tools/
profile.js 395 // Propagate weights so percents can be calculated correctly.
  /external/syslinux/core/
isolinux.asm 737 setc [bp+10] ; Propagate CF to the caller
  /prebuilts/go/darwin-x86/src/html/template/
escape.go 596 // Propagate context over the body.
  /prebuilts/go/darwin-x86/src/image/draw/
draw.go 677 // Propagate the Floyd-Steinberg quantization error.
  /prebuilts/go/linux-x86/src/html/template/
escape.go 596 // Propagate context over the body.
  /prebuilts/go/linux-x86/src/image/draw/
draw.go 677 // Propagate the Floyd-Steinberg quantization error.

Completed in 560 milliseconds

1 2