Searched refs:normalize (Results 1 - 25 of 243) sorted by relevance

12345678910

/macosx-10.9.5/WebCore-7537.78.1/Modules/webaudio/
H A DConvolverNode.idl31 attribute boolean normalize;
H A DConvolverNode.h57 bool normalize() const { return m_normalize; } function in class:WebCore::ConvolverNode
58 void setNormalize(bool normalize) { m_normalize = normalize; } argument
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DFloatPoint3D.cpp30 void FloatPoint3D::normalize() function in class:WebCore::FloatPoint3D
/macosx-10.9.5/dtrace-118.1/test/tst/common/aggs/
H A Dtst.llquantnormal.d37 normalize(@, 10);
H A Dtst.multinormalize.d59 normalize(@func1, 5);
63 normalize(@func2, 5);
H A Dtst.denormalize.d57 normalize(@func, 5);
H A Dtst.lquantnormal.d49 normalize(@, 5);
H A Dtst.clearnormalize.d59 normalize(@func, 5);
73 normalize(@func, 5);
H A Derr.D_NORMALIZE_AGGARG.bad.d33 * The first argument to normalize() should be an aggregation.
63 normalize(count(), 4);
/macosx-10.9.5/bind9-45.100/bind9/unit/atf-src/atf-sh/
H A Dnormalize_test.sh40 -o match:'c-d: test value 2' -e ignore ${h} normalize
/macosx-10.9.5/dtrace-118.1/test/tst/common/docsExamples/
H A Drenormalize.d53 normalize(@func, (timestamp - start) / 1000000000);
/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/tea.tests/
H A Dall.tcl18 tcltest::configure -testdir [file normalize [file dirname [info script]]]
/macosx-10.9.5/ruby-104/ruby/test/uri/
H A Dtest_http.rb30 assert(u1.normalize.host == 'abcd')
31 assert(u1.normalize.path == u1.path)
32 assert(u1.normalize == u2.normalize)
33 assert(!u1.normalize.host.equal?(u1.host))
34 assert( u2.normalize.host.equal?(u2.host))
36 assert_equal('http://abc/', URI.parse('http://abc').normalize.to_s)
/macosx-10.9.5/dtrace-118.1/DTTk/Apps/
H A Dnfswizard.d74 normalize(@rbytes, 1000000);
77 normalize(@wbytes, 1000000);
82 normalize(@rbytes, (timestamp - timestart) / 1000000);
85 normalize(@wbytes, (timestamp - timestart) / 1000000);
90 normalize(@avgtime, 1000000);
92 normalize(@maxtime, 1000000);
/macosx-10.9.5/dtrace-118.1/DTTk/Bin/
H A Dnfswizard.d74 normalize(@rbytes, 1000000);
77 normalize(@wbytes, 1000000);
82 normalize(@rbytes, (timestamp - timestart) / 1000000);
85 normalize(@wbytes, (timestamp - timestart) / 1000000);
90 normalize(@avgtime, 1000000);
92 normalize(@maxtime, 1000000);
H A Diofileb.d55 normalize(@files, 1024);
H A Drunocc.d51 normalize(@qocc, 10);
/macosx-10.9.5/dtrace-118.1/DTTk/Cpu/
H A Drunocc.d51 normalize(@qocc, 10);
/macosx-10.9.5/dtrace-118.1/DTTk/Disk/
H A Diofileb.d55 normalize(@files, 1024);
/macosx-10.9.5/ruby-104/ruby/lib/rake/
H A Dwin32.rb45 normalize(File.join(win32_shared_path, 'Rake'))
49 def normalize(path) method in class:Rake.Win32
/macosx-10.9.5/tcl-102/tk/tk/tests/
H A Dall.tcl18 tcltest::configure -testdir [file normalize [file dirname [info script]]]
/macosx-10.9.5/tcl-102/tk/tk/tests/ttk/
H A Dall.tcl18 tcltest::configure -testdir [file normalize [file dirname [info script]]]
/macosx-10.9.5/llvmCore-3425.0.33/unittests/ADT/
H A DTripleTest.cpp136 EXPECT_EQ("", Triple::normalize(""));
137 EXPECT_EQ("-", Triple::normalize("-"));
138 EXPECT_EQ("--", Triple::normalize("--"));
139 EXPECT_EQ("---", Triple::normalize("---"));
140 EXPECT_EQ("----", Triple::normalize("----"));
142 EXPECT_EQ("a", Triple::normalize("a"));
143 EXPECT_EQ("a-b", Triple::normalize("a-b"));
144 EXPECT_EQ("a-b-c", Triple::normalize("a-b-c"));
145 EXPECT_EQ("a-b-c-d", Triple::normalize("a-b-c-d"));
147 EXPECT_EQ("i386-b-c", Triple::normalize("i38
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Support/
H A DTimeValue.h89 : seconds_( seconds ), nanos_( nanos ) { this->normalize(); }
100 this->normalize();
118 this->normalize();
128 this->normalize();
283 this->normalize();
294 this->normalize();
301 this->normalize();
308 this->normalize();
316 this->normalize();
324 this->normalize();
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/audio/
H A DCone.cpp52 sourceToListener.normalize();
55 normalizedSourceOrientation.normalize();

Completed in 203 milliseconds

12345678910