/aosp_15_r20/external/clang/test/Sema/ |
H A D | ms_bitfield_layout.c | 13 short y; member 31 char y; member 46 char y; member 61 char y; member 77 short y; member 90 typedef struct F { struct 101 short y; member 102 } F; argument 124 short y; member 172 short y; member [all …]
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/ |
H A D | ripemd160.c | 99 #define F1(x, y, z) ((x) ^ (y) ^ (z)) in mbedtls_internal_ripemd160_process() argument 100 #define F2(x, y, z) (((x) & (y)) | (~(x) & (z))) in mbedtls_internal_ripemd160_process() argument 101 #define F3(x, y, z) (((x) | ~(y)) ^ (z)) in mbedtls_internal_ripemd160_process() argument 102 #define F4(x, y, z) (((x) & (z)) | ((y) & ~(z))) in mbedtls_internal_ripemd160_process() argument 103 #define F5(x, y, z) ((x) ^ ((y) | ~(z))) in mbedtls_internal_ripemd160_process() argument 123 #define F F1 in mbedtls_internal_ripemd160_process() macro 148 #define F F2 in mbedtls_internal_ripemd160_process() macro 173 #define F F3 in mbedtls_internal_ripemd160_process() macro 198 #define F F4 in mbedtls_internal_ripemd160_process() macro 223 #define F F5 in mbedtls_internal_ripemd160_process() macro
|
H A D | md5.c | 103 #define F(x, y, z) ((z) ^ ((x) & ((y) ^ (z)))) in mbedtls_internal_md5_process() macro 124 #define F(x, y, z) ((y) ^ ((z) & ((x) ^ (y)))) in mbedtls_internal_md5_process() macro 145 #define F(x, y, z) ((x) ^ (y) ^ (z)) in mbedtls_internal_md5_process() macro 166 #define F(x, y, z) ((y) ^ ((x) | ~(z))) in mbedtls_internal_md5_process() macro
|
H A D | sha1.c | 113 #define F(x, y, z) ((z) ^ ((x) & ((y) ^ (z)))) in mbedtls_internal_sha1_process() macro 140 #define F(x, y, z) ((x) ^ (y) ^ (z)) in mbedtls_internal_sha1_process() macro 167 #define F(x, y, z) (((x) & (y)) | ((z) & ((x) | (y)))) in mbedtls_internal_sha1_process() macro 194 #define F(x, y, z) ((x) ^ (y) ^ (z)) in mbedtls_internal_sha1_process() macro
|
/aosp_15_r20/external/mbedtls/library/ |
H A D | ripemd160.c | 99 #define F1(x, y, z) ((x) ^ (y) ^ (z)) in mbedtls_internal_ripemd160_process() argument 100 #define F2(x, y, z) (((x) & (y)) | (~(x) & (z))) in mbedtls_internal_ripemd160_process() argument 101 #define F3(x, y, z) (((x) | ~(y)) ^ (z)) in mbedtls_internal_ripemd160_process() argument 102 #define F4(x, y, z) (((x) & (z)) | ((y) & ~(z))) in mbedtls_internal_ripemd160_process() argument 103 #define F5(x, y, z) ((x) ^ ((y) | ~(z))) in mbedtls_internal_ripemd160_process() argument 123 #define F F1 in mbedtls_internal_ripemd160_process() macro 148 #define F F2 in mbedtls_internal_ripemd160_process() macro 173 #define F F3 in mbedtls_internal_ripemd160_process() macro 198 #define F F4 in mbedtls_internal_ripemd160_process() macro 223 #define F F5 in mbedtls_internal_ripemd160_process() macro
|
H A D | md5.c | 103 #define F(x, y, z) ((z) ^ ((x) & ((y) ^ (z)))) in mbedtls_internal_md5_process() macro 124 #define F(x, y, z) ((y) ^ ((z) & ((x) ^ (y)))) in mbedtls_internal_md5_process() macro 145 #define F(x, y, z) ((x) ^ (y) ^ (z)) in mbedtls_internal_md5_process() macro 166 #define F(x, y, z) ((y) ^ ((x) | ~(z))) in mbedtls_internal_md5_process() macro
|
H A D | sha1.c | 113 #define F(x, y, z) ((z) ^ ((x) & ((y) ^ (z)))) in mbedtls_internal_sha1_process() macro 140 #define F(x, y, z) ((x) ^ (y) ^ (z)) in mbedtls_internal_sha1_process() macro 167 #define F(x, y, z) (((x) & (y)) | ((z) & ((x) | (y)))) in mbedtls_internal_sha1_process() macro 194 #define F(x, y, z) ((x) ^ (y) ^ (z)) in mbedtls_internal_sha1_process() macro
|
/aosp_15_r20/external/pdfium/core/fdrm/ |
H A D | fx_crypt.cpp | 63 #define F(x, y, z) (z ^ (x & (y ^ z))) in md5_process() macro 81 #define F(x, y, z) (y ^ (z & (x ^ y))) in md5_process() macro 99 #define F(x, y, z) (x ^ y ^ z) in md5_process() macro 117 #define F(x, y, z) (y ^ (x | ~z)) in md5_process() macro
|
/aosp_15_r20/external/libdav1d/src/ |
H A D | mc_tmpl.c | 77 #define FILTER_8TAP(src, x, F, stride) \ argument 87 #define DAV1D_FILTER_8TAP_RND(src, x, F, stride, sh) \ argument 90 #define DAV1D_FILTER_8TAP_RND2(src, x, F, stride, rnd, sh) \ argument 93 #define DAV1D_FILTER_8TAP_CLIP(src, x, F, stride, sh) \ argument 96 #define DAV1D_FILTER_8TAP_CLIP2(src, x, F, stride, rnd, sh) \ argument 206 for (int y = 0; y < h; y++) { in put_8tap_scaled_c() local 315 for (int y = 0; y < h; y++) { in prep_8tap_scaled_c() local 744 #define FILTER_WARP_RND(src, x, F, stride, sh) \ argument 755 #define FILTER_WARP_CLIP(src, x, F, stride, sh) \ argument 767 for (int y = 0; y < 15; y++, mx += abcd[1]) { in warp_affine_8x8_c() local [all …]
|
/aosp_15_r20/external/pytorch/test/dynamo/ |
H A D | test_aot_autograd.py | 72 def fn(param, y): argument 141 def fn(x, y): argument 181 def _some_bad_fwd(self, param, y): argument 190 def forward(self, x, y): argument 214 def _some_bad_fwd(self, param, y): argument 219 def forward(self, x, y): argument 294 class F(torch.nn.Module): class 295 def forward(self, x, y): argument 392 class F(torch.nn.Module): class 393 def forward(self, x, y): argument [all …]
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/ptr/ |
H A D | mod.rs | 1037 let y: *mut $ChunkTy = y.cast(); in swap_nonoverlapping() localVariable 1088 let y = y.cast::<MaybeUninit<T>>(); in swap_nonoverlapping_simple_untyped() localVariable 1095 let y = unsafe { y.add(i) }; in swap_nonoverlapping_simple_untyped() localVariable 1935 let y = cttz_nonzero(a); in align_offset() localVariable 2092 impl<F: FnPtr> PartialEq for F { implementation 2099 impl<F: FnPtr> Eq for F {} implementation 2102 impl<F: FnPtr> PartialOrd for F { implementation 2109 impl<F: FnPtr> Ord for F { implementation 2117 impl<F: FnPtr> hash::Hash for F { implementation 2124 impl<F: FnPtr> fmt::Pointer for F { implementation [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/ptr/ |
H A D | mod.rs | 1037 let y: *mut $ChunkTy = y.cast(); in swap_nonoverlapping() localVariable 1088 let y = y.cast::<MaybeUninit<T>>(); in swap_nonoverlapping_simple_untyped() localVariable 1095 let y = unsafe { y.add(i) }; in swap_nonoverlapping_simple_untyped() localVariable 1935 let y = cttz_nonzero(a); in align_offset() localVariable 2092 impl<F: FnPtr> PartialEq for F { implementation 2099 impl<F: FnPtr> Eq for F {} implementation 2102 impl<F: FnPtr> PartialOrd for F { implementation 2109 impl<F: FnPtr> Ord for F { implementation 2117 impl<F: FnPtr> hash::Hash for F { implementation 2124 impl<F: FnPtr> fmt::Pointer for F { implementation [all …]
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/ptr/ |
H A D | mod.rs | 1037 let y: *mut $ChunkTy = y.cast(); in swap_nonoverlapping() localVariable 1088 let y = y.cast::<MaybeUninit<T>>(); in swap_nonoverlapping_simple_untyped() localVariable 1095 let y = unsafe { y.add(i) }; in swap_nonoverlapping_simple_untyped() localVariable 1934 let y = cttz_nonzero(a); in align_offset() localVariable 2091 impl<F: FnPtr> PartialEq for F { implementation 2098 impl<F: FnPtr> Eq for F {} implementation 2101 impl<F: FnPtr> PartialOrd for F { implementation 2108 impl<F: FnPtr> Ord for F { implementation 2116 impl<F: FnPtr> hash::Hash for F { implementation 2123 impl<F: FnPtr> fmt::Pointer for F { implementation [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/ptr/ |
H A D | mod.rs | 1037 let y: *mut $ChunkTy = y.cast(); in swap_nonoverlapping() localVariable 1088 let y = y.cast::<MaybeUninit<T>>(); in swap_nonoverlapping_simple_untyped() localVariable 1095 let y = unsafe { y.add(i) }; in swap_nonoverlapping_simple_untyped() localVariable 1934 let y = cttz_nonzero(a); in align_offset() localVariable 2091 impl<F: FnPtr> PartialEq for F { implementation 2098 impl<F: FnPtr> Eq for F {} implementation 2101 impl<F: FnPtr> PartialOrd for F { implementation 2108 impl<F: FnPtr> Ord for F { implementation 2116 impl<F: FnPtr> hash::Hash for F { implementation 2123 impl<F: FnPtr> fmt::Pointer for F { implementation [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/ptr/ |
H A D | mod.rs | 1037 let y: *mut $ChunkTy = y.cast(); in swap_nonoverlapping() localVariable 1088 let y = y.cast::<MaybeUninit<T>>(); in swap_nonoverlapping_simple_untyped() localVariable 1095 let y = unsafe { y.add(i) }; in swap_nonoverlapping_simple_untyped() localVariable 1934 let y = cttz_nonzero(a); in align_offset() localVariable 2091 impl<F: FnPtr> PartialEq for F { implementation 2098 impl<F: FnPtr> Eq for F {} implementation 2101 impl<F: FnPtr> PartialOrd for F { implementation 2108 impl<F: FnPtr> Ord for F { implementation 2116 impl<F: FnPtr> hash::Hash for F { implementation 2123 impl<F: FnPtr> fmt::Pointer for F { implementation [all …]
|
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/convolution/winograd/output_transforms/ |
H A D | arm_fp32_1x4_1x5.cpp | 51 float32x4_t F[inner_tile_cols], f[output_tile_cols], b = vdupq_n_f32(0.0f); in arm_fp32_1x4_1x5() local 73 const auto y = in arm_fp32_1x4_1x5() local 83 float32x2_t F[inner_tile_cols], f[output_tile_cols], b = vdup_n_f32(0.0f); in arm_fp32_1x4_1x5() local 105 const auto y = in arm_fp32_1x4_1x5() local 115 float F[inner_tile_cols], f[output_tile_cols], b = 0.0f; in arm_fp32_1x4_1x5() local 136 const auto y = std::max(std::min(f[j] + b, output_max), output_min); in arm_fp32_1x4_1x5() local
|
H A D | arm_fp32_2x2_5x5.cpp | 51 float32x4_t F[6][6], FZ[6][2], f[2][2], b; in arm_fp32_2x2_5x5() local 97 const auto y = in arm_fp32_2x2_5x5() local 108 float32x2_t F[6][6], FZ[6][2], f[2][2], b; in arm_fp32_2x2_5x5() local 154 const auto y = in arm_fp32_2x2_5x5() local 165 float F[6][6], FZ[6][2], f[2][2], b; in arm_fp32_2x2_5x5() local 203 const auto y = std::max(std::min(f[i][j] + b, output_max), output_min); in arm_fp32_2x2_5x5() local
|
H A D | arm_fp32_2x2_3x3.cpp | 51 float32x4_t F[4][4], FZ[4][2], f[2][2], b; in arm_fp32_2x2_3x3() local 99 const auto y = in arm_fp32_2x2_3x3() local 110 float32x2_t F[4][4], FZ[4][2], f[2][2], b; in arm_fp32_2x2_3x3() local 158 const auto y = in arm_fp32_2x2_3x3() local 169 float F[4][4], FZ[4][2], f[2][2], b; in arm_fp32_2x2_3x3() local 210 const auto y = std::max(std::min(f[i][j] + b, output_max), output_min); in arm_fp32_2x2_3x3() local
|
H A D | arm_fp32_4x4_3x3.cpp | 51 float32x4_t F[6][6], FZ[6][4], f[4][4], b; in arm_fp32_4x4_3x3() local 109 const auto y = in arm_fp32_4x4_3x3() local 120 float32x2_t F[6][6], FZ[6][4], f[4][4], b; in arm_fp32_4x4_3x3() local 178 const auto y = in arm_fp32_4x4_3x3() local 189 float F[6][6], FZ[6][4], f[4][4], b; in arm_fp32_4x4_3x3() local 232 const auto y = std::max(std::min(f[i][j] + b, output_max), output_min); in arm_fp32_4x4_3x3() local
|
H A D | a64_fp16_4x4_3x3.cpp | 65 float16x8_t F[6][6], FZ[6][4], f[4][4], b; in a64_fp16_4x4_3x3() local 123 const auto y = in a64_fp16_4x4_3x3() local 136 float16x4_t F[6][6], FZ[6][4], f[4][4], b; in a64_fp16_4x4_3x3() local 194 const auto y = in a64_fp16_4x4_3x3() local 206 __fp16 F[6][6], FZ[6][4], f[4][4], b; in a64_fp16_4x4_3x3() local 249 const auto y = std::max(std::min<__fp16>(f[i][j] + b, output_max), output_min); in a64_fp16_4x4_3x3() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
H A D | NVPTXUtilities.cpp | 242 bool getMaxNTIDx(const Function &F, unsigned &x) { in getMaxNTIDx() 246 bool getMaxNTIDy(const Function &F, unsigned &y) { in getMaxNTIDy() 250 bool getMaxNTIDz(const Function &F, unsigned &z) { in getMaxNTIDz() 254 bool getReqNTIDx(const Function &F, unsigned &x) { in getReqNTIDx() 258 bool getReqNTIDy(const Function &F, unsigned &y) { in getReqNTIDy() 262 bool getReqNTIDz(const Function &F, unsigned &z) { in getReqNTIDz() 266 bool getMinCTASm(const Function &F, unsigned &x) { in getMinCTASm() 270 bool getMaxNReg(const Function &F, unsigned &x) { in getMaxNReg() 274 bool isKernelFunction(const Function &F) { in isKernelFunction() 284 bool getAlign(const Function &F, unsigned index, unsigned &align) { in getAlign()
|
/aosp_15_r20/external/llvm/lib/Target/NVPTX/ |
H A D | NVPTXUtilities.cpp | 257 bool llvm::getMaxNTIDx(const Function &F, unsigned &x) { in getMaxNTIDx() 262 bool llvm::getMaxNTIDy(const Function &F, unsigned &y) { in getMaxNTIDy() 267 bool llvm::getMaxNTIDz(const Function &F, unsigned &z) { in getMaxNTIDz() 272 bool llvm::getReqNTIDx(const Function &F, unsigned &x) { in getReqNTIDx() 277 bool llvm::getReqNTIDy(const Function &F, unsigned &y) { in getReqNTIDy() 282 bool llvm::getReqNTIDz(const Function &F, unsigned &z) { in getReqNTIDz() 287 bool llvm::getMinCTASm(const Function &F, unsigned &x) { in getMinCTASm() 292 bool llvm::isKernelFunction(const Function &F) { in isKernelFunction() 303 bool llvm::getAlign(const Function &F, unsigned index, unsigned &align) { in getAlign() 351 if (Function *F = dyn_cast<Function>(v)) in getParentFunction() local [all …]
|
/aosp_15_r20/external/clang/test/Parser/ |
H A D | cxx-member-initializers.cpp | 7 struct y { struct 9 y() : a(4) ; // expected-error {{expected '{'}} argument 64 struct F : X<0> { struct 65 F() : X<A<T>().n + (T){}.n>{} {} // expected-error +{{}} in F() argument 67 struct T { int n; }; 68 template<typename> struct A { int n; };
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/function.objects/func.bind_front/ |
H A D | bind_front.pass.cpp | 147 auto add = [](int x, int y) { return x + y; }; in test() 193 auto add = [](int x, int y) { return x + y; }; in test() 225 struct F { in test() struct 226 constexpr int operator()() & { return 1; } in test() 227 constexpr int operator()() const& { return 2; } in test() 228 constexpr int operator()() && { return 3; } in test() 229 constexpr int operator()() const&& { return 4; } in test() 247 struct F { in test() struct 265 struct F { in test() struct 280 struct F { in test() struct [all …]
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/libcxx/utilities/function.objects/func.bind.partial/ |
H A D | bind_back.pass.cpp | 150 auto add = [](int x, int y) { return x + y; }; in test() 196 auto add = [](int x, int y) { return x + y; }; in test() 228 struct F { in test() struct 229 constexpr int operator()() & { return 1; } in test() 230 constexpr int operator()() const& { return 2; } in test() 231 constexpr int operator()() && { return 3; } in test() 232 constexpr int operator()() const&& { return 4; } in test() 250 struct F { in test() struct 268 struct F { in test() struct 283 struct F { in test() struct [all …]
|