/third_party/mtdev/src/ |
D | caps.c | 43 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/ |
D | graph_transform.cc | 38 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/ |
D | vexcl_abs.hpp | 36 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/ |
D | sync.js | 136 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
|
D | glob.js | 368 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/ |
D | completionsRecommended_local.ts | 26 const abs = (ctr: boolean): FourSlashInterface.ExpectedCompletionEntry => ({ constant
|
/third_party/musl/porting/liteos_m/kernel/src/stdlib/ |
D | abs.c | 3 int abs(int a) in abs() function
|
/third_party/musl/src/stdlib/ |
D | abs.c | 3 int abs(int a) in abs() function
|
/third_party/musl/porting/liteos_a/kernel/src/stdlib/ |
D | abs.c | 3 int abs(int a) in abs() function
|
/third_party/musl/porting/uniproton/kernel/src/stdlib/ |
D | abs.c | 3 int abs(int a) in abs() function
|
/third_party/ffmpeg/tests/ |
D | refcmp-metadata.awk | 5 function abs(val) { function
|
/third_party/boost/libs/math/test/ |
D | octonion_test.cpp | 110 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/ |
D | brw_nir_opt_peephole_ffma.c | 71 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/ |
D | gentle-fs.js | 8 function gentleFSOpts (gently, base, abs) { argument
|
/third_party/node/deps/npm/lib/utils/ |
D | link.js | 6 function link (from, to, gently, abs, cb) { argument
|
/third_party/boost/libs/graph/test/ |
D | dijkstra_cc.cpp | 33 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/ |
D | tzselect.ksh | 215 function abs(x) { function
|
/third_party/libwebsockets/lib/abstract/ |
D | abstract.c | 153 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/ |
D | value_size.hpp | 17 Type abs(Type val) { return val < 0 ? -val : val; } in abs() function
|
/third_party/boost/boost/test/data/monomorphic/generators/ |
D | xrange.hpp | 97 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/ |
D | SingleFunctionEffects.h | 26 auto abs = std::abs(x); in _overdrive() local
|
/third_party/mindspore/tests/st/cpp/common/ |
D | common_test.h | 54 T abs = fabs(output_data[i] - correct_data[i]); in CompareOutputData() local
|
/third_party/boost/libs/numeric/odeint/examples/quadmath/ |
D | black_hole.cpp | 36 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/ |
D | Half.cpp | 23 unsigned int abs = fp32i & 0x7FFFFFFF; in half() local
|
/third_party/mindspore/mindspore/numpy/ |
D | __init__.py | 71 abs = absolute # pylint: disable=redefined-builtin variable
|