Home
last modified time | relevance | path

Searched defs:reverse (Results 1 – 25 of 231) sorted by relevance

12345678910

/third_party/jerryscript/tests/jerry/
Darray-prototype-reverse.js24 var obj = { reverse : Array.prototype.reverse }; property
36 var obj = { reverse : Array.prototype.reverse, length : 3 }; property
49 var obj = { reverse : Array.prototype.reverse, length : 4 }; property
67 Array.prototype.reverse.call(arr); method in Array
80 Array.prototype.reverse.call(arr); method in Array
91 Array.prototype.reverse.call(arr); method in Array
99 var obj = { reverse : Array.prototype.reverse, length : 4 }; property
111 var obj = { reverse : Array.prototype.reverse, length : 4 }; property
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/kernel/
Dreverse.c31 ReverseStruct *reverse = (ReverseStruct *)cdata; in ReverseRun() local
47 int ReverseUpdateAxisInfo(ReverseStruct *reverse) { in ReverseUpdateAxisInfo()
68 ReverseStruct *reverse = (ReverseStruct *)self; in ReversePrepare() local
77 ReverseStruct *reverse = (ReverseStruct *)self; in ReverseRelease() local
87 ReverseStruct *reverse = (ReverseStruct *)self; in ReverseResize() local
155 ReverseStruct *reverse = (ReverseStruct *)malloc(sizeof(ReverseStruct)); in CreateReverse() local
/third_party/mindspore/mindspore-src/source/tests/st/dyn_shape_dev/
Dtest_cumprod.py26 def cumprod_forward_func(x, axis, exclusive, reverse): argument
31 def cumprod_backward_func(x, axis, exclusive, reverse): argument
36 def cumprod_dyn_shape_func(x, axis, exclusive, reverse): argument
Dtest_cumsum.py26 def cumsum_forward_func(x, axis, exclusive, reverse): argument
31 def cumsum_backward_func(x, axis, exclusive, reverse): argument
36 def cumsum_dyn_shape_func(x, axis, exclusive, reverse): argument
/third_party/vk-gl-cts/modules/gles31/scripts/
Dgen-implicit-conversions.py340 def __init__(self, name, op, in_type, out_type, reverse=False): argument
406 def __init__(self, name, op, in_type, out_type, reverse=False): argument
443 def __init__(self, name, in_type, out_type, reverse=False, input_in_parens=False): argument
534 def __init__(self, name, in_type, out_type, reverse=False): argument
654 def __init__(self, name, in_type, out_type, reverse=False): argument
808 def genArithmeticCases(reverse=False): argument
826 def genComparisonCases(reverse=False): argument
874 def genArrayCases(reverse=False): argument
880 def genArrayUnpackCases(reverse=False): argument
892 def genStructCases(reverse=False): argument
[all …]
/third_party/icu/icu4c/source/layoutex/
DLXUtilities.cpp77 void LXUtilities::reverse(le_int32 array[], le_int32 length) in reverse() function in LXUtilities
89 void LXUtilities::reverse(float array[], le_int32 length) in reverse() function in LXUtilities
/third_party/gn/src/gn/
Doutput_conversion_unittest.cc257 std::ostringstream reverse; in TEST_F() local
272 std::ostringstream reverse; in TEST_F() local
287 std::ostringstream reverse; in TEST_F() local
302 std::ostringstream reverse; in TEST_F() local
317 std::ostringstream reverse; in TEST_F() local
332 std::ostringstream reverse; in TEST_F() local
346 std::ostringstream reverse; in TEST_F() local
/third_party/toybox/scripts/
Dmkstatus.py33 reverse={} variable
61 def categorize(reverse, i, skippy=""): argument
/third_party/typescript/tests/arkTSTest/testcase/arkts-no-module-wildcards/arkts-no-module-wildcards-4-ok/
Dutils.ts21 export function reverse(str: string): string { function
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_graph.h78 EdgeIterator(Graph::Edge *first, int dir, bool reverse) in EdgeIterator()
206 Graph::EdgeIterator Graph::Node::outgoing(bool reverse) const in outgoing()
211 Graph::EdgeIterator Graph::Node::incident(bool reverse) const in incident()
/third_party/mindspore/mindspore-src/source/tests/ut/cpp/ops/
Dtest_ops_cumsum.cc36 ValuePtr reverse; member
48 auto reverse = param.reverse->ToAbstract(); in TEST_P() local
Dtest_ops_cumprod.cc36 ValuePtr reverse; member
48 auto reverse = param.reverse->ToAbstract(); in TEST_P() local
/third_party/jerryscript/tests/jerry/es2015/
Dregression-test-issue-2724.js16 var obj = { reverse : Int32Array.prototype.join } ; property
/third_party/rust/rust/tests/ui/coercion/
Dcoerce-reborrow-mut-vec-arg.rs4 fn reverse(v: &mut [usize]) { in reverse() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/kernel/cuda_impl/cuda_ops/
Dnth_element_impl.cu93 __device__ void radixSelect(T *data, int32_t k, bool reverse, V slice_size, V within_slice_stride, … in radixSelect()
158 bool reverse) { in NthElement()
170 bool reverse, const uint32_t &device_id, cudaStream_t stream) { in CalNthElement()
/third_party/skia/m133/src/core/
DSkEdgeClipper.cpp151 bool reverse = sort_increasing_Y(pts, srcPts, 3); in clipMonoQuad() local
344 bool reverse = sort_increasing_Y(pts, src, 4); in clipMonoCubic() local
467 void SkEdgeClipper::appendVLine(SkScalar x, SkScalar y0, SkScalar y1, bool reverse) { in appendVLine()
479 void SkEdgeClipper::appendQuad(const SkPoint pts[3], bool reverse) { in appendQuad()
493 void SkEdgeClipper::appendCubic(const SkPoint pts[4], bool reverse) { in appendCubic()
/third_party/skia/src/core/
DSkEdgeClipper.cpp146 bool reverse = sort_increasing_Y(pts, srcPts, 3); in clipMonoQuad() local
339 bool reverse = sort_increasing_Y(pts, src, 4); in clipMonoCubic() local
462 void SkEdgeClipper::appendVLine(SkScalar x, SkScalar y0, SkScalar y1, bool reverse) { in appendVLine()
474 void SkEdgeClipper::appendQuad(const SkPoint pts[3], bool reverse) { in appendQuad()
488 void SkEdgeClipper::appendCubic(const SkPoint pts[4], bool reverse) { in appendCubic()
/third_party/mindspore/mindspore-src/source/mindspore/core/ops/
Dnth_element.cc110 void NthElement::Init(const bool reverse) { this->set_reverse(reverse); } in Init()
112 void NthElement::set_reverse(const bool reverse) { (void)this->AddAttr(kReverse, api::MakeValue(rev… in set_reverse()
/third_party/rust/rust/tests/ui/async-await/
Dinterior-with-const-generic-expr.rs16 async fn reverse<const A: usize>(x: [f32; A]) -> [f32; A] { in reverse() function
/third_party/toybox/toys/posix/
Dpatch.c134 int matcheof, trailing = 0, reverse = FLAG(R), backwarn = 0; in apply_one_hunk() local
288 int reverse = FLAG(R), state = 0, patchlinenum = 0, strip = 0; in patch_main() local
/third_party/mindspore/mindspore-src/source/tests/st/ops/gpu/
Dtest_nth_element.py26 def __init__(self, reverse): argument
/third_party/skia/src/shaders/gradients/
DSk4fGradientBase.cpp31 IntervalIterator(const SkGradientShaderBase& shader, bool reverse) in IntervalIterator()
101 bool premulColors, bool reverse, in addMirrorIntervals()
142 SkScalar alpha, bool reverse) { in init()
/third_party/re2/re2/testing/
Dcompile_test.cc265 std::string* forward, std::string* reverse) { in Dump()
290 std::string forward, reverse; in TEST() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/operator/composite/
Dmap.h99 : Map(reverse, fn_leaf) {} in Map() argument
/third_party/python/Lib/idlelib/
Dhistory.py41 def fetch(self, reverse): argument

12345678910