/external/libhevc/encoder/ |
D | ia_basic_ops32.h | 177 WORD32 out_val; in shl32() local 180 out_val = 0; in shl32() 182 out_val = (WORD32)a << b; in shl32() 184 return out_val; in shl32() 216 WORD32 out_val; in shr32() local 221 out_val = -1; in shr32() 223 out_val = 0; in shr32() 227 out_val = (WORD32)a >> b; in shr32() 230 return out_val; in shr32() 264 WORD32 out_val = a; in shl32_sat() local [all …]
|
/external/libxaac/decoder/ |
D | ixheaacd_basic_ops32.h | 40 WORD32 out_val; in ixheaacd_shl32() local 44 out_val = 0; in ixheaacd_shl32() 46 out_val = (WORD32)a << b; in ixheaacd_shl32() 48 return out_val; in ixheaacd_shl32() 52 WORD32 out_val; in ixheaacd_shr32() local 57 out_val = -1; in ixheaacd_shr32() 59 out_val = 0; in ixheaacd_shr32() 61 out_val = (WORD32)a >> b; in ixheaacd_shr32() 64 return out_val; in ixheaacd_shr32() 68 WORD32 out_val; in ixheaacd_shl32_sat() local [all …]
|
D | ixheaacd_basic_ops.h | 101 WORD32 out_val; in ixheaacd_shr32_dir_sat_limit() local 104 out_val = ixheaacd_shl32_sat(a, -b); in ixheaacd_shr32_dir_sat_limit() 107 out_val = ixheaacd_shr32(a, b); in ixheaacd_shr32_dir_sat_limit() 110 return out_val; in ixheaacd_shr32_dir_sat_limit() 114 WORD32 out_val; in ixheaacd_shl32_dir_sat_limit() local 119 out_val = ixheaacd_shr32(a, b); in ixheaacd_shl32_dir_sat_limit() 121 out_val = ixheaacd_shl32_sat(a, b); in ixheaacd_shl32_dir_sat_limit() 124 return out_val; in ixheaacd_shl32_dir_sat_limit()
|
D | ixheaacd_lpfuncs.c | 92 WORD32 out_val; in ixheaacd_shr32_drc() local 97 out_val = -1; in ixheaacd_shr32_drc() 99 out_val = 0; in ixheaacd_shr32_drc() 102 out_val = (WORD32)a >> b; in ixheaacd_shr32_drc() 105 return out_val; in ixheaacd_shr32_drc()
|
D | ixheaacd_block.c | 59 WORD32 out_val; in ixheaacd_shr32_drc() local 64 out_val = -1; in ixheaacd_shr32_drc() 66 out_val = 0; in ixheaacd_shr32_drc() 69 out_val = (WORD32)a >> b; in ixheaacd_shr32_drc() 72 return out_val; in ixheaacd_shr32_drc()
|
D | ixheaacd_aac_imdct.c | 72 WORD32 out_val; in ixheaacd_shr32_drc() local 77 out_val = -1; in ixheaacd_shr32_drc() 79 out_val = 0; in ixheaacd_shr32_drc() 82 out_val = (WORD32)a >> b; in ixheaacd_shr32_drc() 85 return out_val; in ixheaacd_shr32_drc()
|
/external/webrtc/webrtc/base/ |
D | optionsfile.cc | 128 std::string *out_val) const { in GetStringValue() 138 *out_val = i->second; in GetStringValue() 143 int *out_val) const { in GetIntValue() 153 return FromString(i->second, out_val); in GetIntValue()
|
D | optionsfile.h | 32 bool GetStringValue(const std::string& option, std::string* out_val) const; 33 bool GetIntValue(const std::string& option, int* out_val) const;
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | extract_volume_patches_grad_test.py | 74 out_val = array_ops.extract_volume_patches( 76 out_shape = out_val.get_shape().as_list() 79 out_val, out_shape)
|
D | extract_image_patches_grad_test.py | 96 out_val = array_ops.extract_image_patches(in_val, test_case['ksizes'], 99 out_shape = out_val.get_shape().as_list() 102 out_val, out_shape)
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/ |
D | r600.alu-limits.ll | 26 %out_val = add i32 %nextval, 4 27 store i32 %out_val, i32 addrspace(1)* %out, align 4
|
D | llvm.amdgcn.mov.dpp.ll | 58 %out_val = load float, float addrspace(1)* %out 59 %if_val = fadd float %a, %out_val
|
/external/llvm/test/CodeGen/AMDGPU/ |
D | llvm.amdgcn.mov.dpp.ll | 44 %out_val = load float, float addrspace(1)* %out 45 %if_val = fadd float %a, %out_val
|
/external/deqp-deps/glslang/SPIRV/ |
D | hex_float.h | 504 other_uint_type out_val = 0; 508 out_val = static_cast<other_uint_type>(significand); 510 out_val = static_cast<other_uint_type>(out_val << shift_amount); 511 return out_val;
|
/external/deqp-deps/SPIRV-Tools/source/util/ |
D | hex_float.h | 574 other_uint_type out_val = 0; 578 out_val = static_cast<other_uint_type>(significand); 580 out_val = static_cast<other_uint_type>(out_val << shift_amount); 581 return out_val;
|
/external/swiftshader/third_party/SPIRV-Tools/source/util/ |
D | hex_float.h | 574 other_uint_type out_val = 0; 578 out_val = static_cast<other_uint_type>(significand); 580 out_val = static_cast<other_uint_type>(out_val << shift_amount); 581 return out_val;
|
/external/libchrome/mojo/public/interfaces/bindings/tests/ |
D | test_unions.mojom | 92 Echo(PodUnion in_val) => (PodUnion out_val);
|
/external/v8/src/ |
D | flags.cc | 403 char** endp, T* out_val) { in TryParseUnsigned() argument 417 *out_val = static_cast<T>(val); in TryParseUnsigned()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | deep_conv2d.cc | 818 const T out_val = in operator ()() local 826 output[output_index] += out_val; in operator ()() 828 output[output_index] = out_val; in operator ()()
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader.c | 3552 LLVMValueRef out_val = LLVMBuildLoad(ctx->ac.builder, addrs[4 * i + chan], ""); in si_llvm_emit_es_epilogue() local 3553 out_val = ac_to_integer(&ctx->ac, out_val); in si_llvm_emit_es_epilogue() 3557 lds_store(ctx, param * 4 + chan, lds_base, out_val); in si_llvm_emit_es_epilogue() 3563 out_val, 1, NULL, soffset, in si_llvm_emit_es_epilogue() 4347 LLVMValueRef out_val = LLVMBuildLoad(ctx->ac.builder, addrs[4 * i + chan], ""); in si_llvm_emit_vertex() local 4356 out_val = ac_to_integer(&ctx->ac, out_val); in si_llvm_emit_vertex() 4360 out_val, 1, in si_llvm_emit_vertex()
|
/external/mesa3d/src/amd/common/ |
D | ac_nir_to_llvm.c | 4254 LLVMValueRef out_val = LLVMBuildLoad(ctx->builder, in visit_emit_vertex() local 4260 out_val = LLVMBuildBitCast(ctx->builder, out_val, ctx->ac.i32, ""); in visit_emit_vertex() 4263 out_val, 1, in visit_emit_vertex() 6198 LLVMValueRef out_val = LLVMBuildLoad(ctx->builder, out_ptr[j], ""); in handle_es_outputs_post() local 6199 out_val = LLVMBuildBitCast(ctx->builder, out_val, ctx->ac.i32, ""); in handle_es_outputs_post() 6208 out_val, 1, in handle_es_outputs_post()
|