Home
last modified time | relevance | path

Searched +defs:val +defs:window (Results 1 – 25 of 1051) sorted by relevance

12345678910>>...43

/aosp_15_r20/external/ComputeLibrary/src/cpu/kernels/
H A DCpuDequantizeKernel.cpp109 void run_dequantization_qasymm8(const ITensor *input, ITensor *output, const Window &window) in run_dequantization_qasymm8()
144 auto val = *(in_ptr + x); in run_dequantization_qasymm8() local
152 …dequantization_qsymm8_per_channel_nchw(const ITensor *input, ITensor *output, const Window &window) in run_dequantization_qsymm8_per_channel_nchw()
185 int8_t val = *(in_ptr + x); in run_dequantization_qsymm8_per_channel_nchw() local
193 …dequantization_qsymm8_per_channel_nhwc(const ITensor *input, ITensor *output, const Window &window) in run_dequantization_qsymm8_per_channel_nhwc()
235 int8_t val = *(in_ptr + x); in run_dequantization_qsymm8_per_channel_nhwc() local
243 void run_dequantization_qsymm8(const ITensor *input, ITensor *output, const Window &window) in run_dequantization_qsymm8()
277 int8_t val = *(in_ptr + x); in run_dequantization_qsymm8() local
285 void run_dequantization_qsymm16(const ITensor *input, ITensor *output, const Window &window) in run_dequantization_qsymm16()
319 int16_t val = *(in_ptr + x); in run_dequantization_qsymm16() local
[all …]
H A DCpuMulKernel.cpp142 vquantize(float32x4x4_t val, const UniformQuantizationInfo &info) in vquantize()
149 vquantize(float32x4x4_t val, const UniformQuantizationInfo &info) in vquantize()
155 …antized_8(const ITensor *src1, const ITensor *src2, ITensor *out, const Window &window, float scal… in mul_saturate_quantized_8()
331 …ixedpoint(const ITensor *src0, const ITensor *src1, ITensor *dst, const Window &window, float scal… in mul_q8_neon_fixedpoint()
559 …6_QSYMM16(const ITensor *src1, const ITensor *src2, ITensor *out, const Window &window, float scal… in mul_saturate_QSYMM16_QSYMM16_QSYMM16()
645 …SYMM16_S32(const ITensor *src1, const ITensor *src2, ITensor *out, const Window &window, int scale) in mul_QSYMM16_QSYMM16_S32()
739 void mul_U8_U8_U8(const ITensor *src1, const ITensor *src2, ITensor *out, const Window &window, int… in mul_U8_U8_U8()
905 void mul_S16_S16_S16(const ITensor *src1, const ITensor *src2, ITensor *out, const Window &window, … in mul_S16_S16_S16()
1046 void mul_S32_S32_S32(const ITensor *src1, const ITensor *src2, ITensor *out, const Window &window, … in mul_S32_S32_S32()
1198 void mul_F32_F32_F32(const ITensor *src1, const ITensor *src2, ITensor *out, const Window &window, … in mul_F32_F32_F32()
[all …]
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/bn/
Dexponentiation.c432 int i, j, ret = 0, wstart, window; in mod_exp_recp() local
436 BIGNUM *val[TABLE_SIZE]; in mod_exp_recp() local
613 BIGNUM *val[TABLE_SIZE]; in BN_mod_exp_mont() local
636 int window = BN_window_bits_for_exponent_size(bits); in BN_mod_exp_mont() local
745 unsigned window = BN_window_bits_for_exponent_size(bits); in bn_mod_exp_mont_small() local
749 BN_ULONG val[TABLE_SIZE_SMALL][BN_SMALL_MAX_WORDS]; in bn_mod_exp_mont_small() local
837 int window) { in copy_to_prebuf()
844 int window) { in copy_from_prebuf()
904 int i, ret = 0, window, wvalue; in BN_mod_exp_mont_consttime() local
1133 uint16_t val; in BN_mod_exp_mont_consttime() local
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/fipsmodule/bn/
H A Dexponentiation.c432 int i, j, ret = 0, wstart, window; in mod_exp_recp() local
436 BIGNUM *val[TABLE_SIZE]; in mod_exp_recp() local
614 BIGNUM *val[TABLE_SIZE]; in BN_mod_exp_mont() local
637 int window = BN_window_bits_for_exponent_size(bits); in BN_mod_exp_mont() local
748 unsigned window = BN_window_bits_for_exponent_size(bits); in bn_mod_exp_mont_small() local
752 BN_ULONG val[TABLE_SIZE_SMALL][BN_SMALL_MAX_WORDS]; in bn_mod_exp_mont_small() local
840 int window) { in copy_to_prebuf()
847 int window) { in copy_from_prebuf()
960 int window = BN_window_bits_for_ctime_exponent_size(bits); in BN_mod_exp_mont_consttime() local
1117 uint16_t val; in BN_mod_exp_mont_consttime() local
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/fipsmodule/bn/
Dexponentiation.c432 int i, j, ret = 0, wstart, window; in mod_exp_recp() local
436 BIGNUM *val[TABLE_SIZE]; in mod_exp_recp() local
613 BIGNUM *val[TABLE_SIZE]; in BN_mod_exp_mont() local
636 int window = BN_window_bits_for_exponent_size(bits); in BN_mod_exp_mont() local
745 unsigned window = BN_window_bits_for_exponent_size(bits); in bn_mod_exp_mont_small() local
749 BN_ULONG val[TABLE_SIZE_SMALL][BN_SMALL_MAX_WORDS]; in bn_mod_exp_mont_small() local
837 int window) { in copy_to_prebuf()
844 int window) { in copy_from_prebuf()
904 int i, ret = 0, window, wvalue; in BN_mod_exp_mont_consttime() local
1133 uint16_t val; in BN_mod_exp_mont_consttime() local
/aosp_15_r20/external/boringssl/src/crypto/fipsmodule/bn/
H A Dexponentiation.c476 int i, j, ret = 0, wstart, window; in mod_exp_recp() local
480 BIGNUM *val[TABLE_SIZE]; in mod_exp_recp() local
658 BIGNUM *val[TABLE_SIZE]; in BN_mod_exp_mont() local
681 int window = BN_window_bits_for_exponent_size(bits); in BN_mod_exp_mont() local
792 unsigned window = BN_window_bits_for_exponent_size(bits); in bn_mod_exp_mont_small() local
796 BN_ULONG val[TABLE_SIZE_SMALL][BN_SMALL_MAX_WORDS]; in bn_mod_exp_mont_small() local
884 int window) { in copy_to_prebuf()
891 int window) { in copy_from_prebuf()
1004 int window = BN_window_bits_for_ctime_exponent_size(bits); in BN_mod_exp_mont_consttime() local
1161 uint16_t val; in BN_mod_exp_mont_consttime() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/
H A Dreference_util.cc148 absl::Span<const int64_t> window, absl::Span<const int64_t> stride, in ReduceWindow1DGeneric()
165 float val = init; in ReduceWindow1DGeneric() local
178 absl::Span<const int64_t> window, in ReduceWindow1DAdd()
189 const Array3D<float>& operand, float init, absl::Span<const int64_t> window, in ReduceWindow3DAdd()
211 float val = init; in ReduceWindow3DAdd() local
236 absl::Span<const int64_t> window, absl::Span<const int64_t> stride, in ReduceWindow4DGeneric()
249 absl::Span<const int64_t> window, absl::Span<const int64_t> stride, in ReduceWindow4DGeneric()
275 float val = init; in ReduceWindow4DGeneric() local
303 const Array4D<float>& operand, float init, absl::Span<const int64_t> window, in ReduceWindow4DAdd()
328 absl::Span<const int64_t> window, in SelectAndScatter4DGePlus()
[all …]
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/
H A DNEQLSTMLayerNormalizationKernel.cpp120 Window window = calculate_max_window(*target->info(), Steps()); in configure_window() local
163 void NEQLSTMLayerNormalizationKernel::run(const Window &window, const ThreadInfo &info) in run()
192 const int16x8_t val = vloadq(input_ptr + x); in sum_qsymm16() local
220 const InputDataType val = input_ptr[x]; in sum_qsymm16() local
242 const int16x8_t val = vloadq(input_ptr + x); in normalize_qasymm16() local
271 const auto val = static_cast<int32_t>(input_ptr[x]); in normalize_qasymm16() local
H A DNEROIPoolingLayerKernel.cpp90 …const auto val = *reinterpret_cast<const T *>(input->ptr_to_element(Coordinates(i, j, fm, roi_batc… in template_eval() local
143 Window window; in configure() local
150 void NEROIPoolingLayerKernel::run(const Window &window, const ThreadInfo &info) in run()
/aosp_15_r20/external/mesa3d/src/imgui/
H A Dimgui.cpp1964 void ImGuiStorage::SetInt(ImGuiID key, int val) in SetInt()
1975 void ImGuiStorage::SetBool(ImGuiID key, bool val) in SetBool()
1980 void ImGuiStorage::SetFloat(ImGuiID key, float val) in SetFloat()
1991 void ImGuiStorage::SetVoidPtr(ImGuiID key, void* val) in SetVoidPtr()
2192 ImGuiWindow* window = ImGui::GetCurrentWindow(); in SetCursorPosYAndSetupDummyPrevLine() local
2288 ImGuiWindow* window = g.CurrentWindow; in RenderText() local
2314 ImGuiWindow* window = g.CurrentWindow; in RenderTextWrapped() local
2366 ImGuiWindow* window = g.CurrentWindow; in RenderTextClipped() local
2376 ImGuiWindow* window = g.CurrentWindow; in RenderFrame() local
2389 ImGuiWindow* window = g.CurrentWindow; in RenderFrameBorder() local
[all …]
/aosp_15_r20/prebuilts/vndk/v34/x86/include/frameworks/native/libs/gui/include/gui/
DSurface.h116 static sp<IGraphicBufferProducer> getIGraphicBufferProducer(ANativeWindow* window) { in getIGraphicBufferProducer()
117 int val; in getIGraphicBufferProducer() local
125 static sp<IBinder> getSurfaceControlHandle(ANativeWindow* window) { in getSurfaceControlHandle()
126 int val; in getSurfaceControlHandle() local
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/frameworks/native/libs/gui/include/gui/
DSurface.h116 static sp<IGraphicBufferProducer> getIGraphicBufferProducer(ANativeWindow* window) { in getIGraphicBufferProducer()
117 int val; in getIGraphicBufferProducer() local
125 static sp<IBinder> getSurfaceControlHandle(ANativeWindow* window) { in getSurfaceControlHandle()
126 int val; in getSurfaceControlHandle() local
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/frameworks/native/libs/gui/include/gui/
DSurface.h116 static sp<IGraphicBufferProducer> getIGraphicBufferProducer(ANativeWindow* window) { in getIGraphicBufferProducer()
117 int val; in getIGraphicBufferProducer() local
125 static sp<IBinder> getSurfaceControlHandle(ANativeWindow* window) { in getSurfaceControlHandle()
126 int val; in getSurfaceControlHandle() local
/aosp_15_r20/prebuilts/vndk/v34/arm/include/frameworks/native/libs/gui/include/gui/
DSurface.h116 static sp<IGraphicBufferProducer> getIGraphicBufferProducer(ANativeWindow* window) { in getIGraphicBufferProducer()
117 int val; in getIGraphicBufferProducer() local
125 static sp<IBinder> getSurfaceControlHandle(ANativeWindow* window) { in getSurfaceControlHandle()
126 int val; in getSurfaceControlHandle() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_parser.cc598 int64_t val; in SplitToInt64s() local
880 std::string val = lexer_.GetStrVal(); in ParseCustomCallSchedule() local
897 std::string val = lexer_.GetStrVal(); in ParseCustomCallApiVersion() local
1950 optional<Window> window; in CreateInstruction() local
1983 optional<Window> window; in CreateInstruction() local
2242 optional<Window> window; in CreateInstruction() local
2584 optional<Window> window; in CreateInstruction() local
3354 std::string StringifyValue(T val) { in StringifyValue()
3358 std::string StringifyValue(std::complex<double> val) { in StringifyValue()
3367 uint64_t GetNanPayload(T val) { in GetNanPayload()
[all …]
/aosp_15_r20/external/lzma/CPP/7zip/UI/FileManager/
H A DProgressDialog2.cpp133 HRESULT CProgressSync::Set_NumFilesTotal(UInt64 val) in Set_NumFilesTotal()
143 void CProgressSync::Set_NumBytesTotal(UInt64 val) in Set_NumBytesTotal()
149 void CProgressSync::Set_NumFilesCur(UInt64 val) in Set_NumFilesCur()
155 HRESULT CProgressSync::Set_NumBytesCur(const UInt64 *val) in Set_NumBytesCur()
166 HRESULT CProgressSync::Set_NumBytesCur(UInt64 val) in Set_NumBytesCur()
298 CWindow window(MainWindow); in AddToTitle() local
381 CWindow window(GetItem(IDB_PROGRESS_BACKGROUND)); in OnInit() local
599 #define UINT_TO_STR_2(val) { s[0] = (wchar_t)('0' + (val) / 10); s[1] = (wchar_t)('0' + (val) % 10)… argument
640 void CProgressDialog::ShowSize(unsigned id, UInt64 val, UInt64 &prev) in ShowSize()
659 static unsigned GetPower32(UInt32 val) in GetPower32()
[all …]
/aosp_15_r20/external/ComputeLibrary/examples/
H A Dneon_permute.cpp84 Window window; in validate_result() local
97 Window window; in fill_tensor() local
100 unsigned char val(0); in fill_tensor() local
H A Dcl_cache.cpp109 Window window; in validate_result() local
125 Window window; in fill_tensor() local
128 unsigned char val(0); in fill_tensor() local
/aosp_15_r20/frameworks/native/libs/gui/include/gui/
H A DSurface.h152 static sp<IGraphicBufferProducer> getIGraphicBufferProducer(ANativeWindow* window) { in getIGraphicBufferProducer()
153 int val; in getIGraphicBufferProducer() local
161 static sp<IBinder> getSurfaceControlHandle(ANativeWindow* window) { in getSurfaceControlHandle()
162 int val; in getSurfaceControlHandle() local
/aosp_15_r20/external/ComputeLibrary/tests/validation/reference/
H A DSoftmaxLayer.cpp48 Window window; in softmax_layer_generic() local
62 const T val = *reinterpret_cast<const T *>(src(offset)); in softmax_layer_generic() local
74 const T val = *reinterpret_cast<const T *>(src(offset)); in softmax_layer_generic() local
92 const T val = *reinterpret_cast<const T *>(dst(offset)); in softmax_layer_generic() local
/aosp_15_r20/prebuilts/devtools/tools/lib/
HDhierarchyviewer2lib.jar ... final synthetic com.android.hierarchyviewerlib.models.Window val$window final synthetic com.android.hierarchyviewerlib ...
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/am/
H A DAppFGSTracker.java373 final ArrayMap<String, PackageDurations> val = map.valueAt(i); in scheduleDurationCheckLocked() local
411 final ArrayMap<String, PackageDurations> val = map.valueAt(i); in checkLongRunningFgs() local
949 final long window = getFgsLongRunningWindowSize(); in onLongRunningFgs() local
960 boolean shouldExemptMediaPlaybackFGS(String packageName, int uid, long now, long window) { in shouldExemptMediaPlaybackFGS()
995 final long window = getFgsLongRunningWindowSize(); in getExemptionReasonString() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/xla/ir/
H A Dmlir_hlo_builder.cc79 StatusOr<XlaOp> MlirHloBuilder::MakeXlaOp(mlir::Value val) { in MakeXlaOp()
101 const Shape& shape, XlaOp lhs, XlaOp rhs, const Window& window, in ConvGeneralDilatedInternal()
150 const Literal* literal, std::optional<Window> window, in CustomCallInternal()
244 const XlaComputation& computation, Window window) { in ReduceWindowInternal()
419 XlaOp val, in SetDimensionSizeInternal()
/aosp_15_r20/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
H A DSoundGenerator.java42 short val = (short) ((dVal * 32767)); in SoundGenerator() local
58 private static double[] getPip(double[] window, double frequency) { in getPip()
/aosp_15_r20/external/iproute2/ip/
H A Dipmacsec.c59 __u32 window; member
122 static int get_an(__u8 *val, const char *arg) in get_an()
598 __u8 val = rta_getattr_u8(attrs[MACSEC_SECY_ATTR_VALIDATE]); in print_attrs() local
1075 __u8 val = rta_getattr_u8(tb[IFLA_MACSEC_VALIDATION]); in macsec_print_opt() local
1139 __u32 window = -1; in macsec_parse_opt() local

12345678910>>...43