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

1 2 3 4

  /prebuilts/go/darwin-x86/test/fixedbugs/
bug303.go 7 // Issue 1011. Removing either #1 or #3 avoided the crash at #2.
  /prebuilts/go/linux-x86/test/fixedbugs/
bug303.go 7 // Issue 1011. Removing either #1 or #3 avoided the crash at #2.
  /external/tensorflow/tensorflow/core/kernels/
range_sampler_test.cc 314 std::vector<int64> avoided(2);
315 avoided[0] = 17;
316 avoided[1] = 23;
319 // We expect to pick all elements of [0, 100) except the avoided two.
322 MutableArraySlice<float>(), avoided);
328 const int expected_sum = 100 * 99 / 2 - avoided[0] - avoided[1];
  /external/jemalloc/include/jemalloc/internal/
smoothstep.sh 68 * that floating point math can be avoided.
  /prebuilts/go/darwin-x86/test/
live1.go 19 // has been avoided.
  /prebuilts/go/linux-x86/test/
live1.go 19 // has been avoided.
  /prebuilts/go/darwin-x86/src/math/cmplx/
sqrt.go 43 // Cancelation error in r-x or r+x is avoided by using the
  /prebuilts/go/darwin-x86/src/runtime/
mem_bsd.go 75 // avoided by using MAP_FIXED, but I'm not sure we should need
  /prebuilts/go/linux-x86/src/math/cmplx/
sqrt.go 43 // Cancelation error in r-x or r+x is avoided by using the
  /prebuilts/go/linux-x86/src/runtime/
mem_bsd.go 75 // avoided by using MAP_FIXED, but I'm not sure we should need
  /external/tensorflow/tensorflow/contrib/bayesflow/python/ops/
variable_utils_impl.py 95 the `ancestor_variables` the internal call to `fn` is avoided.
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_windows.go 176 EDEADLK - APPLICATION_ERROR: "resource deadlock avoided",
177 EDEADLOCK - APPLICATION_ERROR: "resource deadlock avoided",
  /prebuilts/go/linux-x86/src/syscall/
zerrors_windows.go 176 EDEADLK - APPLICATION_ERROR: "resource deadlock avoided",
177 EDEADLOCK - APPLICATION_ERROR: "resource deadlock avoided",
  /prebuilts/go/darwin-x86/src/html/template/
error.go 90 // brackets, or can be avoided by refactoring to put the two contexts
  /prebuilts/go/linux-x86/src/html/template/
error.go 90 // brackets, or can be avoided by refactoring to put the two contexts
  /external/syslinux/core/
pxelinux.asm 179 ; In previous versions I avoided using 32-bit registers because of a
isolinux.asm 1131 ; In previous versions I avoided using 32-bit registers because of a
  /prebuilts/go/darwin-x86/src/math/big/
int.go 78 // functionality outside this package; it should be avoided otherwise.
87 // functionality outside this package; it should be avoided otherwise.
  /prebuilts/go/linux-x86/src/math/big/
int.go 78 // functionality outside this package; it should be avoided otherwise.
87 // functionality outside this package; it should be avoided otherwise.
  /external/ImageMagick/www/api/
effect.php 542 <p>Using a separable kernel would be faster, but the negative weights cancel out on the corners of the kernel producing often undesirable ringing in the filtered result; this can be avoided by using a 2D gaussian shaped image sharpening kernel instead.</p>
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
loopreschedchecks.go 59 // avoided nagging order-dependences).
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
loopreschedchecks.go 59 // avoided nagging order-dependences).
  /external/minijail/
common.mk 616 # NOTE: A specific rule for archive objects is avoided because parallel
    [all...]
  /external/modp_b64/
common.mk 612 # NOTE: A specific rule for archive objects is avoided because parallel
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
const.go 293 // avoided repeated calculations, errors
    [all...]

Completed in 954 milliseconds

1 2 3 4