Searched defs:out_i (Results 1 - 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_sample.c | 1310 LLVMValueRef *out_i, 1322 &offset, out_i); 1302 lp_build_sample_offset(struct lp_build_context *bld, const struct util_format_description *format_desc, LLVMValueRef x, LLVMValueRef y, LLVMValueRef z, LLVMValueRef y_stride, LLVMValueRef z_stride, LLVMValueRef *out_offset, LLVMValueRef *out_i, LLVMValueRef *out_j) argument
|
H A D | lp_bld_sample_aos.c | 73 * \param out_i resulting sub-block pixel coordinate for coord0 85 LLVMValueRef *out_i) 122 out_offset, out_i); 76 lp_build_sample_wrap_nearest_int(struct lp_build_sample_context *bld, unsigned block_length, LLVMValueRef coord, LLVMValueRef coord_f, LLVMValueRef length, LLVMValueRef stride, boolean is_pot, unsigned wrap_mode, LLVMValueRef *out_offset, LLVMValueRef *out_i) argument
|
/external/opencv/ml/src/ |
H A D | mlsvm.cpp | 745 CvSVMSolver::select_working_set( int& out_i, int& out_j ) argument 790 out_i = Gmax1_idx; 834 CvSVMSolver::select_working_set_nu_svm( int& out_i, int& out_j ) argument 890 out_i = Gmax1_idx; 895 out_i = Gmax3_idx;
|
/external/opencv3/modules/ml/src/ |
H A D | svm.cpp | 800 bool select_working_set( int& out_i, int& out_j ) argument 847 out_i = Gmax1_idx; 890 bool select_working_set_nu_svm( int& out_i, int& out_j ) argument 948 out_i = Gmax1_idx; 953 out_i = Gmax3_idx;
|
Completed in 245 milliseconds