HomeSort by relevance Sort by last modified time
    Searched defs:normalize (Results 176 - 200 of 801) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/llvm/lib/Analysis/
BlockFrequencyInfoImpl.cpp 87 Dist.normalize();
193 void Distribution::normalize() { function in class:Distribution
  /external/llvm/lib/Support/
Triple.cpp 693 std::string Triple::normalize(StringRef Str) { function in class:Triple
    [all...]
  /external/nanohttpd/nanolets/src/test/java/fi/iki/elonen/router/
TestNanolets.java 292 public void normalize() throws Exception { method in class:TestNanolets
  /external/python/cpython2/Lib/
mhlib.py 812 def normalize(self): member in class:IntSet
887 self.normalize()
903 self.normalize()
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
CameraSystem.java 130 mBias.normalize();
237 mBias.normalize();
  /external/skia/src/utils/
SkCamera.cpp 35 SkScalar SkPoint3D::normalize(SkUnit3D* unit) const { function in class:SkPoint3D
218 fAxis.normalize(&axis);
227 SkTCast<SkPoint3D*>(&zenith)->normalize(&zenith);
  /external/skqp/src/utils/
SkCamera.cpp 35 SkScalar SkPoint3D::normalize(SkUnit3D* unit) const { function in class:SkPoint3D
218 fAxis.normalize(&axis);
227 SkTCast<SkPoint3D*>(&zenith)->normalize(&zenith);
  /external/swiftshader/src/Shader/
VertexPipeline.cpp 188 normal = normalize(normal);
341 C = normalize(S);
346 C = normalize(S);
646 Ec = normalize(Ec);
697 Ec = normalize(Ec);
725 R = normalize(R);
924 Vector4f VertexPipeline::normalize(Vector4f &src) function in class:sw::VertexPipeline
  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTVector.h 264 @fn normalize
268 PVRTVec2 normalize() function in struct:PVRTVec2
282 return out.normalize();
566 @fn normalize
570 PVRTVec3 normalize() function in struct:PVRTVec3
925 PVRTVec4 normalize() function in struct:PVRTVec4
    [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
Triple.cpp 718 std::string Triple::normalize(StringRef Str) { function in class:Triple
    [all...]
  /external/tensorflow/tensorflow/contrib/image/kernels/
single_image_random_dot_stereograms_ops.cc 52 bool normalize; member in class:tensorflow::SingleImageRandomDotStereogramsOp
88 OP_REQUIRES_OK(context, context->GetAttr("normalize", &normalize));
179 if (normalize) {
202 if (normalize) {
  /frameworks/base/core/java/android/net/
NetworkTemplate.java 454 * Examine the given template and normalize if it refers to a "merged"
463 public static NetworkTemplate normalize(NetworkTemplate template, String[] merged) { method in class:NetworkTemplate
  /frameworks/base/telephony/java/com/android/internal/telephony/
CallerInfo.java 289 info.name = normalize(info.name);
473 private static String normalize(String s) { method in class:CallerInfo
  /libcore/ojluni/src/main/java/java/io/
UnixFileSystem.java 65 public String normalize(String pathname) { method in class:UnixFileSystem
  /libcore/ojluni/src/main/java/sun/util/calendar/
LocalGregorianCalendar.java 257 normalize(tmp);
281 public boolean normalize(CalendarDate date) { method in class:LocalGregorianCalendar
289 // Normalize it as a Gregorian date and get its millisecond value
290 super.normalize(ldate);
  /packages/apps/Dialer/java/com/android/incallui/
CallerInfo.java 245 info.name = normalize(cursor.getString(columnIndex));
384 private static String normalize(String s) { method in class:CallerInfo
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/
FilenameUtils.java 200 * @param filename the filename to normalize, null returns null
203 public static String normalize(String filename) { method in class:FilenameUtils
246 * @param filename the filename to normalize, null returns null
361 * The returned path is always normalized via {@link #normalize(String)},
399 return normalize(fullFilenameToAdd);
406 return normalize(fullFilenameToAdd);
410 return normalize(basePath + fullFilenameToAdd);
412 return normalize(basePath + '/' + fullFilenameToAdd);
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
mhlib.py 812 def normalize(self): member in class:IntSet
887 self.normalize()
903 self.normalize()
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
mhlib.py 812 def normalize(self): member in class:IntSet
887 self.normalize()
903 self.normalize()
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
mhlib.py 812 def normalize(self): member in class:IntSet
887 self.normalize()
903 self.normalize()
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
mhlib.py 812 def normalize(self): member in class:IntSet
887 self.normalize()
903 self.normalize()
    [all...]
  /external/ImageMagick/MagickCore/
feature.c 1012 Normalize spatial dependence matrix.
1014 normalize; local
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/linear/
SimplexTableau.java 224 normalized.add(normalize(constraint)); method
234 private LinearConstraint normalize(final LinearConstraint constraint) { method in class:SimplexTableau
  /external/deqp/modules/gles2/scripts/
genutil.py 202 def normalize(a): return a.normalize() member in class:GenMath
267 def normalize(self): member in class:Scalar
320 def normalize(self): member in class:Vec
  /external/deqp/modules/gles3/scripts/
genutil.py 212 def normalize(a): return a.normalize() member in class:GenMath
293 def normalize(self): member in class:Scalar
378 def normalize(self): member in class:Vec

Completed in 675 milliseconds

1 2 3 4 5 6 78 91011>>