Home
last modified time | relevance | path

Searched +defs:val +defs:b (Results 176 – 200 of 3220) sorted by relevance

12345678910>>...129

/aosp_15_r20/external/flatbuffers/tests/monster_test_serialize/my_game/example/
H A Dstat_generated.rs58 let val = self.val(); in unpack() localVariable
72 pub fn val(&self) -> i64 { in val() method
107 pub val: i64, field
156 pub fn new(_fbb: &'b mut flatbuffers::FlatBufferBuilder<'a>) -> StatBuilder<'a, 'b> { in new()
183 pub val: i64, field
198 _fbb: &mut flatbuffers::FlatBufferBuilder<'b> in pack()
203 let val = self.val; in pack() localVariable
/aosp_15_r20/external/swiftshader/src/Reactor/
H A DSubzeroReactor.cpp435 BasicBlock *B(Ice::CfgNode *b) in B()
2034 Value *Nucleus::createConstantBool(bool b) in createConstantBool()
2254 static RValue<Byte> Extract(RValue<Byte8> val, int i) in Extract()
2259 static RValue<Byte8> Insert(RValue<Byte8> val, RValue<Byte> element, int i) in Insert()
2269 return Scalarize([](auto a, auto b) { return SaturateUnsigned(Short(Int(a) + Int(b))); }, x, y); in AddSat()
2289 return Scalarize([](auto a, auto b) { return SaturateUnsigned(Short(Int(a) - Int(b))); }, x, y); in SubSat()
2304 RValue<SByte> Extract(RValue<SByte8> val, int i) in Extract()
2310 RValue<SByte8> Insert(RValue<SByte8> val, RValue<SByte> element, int i) in Insert()
2394 return Scalarize([](auto a, auto b) { return SaturateSigned(Short(Int(a) + Int(b))); }, x, y); in AddSat()
2414 return Scalarize([](auto a, auto b) { return SaturateSigned(Short(Int(a) - Int(b))); }, x, y); in SubSat()
[all …]
/aosp_15_r20/external/flac/src/libFLAC/
H A Dbitreader.c418 FLAC__bool FLAC__bitreader_read_raw_uint32(FLAC__BitReader *br, FLAC__uint32 *val, uint32_t bits) in FLAC__bitreader_read_raw_uint32()
508 FLAC__bool FLAC__bitreader_read_raw_int32(FLAC__BitReader *br, FLAC__int32 *val, uint32_t bits) in FLAC__bitreader_read_raw_int32()
521 FLAC__bool FLAC__bitreader_read_raw_uint64(FLAC__BitReader *br, FLAC__uint64 *val, uint32_t bits) in FLAC__bitreader_read_raw_uint64()
542 FLAC__bool FLAC__bitreader_read_raw_int64(FLAC__BitReader *br, FLAC__int64 *val, uint32_t bits) in FLAC__bitreader_read_raw_int64()
555 inline FLAC__bool FLAC__bitreader_read_uint32_little_endian(FLAC__BitReader *br, FLAC__uint32 *val) in FLAC__bitreader_read_uint32_little_endian()
660 FLAC__bool FLAC__bitreader_read_byte_block_aligned_no_crc(FLAC__BitReader *br, FLAC__byte *val, uin… in FLAC__bitreader_read_byte_block_aligned_no_crc()
725 FLAC__bool FLAC__bitreader_read_unary_unsigned(FLAC__BitReader *br, uint32_t *val) in FLAC__bitreader_read_unary_unsigned()
754 …brword b = br->consumed_bits < FLAC__BITS_PER_WORD ? br->buffer[br->consumed_words] << br->consume… local
782 …brword b = (br->buffer[br->consumed_words] & (FLAC__WORD_ALL_ONES << (FLAC__BITS_PER_WORD-end))) <… local
983 FLAC__bool FLAC__bitreader_read_utf8_uint64(FLAC__BitReader *br, FLAC__uint64 *val, FLAC__byte *raw… in FLAC__bitreader_read_utf8_uint64()
/aosp_15_r20/external/mesa3d/src/freedreno/ir3/
H A Dir3_nir_lower_64b.c39 lower_64b_intrinsics(nir_builder *b, nir_instr *instr, void *unused) in lower_64b_intrinsics()
63 nir_def *val = intr->src[0].ssa; in lower_64b_intrinsics() local
162 lower_64b_undef(nir_builder *b, nir_instr *instr, void *unused) in lower_64b_undef()
225 lower_64b_global(nir_builder *b, nir_instr *instr, void *unused) in lower_64b_global()
257 nir_def *val = nir_load_global_ir3( in lower_64b_global() local
293 lower_64b_reg(nir_builder *b, nir_intrinsic_instr *reg) in lower_64b_reg()
363 nir_builder b = nir_builder_create(impl); in ir3_nir_lower_64b_regs() local
/aosp_15_r20/external/cn-cbor/test/
H A Dcbor_test.c34 static bool parse_hex(char *inp, buffer *b) in parse_hex()
115 buffer b; in CTEST() local
163 buffer b, b2; in CTEST() local
225 buffer b; in CTEST() local
257 buffer b; in CTEST() local
278 buffer b; in CTEST() local
280 cn_cbor *val; in CTEST() local
325 const cn_cbor* val; in CTEST() local
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/
Dspirv_validator_options.cpp21 auto match = [s](const char* b) { in spvParseUniversalLimitsOptions()
84 bool val) { in spvValidatorOptionsSetRelaxStoreStruct()
89 bool val) { in spvValidatorOptionsSetRelaxLogicalPointer()
94 bool val) { in spvValidatorOptionsSetBeforeHlslLegalization()
100 bool val) { in spvValidatorOptionsSetRelaxBlockLayout()
105 spv_validator_options options, bool val) { in spvValidatorOptionsSetUniformBufferStandardLayout()
110 bool val) { in spvValidatorOptionsSetScalarBlockLayout()
115 bool val) { in spvValidatorOptionsSetWorkgroupScalarBlockLayout()
120 bool val) { in spvValidatorOptionsSetSkipBlockLayout()
125 bool val) { in spvValidatorOptionsSetAllowLocalSizeId()
[all …]
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/
H A Dspirv_validator_options.cpp21 auto match = [s](const char* b) { in spvParseUniversalLimitsOptions()
84 bool val) { in spvValidatorOptionsSetRelaxStoreStruct()
89 bool val) { in spvValidatorOptionsSetRelaxLogicalPointer()
94 bool val) { in spvValidatorOptionsSetBeforeHlslLegalization()
100 bool val) { in spvValidatorOptionsSetRelaxBlockLayout()
105 spv_validator_options options, bool val) { in spvValidatorOptionsSetUniformBufferStandardLayout()
110 bool val) { in spvValidatorOptionsSetScalarBlockLayout()
115 bool val) { in spvValidatorOptionsSetWorkgroupScalarBlockLayout()
120 bool val) { in spvValidatorOptionsSetSkipBlockLayout()
125 bool val) { in spvValidatorOptionsSetAllowLocalSizeId()
[all …]
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/
H A Dspirv_validator_options.cpp21 auto match = [s](const char* b) { in spvParseUniversalLimitsOptions()
84 bool val) { in spvValidatorOptionsSetRelaxStoreStruct()
89 bool val) { in spvValidatorOptionsSetRelaxLogicalPointer()
94 bool val) { in spvValidatorOptionsSetBeforeHlslLegalization()
100 bool val) { in spvValidatorOptionsSetRelaxBlockLayout()
105 spv_validator_options options, bool val) { in spvValidatorOptionsSetUniformBufferStandardLayout()
110 bool val) { in spvValidatorOptionsSetScalarBlockLayout()
115 bool val) { in spvValidatorOptionsSetWorkgroupScalarBlockLayout()
120 bool val) { in spvValidatorOptionsSetSkipBlockLayout()
125 bool val) { in spvValidatorOptionsSetAllowLocalSizeId()
[all …]
/aosp_15_r20/external/mesa3d/src/amd/llvm/
H A Dac_llvm_helper.cpp78 void ac_add_attr_dereferenceable(LLVMValueRef val, uint64_t bytes) in ac_add_attr_dereferenceable()
84 void ac_add_attr_alignment(LLVMValueRef val, uint64_t bytes) in ac_add_attr_alignment()
140 auto *b = unwrap(ctx->builder); in ac_enable_signed_zeros() local
154 auto *b = unwrap(ctx->builder); in ac_disable_signed_zeros() local
318 LLVMValueRef ptr, LLVMValueRef val, const char *sync_scope)
370 LLVMValueRef cmp, LLVMValueRef val, const char *sync_scope)
/aosp_15_r20/external/swiftshader/tests/MathUnitTests/
H A Dunittests.cpp32 float fast_frexp(float val, int *exp) in fast_frexp()
198 float val = Log2Relaxed(x); in TEST() local
279 float val = Exp2Relaxed(x); in TEST() local
353 float val = Log2(x); in TEST() local
436 float val = Exp2(x); in TEST() local
490 float val = sin5(z); in TEST() local
507 float val = sin5(z); in TEST() local
538 unsigned int RGB9E5_reference(float r, float g, float b) in RGB9E5_reference()
580 unsigned int val = RGB9E5(f, 0.0f, 0.0f); in TEST() local
598 float b = bit_cast<float>(z); in TEST() local
[all …]
/aosp_15_r20/external/lzma/CPP/7zip/UI/Console/
H A DMain.cpp397 static void PrintUInt32(CStdOutStream &so, UInt32 val, unsigned size) in PrintUInt32()
405 static void PrintNumber(CStdOutStream &so, UInt32 val, unsigned numDigits) in PrintNumber()
531 static void PrintNum(UInt64 val, unsigned numDigits, char c = ' ') in PrintNum()
544 static void PrintTime(const char *s, UInt64 val, UInt64 total) in PrintTime()
572 static void PrintMemUsage(const char *s, UInt64 val) in PrintMemUsage()
717 static void PrintTime(const char *s, UInt64 val, UInt64 total_us, UInt64 kFreq) in PrintTime()
1102 unsigned b; in Main2() local
1110 unsigned b; in Main2() local
1155 const unsigned b = sig.ConstData()[j]; in Main2() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ADT/
DHashing.h177 inline uint64_t rotate(uint64_t val, size_t shift) { in rotate()
182 inline uint64_t shift_mix(uint64_t val) { in shift_mix()
191 uint64_t b = (high ^ a) * kMul; in hash_16_bytes() local
199 uint8_t b = s[len >> 1]; in hash_1to3_bytes() local
213 uint64_t b = fetch64(s + len - 8); in hash_9to16_bytes() local
219 uint64_t b = fetch64(s + 8); in hash_17to32_bytes() local
230 uint64_t b = llvm::rotr<uint64_t>(a + z, 52); in hash_33to64_bytes() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ADT/
DHashing.h177 inline uint64_t rotate(uint64_t val, size_t shift) { in rotate()
182 inline uint64_t shift_mix(uint64_t val) { in shift_mix()
191 uint64_t b = (high ^ a) * kMul; in hash_16_bytes() local
199 uint8_t b = s[len >> 1]; in hash_1to3_bytes() local
213 uint64_t b = fetch64(s + len - 8); in hash_9to16_bytes() local
219 uint64_t b = fetch64(s + 8); in hash_17to32_bytes() local
230 uint64_t b = llvm::rotr<uint64_t>(a + z, 52); in hash_33to64_bytes() local
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DHashing.h170 inline uint64_t rotate(uint64_t val, size_t shift) { in rotate()
175 inline uint64_t shift_mix(uint64_t val) { in shift_mix()
184 uint64_t b = (high ^ a) * kMul; in hash_16_bytes() local
192 uint8_t b = s[len >> 1]; in hash_1to3_bytes() local
206 uint64_t b = fetch64(s + len - 8); in hash_9to16_bytes() local
212 uint64_t b = fetch64(s + 8); in hash_17to32_bytes() local
222 uint64_t b = rotate(a + z, 52); in hash_33to64_bytes() local
/aosp_15_r20/external/llvm/include/llvm/ADT/
H A DHashing.h170 inline uint64_t rotate(uint64_t val, size_t shift) { in rotate()
175 inline uint64_t shift_mix(uint64_t val) { in shift_mix()
184 uint64_t b = (high ^ a) * kMul; in hash_16_bytes() local
192 uint8_t b = s[len >> 1]; in hash_1to3_bytes() local
206 uint64_t b = fetch64(s + len - 8); in hash_9to16_bytes() local
212 uint64_t b = fetch64(s + 8); in hash_17to32_bytes() local
222 uint64_t b = rotate(a + z, 52); in hash_33to64_bytes() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ADT/
DHashing.h177 inline uint64_t rotate(uint64_t val, size_t shift) { in rotate()
182 inline uint64_t shift_mix(uint64_t val) { in shift_mix()
191 uint64_t b = (high ^ a) * kMul; in hash_16_bytes() local
199 uint8_t b = s[len >> 1]; in hash_1to3_bytes() local
213 uint64_t b = fetch64(s + len - 8); in hash_9to16_bytes() local
219 uint64_t b = fetch64(s + 8); in hash_17to32_bytes() local
230 uint64_t b = llvm::rotr<uint64_t>(a + z, 52); in hash_33to64_bytes() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ADT/
DHashing.h177 inline uint64_t rotate(uint64_t val, size_t shift) { in rotate()
182 inline uint64_t shift_mix(uint64_t val) { in shift_mix()
191 uint64_t b = (high ^ a) * kMul; in hash_16_bytes() local
199 uint8_t b = s[len >> 1]; in hash_1to3_bytes() local
213 uint64_t b = fetch64(s + len - 8); in hash_9to16_bytes() local
219 uint64_t b = fetch64(s + 8); in hash_17to32_bytes() local
230 uint64_t b = llvm::rotr<uint64_t>(a + z, 52); in hash_33to64_bytes() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/
H A DHashing.h177 inline uint64_t rotate(uint64_t val, size_t shift) { in rotate()
182 inline uint64_t shift_mix(uint64_t val) { in shift_mix()
191 uint64_t b = (high ^ a) * kMul; in hash_16_bytes() local
199 uint8_t b = s[len >> 1]; in hash_1to3_bytes() local
213 uint64_t b = fetch64(s + len - 8); in hash_9to16_bytes() local
219 uint64_t b = fetch64(s + 8); in hash_17to32_bytes() local
229 uint64_t b = rotate(a + z, 52); in hash_33to64_bytes() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DHashing.h169 inline uint64_t rotate(uint64_t val, size_t shift) { in rotate()
174 inline uint64_t shift_mix(uint64_t val) { in shift_mix()
183 uint64_t b = (high ^ a) * kMul; in hash_16_bytes() local
191 uint8_t b = s[len >> 1]; in hash_1to3_bytes() local
205 uint64_t b = fetch64(s + len - 8); in hash_9to16_bytes() local
211 uint64_t b = fetch64(s + 8); in hash_17to32_bytes() local
221 uint64_t b = rotate(a + z, 52); in hash_33to64_bytes() local
/aosp_15_r20/external/trusty/lk/dev/interrupt/arm_gic/
Darm_gic_common.h43 static inline void mmio_write64(volatile uint64_t *ptr64, uint64_t val) { in mmio_write64()
80 #define COMBINE2(a, b) a ## b argument
81 #define XCOMBINE2(a, b) COMBINE2(a,b) argument
91 #define GICCREG_WRITE(gic, reg, val) ARM64_WRITE_SYSREG(reg, (uint64_t)val) argument
97 #define GICCREG_WRITE(gic, reg, val) COMBINE2(arm_write_,reg)(val) argument
154 #define GICCREG_WRITE(gic, reg, val) ({ \ argument
203 #define GICDREG_WRITE(gic, reg, val) ({ \ argument
241 #define GICDREG_WRITE64(gic, reg, val) ({ \ argument
278 #define GICRREG_WRITE(gic, cpu, reg, val) ({ \ argument
/aosp_15_r20/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorIntDiv.h36 typename internal::enable_if<sizeof(T)==4,int>::type count_leading_zeros(const T val) in count_leading_zeros()
54 typename internal::enable_if<sizeof(T)==8,int>::type count_leading_zeros(const T val) in count_leading_zeros()
92 EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE uint32_t muluh(const uint32_t a, const T b) { in muluh()
103 EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE uint64_t muluh(const uint64_t a, const T b) { in muluh()
/aosp_15_r20/external/executorch/kernels/optimized/blas/
H A DBlasKernel.h75 const scalar_t* b, in gemm_notrans_()
86 opmath_t val = b[l + j * ldb] * alpha; in gemm_notrans_() local
112 const scalar_t* b, in gemm_notrans_()
139 const scalar_t *b, int64_t ldb, in gemm_transa_()
220 const scalar_t* b, in gemm_transb_()
231 opmath_t val = b[j + l * ldb] * alpha; in gemm_transb_() local
257 const scalar_t* b, in gemm_transb_()
284 const scalar_t *b, int64_t ldb, in gemm_transab_()
/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_algebraic.py105 def create(val): argument
120 def create(val, name_base, varset, algebraic_pass): argument
133 def __init__(self, val, name, type_str): argument
239 def __init__(self, val, name): argument
299 def __init__(self, val, name, varset, algebraic_pass): argument
558 def compare_bitsizes(self, a, b): argument
598 def unify_bit_size(self, a, b, error_msg): argument
618 def merge_variables(self, val): argument
639 def validate_value(self, val): argument
735 def validate_replace(self, val, search): argument
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/optional/test/
Doptional_test_move.cpp55 OracleVal val; member
69 bool operator==( Oracle const& a, Oracle const& b ) { return a.val.i == b.val.i; } in operator ==()
70 bool operator!=( Oracle const& a, Oracle const& b ) { return a.val.i != b.val.i; } in operator !=()
221 int val; member in MoveOnly
257 int val; member in MoveOnlyB
307 optional<MoveOnly> b((MoveOnly(3))); in test_swap() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_qpu.c153 qpu_load_imm_ui(struct qpu_reg dst, uint32_t val) in qpu_load_imm_ui()
168 qpu_load_imm_u2(struct qpu_reg dst, uint32_t val) in qpu_load_imm_u2()
175 qpu_load_imm_i2(struct qpu_reg dst, uint32_t val) in qpu_load_imm_i2()
252 uint64_t a, uint64_t b, in merge_fields()
364 try_swap_ra_file(uint64_t *merge, uint64_t *a, uint64_t *b) in try_swap_ra_file()
463 qpu_merge_inst(uint64_t a, uint64_t b) in qpu_merge_inst()

12345678910>>...129