Lines Matching defs:val_buf
1013 float* val_buf = (float*)(uchar*)inn_buf;
1014 int* sample_idx_buf = (int*)(val_buf + sample_count);
1015 const float* _values = get_ord_responses(data_root, val_buf, sample_idx_buf);
1827 float* val_buf = (float*)(uchar*)inn_buf;
1828 int* sorted_buf = (int*)(val_buf + n);
1832 data->get_ord_var_data( node, vi, val_buf, sorted_buf, &val, &sorted, sample_idx_buf);