HomeSort by relevance Sort by last modified time
    Searched defs:Normalize (Results 1 - 25 of 78) sorted by null

1 2 3 4

  /external/llvm/include/llvm/Analysis/
ScalarEvolutionNormalization.h 53 /// Normalize - Normalize according to the given loops.
54 Normalize,
56 /// update the given loop set, and normalize.
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
ScalarEvolutionNormalization.h 53 /// Normalize - Normalize according to the given loops.
54 Normalize,
56 /// update the given loop set, and normalize.
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
ScalarEvolutionNormalization.h 53 /// Normalize - Normalize according to the given loops.
54 Normalize,
56 /// update the given loop set, and normalize.
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
ScalarEvolutionNormalization.h 53 /// Normalize - Normalize according to the given loops.
54 Normalize,
56 /// update the given loop set, and normalize.
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
format_conversion.h 123 /// @brief Normalize the given component based on the requirements on the
128 INLINE simdscalar Normalize(simdscalar vComp, uint32_t Component)
183 // normalize
184 vComp = Normalize<DstFormat>(vComp, comp);
291 /// @brief Normalize the given component based on the requirements on the
296 INLINE simd16scalar Normalize(simd16scalar vComp, uint32_t Component)
351 // normalize
352 vComp = Normalize<DstFormat>(vComp, comp);
  /external/pdfium/core/fpdfdoc/
cpvt_wordrange.h 21 Normalize();
32 Normalize();
37 Normalize();
42 Normalize();
63 void Normalize() {
  /external/v8/src/
diy-fp.h 18 // Multiplication and Subtraction do not normalize their results.
57 void Normalize() {
77 static DiyFp Normalize(const DiyFp& a) {
79 result.Normalize();
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/profile/
merge.go 88 // Normalize normalizes the source profile by multiplying each value in profile by the
91 func (p *Profile) Normalize(pb *Profile) error {
339 // Normalize addresses to handle address space randomization.
  /prebuilts/go/darwin-x86/src/strconv/
extfloat.go 129 f.Normalize()
197 // Normalize normalizes f so that the highest bit of the mantissa is
199 func (f *extFloat) Normalize() (shift uint) {
286 f.Normalize()
288 f.Normalize()
300 // Normalize
301 shift := f.Normalize()
390 f.Normalize()
564 upper.Normalize()
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/profile/
merge.go 88 // Normalize normalizes the source profile by multiplying each value in profile by the
91 func (p *Profile) Normalize(pb *Profile) error {
339 // Normalize addresses to handle address space randomization.
  /prebuilts/go/linux-x86/src/strconv/
extfloat.go 129 f.Normalize()
197 // Normalize normalizes f so that the highest bit of the mantissa is
199 func (f *extFloat) Normalize() (shift uint) {
286 f.Normalize()
288 f.Normalize()
300 // Normalize
301 shift := f.Normalize()
390 f.Normalize()
564 upper.Normalize()
  /external/lzma/CPP/7zip/Compress/
PpmdEncoder.cpp 19 void CEncProps::Normalize(int level)
45 _props.Normalize(-1);
92 props.Normalize(level);
  /external/skia/src/core/
SkPoint.cpp 39 bool SkPoint::normalize() { function in class:SkPoint
68 SkScalar SkPoint::Normalize(SkPoint* pt) {
  /external/skqp/src/core/
SkPoint.cpp 39 bool SkPoint::normalize() { function in class:SkPoint
68 SkScalar SkPoint::Normalize(SkPoint* pt) {
  /libcore/luni/src/test/java/tests/org/w3c/dom/
Normalize.java 34 * The "normalize()" method puts all the nodes in the full
45 * @see <a href="http://www.w3.org/TR/DOM-Level-2-Core/core#ID-normalize">http://www.w3.org/TR/DOM-Level-2-Core/core#ID-normalize</a>
48 public final class Normalize extends DOMTestCase {
84 root.normalize();
  /external/llvm/utils/unittest/googletest/src/
gtest-filepath.cc 347 void FilePath::Normalize() {
  /external/lzma/CS/7zip/Compress/LZ/
LzBinTree.cs 69 Normalize();
357 void Normalize()
  /external/lzma/CS/7zip/Compress/RangeCoder/
RangeCoder.cs 152 public void Normalize()
179 Normalize();
228 Normalize();
  /external/tensorflow/tensorflow/compiler/jit/
graph_to_functiondef.cc 38 // We have to normalize the names used as input and output arguments to
47 // Normalize the input/output name and then make it unique.
48 string Normalize(const string& name);
92 string NodeNameMapping::Normalize(const string& name) {
135 const string normalized = node_names.Normalize(node->name());
152 const string normalized = node_names.Normalize(node->name());
  /external/tensorflow/tensorflow/compiler/xla/service/
bfloat16_normalization_test.cc 68 bool Normalize(HloModule* module) {
98 EXPECT_FALSE(Normalize(module.get()));
126 EXPECT_TRUE(Normalize(module.get()));
156 EXPECT_TRUE(Normalize(module.get()));
194 EXPECT_TRUE(Normalize(module.get()));
240 EXPECT_TRUE(Normalize(module.get()));
  /external/webrtc/webrtc/base/
pathutils.cc 73 void Pathname::Normalize() {
  /hardware/qcom/display/msm8909/sdm/libs/utils/
rect.cpp 60 void Normalize(const uint32_t &align_x, const uint32_t &align_y, LayerRect *rect) {
  /hardware/qcom/display/msm8909w_3100/sdm/libs/utils/
rect.cpp 55 void Normalize(const uint32_t &align_x, const uint32_t &align_y, LayerRect *rect) {
  /hardware/qcom/display/msm8996/sdm/libs/utils/
rect.cpp 55 void Normalize(const uint32_t &align_x, const uint32_t &align_y, LayerRect *rect) {
  /hardware/qcom/display/msm8998/sdm/libs/utils/
rect.cpp 55 void Normalize(const uint32_t &align_x, const uint32_t &align_y, LayerRect *rect) {

Completed in 905 milliseconds

1 2 3 4