HomeSort by relevance Sort by last modified time
    Searched full:precompute (Results 1 - 25 of 199) sorted by null

1 2 3 4 5 6 7 8

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
FixedPointCombMultiplier.java 25 FixedPointPreCompInfo info = FixedPointUtil.precompute(p, minWidth);
FixedPointUtil.java 25 public static FixedPointPreCompInfo precompute(ECPoint p, int minWidth) method in class:FixedPointUtil
WNafL2RMultiplier.java 23 WNafPreCompInfo wnafPreCompInfo = WNafUtil.precompute(p, width, true);
  /external/guava/guava-tests/benchmark/com/google/common/collect/
MinMaxPriorityQueueBenchmark.java 60 // TODO(kevinb): precompute random #s?
69 // TODO(kevinb): precompute random #s?
  /frameworks/rs/tests/java_api/LivePreview/src/com/android/rs/livepreview/
yuv.rs 93 static void precompute() {
116 precompute();
  /prebuilts/go/darwin-x86/src/crypto/cipher/
cfb.go 26 // We can precompute a larger segment of the
  /prebuilts/go/linux-x86/src/crypto/cipher/
cfb.go 26 // We can precompute a larger segment of the
  /external/tensorflow/tensorflow/examples/android/jni/object_tracking/
image_data.h 121 // If profiling is enabled, precompute here to make it easier to distinguish
123 Precompute();
210 void Precompute() {
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ArrayIterator.h 50 * NSArrays are fixed size; precompute count.
  /sdk/eclipse/
dictionary.txt 215 precompute
  /prebuilts/go/darwin-x86/src/crypto/x509/
pkcs1.go 86 key.Precompute()
93 key.Precompute()
  /prebuilts/go/linux-x86/src/crypto/x509/
pkcs1.go 86 key.Precompute()
93 key.Precompute()
  /external/swiftshader/src/Renderer/
QuadRasterizer.cpp 300 cBuffer[index] += *Pointer<Int>(data + OFFSET(DrawData,colorPitchB[index])) << (1 + sw::log2(clusterCount)); // FIXME: Precompute
306 zBuffer += *Pointer<Int>(data + OFFSET(DrawData,depthPitchB)) << (1 + sw::log2(clusterCount)); // FIXME: Precompute
311 sBuffer += *Pointer<Int>(data + OFFSET(DrawData,stencilPitchB)) << (1 + sw::log2(clusterCount)); // FIXME: Precompute
  /developers/build/prebuilts/gradle/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/watchface/
OpenGLWatchFaceService.java 64 /** Number of camera angles to precompute. */
198 // Precompute the clock angles.
203 // Precompute the camera angles.
242 // Precompute the products of Projection and View matrices for each camera angle.
  /developers/samples/android/wearable/wear/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/watchface/
OpenGLWatchFaceService.java 64 /** Number of camera angles to precompute. */
198 // Precompute the clock angles.
203 // Precompute the camera angles.
242 // Precompute the products of Projection and View matrices for each camera angle.
  /development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/
OpenGLWatchFaceService.java 62 /** Number of camera angles to precompute. */
196 // Precompute the clock angles.
201 // Precompute the camera angles.
240 // Precompute the products of Projection and View matrices for each camera angle.
  /device/linaro/bootloader/edk2/OvmfPkg/SmmAccess/
SmramInternal.c 150 // Precompute the region state bits that will be set for all regions.
  /external/pdfium/third_party/lcms/
0020-avoid-fixed-inf.patch 53 // Precompute tables
  /external/selinux/libsepol/include/sepol/policydb/
conditional.h 36 * for which we precompute all outcomes for the expression.
  /external/skia/include/private/
GrRenderTargetProxy.h 102 // we know the newly created render target will be internal, we are able to precompute what the
  /external/skia/src/gpu/
GrRenderTargetProxy.cpp 27 // Since we know the newly created render target will be internal, we are able to precompute
  /external/skqp/include/private/
GrRenderTargetProxy.h 101 // we know the newly created render target will be internal, we are able to precompute what the
  /external/skqp/src/gpu/
GrRenderTargetProxy.cpp 27 // Since we know the newly created render target will be internal, we are able to precompute
  /external/tensorflow/tensorflow/core/lib/random/
distribution_sampler.h 21 // The Algorithm takes O(N) time to precompute data at construction time and
  /external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
cb_mem_energy.c 64 /* Next, precompute the energy values for the filtered cb section */

Completed in 1880 milliseconds

1 2 3 4 5 6 7 8