Searched refs:ret_vec (Results 1 – 6 of 6) sorted by relevance
/external/rust/crates/flate2/examples/ |
D | deflateencoder-read.rs | 15 let mut ret_vec = [0; 100]; in deflateencoder_read_hello_world() localVariable 18 let count = deflater.read(&mut ret_vec)?; in deflateencoder_read_hello_world() 19 Ok(ret_vec[0..count].to_vec()) in deflateencoder_read_hello_world()
|
D | gzencoder-read.rs | 15 let mut ret_vec = [0; 100]; in gzencoder_read_hello_world() localVariable 18 let count = z.read(&mut ret_vec)?; in gzencoder_read_hello_world() 19 Ok(ret_vec[0..count].to_vec()) in gzencoder_read_hello_world()
|
/external/llvm-project/llvm/test/CodeGen/NVPTX/ |
D | bug22322.ll | 12 %ret_vec.sroa.8.i = alloca float, align 4 19 %6 = bitcast float* %ret_vec.sroa.8.i to i8* 24 store float %9, float* %ret_vec.sroa.8.i, align 4 27 %ret_vec.sroa.8.i.val = load float, float* %ret_vec.sroa.8.i, align 4 28 %11 = select i1 %10, float 0.000000e+00, float %ret_vec.sroa.8.i.val
|
/external/llvm/test/CodeGen/NVPTX/ |
D | bug22322.ll | 12 %ret_vec.sroa.8.i = alloca float, align 4 19 %6 = bitcast float* %ret_vec.sroa.8.i to i8* 24 store float %9, float* %ret_vec.sroa.8.i, align 4 27 %ret_vec.sroa.8.i.val = load float, float* %ret_vec.sroa.8.i, align 4 28 %11 = select i1 %10, float 0.000000e+00, float %ret_vec.sroa.8.i.val
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | layout_assignment.h | 149 std::vector<const LayoutConstraint*> ret_vec(std::move(added_constraints_)); in ConsumeAddedConstraints() 151 return ret_vec; in ConsumeAddedConstraints()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_arit.c | 698 LLVMValueRef ret_vec; in lp_build_hadd_partial4() local 742 ret_vec = lp_build_horizontal_add4x4f(bld, tmp); in lp_build_hadd_partial4() 758 ret_vec = lp_build_concat(gallivm, partres, parttype, num_iter); in lp_build_hadd_partial4() 760 return ret_vec; in lp_build_hadd_partial4()
|