Home
last modified time | relevance | path

Searched +defs:val +defs:step (Results 1 – 25 of 1018) sorted by relevance

12345678910>>...41

/aosp_15_r20/external/coreboot/src/soc/intel/braswell/
H A Diosf.c27 static void iosf_write_port(uint32_t cr, int reg, uint32_t val) in iosf_write_port()
45 void iosf_bunit_write(int reg, uint32_t val) in iosf_bunit_write()
55 void iosf_punit_write(int reg, uint32_t val) in iosf_punit_write()
65 void iosf_score_write(int reg, uint32_t val) in iosf_score_write()
75 void iosf_lpss_write(int reg, uint32_t val) in iosf_lpss_write()
85 void iosf_port58_write(int reg, uint32_t val) in iosf_port58_write()
95 void iosf_scc_write(int reg, uint32_t val) in iosf_scc_write()
105 void iosf_usbphy_write(int reg, uint32_t val) in iosf_usbphy_write()
113 const struct reg_script *step = ctx->step; in reg_script_read_iosf() local
139 const struct reg_script *step = ctx->step; in reg_script_write_iosf() local
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/onnx/
H A Dconstant_fold.cpp211 auto step = inputTensorValues[2].item<float>(); in runTorchArange_opset11() local
218 auto step = inputTensorValues[2].item<double>(); in runTorchArange_opset11() local
225 auto step = inputTensorValues[2].item<int16_t>(); in runTorchArange_opset11() local
232 auto step = inputTensorValues[2].item<int>(); in runTorchArange_opset11() local
239 auto step = inputTensorValues[2].item<int64_t>(); in runTorchArange_opset11() local
545 bool isConstant(Value* val, const ValueToParamPairMap& valsToParamsMap) { in isConstant()
571 for (auto val : node->inputs()) { in getValues() local
601 for (auto val : node->inputs()) { in getOnnxConstParentsToRemove() local
/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
181 uint32_t val = 0; in reg_script_read_res() 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
[all …]
/aosp_15_r20/external/cronet/third_party/libxml/src/
H A Dpattern.c138 int step; member
464 xmlPatPushState(xmlStepStates *states, int step, xmlNodePtr node) { in xmlPatPushState()
500 xmlStepOpPtr step; in xmlPatMatch() local
701 #define SKIP(val) ctxt->cur += (val) argument
702 #define NXT(val) ctxt->cur[(val)] argument
703 #define PEEKPREV(val) ctxt->cur[-(val)] argument
713 #define PUSH(op, val, val2) \ argument
801 int val, len; in xmlPatScanName() local
839 int val, len; in xmlPatScanNCName() local
1508 xmlStepOp step; in xmlStreamCompile() local
[all …]
/aosp_15_r20/external/libxml2/
H A Dpattern.c138 int step; member
435 xmlPatPushState(xmlStepStates *states, int step, xmlNodePtr node) { in xmlPatPushState()
463 xmlStepOpPtr step; in xmlPatMatch() local
661 #define SKIP(val) ctxt->cur += (val) argument
662 #define NXT(val) ctxt->cur[(val)] argument
663 #define PEEKPREV(val) ctxt->cur[-(val)] argument
673 #define PUSH(op, val, val2) \ argument
694 int val, len; in xmlPatScanName() local
732 int val, len; in xmlPatScanNCName() local
1376 xmlStepOp step; in xmlStreamCompile() local
[all …]
/aosp_15_r20/external/python/cpython2/Lib/sqlite3/test/
Duserfunctions.py71 def step(self, x): member in AggrNoFinalize
78 def step(self, x): member in AggrExceptionInInit
88 def step(self, x): member in AggrExceptionInStep
98 def step(self, x): member in AggrExceptionInFinalize
108 def step(self, whichType, val): argument
119 def step(self, val): argument
/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): argument
157 def step(self, whichType, *vals): member in AggrCheckTypes
170 def step(self, val): argument
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/linux-kselftest/tools/testing/selftests/alsa/
H A Dmixer-test.c296 snd_ctl_elem_value_t *val, in ctl_value_index_valid()
408 static bool ctl_value_valid(struct ctl_data *ctl, snd_ctl_elem_value_t *val) in ctl_value_valid()
708 snd_ctl_elem_value_t *val; in test_ctl_write_valid_boolean() local
729 long j, step; in test_ctl_write_valid_integer() local
731 snd_ctl_elem_value_t *val; in test_ctl_write_valid_integer() local
758 long long j, step; in test_ctl_write_valid_integer64() local
760 snd_ctl_elem_value_t *val; in test_ctl_write_valid_integer64() local
787 snd_ctl_elem_value_t *val; in test_ctl_write_valid_enumerated() local
858 snd_ctl_elem_value_t *val) in test_ctl_write_invalid_value()
884 snd_ctl_elem_value_t *val; in test_ctl_write_invalid_boolean() local
[all …]
/aosp_15_r20/external/ComputeLibrary/tests/validation/reference/
H A DRange.cpp38 void generate_range(SimpleTensor<T> &dst, float start, const size_t num_of_elements, float step) in generate_range()
40 float val = start; in generate_range() local
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()
/aosp_15_r20/external/python/cpython3/Modules/_sqlite/
Dblob.c366 blob_exit_impl(pysqlite_Blob *self, PyObject *type, PyObject *val, in blob_exit_impl()
416 Py_ssize_t *stop, Py_ssize_t *step, Py_ssize_t *slicelen) in get_slice_info()
429 Py_ssize_t start, stop, step, len; in subscript_slice() local
490 long val = PyLong_AsLong(value); in ass_subscript_index() local
513 Py_ssize_t start, stop, step, len; in ass_subscript_slice() local
/aosp_15_r20/external/tensorflow/tensorflow/python/data/kernel_tests/
H A Dscan_test.py51 def make_scan_fn(step): argument
54 def dataset_fn(start, step, take): argument
90 def make_scan_fn(step): argument
93 def dataset_fn(start, step, take): argument
252 def scan_fn(state, val): argument
/aosp_15_r20/external/blktrace/iowatcher/
H A Dplot.c481 double step = (last - first) / num_ticks; in find_step() local
504 double step; in set_xticks() local
606 int step = (last - first) / num_ticks; in set_yticks() local
726 u64 val = *max; in scale_line_graph_bytes() local
746 u64 val = *max; in scale_line_graph_time() local
788 double val; in svg_line_graph() local
967 static int add_plot_history(struct pid_plot_history *pph, double val) in add_plot_history()
986 unsigned char val; in svg_io_graph_movie() local
1025 unsigned char val; in svg_io_graph() local
/aosp_15_r20/external/brotli/c/dec/
H A Dhuffman.c81 int step, int end, in ReplicateValue()
111 int step; /* step size to replicate values in current table */ in BrotliBuildCodeLengthsHuffmanTable() local
181 int step; /* step size to replicate values in current table */ in BrotliBuildHuffmanTable() local
263 uint16_t* val, in BrotliBuildSimpleHuffmanTable()
/aosp_15_r20/external/cronet/third_party/brotli/dec/
H A Dhuffman.c81 int step, int end, in ReplicateValue()
111 int step; /* step size to replicate values in current table */ in BrotliBuildCodeLengthsHuffmanTable() local
181 int step; /* step size to replicate values in current table */ in BrotliBuildHuffmanTable() local
263 uint16_t* val, in BrotliBuildSimpleHuffmanTable()
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/iter/adapters/
H A Dstep_by.rs266 let mut step = self.original_step().get(); in spec_nth() localVariable
446 let step = <$t>::try_from(self.original_step().get()).unwrap_or(<$t>::MAX); localVariable
449 let val = self.iter.start; localVariable
495 let step = <$t>::try_from(self.original_step().get()).unwrap_or(<$t>::MAX); localVariable
498 let mut val = self.iter.start; localVariable
519 let step = self.original_step().get() as $t; localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/iter/adapters/
H A Dstep_by.rs266 let mut step = self.original_step().get(); in spec_nth() localVariable
446 let step = <$t>::try_from(self.original_step().get()).unwrap_or(<$t>::MAX); localVariable
449 let val = self.iter.start; localVariable
495 let step = <$t>::try_from(self.original_step().get()).unwrap_or(<$t>::MAX); localVariable
498 let mut val = self.iter.start; localVariable
519 let step = self.original_step().get() as $t; localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/iter/adapters/
H A Dstep_by.rs266 let mut step = self.original_step().get(); in spec_nth() localVariable
446 let step = <$t>::try_from(self.original_step().get()).unwrap_or(<$t>::MAX); localVariable
449 let val = self.iter.start; localVariable
495 let step = <$t>::try_from(self.original_step().get()).unwrap_or(<$t>::MAX); localVariable
498 let mut val = self.iter.start; localVariable
519 let step = self.original_step().get() as $t; localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/iter/adapters/
H A Dstep_by.rs266 let mut step = self.original_step().get(); in spec_nth() localVariable
446 let step = <$t>::try_from(self.original_step().get()).unwrap_or(<$t>::MAX); localVariable
449 let val = self.iter.start; localVariable
495 let step = <$t>::try_from(self.original_step().get()).unwrap_or(<$t>::MAX); localVariable
498 let mut val = self.iter.start; localVariable
519 let step = self.original_step().get() as $t; localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/iter/adapters/
H A Dstep_by.rs266 let mut step = self.original_step().get(); in spec_nth() localVariable
446 let step = <$t>::try_from(self.original_step().get()).unwrap_or(<$t>::MAX); localVariable
449 let val = self.iter.start; localVariable
495 let step = <$t>::try_from(self.original_step().get()).unwrap_or(<$t>::MAX); localVariable
498 let mut val = self.iter.start; localVariable
519 let step = self.original_step().get() as $t; localVariable
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/data/
H A Drange_dataset_op.cc66 int64_t sgn(int64_t val) { return (0 < val) - (val < 0); } in sgn()
71 RangeCounter(int64_t start, int64_t stop, int64_t step) in RangeCounter()
117 RangeSplitProvider(int64_t start, int64_t stop, int64_t step) in RangeSplitProvider()
156 Dataset(OpKernelContext* ctx, int64_t start, int64_t stop, int64_t step, in Dataset()
238 Node* step = nullptr; in AsGraphDefInternal() local
360 int64_t step; in MakeDataset() local
/aosp_15_r20/libcore/ojluni/src/main/java/java/lang/invoke/
H A DMethodHandles.java2441 public static void arrayElementSetter(byte[] array, int i, byte val) { array[i] = val; } in arrayElementSetter()
2443 public static void arrayElementSetter(boolean[] array, int i, boolean val) { array[i] = val; } in arrayElementSetter()
2445 public static void arrayElementSetter(char[] array, int i, char val) { array[i] = val; } in arrayElementSetter()
2447 public static void arrayElementSetter(short[] array, int i, short val) { array[i] = val; } in arrayElementSetter()
2449 public static void arrayElementSetter(int[] array, int i, int val) { array[i] = val; } in arrayElementSetter()
2451 public static void arrayElementSetter(long[] array, int i, long val) { array[i] = val; } in arrayElementSetter()
2453 public static void arrayElementSetter(float[] array, int i, float val) { array[i] = val; } in arrayElementSetter()
2455 public static void arrayElementSetter(double[] array, int i, double val) { array[i] = val; } in arrayElementSetter()
3189 /** @hide */ public static byte identity(byte val) { return val; } in identity()
3190 /** @hide */ public static boolean identity(boolean val) { return val; } in identity()
[all …]
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/5/libcore/ojluni/src/main/java/java/lang/invoke/
DMethodHandles.java2441 public static void arrayElementSetter(byte[] array, int i, byte val) { array[i] = val; } in arrayElementSetter()
2443 public static void arrayElementSetter(boolean[] array, int i, boolean val) { array[i] = val; } in arrayElementSetter()
2445 public static void arrayElementSetter(char[] array, int i, char val) { array[i] = val; } in arrayElementSetter()
2447 public static void arrayElementSetter(short[] array, int i, short val) { array[i] = val; } in arrayElementSetter()
2449 public static void arrayElementSetter(int[] array, int i, int val) { array[i] = val; } in arrayElementSetter()
2451 public static void arrayElementSetter(long[] array, int i, long val) { array[i] = val; } in arrayElementSetter()
2453 public static void arrayElementSetter(float[] array, int i, float val) { array[i] = val; } in arrayElementSetter()
2455 public static void arrayElementSetter(double[] array, int i, double val) { array[i] = val; } in arrayElementSetter()
3189 /** @hide */ public static byte identity(byte val) { return val; } in identity()
3190 /** @hide */ public static boolean identity(boolean val) { return val; } in identity()
[all …]
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/lang/invoke/
DMethodHandles.java2441 public static void arrayElementSetter(byte[] array, int i, byte val) { array[i] = val; } in arrayElementSetter()
2443 public static void arrayElementSetter(boolean[] array, int i, boolean val) { array[i] = val; } in arrayElementSetter()
2445 public static void arrayElementSetter(char[] array, int i, char val) { array[i] = val; } in arrayElementSetter()
2447 public static void arrayElementSetter(short[] array, int i, short val) { array[i] = val; } in arrayElementSetter()
2449 public static void arrayElementSetter(int[] array, int i, int val) { array[i] = val; } in arrayElementSetter()
2451 public static void arrayElementSetter(long[] array, int i, long val) { array[i] = val; } in arrayElementSetter()
2453 public static void arrayElementSetter(float[] array, int i, float val) { array[i] = val; } in arrayElementSetter()
2455 public static void arrayElementSetter(double[] array, int i, double val) { array[i] = val; } in arrayElementSetter()
3189 /** @hide */ public static byte identity(byte val) { return val; } in identity()
3190 /** @hide */ public static boolean identity(boolean val) { return val; } in identity()
[all …]
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javasymbolsolver_0_6_0/lib/
HDjavaslang-2.0.3.jar ... .API$Match$Pattern0 { final synthetic Object val$prototype void <init> (java.lang ...
/aosp_15_r20/external/lua/src/
H A Dlvm.c177 lua_Integer *p, lua_Integer step) { in forlimit()
212 lua_Integer step = ivalue(pstep); in forprep() local
237 lua_Number init; lua_Number limit; lua_Number step; in forprep() local
267 lua_Number step = fltvalue(s2v(ra + 2)); in floatforloop() local
287 void luaV_finishget (lua_State *L, const TValue *t, TValue *key, StkId val, in luaV_finishget()
331 TValue *val, const TValue *slot) { in luaV_finishset()
1707 lua_Integer step = ivalue(s2v(ra + 2)); in luaV_execute() local
1775 TValue *val = s2v(ra + n); in luaV_execute() local

12345678910>>...41