/external/libcxx/test/std/numerics/numarray/template.gslice.array/gslice.array.comp.assign/ |
addition.pass.cpp | 30 std::size_t st[] = {19, 4, 1}; local 34 strides(st, sizeof(st)/sizeof(st[0])))] += v2;
|
and.pass.cpp | 30 std::size_t st[] = {19, 4, 1}; local 34 strides(st, sizeof(st)/sizeof(st[0])))] &= v2;
|
divide.pass.cpp | 30 std::size_t st[] = {19, 4, 1}; local 34 strides(st, sizeof(st)/sizeof(st[0])))] /= v2;
|
modulo.pass.cpp | 30 std::size_t st[] = {19, 4, 1}; local 34 strides(st, sizeof(st)/sizeof(st[0])))] %= v2;
|
multiply.pass.cpp | 30 std::size_t st[] = {19, 4, 1}; local 34 strides(st, sizeof(st)/sizeof(st[0])))] *= v2;
|
or.pass.cpp | 30 std::size_t st[] = {19, 4, 1}; local 34 strides(st, sizeof(st)/sizeof(st[0])))] |= v2;
|
subtraction.pass.cpp | 30 std::size_t st[] = {19, 4, 1}; local 34 strides(st, sizeof(st)/sizeof(st[0])))] -= v2;
|
xor.pass.cpp | 30 std::size_t st[] = {19, 4, 1}; local 34 strides(st, sizeof(st)/sizeof(st[0])))] ^= v2;
|
/external/libcxx/test/std/numerics/numarray/template.gslice.array/gslice.array.fill/ |
assign_value.pass.cpp | 27 std::size_t st[] = {19, 4, 1}; local 31 strides(st, sizeof(st)/sizeof(st[0])))] = 51;
|
/external/libcxx/test/std/numerics/numarray/template.valarray/valarray.assign/ |
gslice_array_assign.pass.cpp | 27 std::size_t st[] = {19, 4, 1}; local 32 strides(st, sizeof(st)/sizeof(st[0])))];
|
/external/libcxx/test/std/numerics/numarray/template.valarray/valarray.cons/ |
gslice_array.pass.cpp | 27 std::size_t st[] = {19, 4, 1}; local 31 strides(st, sizeof(st)/sizeof(st[0])))]);
|
/external/libcxx/test/std/numerics/numarray/template.valarray/valarray.sub/ |
gslice_const.pass.cpp | 30 std::size_t st[] = {19, 4, 1}; local 34 strides(st, sizeof(st)/sizeof(st[0])))] = v2;
|
gslice_non_const.pass.cpp | 27 std::size_t st[] = {19, 4, 1}; local 31 strides(st, sizeof(st)/sizeof(st[0])))]);
|
/external/lzma/CPP/Windows/ |
PropVariantConv.cpp | 14 SYSTEMTIME st;
local 15 if (!BOOLToBool(FileTimeToSystemTime(&ft, &st)))
20 unsigned val = st.wYear;
33 UINT_TO_STR_2('-', st.wMonth);
34 UINT_TO_STR_2('-', st.wDay);
37 UINT_TO_STR_2(' ', st.wHour);
38 UINT_TO_STR_2(':', st.wMinute);
40 UINT_TO_STR_2(':', st.wSecond);
|
/external/mesa3d/src/gallium/state_trackers/wgl/ |
stw_context.h | 38 struct st_context_iface *st; member in struct:stw_context
|
/external/mesa3d/src/mesa/state_tracker/ |
st_cb_condrender.c | 55 struct st_context *st = st_context(ctx); local 56 struct pipe_context *pipe = st->pipe; 59 st_flush_bitmap_cache(st); 79 st->render_condition = stq->pq; 80 st->condition_mode = m; 92 struct st_context *st = st_context(ctx); local 93 struct pipe_context *pipe = st->pipe; 96 st_flush_bitmap_cache(st); 99 st->render_condition = NULL;
|
st_cb_strings.c | 47 struct st_context *st = st_context(ctx); local 48 struct pipe_screen *screen = st->pipe->screen; 53 util_snprintf(st->vendor, sizeof(st->vendor), "%s", vendor); 54 return (GLubyte *) st->vendor; 58 util_snprintf(st->renderer, sizeof(st->renderer), "Gallium %s on %s", 62 return (GLubyte *) st->renderer;
|
st_cb_viewport.c | 54 struct st_context *st = ctx->st; local 58 if (!st->invalidate_on_gl_viewport) 68 stdraw = st_ws_framebuffer(st->ctx->DrawBuffer); 69 stread = st_ws_framebuffer(st->ctx->ReadBuffer);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.gslice.array/gslice.array.assign/ |
gslice_array.pass.cpp | 32 std::size_t st[] = {19, 4, 1}; local 36 strides(st, sizeof(st)/sizeof(st[0])))] 38 strides(st, sizeof(st)/sizeof(st[0])))];
|
valarray.pass.cpp | 30 std::size_t st[] = {19, 4, 1}; local 34 strides(st, sizeof(st)/sizeof(st[0])))] = v2;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.gslice.array/gslice.array.comp.assign/ |
addition.pass.cpp | 30 std::size_t st[] = {19, 4, 1}; local 34 strides(st, sizeof(st)/sizeof(st[0])))] += v2;
|
and.pass.cpp | 30 std::size_t st[] = {19, 4, 1}; local 34 strides(st, sizeof(st)/sizeof(st[0])))] &= v2;
|
divide.pass.cpp | 30 std::size_t st[] = {19, 4, 1}; local 34 strides(st, sizeof(st)/sizeof(st[0])))] /= v2;
|
modulo.pass.cpp | 30 std::size_t st[] = {19, 4, 1}; local 34 strides(st, sizeof(st)/sizeof(st[0])))] %= v2;
|
multiply.pass.cpp | 30 std::size_t st[] = {19, 4, 1}; local 34 strides(st, sizeof(st)/sizeof(st[0])))] *= v2;
|