Home
last modified time | relevance | path

Searched +defs:val +defs:tmp1 (Results 1 – 25 of 378) sorted by relevance

12345678910>>...16

/aosp_15_r20/libcore/ojluni/src/main/java/sun/security/x509/
H A DAuthorityKeyIdentifierExtension.java91 DerOutputStream tmp1 = new DerOutputStream(); in encodeThis() local
94 false, TAG_ID), tmp1); in encodeThis() local
98 DerOutputStream tmp1 = new DerOutputStream(); in encodeThis() local
101 true, TAG_NAMES), tmp1); in encodeThis() local
107 DerOutputStream tmp1 = new DerOutputStream(); in encodeThis() local
110 false, TAG_SERIAL_NUM), tmp1); in encodeThis() local
152 DerValue val = new DerValue(this.extensionValue); in AuthorityKeyIdentifierExtension() local
/aosp_15_r20/external/pdfium/core/fxcodec/jbig2/
H A DJBig2_Image.cpp26 #define JBIG2_PUTDWORD(buf, val) \ argument
323 uint32_t tmp1 = JBIG2_GETDWORD(lineSrc) << shift; in ComposeToInternal() local
352 uint32_t tmp1 = JBIG2_GETDWORD(lineSrc) >> shift; in ComposeToInternal() local
383 uint32_t tmp1 = (JBIG2_GETDWORD(lineSrc) << shift1) | in ComposeToInternal() local
420 uint32_t tmp1 = (JBIG2_GETDWORD(sp) << shift1) | in ComposeToInternal() local
446 uint32_t tmp1 = (JBIG2_GETDWORD(sp) << shift1) | in ComposeToInternal() local
472 uint32_t tmp1 = in ComposeToInternal() local
508 uint32_t tmp1 = JBIG2_GETDWORD(sp); in ComposeToInternal() local
533 uint32_t tmp1 = JBIG2_GETDWORD(sp); in ComposeToInternal() local
558 uint32_t tmp1 = JBIG2_GETDWORD(sp); in ComposeToInternal() local
[all …]
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cpu/
H A DFlashAttentionKernel.cpp31 T1& val) { in _scale_attn_mask_fusion_kernel()
47 auto tmp1 = (T1) b[i]; in _scale_attn_mask_fusion_kernel() local
59 T1& val) { in _exp_reduce_sum_fusion_kernel()
66 auto tmp1 = tmp0 - vec_max; in _exp_reduce_sum_fusion_kernel() local
78 auto tmp1 = tmp0 - val; in _exp_reduce_sum_fusion_kernel() local
101 auto tmp1 = tmp0 * vec_scale; in _mul_reduce_max_fusion_kernel() local
107 auto tmp1 = tmp0 * scale; in _mul_reduce_max_fusion_kernel() local
133 inline void fill_stub(scalar_t* data, scalar_t val, int64_t size) { in fill_stub()
/aosp_15_r20/external/swiftshader/src/Pipeline/
H A DShaderCore.cpp516 std::pair<SIMD::Float, SIMD::Int> Frexp(RValue<SIMD::Float> val) in Frexp()
745 Int2 tmp1 = UnpackHigh(row2, row3); in transpose4x4() local
758 Int2 tmp1 = UnpackHigh(row2, row3); in transpose4x3() local
770 Float4 tmp1 = UnpackLow(row2, row3); in transpose4x4() local
783 Float4 tmp1 = UnpackLow(row2, row3); in transpose4x4zyxw() local
796 Float4 tmp1 = UnpackLow(row2, row3); in transpose4x3() local
808 Float4 tmp1 = UnpackLow(row2, row3); in transpose4x2() local
817 Float4 tmp1 = UnpackLow(row2, row3); in transpose4x1() local
932 rr::RValue<SIMD::Float> Sign(const rr::RValue<SIMD::Float> &val) in Sign()
940 Modf(const rr::RValue<SIMD::Float> &val) in Modf()
/aosp_15_r20/external/executorch/extension/llm/custom_ops/
H A Dop_sdpa.cpp90 _exp_reduce_sum_fusion_kernel(T1* a, const int& size, T2* out, T1& val) { in _exp_reduce_sum_fusion_kernel()
97 auto tmp1 = tmp0 - vec_max; in _exp_reduce_sum_fusion_kernel() local
109 auto tmp1 = tmp0 - val; in _exp_reduce_sum_fusion_kernel() local
132 auto tmp1 = tmp0 * vec_scale; in _mul_reduce_max_fusion_kernel() local
138 auto tmp1 = tmp0 * scale; in _mul_reduce_max_fusion_kernel() local
168 inline void fill_stub(scalar_t* data, scalar_t val, int64_t size) { in fill_stub()
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/
H A DNEMath.inl62 inline float32x4_t vfloorq_f32(float32x4_t val)
72 inline float32x4_t vroundq_rte_f32(float32x4_t val)
251 … float32x4_t val = vreinterpretq_f32_s32(vsubq_s32(vreinterpretq_s32_f32(x), vshlq_n_s32(m, 23))); local
262 inline float32x4_t vtanhq_f32(float32x4_t val)
280 inline float32x4_t vpowq_f32(float32x4_t val, float32x4_t n)
285 inline float32x4_t vsinq_f32(float32x4_t val)
330 inline float32x2_t vsin_f32(float32x2_t val)
404 const auto tmp1 = vmovl_u8(vget_low_u8(in)); local
418 const auto tmp1 = vmovl_s8(vget_low_s8(in)); local
512 inline float16x8_t vfloorq_f16(float16x8_t val)
[all …]
/aosp_15_r20/frameworks/av/media/module/codecs/mp3dec/src/
H A Dpvmp3_seek_synch.cpp133 uint16 val; in pvmp3_frame_synch() local
212 uint16 tmp1 = *(pElem++); in pvmp3_frame_synch() local
284 uint16 val; in pvmp3_header_sync() local
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/
H A Dmmap.c7 __u64 val[512 * 4]; member
24 void *bss_mmaped = NULL, *map_mmaped = NULL, *tmp0, *tmp1, *tmp2; in test_mmap() local
30 __u64 val = 0; in test_mmap() local
/aosp_15_r20/external/neon_2_sse/
H A DNEON_2_SSE.h197 int8x16_t val[2]; member
200 int16x8_t val[2]; member
203 int32x4_t val[2]; member
206 int64x2_t val[2]; member
210 int8x8_t val[2]; member
213 int16x4_t val[2]; member
216 int32x2_t val[2]; member
219 int64x1_t val[2]; member
249 float32x4_t val[2]; member
252 float16x8_t val[2]; member
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
H A DNVPTXUtilities.cpp99 global_val_annot_t tmp1; in cacheAnnotationFromMD() local
133 bool isTexture(const Value &val) { in isTexture()
144 bool isSurface(const Value &val) { in isSurface()
155 bool isSampler(const Value &val) { in isSampler()
176 bool isImageReadOnly(const Value &val) { in isImageReadOnly()
188 bool isImageWriteOnly(const Value &val) { in isImageWriteOnly()
200 bool isImageReadWrite(const Value &val) { in isImageReadWrite()
212 bool isImage(const Value &val) { in isImage()
216 bool isManaged(const Value &val) { in isManaged()
227 std::string getTextureName(const Value &val) { in getTextureName()
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/NVPTX/
H A DNVPTXUtilities.cpp108 global_val_annot_t tmp1; in cacheAnnotationFromMD() local
144 bool isTexture(const Value &val) { in isTexture()
155 bool isSurface(const Value &val) { in isSurface()
166 bool isSampler(const Value &val) { in isSampler()
187 bool isImageReadOnly(const Value &val) { in isImageReadOnly()
199 bool isImageWriteOnly(const Value &val) { in isImageWriteOnly()
211 bool isImageReadWrite(const Value &val) { in isImageReadWrite()
223 bool isImage(const Value &val) { in isImage()
227 bool isManaged(const Value &val) { in isManaged()
238 std::string getTextureName(const Value &val) { in getTextureName()
[all …]
/aosp_15_r20/external/libxaac/encoder/
H A Dixheaace_sbr_qmf_enc.c610 FLOAT32 val = 0.70709228515625f; in ixheaace_sbr_post_mdct() local
641 FLOAT32 val = 0.70709228515625f; in ixheaace_sbr_post_mdst() local
688 FLOAT32 tmp1, tmp2, tmp3, tmp4; in ia_enhaacplus_enc_forward_modulation() local
826 FLOAT32 tmp1, tmp2, tmp3, tmp4; in ixheaace_sbr_analysis_filtering() local
900 FLOAT32 tmp1, tmp2, tmp3, tmp4; in ixheaace_sbr_analysis_filtering() local
/aosp_15_r20/external/llvm/lib/Target/NVPTX/
H A DNVPTXUtilities.cpp96 global_val_annot_t tmp1; in cacheAnnotationFromMD() local
130 bool llvm::isTexture(const llvm::Value &val) { in isTexture()
143 bool llvm::isSurface(const llvm::Value &val) { in isSurface()
156 bool llvm::isSampler(const llvm::Value &val) { in isSampler()
179 bool llvm::isImageReadOnly(const llvm::Value &val) { in isImageReadOnly()
194 bool llvm::isImageWriteOnly(const llvm::Value &val) { in isImageWriteOnly()
209 bool llvm::isImageReadWrite(const llvm::Value &val) { in isImageReadWrite()
224 bool llvm::isImage(const llvm::Value &val) { in isImage()
229 bool llvm::isManaged(const llvm::Value &val) { in isManaged()
242 std::string llvm::getTextureName(const llvm::Value &val) { in getTextureName()
[all …]
/aosp_15_r20/external/coreboot/payloads/libpayload/arch/arm64/
H A Dmemset.S35 #define val w1 macro
37 #define tmp1 x3 macro
/aosp_15_r20/bionic/libc/arch-arm64/oryon/
H A Dmemset-nt.S35 #define val w1 macro
37 #define tmp1 x3 macro
/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/rockchip/rk3399/drivers/dram/
Ddfs.c490 uint32_t tmp, tmp1; in gen_rk3399_ctl_params_f0() local
742 uint32_t tmp, tmp1; in gen_rk3399_ctl_params_f1() local
1028 uint32_t tmp, tmp1, tmp2; in gen_rk3399_pi_params_f0() local
1206 uint32_t tmp, tmp1, tmp2; in gen_rk3399_pi_params_f1() local
1781 uint32_t tmp, i, val; in resume_low_power() local
/aosp_15_r20/external/arm-trusted-firmware/plat/rockchip/rk3399/drivers/dram/
H A Ddfs.c490 uint32_t tmp, tmp1; in gen_rk3399_ctl_params_f0() local
742 uint32_t tmp, tmp1; in gen_rk3399_ctl_params_f1() local
1028 uint32_t tmp, tmp1, tmp2; in gen_rk3399_pi_params_f0() local
1206 uint32_t tmp, tmp1, tmp2; in gen_rk3399_pi_params_f1() local
1781 uint32_t tmp, i, val; in resume_low_power() local
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/optim/univariate/
H A DBracketFinder.java138 double tmp1 = (xB - xA) * (fB - fC); in search() local
141 double val = tmp2 - tmp1; in search() local
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/optimization/univariate/
H A DBracketFinder.java137 double tmp1 = (xB - xA) * (fB - fC); in search() local
140 double val = tmp2 - tmp1; in search() local
/aosp_15_r20/external/webp/src/dsp/
H A Ddec_sse2.c104 const __m128i tmp1 = _mm_add_epi16(b, c); in Transform_SSE2() local
135 const __m128i tmp1 = _mm_add_epi16(b, c); in Transform_SSE2() local
741 __m128i mask, tmp1, tmp2; in VFilter16i_SSE2() local
774 __m128i mask, tmp1, tmp2; in HFilter16i_SSE2() local
1020 const int val = dst[-1] - top[-1]; in TrueMotion_SSE2() local
1029 const int val = dst[-1] - top[-1]; in TrueMotion_SSE2() local
1039 const int val = dst[-1] - top[-1]; in TrueMotion_SSE2() local
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/univariate/
H A DBracketFinder.java149 double tmp1 = (xB - xA) * (fB - fC); in search() local
152 double val = tmp2 - tmp1; in search() local
/aosp_15_r20/external/libvpx/vpx_dsp/mips/
H A Didct8x8_msa.c46 v4i32 tmp0, tmp1, tmp2, tmp3; in vpx_idct8x8_12_add_msa() local
106 int32_t val; in vpx_idct8x8_1_add_msa() local
/aosp_15_r20/external/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_lowering_gm107.cpp140 Value *src[3], *val; in handleManualTXD() local
258 Value *tmp1 = bld.getScratch(); in handlePFETCH() local
/aosp_15_r20/external/pytorch/aten/src/ATen/cpu/vec/vec256/
H A Dvec256_bfloat16.h180 Vectorized16(T val) { in Vectorized16()
395 __at_align__ float tmp1[size() / 2], tmp2[size() / 2]; in erfinv() local
439 __at_align__ float tmp1[size() / 2], tmp2[size() / 2]; in i0() local
454 __at_align__ float tmp1[sz / 2], tmp2[sz / 2]; in i0e() local
470 __at_align__ float tmp1[sz / 2], tmp2[sz / 2]; in digamma() local
487 __at_align__ float tmp1[size() / 2], tmp2[size() / 2]; in igamma() local
507 __at_align__ float tmp1[size() / 2], tmp2[size() / 2]; in igammac() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_shader_fs.cpp596 string val; in read_prop() local
895 auto tmp1 = vf.temp_register(); in load_barycentric_at_sample() local
948 auto tmp1 = vf.temp_register(); in load_barycentric_at_offset() local

12345678910>>...16