Searched refs:adjusted (Results 1 - 25 of 33) sorted by relevance

12

/external/elfutils/tests/
H A Ddwfl-addr-sect.c36 Dwarf_Addr adjusted = address; local
38 Elf_Scn *scn = dwfl_module_address_section (mod, &adjusted, &bias);
48 elf_ndxscn (scn), adjusted);
/external/skia/debugger/QT/
H A DSkListWidget.cpp84 r = option.rect.adjusted(5, 10, -10, -10);
88 r = option.rect.adjusted(19, 10, -10, -10);
93 r = option.rect.adjusted(kImageSpace+kCommandNumberSpace+kTimeSpace+indent, 0, -10, -7);
96 r = option.rect.adjusted(kImageSpace+kCommandNumberSpace+indent, 0, -10, -7);
102 r = option.rect.adjusted(kImageSpace, 0, -10, -7);
108 r = option.rect.adjusted(kImageSpace+kCommandNumberSpace, 0, -10, -7);
/external/skqp/debugger/QT/
H A DSkListWidget.cpp84 r = option.rect.adjusted(5, 10, -10, -10);
88 r = option.rect.adjusted(19, 10, -10, -10);
93 r = option.rect.adjusted(kImageSpace+kCommandNumberSpace+kTimeSpace+indent, 0, -10, -7);
96 r = option.rect.adjusted(kImageSpace+kCommandNumberSpace+indent, 0, -10, -7);
102 r = option.rect.adjusted(kImageSpace, 0, -10, -7);
108 r = option.rect.adjusted(kImageSpace+kCommandNumberSpace, 0, -10, -7);
/external/tensorflow/tensorflow/core/kernels/
H A Dadjust_contrast_op.h79 auto adjusted = local
85 output.device(d) = adjusted.cwiseMin(max_bcast).cwiseMax(min_bcast);
148 auto adjusted = (input - output) * contrast_factor_tensor; local
149 output.device(d) += adjusted;
/external/robolectric-shadows/robolectric/src/main/java/org/robolectric/android/
H A DAndroidInterceptors.java168 String adjusted = languageCode.toLowerCase(Locale.US);
172 adjusted = "iw";
174 adjusted = "in";
176 adjusted = "ji";
179 return adjusted;
/external/tensorflow/tensorflow/python/kernel_tests/
H A Dsummary_image_op_test.py68 adjusted = np.floor(scale[:, None, None, None] * const + offset)
81 image[1, 2] = adjusted[0, 1, 2]
82 self.assertAllClose(image, adjusted[0], rtol=2e-5, atol=2e-5)
/external/tensorflow/tensorflow/contrib/boosted_trees/kernels/
H A Dprediction_ops.cc275 DecisionTreeEnsembleConfig adjusted = local
281 ? adjusted.trees_size() - averaging_config_.average_last_n_trees()
282 : adjusted.trees_size() *
284 const int num_ensembles = adjusted.trees_size() - start_averaging;
285 for (int i = start_averaging; i < adjusted.trees_size(); ++i) {
286 float weight = adjusted.tree_weights(i);
287 adjusted.mutable_tree_weights()->Set(
290 MultipleAdditiveTrees::Predict(adjusted, trees_to_include, batch_features,
/external/llvm/test/Instrumentation/AddressSanitizer/X86/
H A Dasm_rsp_mem_op.s2 # adjusted after instrumentation.
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_meta_util.c436 uint32_t adjusted = 0; local
441 adjusted |= 1 << (GEN7_SURFACE_CLEAR_COLOR_SHIFT + (3 - i));
445 updated = (old_color_value != adjusted);
446 *(uint32_t *)curr_color = adjusted;
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/
H A DDebugInfoItem.java169 int adjusted = opcode - 0x0A;
170 int addressDiff = adjusted / 15;
171 int lineDiff = (adjusted % 15) - 4;
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/util/
H A DDebugInfo.java268 int adjusted = next - 0x0A;
269 codeAddress += adjusted / 15;
270 lineNumber += (adjusted % 15) - 4;
/external/compiler-rt/lib/builtins/
H A Dfp_extend_impl.inc92 // the correct adjusted exponent in the destination type.
/external/python/cpython2/Lib/
H A Ddecimal.py314 operation is subnormal (that is, its adjusted exponent is less than
324 This occurs and signals overflow if the adjusted exponent of a result
363 adjusted exponent of the result would be smaller (more negative) than
830 self_adjusted = self.adjusted()
831 other_adjusted = other.adjusted()
980 # its adjusted exponent, and its coefficient with trailing
1362 expdiff = self.adjusted() - other.adjusted()
1509 expdiff = self.adjusted() - other.adjusted()
2801 def adjusted(self): member in class:Decimal
[all...]
/external/python/cpython3/Lib/
H A D_pydecimal.py342 operation is subnormal (that is, its adjusted exponent is less than
352 This occurs and signals overflow if the adjusted exponent of a result
391 adjusted exponent of the result would be smaller (more negative) than
885 self_adjusted = self.adjusted()
886 other_adjusted = other.adjusted()
1432 expdiff = self.adjusted() - other.adjusted()
1576 expdiff = self.adjusted() - other.adjusted()
1730 # equal to max(self.adjusted()
2944 def adjusted(self): member in class:Decimal
[all...]
/external/swiftshader/third_party/LLVM/lib/Support/Windows/
H A DSignals.inc48 // and adjusted for brevity.
/external/tensorflow/tensorflow/python/ops/
H A Dimage_ops_impl.py1002 The brightness-adjusted image.
1030 The contrast-adjusted tensor.
1066 A brightness-adjusted tensor of the same shape and type as `image`.
1074 adjusted = math_ops.add(
1077 return convert_image_dtype(adjusted, orig_dtype, saturate=True)
1093 Contrast is adjusted independently for each channel of each image.
1104 The contrast-adjusted image or images.
1114 adjusted = gen_image_ops._adjust_contrastv2(
1118 return convert_image_dtype(adjusted, orig_dtype, saturate=True)
1151 # Convert pixel value to DT_FLOAT for computing adjusted imag
[all...]
/external/ImageMagick/www/api/
H A Ddistort.php92 <p>If 'bestfit' is enabled, and distortion allows it, the destination image is adjusted to ensure the whole source 'image' will just fit within the final destination image, which will be sized and offset accordingly. Also in many cases the virtual offset of the source image will be taken into account in the mapping.</p>
H A Dlayer.php290 <p>Each layer from the two image lists are composted together until the end of one of the image lists is reached. The offset of each composition is also adjusted to match the virtual canvas offsets of each layer. As such the given offset is relative to the virtual canvas, and not the actual image.</p>
/external/llvm/lib/Support/Windows/
H A DSignals.inc56 // and adjusted for brevity.
/external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
H A DSignals.inc57 // and adjusted for brevity.
/external/boringssl/ios-arm/crypto/fipsmodule/
H A Dbsaes-armv7.S1411 sub sp, #0x10 @ place for adjusted round0 key
1420 vstmia sp, {q4} @ save adjusted round0 key
H A Daesv8-armx32.S482 add r0,r0,r6 @ r0 is adjusted in such way that
/external/boringssl/linux-arm/crypto/fipsmodule/
H A Dbsaes-armv7.S1402 sub sp, #0x10 @ place for adjusted round0 key
1411 vstmia sp, {q4} @ save adjusted round0 key
/external/syslinux/memdisk/
H A Dmemdisk16.asm623 ; relocated us, it *will* have adjusted the GDT to
/external/boringssl/src/crypto/fipsmodule/aes/asm/
H A Daesv8-armx.pl566 add $inp,$inp,x6 // $inp is adjusted in such way that

Completed in 3823 milliseconds

12