Home
last modified time | relevance | path

Searched defs:abs (Results 1 – 25 of 227) sorted by relevance

12345678910

/third_party/mtdev/src/
Dcaps.c43 static int getabs(struct input_absinfo *abs, int key, int fd) in getabs()
75 struct input_absinfo *abs = get_info(dev, code); in default_fuzz() local
163 const struct input_absinfo *abs = get_info((struct mtdev *)dev, code); in mtdev_get_abs_minimum() local
169 const struct input_absinfo *abs = get_info((struct mtdev *)dev, code); in mtdev_get_abs_maximum() local
175 const struct input_absinfo *abs = get_info((struct mtdev *)dev, code); in mtdev_get_abs_fuzz() local
181 const struct input_absinfo *abs = get_info((struct mtdev *)dev, code); in mtdev_get_abs_resolution() local
187 struct input_absinfo *abs = get_info(dev, code); in mtdev_set_abs_minimum() local
210 struct input_absinfo *abs = get_info(dev, code); in mtdev_set_abs_maximum() local
217 struct input_absinfo *abs = get_info(dev, code); in mtdev_set_abs_fuzz() local
224 struct input_absinfo *abs = get_info(dev, code); in mtdev_set_abs_resolution() local
/third_party/mindspore/mindspore/ccsrc/frontend/optimizer/
Dgraph_transform.cc38 auto abs = inputs[i]->abstract(); in CNodeHasTupleInput() local
61 const abstract::AbstractTuplePtr &abs) { in TransformTupleArgument()
83 auto abs = cinputs[i]->abstract(); in TransformCallGraph() local
106 auto abs = cinputs[i]->abstract(); in TransformPartial() local
128 auto abs = cinputs[i]->abstract(); in TransformSwitchCall() local
/third_party/boost/boost/numeric/odeint/external/vexcl/
Dvexcl_abs.hpp36 abs(const multivector<T, N> &arg) { in abs() function
52 abs(const multivector<T, N> &arg) { in abs() function
/third_party/node/deps/npm/node_modules/glob/
Dsync.js136 GlobSync.prototype._processReaddir = function (prefix, read, abs, remain, index, inGlobStar) { argument
241 GlobSync.prototype._readdirInGlobStar = function (abs) { argument
272 GlobSync.prototype._readdir = function (abs, inGlobStar) { argument
295 GlobSync.prototype._readdirEntries = function (abs, entries) { argument
348 GlobSync.prototype._processGlobStar = function (prefix, read, abs, remain, index, inGlobStar) { argument
Dglob.js368 Glob.prototype._processReaddir = function (prefix, read, abs, remain, index, inGlobStar, cb) { argument
375 Glob.prototype._processReaddir2 = function (prefix, read, abs, remain, index, inGlobStar, entries, … argument
492 Glob.prototype._readdirInGlobStar = function (abs, cb) { argument
525 Glob.prototype._readdir = function (abs, inGlobStar, cb) { argument
550 function readdirCb (self, abs, cb) { argument
559 Glob.prototype._readdirEntries = function (abs, entries, cb) { argument
623 Glob.prototype._processGlobStar = function (prefix, read, abs, remain, index, inGlobStar, cb) { argument
631 Glob.prototype._processGlobStar2 = function (prefix, read, abs, remain, index, inGlobStar, entries,… argument
769 Glob.prototype._stat2 = function (f, abs, er, stat, cb) { argument
/third_party/typescript/tests/cases/fourslash/
DcompletionsRecommended_local.ts26 const abs = (ctr: boolean): FourSlashInterface.ExpectedCompletionEntry => ({ constant
/third_party/musl/porting/liteos_m/kernel/src/stdlib/
Dabs.c3 int abs(int a) in abs() function
/third_party/musl/src/stdlib/
Dabs.c3 int abs(int a) in abs() function
/third_party/musl/porting/liteos_a/kernel/src/stdlib/
Dabs.c3 int abs(int a) in abs() function
/third_party/musl/porting/uniproton/kernel/src/stdlib/
Dabs.c3 int abs(int a) in abs() function
/third_party/ffmpeg/tests/
Drefcmp-metadata.awk5 function abs(val) { function
/third_party/boost/libs/math/test/
Doctonion_test.cpp110 inline float abs(float v) in abs() function
115 inline double abs(double v) in abs() function
120 inline long double abs(long double v) in abs() function
/third_party/mesa3d/src/intel/compiler/
Dbrw_nir_opt_peephole_ffma.c71 uint8_t swizzle[4], bool *negate, bool *abs) in get_mul_for_src()
193 bool negate, abs; in brw_nir_opt_peephole_ffma_instr() local
/third_party/node/deps/npm/lib/config/
Dgentle-fs.js8 function gentleFSOpts (gently, base, abs) { argument
/third_party/node/deps/npm/lib/utils/
Dlink.js6 function link (from, to, gently, abs, cb) { argument
/third_party/boost/libs/graph/test/
Ddijkstra_cc.cpp33 dist_value abs(const dist_value& x) { return x; } in abs() function
34 std::size_t abs(std::size_t x) { return x; } in abs() function
/third_party/tzdata/
Dtzselect.ksh215 function abs(x) { function
/third_party/libwebsockets/lib/abstract/
Dabstract.c153 lws_abs_bind_and_create_instance(const lws_abs_t *abs) in lws_abs_bind_and_create_instance()
297 lws_abs_t *abs = lws_zalloc(sizeof(*abs), __func__); in lws_abstract_alloc() local
/third_party/boost/boost/icl/type_traits/
Dvalue_size.hpp17 Type abs(Type val) { return val < 0 ? -val : val; } in abs() function
/third_party/boost/boost/test/data/monomorphic/generators/
Dxrange.hpp97 static StepType abs( StepType s, boost::true_type* ) { return s; } in abs() function
98 static StepType abs( StepType s, boost::false_type* ) { return std::abs(s); } in abs() function
/third_party/skia/third_party/externals/oboe/apps/fxlab/app/src/main/cpp/effects/
DSingleFunctionEffects.h26 auto abs = std::abs(x); in _overdrive() local
/third_party/mindspore/tests/st/cpp/common/
Dcommon_test.h54 T abs = fabs(output_data[i] - correct_data[i]); in CompareOutputData() local
/third_party/boost/libs/numeric/odeint/examples/quadmath/
Dblack_hole.cpp36 inline __float128 abs( __float128 x ) in abs() function
51 inline __float128 abs( std::complex< __float128 > x ) in abs() function
/third_party/skia/third_party/externals/swiftshader/src/System/
DHalf.cpp23 unsigned int abs = fp32i & 0x7FFFFFFF; in half() local
/third_party/mindspore/mindspore/numpy/
D__init__.py71 abs = absolute # pylint: disable=redefined-builtin variable

12345678910