Home
last modified time | relevance | path

Searched refs:absolute (Results 1 – 25 of 1431) sorted by relevance

12345678910>>...58

/third_party/boost/boost/units/
Dabsolute.hpp34 class absolute class
37 typedef absolute<Y> this_type;
40 BOOST_CONSTEXPR absolute() : val_() { } in absolute() function in boost::units::absolute
41 BOOST_CONSTEXPR absolute(const value_type& val) : val_(val) { } in absolute() function in boost::units::absolute
42 BOOST_CONSTEXPR absolute(const this_type& source) : val_(source.val_) { } in absolute() function in boost::units::absolute
57 BOOST_CONSTEXPR absolute<Y> operator+(const absolute<Y>& aval,const Y& rval) in operator +()
59 return absolute<Y>(aval.value()+rval); in operator +()
64 BOOST_CONSTEXPR absolute<Y> operator+(const Y& rval,const absolute<Y>& aval) in operator +()
66 return absolute<Y>(aval.value()+rval); in operator +()
71 BOOST_CONSTEXPR absolute<Y> operator-(const absolute<Y>& aval,const Y& rval) in operator -()
[all …]
Dlambda.hpp477 boost::units::absolute<Y>,
479 typedef typename boost::units::absolute<Y> type;
487 boost::units::absolute<Y> > {
488 typedef typename boost::units::absolute<Y> type;
495 boost::units::absolute<Y>,
497 typedef typename boost::units::absolute<Y> type;
504 boost::units::absolute<Y>,
505 boost::units::absolute<Y> > {
514 boost::units::absolute<boost::units::unit<D, S> > > {
516 boost::units::absolute<boost::units::unit<D, S> >, T> type;
[all …]
/third_party/flutter/flutter/packages/flutter/test/semantics/
Dsemantics_elevation_test.dart38 const Text('absolute elevation: 10'),
44 const Text('absolute elevation: 15'),
49 Text('absolute elevation: 22'),
52 child: Text('absolute elevation: 30'),
62 child: Text('absolute elevation: 25'),
76 final SemanticsNode elevation10 = tester.getSemantics(find.text('absolute elevation: 10'));
77 final SemanticsNode elevation15 = tester.getSemantics(find.text('absolute elevation: 15'));
81 expect(elevation10.label, 'absolute elevation: 10\nabsolute elevation: 15');
83 final SemanticsNode elevation22 = tester.getSemantics(find.text('absolute elevation: 22'));
86 expect(elevation22.label, 'absolute elevation: 22');
[all …]
/third_party/node/deps/npm/node_modules/tar/lib/
Dunpack.js254 entry.absolute = normPath(path.resolve(entry.path))
256 entry.absolute = normPath(path.resolve(this.cwd, entry.path))
263 entry.absolute.indexOf(this.cwd + '/') !== 0 &&
264 entry.absolute !== this.cwd) {
268 resolvedPath: entry.absolute,
276 if (entry.absolute === this.cwd &&
283 const { root: aRoot } = path.win32.parse(entry.absolute)
284 entry.absolute = aRoot + wc.encode(entry.absolute.substr(aRoot.length))
296 assert.equal(typeof entry.absolute, 'string')
368 const stream = new fsm.WriteStream(entry.absolute, {
[all …]
Dpack.js15 constructor (path, absolute) { argument
17 this.absolute = absolute
136 const absolute = normPath(path.resolve(this.cwd, p.path)) constant
141 const job = new PackJob(p.path, absolute, false)
152 const absolute = normPath(path.resolve(this.cwd, p)) constant
153 this[QUEUE].push(new PackJob(p, absolute))
161 fs[stat](job.absolute, (er, stat) => {
172 this.statCache.set(job.absolute, stat)
185 fs.readdir(job.absolute, (er, entries) => {
195 this.readdirCache.set(job.absolute, entries)
[all …]
/third_party/boost/libs/units/test/
Dtest_absolute.cpp52 …BOOST_CONSTEXPR_OR_CONST bu::quantity<bu::absolute<fahrenheit_type> > q1(212.0 * bu::absolute<fahr… in test_main()
53 …BOOST_CONSTEXPR_OR_CONST bu::quantity<bu::absolute<celsius_type> > q2(0.0 * bu::absolute<celsius_t… in test_main()
54 BOOST_CONSTEXPR_OR_CONST bu::quantity<bu::absolute<fahrenheit_type> > q3(q2); in test_main()
59 …NST bu::quantity<bu::absolute<kelvin_type> > q5(static_cast<bu::quantity<kelvin_type> >(q4) + stat… in test_main()
63 BOOST_CONSTEXPR_OR_CONST bu::quantity<bu::absolute<fahrenheit_type> > q6(q5); in test_main()
Dtest_lambda.cpp238 bu::quantity<bu::absolute<si::temperature> > Ta = 270.0 * bu::absolute<si::temperature>(); in test_main()
240 BOOST_CHECK(( Ta == 300.0 * bu::absolute<si::temperature>())); in test_main()
243 Ta = 270 * bu::absolute<si::temperature>(); in test_main()
245 BOOST_CHECK(( Ta == 300.0 * bu::absolute<si::temperature>())); in test_main()
248 …BOOST_CHECK(((270.0 * bu::absolute<si::temperature>() + bl::_1)(30.0 * si::kelvin) == 300.0 * bu:: in test_main()
251 …BOOST_CHECK(((bl::_1 + 270.0 * bu::absolute<si::temperature>())(30.0 * si::kelvin) == 300.0 * bu:: in test_main()
254 …BOOST_CHECK(((270.0 * bu::absolute<si::temperature>() - bl::_1)(30.0 * si::kelvin) == 240.0 * bu:: in test_main()
257 …BOOST_CHECK(((bl::_1 - 270.0 * bu::absolute<si::temperature>())(300.0 * bu::absolute<si::temperatu… in test_main()
260 …BOOST_CHECK(((bl::_1 * bu::absolute<si::temperature>())(300.0) == 300.0 * bu::absolute<si::tempera… in test_main()
261 …BOOST_CHECK(((bl::_1 * bl::_2)(300.0, bu::absolute<si::temperature>()) == 300.0 * bu::absolute<si:… in test_main()
[all …]
/third_party/boost/boost/units/detail/
Dabsolute_impl.hpp27 struct reduce_unit<absolute<unit<D, S> > >
29 typedef absolute<typename reduce_unit<unit<D, S> >::type> type;
83 struct conversion_helper<quantity<absolute<Unit1>, T1>, quantity<absolute<Unit2>, T2> >
85 typedef quantity<absolute<Unit1>, T1> from_quantity_type;
86 typedef quantity<absolute<Unit2>, T2> to_quantity_type;
/third_party/typescript_eslint/packages/typescript-estree/tests/
Dast-fixtures.test.ts29 .map(absolute => {
30 const relative = path.relative(FIXTURES_DIR, absolute);
35 absolute,
54 const contents = fs.readFileSync(fixture.absolute, 'utf8');
94 const snapshots = glob.sync(`${SNAPSHOTS_DIR}/**/*.shot`).map(absolute => {
95 const relative = path.relative(SNAPSHOTS_DIR, absolute);
/third_party/boost/libs/units/example/
Dtemperature.cpp73 quantity<absolute<fahrenheit::temperature> > T1p( in main()
74 32.0*absolute<fahrenheit::temperature>()); in main()
78 quantity<absolute<si::temperature> > T2p(T1p); in main()
83 quantity<absolute<fahrenheit::temperature> >, in main()
84 quantity<absolute<si::temperature> > > absolute_conv_type; in main()
Dlambda.cpp141 const bu::quantity<bu::absolute<si::temperature> > in main()
142 Tref = 273.15 * bu::absolute<si::temperature>(); in main()
143 const bu::quantity<bu::absolute<si::temperature> > in main()
144 Tamb = 300.00 * bu::absolute<si::temperature>(); in main()
146 boost::function<bu::quantity<si::temperature> (bu::quantity<bu::absolute<si::temperature> >, in main()
147 bu::quantity<bu::absolute<si::temperature> >)> in main()
/third_party/node/deps/npm/node_modules/path-is-absolute/
Dreadme.md1 …s-absolute [![Build Status](https://travis-ci.org/sindresorhus/path-is-absolute.svg?branch=master)…
9 $ npm install --save path-is-absolute
16 const pathIsAbsolute = require('path-is-absolute');
/third_party/flutter/flutter/packages/flutter_tools/lib/src/commands/
Dide_config.dart85 Directory get _flutterRoot => fs.directory(fs.path.absolute(Cache.flutterRoot));
89 String path = entity.absolute.path;
101 return child.absolute.path.startsWith(parent.absolute.path);
130 final String relativePath = fs.path.relative(entity.path, from: _flutterRoot.absolute.path);
156 final File finalDestinationFile = fs.file(fs.path.absolute(
157 _templateDirectory.absolute.path, '$relativePath${Template.copyTemplateExtension}'));
159 fs.path.relative(finalDestinationFile.path, from: _flutterRoot.absolute.path);
200 templateFile.absolute.path,
201 from: _templateDirectory.absolute.path,
206 fs.path.relative(templateFile.path, from: _flutterRoot.absolute.path);
[all …]
/third_party/typescript_eslint/packages/scope-manager/tests/
Dfixtures.test.ts19 .map(absolute => {
20 const relative = path.relative(FIXTURES_DIR, absolute);
25 absolute,
59 const contents = fs.readFileSync(fixture.absolute, 'utf8');
172 const snapshots = glob.sync(`${FIXTURES_DIR}/**/*.shot`).map(absolute => {
173 const relative = path.relative(FIXTURES_DIR, absolute);
/third_party/mindspore/tests/st/ops/cpu/
Dtest_smoothl1loss_op.py46 diff = np.absolute(loss.asnumpy() - np.array(expect))
55 diff = np.absolute(loss.asnumpy() - np.array(expect))
100 diff1 = np.absolute(dx[0].asnumpy() - np.array(dx1_expect))
101 diff2 = np.absolute(dx[1].asnumpy() - np.array(dx2_expect))
116 diff1 = np.absolute(dx[0].asnumpy() - np.array(dx1_expect))
117 diff2 = np.absolute(dx[1].asnumpy() - np.array(dx2_expect))
/third_party/mindspore/tests/st/ops/gpu/
Dtest_smoothl1loss_op.py46 diff = np.absolute(loss.asnumpy() - np.array(expect))
55 diff = np.absolute(loss.asnumpy() - np.array(expect))
100 diff1 = np.absolute(dx[0].asnumpy() - np.array(dx1_expect))
101 diff2 = np.absolute(dx[1].asnumpy() - np.array(dx2_expect))
116 diff1 = np.absolute(dx[0].asnumpy() - np.array(dx1_expect))
117 diff2 = np.absolute(dx[1].asnumpy() - np.array(dx2_expect))
/third_party/gn/src/gn/
Dfunction_get_path_info.cc174 The full absolute path name to the file or directory. It will be resolved
175 relative to the current directory, and then the source- absolute version
176 will be returned. If the input is system- absolute, the same input will
180 "//foo/bar" => "//foo/bar" (already absolute)
181 "/usr/include" => "/usr/include" (already absolute)
184 system-absolute, see rebase_path().
194 # Extract the source-absolute directory name,
Dfunction_rebase_path.cc146 it can't also generate source-absolute paths without more special-cases.
152 can be relative paths ("foo/bar.txt"), system absolute paths
153 ("/foo/bar.txt"), or source absolute paths ("//foo/bar.txt").
157 absolute path or a relative path (which will be treated as being relative
173 a list of strings). All relative and source-absolute file names will be
174 converted to be relative to the requested output System-absolute paths will
190 # Convert a file to be system absolute:
/third_party/boost/libs/sort/doc/doxygen/html/search/
Dsearch.css9 position: absolute;
22 position:absolute;
32 position:absolute;
47 position:absolute;
65 position:absolute;
76 position: absolute;
101 position: absolute;
164 position: absolute;
/third_party/libjpeg-turbo/doc/html/search/
Dsearch.css9 position: absolute;
22 position:absolute;
32 position:absolute;
47 position:absolute;
65 position:absolute;
76 position: absolute;
101 position: absolute;
164 position: absolute;
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/doc/html/search/
Dsearch.css9 position: absolute;
22 position:absolute;
32 position:absolute;
47 position:absolute;
65 position:absolute;
76 position: absolute;
101 position: absolute;
164 position: absolute;
/third_party/boost/libs/hana/doc/html/search/
Dsearch.css16 position: absolute;
22 position:absolute;
32 position:absolute;
47 position:absolute;
66 position:absolute;
77 position: absolute;
102 position: absolute;
165 position: absolute;
/third_party/mindspore/tests/st/ops/ascend/test_tbe_ops/
Dtest_pow.py46 input_np = np.absolute(np.random.randn())
48 input_np = np.absolute(np.random.randn(*input_shape).astype(np.float32))
52 exp_np = np.absolute(np.random.randn())
54 exp_np = np.absolute(np.random.randn(*exp_shape).astype(np.float32))
/third_party/libinput/doc/user/
Dabsolute-axes.rst7 Devices with absolute axes are those that send positioning data for an axis in
12 libinput supports three types of devices with absolute axes:
18 Touchpads are technically absolute devices but libinput converts the axis values
20 as absolute devices in libinput.
22 For all absolute devices in libinput, the default unit for x/y coordinates is
32 Handling of absolute coordinates
35 In most use-cases, absolute input devices are mapped to a single screen. For
56 An absolute device that does not provide a valid resolution is considered
59 (touchpads are not absolute devices, as mentioned above).
64 Calibration of absolute devices
/third_party/skia/third_party/externals/oboe/docs/reference/search/
Dsearch.css20 position:absolute;
30 position:absolute;
45 position:absolute;
64 position:absolute;
75 position: absolute;
100 position: absolute;
163 position: absolute;

12345678910>>...58