Home
last modified time | relevance | path

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

12345678910>>...122

/aosp_15_r20/external/coreboot/src/lib/
H A 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 …]
/aosp_15_r20/external/ComputeLibrary/src/core/CL/cl_kernels/
H A 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 …]
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A 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 …]
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/internal/
H A 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 …]
/aosp_15_r20/external/FXdiv/test/
H A 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 …]
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
H A 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 …]
/aosp_15_r20/external/oj-libjdwp/src/share/back/
H A 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 …]
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/
DExecutionPlan.cpp260 void addRole(const ExecutionStep& step, uint32_t operandIndex, IOType type, in addRole()
672 if (const ExecutionStep* step = logicalStep->tryExecutionStep()) { in findModelOutputsThatAreDownstreamInputs() local
695 if (const ExecutionStep* step = logicalStep->tryExecutionStep()) { in findTempsAsStepModelOutputs() local
700 } else if (const IfStep* step = logicalStep->tryIfStep()) { in findTempsAsStepModelOutputs() local
705 } else if (const WhileStep* step = logicalStep->tryWhileStep()) { in findTempsAsStepModelOutputs() local
886 std::ostream& operator<<(std::ostream& os, const IfStep& step) { in operator <<()
891 std::ostream& operator<<(std::ostream& os, const WhileStep& step) { in operator <<()
896 std::ostream& operator<<(std::ostream& os, const GotoStep& step) { in operator <<()
902 if (const IfStep* step = tryIfStep()) { in dump() local
904 } else if (const WhileStep* step = tryWhileStep()) { in dump() local
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tests/
H A 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
/aosp_15_r20/external/renderscript-intrinsics-replacement-toolkit/renderscript-toolkit/src/main/cpp/
H A 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=""
H A 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=""
/aosp_15_r20/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsics_advsimd_Blur.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=""
H A DrsCpuIntrinsics_neon_Blur.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=""
/aosp_15_r20/frameworks/rs/toolkit/
H A 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=""
H A 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=""
/aosp_15_r20/external/tensorflow/tensorflow/python/keras/optimizer_v2/
H A 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
/aosp_15_r20/external/libgav1/src/dsp/
H A Dloop_filter.cc72 inline bool NeedsFilter4(const Pixel* p, ptrdiff_t step, int outer_thresh, in NeedsFilter4()
83 inline bool Hev(const Pixel* p, ptrdiff_t step, int thresh) { in Hev()
91 inline void Filter2_C(Pixel* p, ptrdiff_t step) { in Filter2_C()
110 inline void Filter4_C(Pixel* p, ptrdiff_t step) { in Filter4_C()
173 inline bool NeedsFilter6(const Pixel* p, ptrdiff_t step, int outer_thresh, in NeedsFilter6()
186 inline bool IsFlat3(const Pixel* p, ptrdiff_t step, int flat_thresh) { in IsFlat3()
201 inline void Filter6_C(Pixel* p, ptrdiff_t step) { in Filter6_C()
268 inline bool NeedsFilter8(const Pixel* p, ptrdiff_t step, int outer_thresh, in NeedsFilter8()
284 inline bool IsFlat4(const Pixel* p, ptrdiff_t step, int flat_thresh) { in IsFlat4()
301 inline void Filter8_C(Pixel* p, ptrdiff_t step) { in Filter8_C()
[all …]
/aosp_15_r20/external/ComputeLibrary/src/cpu/kernels/range/generic/neon/
H A 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()
/aosp_15_r20/external/python/cpython3/Objects/
Dsliceobject.c114 PySlice_New(PyObject *start, PyObject *stop, PyObject *step) in PySlice_New()
172 Py_ssize_t *start, Py_ssize_t *stop, Py_ssize_t *step) in PySlice_GetIndices()
204 Py_ssize_t *start, Py_ssize_t *stop, Py_ssize_t *step) in PySlice_Unpack()
250 Py_ssize_t *start, Py_ssize_t *stop, Py_ssize_t step) in PySlice_AdjustIndices()
294 Py_ssize_t *start, Py_ssize_t *stop, Py_ssize_t *step, in PySlice_GetIndicesEx()
306 PyObject *start, *stop, *step; in slice_new() local
386 PyObject *start=NULL, *stop=NULL, *step=NULL; in _PySlice_GetLongIndices() local
527 PyObject *start, *stop, *step; in slice_indices() local
Drangeobject.c20 PyObject *step; member
28 validate_step(PyObject *step) in validate_step()
49 PyObject *stop, PyObject *step) in make_range_object()
78 PyObject *start = NULL, *stop = NULL, *step = NULL; in range_from_array() local
180 compute_range_length(PyObject *start, PyObject *stop, PyObject *step) in compute_range_length()
345 PyObject *start = NULL, *stop = NULL, *step = NULL; in compute_slice() local
769 long step; member
796 PyObject *start=NULL, *stop=NULL, *step=NULL; in rangeiter_reduce() local
888 get_len_of_range(long lo, long hi, long step) in get_len_of_range()
916 fast_range_iter(long start, long stop, long step, long len) in fast_range_iter()
[all …]
/aosp_15_r20/external/python/cpython3/Lib/test/test_sqlite3/
Dtest_userfunctions.py108 def step(self, x): member in AggrNoFinalize
115 def step(self, x): member in AggrExceptionInInit
125 def step(self, x): member in AggrExceptionInStep
135 def step(self, x): member in AggrExceptionInFinalize
145 def step(self, whichType, val): member in AggrCheckType
157 def step(self, whichType, *vals): member in AggrCheckTypes
170 def step(self, val): member in AggrSum
179 def step(self, txt): member in AggrText
489 def step(self, value): member in WindowSumInt
573 def step(self, x): pass member in WindowFunctionTests.test_win_missing_method.MissingValue
[all …]
/aosp_15_r20/external/python/cpython2/Objects/
Dsliceobject.c61 PySlice_New(PyObject *start, PyObject *stop, PyObject *step) in PySlice_New()
104 Py_ssize_t *start, Py_ssize_t *stop, Py_ssize_t *step) in PySlice_GetIndices()
135 Py_ssize_t *start, Py_ssize_t *stop, Py_ssize_t *step) in _PySlice_Unpack()
180 Py_ssize_t *start, Py_ssize_t *stop, Py_ssize_t step) in _PySlice_AdjustIndices()
224 Py_ssize_t *start, Py_ssize_t *stop, Py_ssize_t *step, in PySlice_GetIndicesEx()
236 PyObject *start, *stop, *step; in slice_new() local
298 Py_ssize_t ilen, start, stop, step; in slice_indices() local
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyguard/data/repository/
H A DKeyguardTransitionRepositoryTest.kt242 .dropWhile { step -> step.from == OFF } in <lambda>() method
288 .dropWhile { step -> step.from == OFF } in <lambda>() method
333 val steps by collectValues(underTest.transitions.dropWhile { step -> step.from == OFF }) in <lambda>() method
341 val steps by collectValues(underTest.transitions.dropWhile { step -> step.from == OFF }) in <lambda>() method
368 val steps by collectValues(underTest.transitions.dropWhile { step -> step.from == OFF }) in <lambda>() method
396 val steps by collectValues(ktr.transitions.dropWhile { step -> step.from == OFF }) in <lambda>() method
433 val steps by collectValues(ktr.transitions.dropWhile { step -> step.from == OFF }) in <lambda>() method
491 val steps by collectValues(underTest.transitions.dropWhile { step -> step.from == OFF }) in <lambda>() method
524 val steps by collectValues(underTest.transitions.dropWhile { step -> step.from == OFF }) in <lambda>() method
533 val steps by collectValues(underTest.transitions.dropWhile { step -> step.from == OFF }) in <lambda>() method
[all …]
/aosp_15_r20/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
DCacheProcessing.java56 public boolean equals(CacheStep step) { in equals()
72 CacheStep step = new CacheStep(); in buildSteps() local
196 CacheStep step = mSteps.elementAt(i); in process() local
223 CacheStep step = mSteps.elementAt(i); in process() local
286 CacheStep step = mSteps.elementAt(i); in displaySteps() local
298 CacheStep step = mSteps.elementAt(i); in displayNbBitmapsInCache() local
/aosp_15_r20/device/google/contexthub/lib/nanohub/
Drsa.c23 …32_t *num, const uint32_t *denum, uint32_t *tmp, uint32_t *state1, uint32_t *state2, uint32_t step) in biModIterative()
112 static void biMulIterative(uint32_t *ret, const uint32_t *a, const uint32_t *b, uint32_t step) //re… in biMulIterative()
170 uint32_t step = *stepP, gigastep, gigastepBase, gigastepSubstep, megaSubstep; in rsaPubOpIterative() local
217 uint32_t state1 = 0, state2 = 0, step = 0, ns = 0; in rsaPubOp() local
231 uint32_t state1 = 0, state2 = 0, step; in biMod() local
238 uint32_t step; in biMul() local

12345678910>>...122