Home
last modified time | relevance | path

Searched defs:vals (Results 1 – 25 of 156) sorted by relevance

1234567

/third_party/libunwind/tests/
DGia64-test-nat.c207 check_static_to_stacked (unw_cursor_t *c, unw_word_t *vals) in check_static_to_stacked()
253 check_static_to_fr (unw_cursor_t *c, unw_word_t *vals) in check_static_to_fr()
290 check_static_to_br (unw_cursor_t *c, unw_word_t *vals) in check_static_to_br()
326 check_static_to_mem (unw_cursor_t *c, unw_word_t *vals) in check_static_to_mem()
362 check_static_to_memN (unw_cursor_t *c, unw_word_t *vals, const char *func) in check_static_to_memN()
398 check_static_to_mem2 (unw_cursor_t *c, unw_word_t *vals) in check_static_to_mem2()
404 check_static_to_mem3 (unw_cursor_t *c, unw_word_t *vals) in check_static_to_mem3()
410 check_static_to_mem4 (unw_cursor_t *c, unw_word_t *vals) in check_static_to_mem4()
416 check_static_to_mem5 (unw_cursor_t *c, unw_word_t *vals) in check_static_to_mem5()
422 check_static_to_scratch (unw_cursor_t *c, unw_word_t *vals) in check_static_to_scratch()
[all …]
/third_party/boost/libs/multi_array/test/
Dindex_bases.cpp54 std::vector<double> vals; in main() local
85 std::vector<double> vals; in main() local
121 std::vector<double> vals; in main() local
Dconstructors.cpp129 std::vector<double> vals(27, 4.5); in main() local
156 std::vector<double> vals(27, 4.5); in main() local
179 std::vector<double> vals(27, 4.5); in main() local
202 std::vector<double> vals(num_elements, 4.5); in main() local
Dcompare.cpp34 std::vector<double> vals(num_elements, 4.5); in main() local
44 std::vector<double> vals(num_elements, 4.5); in main() local
Diterators.cpp120 int vals = 0; in test_iterators() local
133 int vals = 0; in test_iterators() local
/third_party/skia/experimental/graphite/src/geom/
DRect.h49 AI static Rect FromVals(float4 vals) { // vals.zw must already be negated. in FromVals()
65 AI const float4& vals() const { return fVals; } // [left, top, -right, -bot]. in vals() function
66 AI float4& vals() { return fVals; } // [left, top, -right, -bot]. in vals() function
144 AI static float4 NegateBotRight(float4 vals) { // Returns [vals.xy, -vals.zw]. in NegateBotRight()
148 AI Rect(float4 vals) : fVals(vals) {} // vals.zw must already be negated. in Rect()
/third_party/typescript/tests/baselines/reference/convertToAsyncFunction/
DconvertToAsyncFunction_PromiseDotAll.ts12 …const vals = await Promise.all([fetch('https://typescriptlang.org'), fetch('https://microsoft.com'… constant
/third_party/boost/libs/beast/include/boost/beast/core/detail/
Dbind_handler.hpp59 extract(Arg&& arg, Vals&& vals) in extract()
73 extract(Arg&&, Vals&& vals) in extract()
88 extract(Arg&&, Vals&& vals) in extract()
117 ValsTuple&& vals, in invoke()
/third_party/boost/boost/beast/core/detail/
Dbind_handler.hpp59 extract(Arg&& arg, Vals&& vals) in extract()
73 extract(Arg&&, Vals&& vals) in extract()
88 extract(Arg&&, Vals&& vals) in extract()
117 ValsTuple&& vals, in invoke()
/third_party/mindspore/mindspore/nn/layer/
Dmath.py386 def _while_helper_func(cond, body, vals): argument
405 def cond(vals): argument
409 def body(vals): argument
455 def cond(vals): argument
460 def body(vals): argument
/third_party/node/test/parallel/
Dtest-buffer-inheritance.js23 const vals = [new T(4), T(4)]; variable
Dtest-http-hostname-typechecking.js9 const vals = [{}, [], NaN, Infinity, -Infinity, true, false, 1, 0, new Date()]; variable
/third_party/boost/libs/yap/example/autodiff_library/
DStack.h32 static Stack* vals; variable
DStack.cpp18 Stack* Stack::vals = NULL; member in AutoDiff::Stack
DTape.h36 vector<T> vals; variable
/third_party/ltp/tools/sparse/sparse-src/validation/backend/
Dpointer-param.c12 static int vals[5], valt[5], valr[5]; in foo() local
/third_party/ffmpeg/libavutil/tests/
Ddict.c35 char vals[] = {val, '\0'}; in test_separators() local
/third_party/flutter/skia/include/private/
DSkVx.h72 T vals[N] = {0}; in Vec() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DEndianStream.h44 inline void write(raw_ostream &os, ArrayRef<value_type> vals, in write()
/third_party/flutter/skia/bench/
DDashBench.cpp185 SkScalar vals[] = { SkIntToScalar(4), SkIntToScalar(4) }; in MakeDashBench() local
223 SkScalar vals[] = { SK_Scalar1, SK_Scalar1 }; in DashLineBench() local
262 SkScalar vals[] = { SkIntToScalar(dashLength), SkIntToScalar(dashLength) }; in DrawPointsDashingBench() local
387 SkScalar vals[] = { SkIntToScalar(dashLength), SkIntToScalar(dashLength) }; in DashGridBench() local
/third_party/skia/bench/
DDashBench.cpp184 SkScalar vals[] = { SkIntToScalar(4), SkIntToScalar(4) }; in MakeDashBench() local
222 SkScalar vals[] = { SK_Scalar1, SK_Scalar1 }; in DashLineBench() local
261 SkScalar vals[] = { SkIntToScalar(dashLength), SkIntToScalar(dashLength) }; in DrawPointsDashingBench() local
386 SkScalar vals[] = { SkIntToScalar(dashLength), SkIntToScalar(dashLength) }; in DashGridBench() local
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/graph_kernel/expanders/
Dutils.cc95 const auto &vals = value->cast<ValueSequeuePtr>()->value(); in GetAxisList() local
/third_party/cef/tests/cefclient/browser/
Dwindow_test.cc80 const std::string& vals = in OnQuery() local
/third_party/skia/tests/
DSkNxTest.cpp19 float vals[4]; in test_Nf() local
34 float vals[] = {3, 4, 5, 6}; in test_Nf() local
80 T vals[8]; in test_Ni() local
105 T vals[] = { 1,2,3,4,5,6,7,8 }; in test_Ni() local
/third_party/flutter/skia/tests/
DSkNxTest.cpp19 float vals[4]; in test_Nf() local
34 float vals[] = {3, 4, 5, 6}; in test_Nf() local
83 T vals[8]; in test_Ni() local
99 T vals[] = { 1,2,3,4,5,6,7,8 }; in test_Ni() local

1234567