HomeSort by relevance Sort by last modified time
    Searched refs:computed (Results 51 - 75 of 321) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/go/darwin-x86/src/internal/syscall/windows/
reparse_windows.go 32 // computed as an offset from byte 0 of PathBuffer. Note that
52 // computed as an offset from byte 0 of PathBuffer. Note that
  /prebuilts/go/linux-x86/src/hash/crc32/
crc32_generic.go 41 // was previously computed using simpleMakeTable.
72 // table that was previously computed using slicingMakeTable.
  /prebuilts/go/linux-x86/src/internal/syscall/windows/
reparse_windows.go 32 // computed as an offset from byte 0 of PathBuffer. Note that
52 // computed as an offset from byte 0 of PathBuffer. Note that
  /external/tensorflow/tensorflow/compiler/xla/tests/
transpose_test.cc 120 auto computed = builder.ConstantR2FromArray2D<float>(input); local
122 computed = builder.Transpose(computed, {1, 0});
  /external/tensorflow/tensorflow/contrib/lite/testing/
tflite_driver.cc 95 float computed = Value<T>(tensor.data, i); local
97 float diff = std::abs(computed - reference);
109 std::cerr << " index " << i << ": got " << computed
  /external/python/cpython3/Tools/clinic/
clinic_test.py 109 computed = clinic.permute_optional_groups(l, m, r)
110 self.assertEqual(output, computed)
157 computed = clinic.linear_format(input, **kwargs)
158 self.assertEqual(output, computed)
258 computed = c.parse(input)
259 self.assertEqual(output, computed)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_hashlib.py 165 computed = hash_object_constructor(data).hexdigest()
167 computed, digest,
171 computed, len(data), digest))
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/IA32/
InterruptTable.S 40 # computed.
InterruptTable.asm 42 ; computed.
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/X64/
InterruptTable.S 41 # computed.
InterruptTable.asm 40 ; computed.
  /external/mesa3d/docs/specs/OLD/
MESA_sprite_point.spec 44 1. How are the texture coordinates computed?
53 texture coordinates. The r and q coordinates may have been computed
125 texture coordinates are computed as follows:
138 Point size may either be specified with PointSize or computed
143 unchanged and may have been computed with texgen and/or the texture
  /prebuilts/go/darwin-x86/test/
mergemul.go 12 // the compiler into (c+d)*n + d*k (with c+d and d*k computed at
44 // the compiler into (c-d)*n - d*k (with c-d and d*k computed at
  /prebuilts/go/linux-x86/test/
mergemul.go 12 // the compiler into (c+d)*n + d*k (with c+d and d*k computed at
44 // the compiler into (c-d)*n - d*k (with c-d and d*k computed at
  /external/ImageMagick/www/api/
compare.php 88 <dd>the computed distortion between the images. </dd>
128 <dd>the computed distortion between the images. </dd>
174 <p>IsImagesEqual() measures the difference between colors at each pixel location of two images. A value other than 0 means the colors match exactly. Otherwise an error measure is computed by summing over all pixels in an image the distance squared in RGB space between each image pixel and its corresponding pixel in the reconstruct image. The error measure is assigned to these image members:</p>
247 <dd>the computed similarity between the images. </dd>
  /prebuilts/go/darwin-x86/src/cmd/go/internal/work/
build_test.go 148 computed, err := libname(data.args, data.pkgs)
154 t.Errorf("libname returned %q, expected an error", computed)
157 if expected != computed {
158 t.Errorf("libname returned %q, expected %q", computed, expected)
  /prebuilts/go/darwin-x86/src/image/png/
paeth.go 15 // of any number (except the smallest one) can be computed
  /prebuilts/go/darwin-x86/src/math/
sinh.go 15 Cosh(x) is computed from the exponential func for
exp.go 117 // reduce; computed as r = hi - lo for extra precision.
159 // computed as r = hi - lo for extra precision.
  /prebuilts/go/linux-x86/src/cmd/go/internal/work/
build_test.go 148 computed, err := libname(data.args, data.pkgs)
154 t.Errorf("libname returned %q, expected an error", computed)
157 if expected != computed {
158 t.Errorf("libname returned %q, expected %q", computed, expected)
  /prebuilts/go/linux-x86/src/image/png/
paeth.go 15 // of any number (except the smallest one) can be computed
  /prebuilts/go/linux-x86/src/math/
sinh.go 15 Cosh(x) is computed from the exponential func for
  /external/tensorflow/tensorflow/compiler/tf2xla/
xla_op_kernel.cc 144 xla::StatusOr<std::unique_ptr<xla::Literal>> computed = local
146 if (!computed.ok()) {
150 computed.status().error_message());
152 *constant_literal = std::move(*computed.ValueOrDie());
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
phiopt.go 93 // value is always computed. This guarantees that the side effects
109 // value is always computed. This guarantees that the side effects
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
phiopt.go 93 // value is always computed. This guarantees that the side effects
109 // value is always computed. This guarantees that the side effects

Completed in 1093 milliseconds

1 23 4 5 6 7 8 91011>>