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

123456789

/macosx-10.10.1/dtrace-147/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);
H A Derr.D_NORMALIZE_PROTO.bad.d33 * normalize() accepts 2 args - passing fewer is an error.
62 normalize(@func);
H A Derr.D_NORMALIZE_SCALAR.bad.d33 * The second argument to normalize() should be a scalar.
62 normalize(@func, "hello");
H A Dtst.fmtnormalize.d58 normalize(@func, 5);
H A Dtst.normalize.d27 #pragma ident "@(#)tst.normalize.d 1.1 06/08/28 SMI"
58 normalize(@func, 5);
/macosx-10.10.1/bind9-45.101/bind9/unit/atf-src/atf-sh/
H A Dnormalize_test.sh40 -o match:'c-d: test value 2' -e ignore ${h} normalize
/macosx-10.10.1/dtrace-147/test/tst/common/docsExamples/
H A Drenormalize.d53 normalize(@func, (timestamp - start) / 1000000000);
/macosx-10.10.1/tcl-105/tcl_ext/trf/trf/tea.tests/
H A Dall.tcl18 tcltest::configure -testdir [file normalize [file dirname [info script]]]
/macosx-10.10.1/ruby-106/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.10.1/dtrace-147/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.10.1/dtrace-147/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.10.1/dtrace-147/DTTk/Cpu/
H A Drunocc.d51 normalize(@qocc, 10);
/macosx-10.10.1/dtrace-147/DTTk/Disk/
H A Diofileb.d55 normalize(@files, 1024);
/macosx-10.10.1/ruby-106/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.10.1/tcl-105/tk/tk/tests/
H A Dall.tcl18 tcltest::configure -testdir [file normalize [file dirname [info script]]]
/macosx-10.10.1/tcl-105/tk/tk/tests/ttk/
H A Dall.tcl18 tcltest::configure -testdir [file normalize [file dirname [info script]]]
/macosx-10.10.1/llvmCore-3425.0.34/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.10.1/llvmCore-3425.0.34/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...]

Completed in 402 milliseconds

123456789