Searched refs:reconstructed (Results 1 - 11 of 11) sorted by relevance

/external/valgrind/none/tests/x86/
H A Dbt_literal.c11 the reconstructed original bits 0-3 as 4-7. */
14 UInt reconstructed, mashed; local
46 : "=r" (reconstructed), "=r" (mashed)
49 return (mashed & 0xF) | ((reconstructed & 0xF) << 4);
57 UInt reconstructed, mashed; local
89 : "=r" (reconstructed), "=r" (mashed)
92 return (mashed & 0xF) | ((reconstructed & 0xF) << 4);
99 UInt reconstructed, mashed; local
131 : "=r" (reconstructed), "=r" (mashed)
134 return (mashed & 0xF) | ((reconstructed
[all...]
H A Dx86locked.c657 the reconstructed original bits 0-3 as 4-7. */
661 UInt reconstructed, mashed; local
693 : "=r" (reconstructed), "=r" (mashed)
696 return (mashed & 0xF) | ((reconstructed & 0xF) << 4);
701 UInt reconstructed, mashed; local
733 : "=r" (reconstructed), "=r" (mashed)
736 return (mashed & 0xF) | ((reconstructed & 0xF) << 4);
/external/tensorflow/tensorflow/python/ops/
H A Ddata_flow_grad.py42 reconstructed = data_flow_ops.dynamic_stitch(partitioned_indices, grads)
43 reconstructed = array_ops.reshape(reconstructed, array_ops.shape(data))
44 return [reconstructed, None]
/external/chromium-trace/catapult/devil/devil/android/
H A Ddevice_errors_test.py17 reconstructed = pickle.loads(pickled)
18 self.assertEquals(original, reconstructed)
/external/tensorflow/tensorflow/cc/gradients/
H A Ddata_flow_grad.cc98 auto reconstructed = local
102 grad_outputs->push_back(Reshape(scope, reconstructed, Shape(scope, data)));
/external/tensorflow/tensorflow/python/debug/lib/
H A Ddebug_graph_reconstruction_test.py105 reconstructed = dump.reconstructed_non_debug_partition_graphs()
107 self.assertEqual(len(non_debug_graph_defs), len(reconstructed))
111 self._graphDefWithoutBlacklistedNodes(reconstructed[device_name]),
/external/valgrind/none/tests/amd64/
H A Damd64locked.c786 the reconstructed original bits 0-3 as 4-7. */
790 ULong reconstructed, mashed; local
821 : "=r" (reconstructed), "=r" (mashed)
824 return (mashed & 0xF) | ((reconstructed & 0xF) << 4);
829 ULong reconstructed; UInt mashed; local
860 : "=r" (reconstructed), "=r" (mashed)
863 return (mashed & 0xF) | ((reconstructed & 0xF) << 4);
868 ULong reconstructed, mashed; local
899 : "=r" (reconstructed), "=r" (mashed)
902 return (mashed & 0xF) | ((reconstructed
[all...]
/external/ImageMagick/www/api/
H A Dcompare.php15 <meta name="keywords" content="magickcore, c, api, for, imagemagick:, compare, an, image, to, a, reconstructed, image, ImageMagick, PerlMagick, image processing, image, photo, software, Magick++, OpenMP, convert"/>
59 <p>CompareImages() compares one or more pixel channels of an image to a reconstructed image and returns the difference image.</p>
98 <p>GetImageDistortion() compares one or more pixel channels of an image to a reconstructed image and returns the specified distortion metric.</p>
138 <p>GetImageDistortions() compares the pixel channels of an image to a reconstructed image and returns the specified distortion metric for each channel.</p>
H A Dmagick-image.php1043 <p>MagickCompareImages() compares an image to a reconstructed image and returns the specified difference image.</p>
2769 <p>MagickGetImageDistortion() compares an image to a reconstructed image and returns the specified distortion metric.</p>
2805 <p>MagickGetImageDistortions() compares one or more pixel channels of an image to a reconstructed image and returns the specified distortion metrics.</p>
/external/libavc/common/arm/
H A Dih264_iquant_itrans_recon_dc_a9.s51 @ * reconstructed block
181 @ * reconstructed block
H A Dih264_iquant_itrans_recon_a9.s50 @ * reconstructed block
237 @ * reconstructed block
428 @ * reconstructed block

Completed in 452 milliseconds