HomeSort by relevance Sort by last modified time
    Searched refs:Normalize (Results 76 - 100 of 210) sorted by null

1 2 34 5 6 7 8 9

  /external/skia/src/core/
SkPoint.cpp 39 bool SkPoint::normalize() { function in class:SkPoint
68 SkScalar SkPoint::Normalize(SkPoint* pt) {
  /external/skqp/include/core/
SkPoint.h 337 bool normalize();
526 Note that normalize() is faster if prior length is not required.
531 static SkScalar Normalize(SkVector* vec);
  /external/skqp/src/core/
SkPoint.cpp 39 bool SkPoint::normalize() { function in class:SkPoint
68 SkScalar SkPoint::Normalize(SkPoint* pt) {
  /external/swiftshader/third_party/LLVM/lib/Analysis/
IVUsers.cpp 235 TransformForPostIncUse(Normalize, getReplacementExpr(IU),
ScalarEvolutionNormalization.cpp 139 case Normalize:
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/
gtest-filepath.cc 349 void FilePath::Normalize() {
  /external/v8/src/
elements.h 156 virtual Handle<SeededNumberDictionary> Normalize(Handle<JSObject> object) = 0;
  /external/v8/testing/gtest/src/
gtest-filepath.cc 356 void FilePath::Normalize() {
  /external/vulkan-validation-layers/tests/gtest-1.7.0/src/
gtest-filepath.cc 351 void FilePath::Normalize() {
  /external/webrtc/webrtc/base/
pathutils.cc 73 void Pathname::Normalize() {
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/internal/
dtoa.h 116 const DiyFp W = v.Normalize() * c_mk;
  /prebuilts/ndk/r16/sources/third_party/googletest/googletest/src/
gtest-filepath.cc 351 void FilePath::Normalize() {
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/src/
gtest-filepath.cc 351 void FilePath::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.
profile_test.go 691 if err := p.Normalize(pb); err != nil {
709 if err := p.Normalize(pb); err != nil {
740 err := p.Normalize(pb)
759 if err := p.Normalize(pb); err == nil {
  /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.
profile_test.go 691 if err := p.Normalize(pb); err != nil {
709 if err := p.Normalize(pb); err != nil {
740 err := p.Normalize(pb)
759 if err := p.Normalize(pb); err == nil {
  /external/pdfium/core/fxge/
cfx_pathdata.cpp 456 pRect->Normalize();
491 pRect->Normalize();
  /external/pdfium/fpdfsdk/pwl/
cpwl_edit.cpp 101 rect.Normalize();
194 rect.Normalize();
  /external/skia/src/gpu/ops/
GrAAFillRectOp.cpp 80 SkScalar len1 = SkPoint::Normalize(&vec[0]);
82 SkScalar len2 = SkPoint::Normalize(&vec[1]);
  /external/skqp/src/gpu/ops/
GrAAFillRectOp.cpp 80 SkScalar len1 = SkPoint::Normalize(&vec[0]);
82 SkScalar len2 = SkPoint::Normalize(&vec[1]);
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue18902.go 103 // Normalize against instruction count in case we unroll loops, etc.
  /prebuilts/go/linux-x86/test/fixedbugs/
issue18902.go 103 // Normalize against instruction count in case we unroll loops, etc.
  /prebuilts/ndk/r16/sources/android/ndk_helper/
vecmath.cpp 351 vec_forward.Normalize();
353 vec_up_norm.Normalize();
  /external/llvm/lib/Analysis/
IVUsers.cpp 331 TransformForPostIncUse(Normalize, getReplacementExpr(IU),

Completed in 883 milliseconds

1 2 34 5 6 7 8 9