Home
last modified time | relevance | path

Searched defs:step (Results 1 – 25 of 1420) sorted by relevance

12345678910>>...57

/external/coreboot/src/lib/
Dreg_script.c50 const struct reg_script *step) in reg_script_set_step()
82 const struct reg_script *step = reg_script_get_step(ctx); in reg_script_read_pci() local
97 const struct reg_script *step = reg_script_get_step(ctx); in reg_script_write_pci() local
115 const struct reg_script *step = reg_script_get_step(ctx); in reg_script_read_io() local
130 const struct reg_script *step = reg_script_get_step(ctx); in reg_script_write_io() local
148 const struct reg_script *step = reg_script_get_step(ctx); in reg_script_read_mmio() local
163 const struct reg_script *step = reg_script_get_step(ctx); in reg_script_write_mmio() local
182 const struct reg_script *step = reg_script_get_step(ctx); in reg_script_read_res() local
211 const struct reg_script *step = reg_script_get_step(ctx); in reg_script_write_res() local
241 const struct reg_script *step = reg_script_get_step(ctx); in reg_script_read_iosf() local
[all …]
/external/FXdiv/test/
Dquotient.cc37 const uint32_t step = UINT32_C(487); in TEST() local
44 const uint32_t step = UINT32_C(491); in TEST() local
53 const uint32_t step = UINT32_C(523); in TEST() local
62 const uint32_t step = UINT32_C(25183); in TEST() local
73 const uint32_t step = UINT32_C(25183); in TEST() local
84 const uint32_t step = UINT64_C(25183); in TEST() local
137 const uint64_t step = UINT64_C(2048116998241); in TEST() local
144 const uint64_t step = UINT64_C(8624419641811); in TEST() local
153 const uint64_t step = UINT64_C(8624419641833); in TEST() local
162 const uint64_t step = UINT64_C(93400375993241); in TEST() local
[all …]
/external/ComputeLibrary/src/cpu/kernels/range/generic/neon/
Dinteger.cpp33 void u8_neon_range_function(ITensor *output, float start, float step, const Window &window) in u8_neon_range_function()
38 void u16_neon_range_function(ITensor *output, float start, float step, const Window &window) in u16_neon_range_function()
43 void u32_neon_range_function(ITensor *output, float start, float step, const Window &window) in u32_neon_range_function()
48 void s8_neon_range_function(ITensor *output, float start, float step, const Window &window) in s8_neon_range_function()
53 void s16_neon_range_function(ITensor *output, float start, float step, const Window &window) in s16_neon_range_function()
58 void s32_neon_range_function(ITensor *output, float start, float step, const Window &window) in s32_neon_range_function()
/external/ComputeLibrary/src/core/CL/cl_kernels/
Dtile_helpers.h194 #define UNROLL_INCR(idx, step, macro) idx += (step); (macro) argument
196 #define LOOP_UNROLLING_1(idx, step, macro) (macro) argument
197 #define LOOP_UNROLLING_2(idx, step, macro) LOOP_UNROLLING_1(idx, step, macro); UNROLL_INCR(idx, ste… argument
198 #define LOOP_UNROLLING_3(idx, step, macro) LOOP_UNROLLING_2(idx, step, macro); UNROLL_INCR(idx, ste… argument
199 #define LOOP_UNROLLING_4(idx, step, macro) LOOP_UNROLLING_3(idx, step, macro); UNROLL_INCR(idx, ste… argument
200 #define LOOP_UNROLLING_5(idx, step, macro) LOOP_UNROLLING_4(idx, step, macro); UNROLL_INCR(idx, ste… argument
201 #define LOOP_UNROLLING_6(idx, step, macro) LOOP_UNROLLING_5(idx, step, macro); UNROLL_INCR(idx, ste… argument
202 #define LOOP_UNROLLING_7(idx, step, macro) LOOP_UNROLLING_6(idx, step, macro); UNROLL_INCR(idx, ste… argument
203 #define LOOP_UNROLLING_8(idx, step, macro) LOOP_UNROLLING_7(idx, step, macro); UNROLL_INCR(idx, ste… argument
204 #define LOOP_UNROLLING_9(idx, step, macro) LOOP_UNROLLING_8(idx, step, macro); UNROLL_INCR(idx, ste… argument
[all …]
/external/tensorflow/tensorflow/compiler/tests/
Dwhile_test.py40 def loop_body(step): argument
46 def loop_cond(step): argument
60 def loop_body(step, rsum): argument
67 def loop_cond(step, rsum): argument
86 def loop_body(step, rsum): argument
93 def loop_cond(step, rsum): argument
112 def loop_body(step, x): argument
119 def loop_cond(step, x): argument
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dkernel_support_library.h59 llvm::Value* step, in For()
72 absl::string_view name, int64_t start, int64_t end, int64_t step, in ForWithStatus()
81 absl::string_view name, int64_t start, int64_t end, int64_t step, in For()
111 llvm::Value* step, bool peel_first_iteration, in For()
125 int64_t step, bool peel_first_iteration, in ForWithStatus()
136 int64_t step, bool peel_first_iteration, in For()
147 llvm::Value* step, in ForWithStatus()
158 llvm::Value* step, in For()
168 int64_t step, in ForWithStatus()
180 int64_t step, in For()
[all …]
/external/renderscript-intrinsics-replacement-toolkit/renderscript-toolkit/src/main/cpp/
DBlur_neon.S1403 .macro prefill_leftfill, next, after, ra, rb, step
1414 .macro prefill_leftedge, next, after, ra, rb, step
1422 .macro prefill_dofetch, next, after, ra, rb, step
1437 .macro prefill_rightedge, next, after, ra, rb, step
1448 .macro prefill_rightfill, next, after, ra, rb, step
1488 .macro prefill step=1, max_r=25, label=xx argument
1572 .macro conv_body core, step=1, max_r=25, labelc="", labelnc=""
DBlur_advsimd.S1423 .macro prefill_leftfill, next, after, ra, rb, step
1434 .macro prefill_leftedge, next, after, ra, rb, step
1442 .macro prefill_dofetch, next, after, ra, rb, step
1457 .macro prefill_rightedge, next, after, ra, rb, step
1468 .macro prefill_rightfill, next, after, ra, rb, step
1514 .macro prefill step=1, max_r=25, label=xx argument
1605 .macro conv_body core, step=1, max_r=25, labelc="", labelnc=""
/external/oj-libjdwp/src/share/back/
DstepControl.c166 initState(JNIEnv *env, jthread thread, StepRequest *step) in initState()
265 StepRequest *step; in handleFramePopEvent() local
368 StepRequest *step; in handleExceptionCatchEvent() local
435 StepRequest *step; in handleMethodEnterEvent() local
486 completeStep(JNIEnv *env, jthread thread, StepRequest *step) in completeStep()
516 StepRequest *step; in stepControl_handleStep() local
703 StepRequest *step; in stepControl_resetRequest() local
727 initEvents(jthread thread, StepRequest *step) in initEvents()
791 StepRequest *step; in stepControl_beginStep() local
851 clearStep(jthread thread, StepRequest *step) in clearStep()
[all …]
/external/tensorflow/tensorflow/python/ops/
Dsummary_ops_v2.py74 def __init__(self, writer, step=None): argument
217 def set_step(step): argument
239 def set_as_default(self, step=None): argument
259 def as_default(self, step=None): argument
324 def set_as_default(self, step=None): argument
330 def as_default(self, step=None): argument
435 def set_as_default(self, step=None): argument
439 def as_default(self, step=None): argument
708 def write(tag, tensor, step=None, metadata=None, name=None): argument
777 def write_raw_pb(tensor, step=None, name=None): argument
[all …]
/external/tensorflow/tensorflow/python/tpu/tests/
Dtpu_embedding_v2_invalid_input_test.py88 def step(): function
117 def step(): function
131 def step(): function
156 def step(): function
170 def step(): function
/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_node.h370 bool trackable(int64_t step) const { in trackable()
487 int64_t run_count(int64_t step) const { in run_count()
506 int64_t exec_micros(int64_t step) const { in exec_micros()
528 int64_t accelerator_exec_micros(int64_t step) const { in accelerator_exec_micros()
550 int64_t cpu_exec_micros(int64_t step) const { in cpu_exec_micros()
570 int64_t requested_bytes(int64_t step) const { GRAPH_NODE_BYTES(requested); } in requested_bytes()
571 int64_t peak_bytes(int64_t step) const { GRAPH_NODE_BYTES(peak); } in peak_bytes()
572 int64_t residual_bytes(int64_t step) const { GRAPH_NODE_BYTES(residual); } in residual_bytes()
573 int64_t output_bytes(int64_t step) const { GRAPH_NODE_BYTES(output); } in output_bytes()
575 int64_t all_start_micros(int64_t step) const { in all_start_micros()
[all …]
/external/ComputeLibrary/tests/validation/fixtures/
DRangeFixture.h47 size_t num_of_elements_in_range(float start, float end, float step) in num_of_elements_in_range()
66 …dom_end(const DataType output_data_type, const QuantizationInfo qinfo_out, float start, float step) in get_random_end()
106 …_target(const DataType output_data_type, const QuantizationInfo qinfo_out, float start, float step) in compute_target()
127 …ference(const DataType output_data_type, const QuantizationInfo qinfo_out, float start, float step) in compute_reference()
/external/aws-sdk-java-v2/codegen/src/main/java/software/amazon/awssdk/codegen/jmespath/component/
DSliceExpression.java29 private final Integer step; field in SliceExpression
31 public SliceExpression(Integer start, Integer stop, Integer step) { in SliceExpression()
45 public OptionalInt step() { in step() method in SliceExpression
/external/ComputeLibrary/src/runtime/CL/functions/
DCLRange.cpp36 void CLRange::configure(ICLTensor *output, const float start, const float end, const float step) in configure()
41 …eContext &compile_context, ICLTensor *output, const float start, const float end, const float step) in configure()
53 … CLRange::validate(const ITensorInfo *output, const float start, const float end, const float step) in validate()
/external/tensorflow/tensorflow/python/keras/optimizer_v2/
Dlearning_rate_schedule.py76 def __call__(self, step): argument
176 def __call__(self, step): argument
270 def __call__(self, step): argument
407 def __call__(self, step): argument
527 def __call__(self, step): argument
622 def __call__(self, step): argument
722 def __call__(self, step): argument
859 def __call__(self, step): argument
985 def __call__(self, step): argument
/external/ComputeLibrary/src/core/CL/kernels/
DCLRangeKernel.cpp40 …validate_arguments(const ITensorInfo *output, const float start, const float end, const float step) in validate_arguments()
74 …d CLRangeKernel::configure(ICLTensor *output, const float start, const float end, const float step) in configure()
79 …eContext &compile_context, ICLTensor *output, const float start, const float end, const float step) in configure()
124 …geKernel::validate(const ITensorInfo *output, const float start, const float end, const float step) in validate()
/external/lzma/C/
D7zCrcOpt.c43 #define CRC_FUNC_PRE_LE2(step) \ argument
46 #define CRC_FUNC_PRE_LE(step) \ argument
130 #define CRC_FUNC_PRE_BE2(step) \ argument
133 #define CRC_FUNC_PRE_BE(step) \ argument
/external/apache-commons-math/src/main/java/org/apache/commons/math3/util/
DIntegerSequence.java57 public static Range range(final int start, final int max, final int step) { in range()
73 private final int step; field in IntegerSequence.Range
83 public Range(int start, int max, int step) { in Range()
165 private Incrementor(int start, int max, int step, MaxCountExceededCallback cb) in Incrementor()
216 public Incrementor withIncrement(int step) { in withIncrement()
/external/python/cpython3/Objects/
Dsliceobject.c130 _PyBuildSlice_Consume2(PyObject *start, PyObject *stop, PyObject *step) in _PyBuildSlice_Consume2()
163 PySlice_New(PyObject *start, PyObject *stop, PyObject *step) in PySlice_New()
206 Py_ssize_t *start, Py_ssize_t *stop, Py_ssize_t *step) in PySlice_GetIndices()
238 Py_ssize_t *start, Py_ssize_t *stop, Py_ssize_t *step) in PySlice_Unpack()
284 Py_ssize_t *start, Py_ssize_t *stop, Py_ssize_t step) in PySlice_AdjustIndices()
328 Py_ssize_t *start, Py_ssize_t *stop, Py_ssize_t *step, in PySlice_GetIndicesEx()
340 PyObject *start, *stop, *step; in slice_new() local
423 PyObject *start=NULL, *stop=NULL, *step=NULL; in _PySlice_GetLongIndices() local
549 PyObject *start, *stop, *step; in slice_indices() local
/external/cronet/stable/base/tracing/stdlib/chrome/
Dgraphics_pipeline.sql26 step STRING, field
38 extract_arg(arg_set_id, 'chrome_graphics_pipeline.step') AS step, field
62 step STRING, field
74 extract_arg(arg_set_id, 'chrome_graphics_pipeline.step') AS step, field
/external/cronet/tot/base/tracing/stdlib/chrome/
Dgraphics_pipeline.sql26 step STRING, field
38 extract_arg(arg_set_id, 'chrome_graphics_pipeline.step') AS step, field
62 step STRING, field
74 extract_arg(arg_set_id, 'chrome_graphics_pipeline.step') AS step, field
/external/ComputeLibrary/tests/validation/reference/
DRange.cpp38 void generate_range(SimpleTensor<T> &dst, float start, const size_t num_of_elements, float step) in generate_range()
50 SimpleTensor<T> range(SimpleTensor<T> &dst, float start, const size_t num_of_elements, float step) in range()
57 …r<uint8_t> range(SimpleTensor<uint8_t> &dst, float start, const size_t num_of_elements, float step) in range()
/external/pytorch/aten/src/ATen/native/cuda/
DRangeFactories.cu90 … float step = (static_cast<float>(scalar_end) - static_cast<float>(scalar_start)) / (steps - 1); in linspace_cuda_out() local
104 scalar_t step = (scalar_end - scalar_start) / static_cast<scalar_t>(steps - 1); in linspace_cuda_out() local
145 float step = static_cast<float>(scalar_end - scalar_start) / (steps - 1); in logspace_cuda_out() local
159 scalar_t step = (scalar_end - scalar_start) / static_cast<scalar_t>(steps - 1); in logspace_cuda_out() local
177 Tensor& range_cuda_out(const Scalar& start, const Scalar& end, const Scalar& step, Tensor& result) { in range_cuda_out()
213 Tensor& arange_cuda_out(const Scalar& start, const Scalar& end, const Scalar& step, Tensor& result)… in arange_cuda_out()
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/scheduling/
DTestTimeSource.kt8 fun step(delta: Long = WORK_STEALING_TIME_RESOLUTION_NS) { in nanoTime() method in kotlinx.coroutines.scheduling.TestTimeSource

12345678910>>...57