HomeSort by relevance Sort by last modified time
    Searched refs:normalize (Results 26 - 50 of 1394) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
CalcSpillWeights.h 25 /// \brief Normalize the spill weight of a live interval
58 NormalizingFn normalize; member in class:llvm::VirtRegAuxInfo
65 : MF(mf), LIS(lis), VRM(vrm), Loops(loops), MBFI(mbfi), normalize(norm) {}
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
CalcSpillWeights.h 25 /// \brief Normalize the spill weight of a live interval
58 NormalizingFn normalize; member in class:llvm::VirtRegAuxInfo
65 : MF(mf), LIS(lis), VRM(vrm), Loops(loops), MBFI(mbfi), normalize(norm) {}
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
CalcSpillWeights.h 25 /// \brief Normalize the spill weight of a live interval
58 NormalizingFn normalize; member in class:llvm::VirtRegAuxInfo
65 : MF(mf), LIS(lis), VRM(vrm), Loops(loops), MBFI(mbfi), normalize(norm) {}
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
CalcSpillWeights.h 25 /// \brief Normalize the spill weight of a live interval
58 NormalizingFn normalize; member in class:llvm::VirtRegAuxInfo
65 : MF(mf), LIS(lis), VRM(vrm), Loops(loops), MBFI(mbfi), normalize(norm) {}
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
CalcSpillWeights.h 25 /// \brief Normalize the spill weight of a live interval
59 NormalizingFn normalize; member in class:llvm::VirtRegAuxInfo
66 : MF(mf), LIS(lis), VRM(vrm), Loops(loops), MBFI(mbfi), normalize(norm) {}
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
CalcSpillWeights.h 25 /// \brief Normalize the spill weight of a live interval
59 NormalizingFn normalize; member in class:llvm::VirtRegAuxInfo
66 : MF(mf), LIS(lis), VRM(vrm), Loops(loops), MBFI(mbfi), normalize(norm) {}
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
CalcSpillWeights.h 25 /// \brief Normalize the spill weight of a live interval
59 NormalizingFn normalize; member in class:llvm::VirtRegAuxInfo
66 : MF(mf), LIS(lis), VRM(vrm), Loops(loops), MBFI(mbfi), normalize(norm) {}
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
CalcSpillWeights.h 25 /// \brief Normalize the spill weight of a live interval
58 NormalizingFn normalize; member in class:llvm::VirtRegAuxInfo
65 : MF(mf), LIS(lis), VRM(vrm), Loops(loops), MBFI(mbfi), normalize(norm) {}
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
CalcSpillWeights.h 25 /// \brief Normalize the spill weight of a live interval
58 NormalizingFn normalize; member in class:llvm::VirtRegAuxInfo
65 : MF(mf), LIS(lis), VRM(vrm), Loops(loops), MBFI(mbfi), normalize(norm) {}
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
CalcSpillWeights.h 25 /// \brief Normalize the spill weight of a live interval
58 NormalizingFn normalize; member in class:llvm::VirtRegAuxInfo
65 : MF(mf), LIS(lis), VRM(vrm), Loops(loops), MBFI(mbfi), normalize(norm) {}
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
CalcSpillWeights.h 25 /// \brief Normalize the spill weight of a live interval
58 NormalizingFn normalize; member in class:llvm::VirtRegAuxInfo
65 : MF(mf), LIS(lis), VRM(vrm), Loops(loops), MBFI(mbfi), normalize(norm) {}
  /cts/tests/openglperf2/assets/fragment/
water 27 vec3 normal = normalize((map1 * weight) + (map2 * (1.0 - weight)));
29 vec3 lightVector = normalize(u_LightPos - v_Position);
  /external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/
ReportOutputFolder.java 70 final String normalizedName = normalize(name);
91 return output.createFile(path + normalize(name));
107 return this.path.substring(base.path.length()) + normalize(name);
122 private String normalize(final String name) { method in class:ReportOutputFolder
  /external/llvm/lib/Support/
TimeValue.cpp 26 void TimeValue::normalize() { function in class:llvm::TimeValue
  /external/testng/src/main/java/org/testng/internal/
PathUtils.java 30 return rootPath.resolve(suiteFile).normalize().toString();
  /external/toolchain-utils/android_bench_suite/
parse_result.py 11 def normalize(bench, dict_list): function
35 return normalize(bench, [result_dict])
53 return normalize(bench, [result_dict])
72 return normalize(bench, [result_dict])
94 return normalize(bench, [result_dict])
107 return normalize(bench, [result_dict])
114 return normalize(bench, _TransformBenchmarks(obj))
  /packages/apps/Calendar/tests/src/com/android/calendar/alerts/
Utils.java 26 t.normalize(false);
  /toolchain/benchmark/
parse_result.py 11 def normalize(bench, dict_list): function
35 return normalize(bench, [result_dict])
53 return normalize(bench, [result_dict])
72 return normalize(bench, [result_dict])
94 return normalize(bench, [result_dict])
107 return normalize(bench, [result_dict])
114 return normalize(bench, _TransformBenchmarks(obj))
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/spec/
ECParameterSpec.java 27 this.G = G.normalize();
40 this.G = G.normalize();
54 this.G = G.normalize();
  /external/lzma/Java/Tukaani/src/org/tukaani/xz/rangecoder/
RangeDecoder.java 20 public abstract void normalize() throws IOException; method in class:RangeDecoder
23 normalize(); method
73 normalize(); method
  /external/tensorflow/tensorflow/contrib/image/python/kernel_tests/
single_image_random_dot_stereograms_ops_test.py 47 normalize=True)
59 normalize=True)
72 normalize=True,
  /external/tensorflow/tensorflow/contrib/image/python/ops/
single_image_random_dot_stereograms.py 36 normalize=None,
65 number_colors=256,normalize=True)
89 normalize: An optional `bool`. Defaults to `True`.
90 Normalize input data to [0.0, 1.0]
121 normalize=normalize,
  /external/replicaisland/src/com/replica/replicaisland/
OrbitalMagnetComponent.java 78 mRim.normalize();
92 mDelta.normalize();
100 mDelta.normalize();
105 mVelocity.normalize();
120 targetVelocity.normalize();
  /external/python/cpython2/Tools/world/
world 145 def parse(file, normalize):
154 if normalize:
173 if normalize:
202 if normalize:
212 normalize = 0
231 normalize = 1
251 parse(parsefile, normalize)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/world/
world 145 def parse(file, normalize):
154 if normalize:
173 if normalize:
202 if normalize:
212 normalize = 0
231 normalize = 1
251 parse(parsefile, normalize)

Completed in 1894 milliseconds

12 3 4 5 6 7 8 91011>>