Home
last modified time | relevance | path

Searched defs:absolute (Results 1 – 25 of 48) sorted by relevance

12

/third_party/boost/boost/units/
Dabsolute.hpp34 class absolute class
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
/third_party/node/deps/npm/node_modules/tar/lib/
Dpack.js15 constructor (path, absolute) { argument
136 const absolute = normPath(path.resolve(this.cwd, p.path)) constant
152 const absolute = normPath(path.resolve(this.cwd, p)) constant
/third_party/boost/boost/accumulators/
Dstatistics_fwd.hpp405 struct absolute {}; struct
/third_party/flutter/skia/src/core/
DSkSpecialImage.cpp174 SkIRect absolute = subset.makeOffset(this->subset().x(), this->subset().y()); in makeSubset() local
180 SkIRect absolute = subset->makeOffset(this->subset().x(), this->subset().y()); in asImage() local
/third_party/skia/src/core/
DSkSpecialImage.cpp128 SkIRect absolute = subset.makeOffset(this->subset().topLeft()); in makeSubset() local
134 SkIRect absolute = subset->makeOffset(this->subset().topLeft()); in asImage() local
/third_party/boost/boost/filesystem/
Doperations.hpp256 path absolute(const path& p, const path& base=current_path()) {return detail::absolute(p, base);} in absolute() function
258 path absolute(const path& p, system::error_code& ec) in absolute() function
266 path absolute(const path& p, const path& base, system::error_code& ec) {return detail::absolute(p, … in absolute() function
/third_party/mindspore/mindspore/explainer/
D_operators.py57 def absolute(inputs: Tensor) -> Tensor: function
/third_party/gettext/libtextstyle/gnulib-local/lib/libcroco/
Dcr-fonts.h170 CRNum absolute ; member
/third_party/gstreamer/gstplugins_base/gst/subparse/
Dqttextparse.c42 gboolean absolute; member
/third_party/pulseaudio/src/pulsecore/
Dsource-output.c968 …source_output_set_volume(pa_source_output *o, const pa_cvolume *volume, bool save, bool absolute) { in pa_source_output_set_volume()
1068 pa_cvolume *pa_source_output_get_volume(pa_source_output *o, pa_cvolume *volume, bool absolute) { in pa_source_output_get_volume()
Dsink-input.c1262 void pa_sink_input_set_volume(pa_sink_input *i, const pa_cvolume *volume, bool save, bool absolute)… in pa_sink_input_set_volume()
1416 pa_cvolume *pa_sink_input_get_volume(pa_sink_input *i, pa_cvolume *volume, bool absolute) { in pa_sink_input_get_volume()
/third_party/glib/gio/
Dgmemoryinputstream.c451 goffset absolute; in g_memory_input_stream_seek() local
Dgmemoryoutputstream.c742 goffset absolute; in g_memory_output_stream_seek() local
/third_party/python/Tools/c-analyzer/c_common/
Dscriptutil.py16 def get_prog(spec=None, *, absolute=False, allowsuffix=True): argument
/third_party/pixman/test/
Dstress-test.c436 absolute (int32_t i) in absolute() function
/third_party/mindspore/mindspore/ops/
Dfunctional.py50 absolute = P.Abs() variable
/third_party/typescript/src/services/
DstringCompletions.ts493 const absolute = normalizePath(combinePaths(projectDir, baseUrl)); constant
/third_party/gn/src/gn/
Dfilesystem_utils.cc820 std::string absolute = in ResolveRelative() local
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_emitaluinstruction.cpp411 bool absolute) in emit_alu_trans_op1()
/third_party/pulseaudio/src/pulse/
Dinternal.h140 bool absolute:1; member
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_program_alu.c148 static struct rc_src_register absolute(struct rc_src_register reg) in absolute() function
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_build.c857 unsigned absolute, in tgsi_build_src_register()
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DShaderCore.cpp143 Float4 logarithm2(RValue<Float4> x, bool absolute, bool pp) in logarithm2()
174 Float4 logarithm(RValue<Float4> x, bool absolute, bool pp) in logarithm()
214 Float4 reciprocalSquareRoot(RValue<Float4> x, bool absolute, bool pp) in reciprocalSquareRoot()
/third_party/mesa3d/src/gallium/winsys/amdgpu/drm/
Damdgpu_cs.c181 bool absolute) in amdgpu_fence_wait()
/third_party/toybox/toys/pending/
Dfdisk.c741 int absolute = 0; in ask_value() local

12