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

1 2 3 4 5 6 7 8 9

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-aarch64/
tlsle-symbol-offset.s 11 # Compute the address of an integer within structure a, padded
  /external/toolchain-utils/cros_utils/
tabulator_test.py 22 result.Compute(cell, table[2], table[1])
28 result.Compute(cell, table[2], table[1])
36 smr.Compute(cell, values, None)
39 smr.Compute(cell, values, None)
47 sf.Compute(cell)
50 sf.Compute(cell)
53 sf.Compute(cell)
  /external/gemmlowp/internal/
compute.h 15 // compute.h: the central stage of the Gemm computation, operates
17 // to compute a block of the product.
51 void Compute(int depth) {
92 void Compute(const KernelBase& kernel, const BlockParams& block_params,
95 ScopedProfilingLabel label("compute");
99 impl.Compute(depth);
  /external/compiler-rt/make/
lib_info.mk 36 # Compute common arch functions.
43 # Compute arch only functions.
49 # Compute lists of where each function is available.
  /external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
complexityMeasures.m 35 % Compute each function's mean complexity
38 % Compute each function's maximum complexity in encoding
46 % Compute maximum complexity for a single frame (enc/dec separately and together)
  /prebuilts/go/darwin-x86/src/runtime/
fastlog2_test.go 14 // Compute the euclidean distance between math.Log2 and the FastLog2
  /prebuilts/go/linux-x86/src/runtime/
fastlog2_test.go 14 // Compute the euclidean distance between math.Log2 and the FastLog2
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/
Android.mk 3 # Compute the compiler flags to export by the module.
  /external/libmpeg2/common/arm/
ideint_spatial_filter_a9.s 147 @ Compute shift for first half of the block
153 @ Compute shift
174 @ Compute shift for first half of the block
179 @ Compute shift
ideint_cac_a9.s 127 @ Compute absolute diff between top and bottom row sums
140 @ Compute adj
145 @ Compute alt
  /external/v8/src/heap/
gc-idle-time-handler.h 125 GCIdleTimeAction Compute(double idle_time_in_ms,
gc-idle-time-handler.cc 122 GCIdleTimeAction GCIdleTimeHandler::Compute(double idle_time_in_ms,
  /external/libtextclassifier/common/
feature-extractor.h 323 // or Compute() on that object.
327 // default implementation delegates to Compute(), adding a single value if
331 FeatureValue value = Compute(workspaces, object, args..., result);
338 virtual FeatureValue Compute(const WorkspaceSet &workspaces,
379 // Compute, since the nested functions may be of a different type.
511 FeatureValue Compute(const WorkspaceSet &workspaces, const OBJ &object,
516 return this->nested()[0]->Compute(workspaces, object, focus, args...,
552 FeatureValue Compute(const WorkspaceSet &workspaces, const OBJ &object,
556 return this->nested()[0]->Compute(workspaces, object, args..., result);
  /prebuilts/go/darwin-x86/test/
torture.go 32 // Compute the determinant of a 4x4-matrix by the sum
61 // Compute the determinant of a 4x4-matrix by the sum
90 // Compute the determinant of a 4x4-matrix by the sum
  /prebuilts/go/linux-x86/test/
torture.go 32 // Compute the determinant of a 4x4-matrix by the sum
61 // Compute the determinant of a 4x4-matrix by the sum
90 // Compute the determinant of a 4x4-matrix by the sum
  /art/compiler/optimizing/
nodes.h 383 // Iterate over blocks to compute try block membership. Needs reverse post
    [all...]
nodes_shared.h 74 auto Compute(T x, U y) const -> decltype(x & ~y) {
93 Compute(x->GetValue(), y->GetValue()), GetDexPc());
97 Compute(x->GetValue(), y->GetValue()), GetDexPc());
  /prebuilts/go/darwin-x86/misc/cgo/gmp/
fib.go 7 // Compute Fibonacci numbers with two goroutines
  /prebuilts/go/darwin-x86/misc/cgo/stdio/
fib.go 9 // Compute Fibonacci numbers with two goroutines
  /prebuilts/go/linux-x86/misc/cgo/gmp/
fib.go 7 // Compute Fibonacci numbers with two goroutines
  /prebuilts/go/linux-x86/misc/cgo/stdio/
fib.go 9 // Compute Fibonacci numbers with two goroutines
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/
Android.mk 3 # Compute the compiler flags to export by the module.
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmPlatformStackLib/Arm/
ArmPlatformStackLib.asm 81 // Compute SecondaryCoresCount * SecondaryCoreStackSize
118 // Compute top of the secondary stack
  /external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
Timestamp.cs 55 /// Example 1: Compute Timestamp from POSIX `time()`.
61 /// Example 2: Compute Timestamp from POSIX `gettimeofday()`.
70 /// Example 3: Compute Timestamp from Win32 `GetSystemTimeAsFileTime()`.
82 /// Example 4: Compute Timestamp from Java `System.currentTimeMillis()`.
89 /// Example 5: Compute Timestamp from current time in Python.
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/Ia32/
EfiZeroMem.c 72 ; Compute how many 64-byte blocks we can clear

Completed in 1696 milliseconds

1 2 3 4 5 6 7 8 9