Home
last modified time | relevance | path

Searched refs:__Pyx_PyInt_From_Py_intptr_t (Results 1 – 25 of 69) sorted by relevance

123

/dports/math/py-hdbscan/hdbscan-0.8.27/hdbscan/
H A D_hdbscan_tree.c2157 static CYTHON_INLINE PyObject* __Pyx_PyInt_From_Py_intptr_t(Py_intptr_t value);
2939 …__pyx_t_1 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_bfs_root); if (unlikely(!__pyx_t_1)) __PYX_ERR(0,… in __pyx_f_7hdbscan_13_hdbscan_tree_bfs_from_hierarchy()
5994 …__pyx_t_1 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_bfs_root); if (unlikely(!__pyx_t_1)) __PYX_ERR(0,… in __pyx_f_7hdbscan_13_hdbscan_tree_bfs_from_cluster_tree()
7960 …__pyx_t_1 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_cluster); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, … in __pyx_f_7hdbscan_13_hdbscan_tree_labelling_at_cut()
9155 …__pyx_t_1 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_n); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 474, _… in __pyx_f_7hdbscan_13_hdbscan_tree_do_labelling()
10832 …__pyx_t_1 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_n); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 601, _… in __pyx_f_7hdbscan_13_hdbscan_tree_get_stability_scores()
11633 …__pyx_t_3 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_leaf); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 626… in __pyx_f_7hdbscan_13_hdbscan_tree_traverse_upwards()
12693 …__pyx_t_4 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_node); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 732… in __pyx_f_7hdbscan_13_hdbscan_tree_get_clusters()
12830 …__pyx_t_7 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_node); if (unlikely(!__pyx_t_7)) __PYX_ERR(0, 736… in __pyx_f_7hdbscan_13_hdbscan_tree_get_clusters()
34343 static CYTHON_INLINE PyObject* __Pyx_PyInt_From_Py_intptr_t(Py_intptr_t value) { function
[all …]
H A D_hdbscan_boruvka.c2386 static CYTHON_INLINE PyObject* __Pyx_PyInt_From_Py_intptr_t(Py_intptr_t value);
6745 …__pyx_t_9 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_i); if (unlikely(!__pyx_t_9)) __PYX_ERR(0, 422, _… in __pyx_f_7hdbscan_16_hdbscan_boruvka_22KDTreeBoruvkaAlgorithm__compute_bounds()
7879 …__pyx_t_4 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_source); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 5… in __pyx_f_7hdbscan_16_hdbscan_boruvka_22KDTreeBoruvkaAlgorithm_update_components()
7902 …__pyx_t_4 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_sink); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 531… in __pyx_f_7hdbscan_16_hdbscan_boruvka_22KDTreeBoruvkaAlgorithm_update_components()
12488 …__pyx_t_9 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_i); if (unlikely(!__pyx_t_9)) __PYX_ERR(0, 1024, … in __pyx_f_7hdbscan_16_hdbscan_boruvka_24BallTreeBoruvkaAlgorithm__compute_bounds()
13601 …__pyx_t_4 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_sink); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 112… in __pyx_f_7hdbscan_16_hdbscan_boruvka_24BallTreeBoruvkaAlgorithm_update_components()
39093 static CYTHON_INLINE PyObject* __Pyx_PyInt_From_Py_intptr_t(Py_intptr_t value) { in __Pyx_PyInt_From_Py_intptr_t() function
39147 return (PyObject *) __Pyx_PyInt_From_Py_intptr_t(*(__pyx_t_5numpy_intp_t *) itemp); in __pyx_memview_get_nn___pyx_t_5numpy_intp_t()
39546 member = __Pyx_PyInt_From_Py_intptr_t(s.idx_start); if (unlikely(!member)) goto bad; in __pyx_convert__to_py_struct____pyx_t_7hdbscan_16_hdbscan_boruvka_NodeData_t()
39549 member = __Pyx_PyInt_From_Py_intptr_t(s.idx_end); if (unlikely(!member)) goto bad; in __pyx_convert__to_py_struct____pyx_t_7hdbscan_16_hdbscan_boruvka_NodeData_t()
[all …]
H A D_hdbscan_reachability.c1615 static CYTHON_INLINE PyObject* __Pyx_PyInt_From_Py_intptr_t(Py_intptr_t value);
2736 …yx_GetItemInt(__pyx_t_5, __pyx_v_i, __pyx_t_5numpy_intp_t, 1, __Pyx_PyInt_From_Py_intptr_t, 0, 1, … in __pyx_f_7hdbscan_21_hdbscan_reachability_sparse_mutual_reachability()
2774 …orted_row_data, __pyx_v_min_points, __pyx_t_5numpy_intp_t, 1, __Pyx_PyInt_From_Py_intptr_t, 1, 1, … in __pyx_f_7hdbscan_21_hdbscan_reachability_sparse_mutual_reachability()
3007 …__pyx_t_3 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_i); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 93, __… in __pyx_f_7hdbscan_21_hdbscan_reachability_sparse_mutual_reachability()
3009 …__pyx_t_1 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_j); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 93, __… in __pyx_f_7hdbscan_21_hdbscan_reachability_sparse_mutual_reachability()
3094 …__pyx_t_2 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_i); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 95, __… in __pyx_f_7hdbscan_21_hdbscan_reachability_sparse_mutual_reachability()
3096 …__pyx_t_1 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_j); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 95, __… in __pyx_f_7hdbscan_21_hdbscan_reachability_sparse_mutual_reachability()
3139 …__pyx_t_3 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_i); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 97, __… in __pyx_f_7hdbscan_21_hdbscan_reachability_sparse_mutual_reachability()
3141 …__pyx_t_1 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_j); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 97, __… in __pyx_f_7hdbscan_21_hdbscan_reachability_sparse_mutual_reachability()
9799 static CYTHON_INLINE PyObject* __Pyx_PyInt_From_Py_intptr_t(Py_intptr_t value) { function
H A Dball_tree.c1845 static CYTHON_INLINE PyObject* __Pyx_PyInt_From_Py_intptr_t(Py_intptr_t value);
6813 …__pyx_t_1 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_new_size); if (unlikely(!__pyx_t_1)) __PYX_ERR(0,… in __pyx_f_7hdbscan_9ball_tree_8NodeHeap_resize()
8856 …__pyx_t_3 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_self->n_nodes); if (unlikely(!__pyx_t_3)) __PYX_E… in __pyx_pf_7hdbscan_9ball_tree_10BinaryTree_6__getstate__()
18221 …__pyx_t_2 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_k); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 2492, … in __pyx_pf_7hdbscan_9ball_tree_2load_heap()
18983 …__pyx_t_1 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_n_nodes); if (unlikely(!__pyx_t_1)) __PYX_ERR(1, … in __pyx_f_7hdbscan_9ball_tree_allocate_data()
18985 …__pyx_t_3 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_n_features); if (unlikely(!__pyx_t_3)) __PYX_ERR(… in __pyx_f_7hdbscan_9ball_tree_allocate_data()
40926 static CYTHON_INLINE PyObject* __Pyx_PyInt_From_Py_intptr_t(Py_intptr_t value) { function
41359 … return (PyObject *) __Pyx_PyInt_From_Py_intptr_t(*(__pyx_t_7hdbscan_9ball_tree_ITYPE_t *) itemp);
41373 member = __Pyx_PyInt_From_Py_intptr_t(s.idx_start); if (unlikely(!member)) goto bad;
41376 member = __Pyx_PyInt_From_Py_intptr_t(s.idx_end); if (unlikely(!member)) goto bad;
[all …]
H A Dkd_tree.c1845 static CYTHON_INLINE PyObject* __Pyx_PyInt_From_Py_intptr_t(Py_intptr_t value);
6782 …__pyx_t_1 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_new_size); if (unlikely(!__pyx_t_1)) __PYX_ERR(0,… in __pyx_f_7hdbscan_7kd_tree_8NodeHeap_resize()
8825 …__pyx_t_3 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_self->n_nodes); if (unlikely(!__pyx_t_3)) __PYX_E… in __pyx_pf_7hdbscan_7kd_tree_10BinaryTree_6__getstate__()
18190 …__pyx_t_2 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_k); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 2492, … in __pyx_pf_7hdbscan_7kd_tree_2load_heap()
18952 …__pyx_t_1 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_n_nodes); if (unlikely(!__pyx_t_1)) __PYX_ERR(1, … in __pyx_f_7hdbscan_7kd_tree_allocate_data()
18954 …__pyx_t_3 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_n_features); if (unlikely(!__pyx_t_3)) __PYX_ERR(… in __pyx_f_7hdbscan_7kd_tree_allocate_data()
41541 static CYTHON_INLINE PyObject* __Pyx_PyInt_From_Py_intptr_t(Py_intptr_t value) { function
41974 return (PyObject *) __Pyx_PyInt_From_Py_intptr_t(*(__pyx_t_7hdbscan_7kd_tree_ITYPE_t *) itemp);
41988 member = __Pyx_PyInt_From_Py_intptr_t(s.idx_start); if (unlikely(!member)) goto bad;
41991 member = __Pyx_PyInt_From_Py_intptr_t(s.idx_end); if (unlikely(!member)) goto bad;
[all …]
H A D_hdbscan_linkage.c2120 static CYTHON_INLINE PyObject* __Pyx_PyInt_From_Py_intptr_t(Py_intptr_t value);
2891 …__pyx_t_1 = __Pyx_PyInt_From_Py_intptr_t((__pyx_v_distance_matrix->dimensions[0])); if (unlikely(!… in __pyx_f_7hdbscan_16_hdbscan_linkage_mst_linkage_core()
2961 …__pyx_t_4 = __Pyx_PyInt_From_Py_intptr_t((__pyx_v_distance_matrix->dimensions[0])); if (unlikely(!… in __pyx_f_7hdbscan_16_hdbscan_linkage_mst_linkage_core()
3052 …__pyx_t_3 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_current_node); if (unlikely(!__pyx_t_3)) __PYX_ER… in __pyx_f_7hdbscan_16_hdbscan_linkage_mst_linkage_core()
3716 …__pyx_t_4 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_dim); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 96, … in __pyx_f_7hdbscan_16_hdbscan_linkage_mst_linkage_core_vector()
3786 …__pyx_t_9 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_dim); if (unlikely(!__pyx_t_9)) __PYX_ERR(0, 98, … in __pyx_f_7hdbscan_16_hdbscan_linkage_mst_linkage_core_vector()
5038 …__pyx_t_1 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_n); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 192, _… in __pyx_f_7hdbscan_16_hdbscan_linkage_9UnionFind_fast_find()
5058 …__pyx_t_5 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_n); if (unlikely(!__pyx_t_5)) __PYX_ERR(0, 193, _… in __pyx_f_7hdbscan_16_hdbscan_linkage_9UnionFind_fast_find()
5284 …__pyx_t_2 = __Pyx_PyInt_From_Py_intptr_t((__pyx_v_L->dimensions[0])); if (unlikely(!__pyx_t_2)) __… in __pyx_f_7hdbscan_16_hdbscan_linkage_label()
5386 …__pyx_t_3 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_N); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 209, _… in __pyx_f_7hdbscan_16_hdbscan_linkage_label()
[all …]
H A D_prediction_utils.c2138 static CYTHON_INLINE PyObject* __Pyx_PyInt_From_Py_intptr_t(Py_intptr_t value);
4166 …__pyx_t_1 = __Pyx_PyInt_From_Py_intptr_t((__pyx_v_all_points->dimensions[0])); if (unlikely(!__pyx… in __pyx_f_7hdbscan_17_prediction_utils_all_points_dist_membership_vector()
4284 …yx_v_result), __pyx_v_i, __pyx_t_5, __pyx_t_5numpy_intp_t, 1, __Pyx_PyInt_From_Py_intptr_t, 0, 1, … in __pyx_f_7hdbscan_17_prediction_utils_all_points_dist_membership_vector()
4594 …__pyx_t_1 = __Pyx_PyInt_From_Py_intptr_t((__pyx_v_clusters->dimensions[0])); if (unlikely(!__pyx_t… in __pyx_f_7hdbscan_17_prediction_utils_merge_height()
5296 …__pyx_t_1 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_point_cluster); if (unlikely(!__pyx_t_1)) __PYX_E… in __pyx_f_7hdbscan_17_prediction_utils_per_cluster_scores()
6579 …__pyx_t_1 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_num_points); if (unlikely(!__pyx_t_1)) __PYX_ERR(… in __pyx_f_7hdbscan_17_prediction_utils_all_points_per_cluster_scores()
6581 …__pyx_t_2 = __Pyx_PyInt_From_Py_intptr_t((__pyx_v_clusters->dimensions[0])); if (unlikely(!__pyx_t… in __pyx_f_7hdbscan_17_prediction_utils_all_points_per_cluster_scores()
6711 …mInt(__pyx_v_point_tree, __pyx_v_i, __pyx_t_5numpy_intp_t, 1, __Pyx_PyInt_From_Py_intptr_t, 0, 1, … in __pyx_f_7hdbscan_17_prediction_utils_all_points_per_cluster_scores()
6766 …__pyx_t_6 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_point_cluster); if (unlikely(!__pyx_t_6)) __PYX_E… in __pyx_f_7hdbscan_17_prediction_utils_all_points_per_cluster_scores()
7580 …__pyx_t_1 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_num_points); if (unlikely(!__pyx_t_1)) __PYX_ERR(… in __pyx_f_7hdbscan_17_prediction_utils_all_points_prob_in_some_cluster()
[all …]
/dports/science/py-dipy/dipy-1.4.1/dipy/align/
H A Dvector_fields.c3023 static CYTHON_INLINE PyObject* __Pyx_PyInt_From_Py_intptr_t(Py_intptr_t value);
10778 …__pyx_t_4 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_nr); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 508, … in __pyx_pf_4dipy_5align_13vector_fields_82invert_vector_field_fixed_point_2d()
10780 …__pyx_t_2 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_nc); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 508, … in __pyx_pf_4dipy_5align_13vector_fields_82invert_vector_field_fixed_point_2d()
10823 …__pyx_t_5 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_nr); if (unlikely(!__pyx_t_5)) __PYX_ERR(0, 509, … in __pyx_pf_4dipy_5align_13vector_fields_82invert_vector_field_fixed_point_2d()
10825 …__pyx_t_7 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_nc); if (unlikely(!__pyx_t_7)) __PYX_ERR(0, 509, … in __pyx_pf_4dipy_5align_13vector_fields_82invert_vector_field_fixed_point_2d()
10865 …__pyx_t_3 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_nr); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 510, … in __pyx_pf_4dipy_5align_13vector_fields_82invert_vector_field_fixed_point_2d()
10867 …__pyx_t_7 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_nc); if (unlikely(!__pyx_t_7)) __PYX_ERR(0, 510, … in __pyx_pf_4dipy_5align_13vector_fields_82invert_vector_field_fixed_point_2d()
11837 …__pyx_t_4 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_nr); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 508, … in __pyx_pf_4dipy_5align_13vector_fields_84invert_vector_field_fixed_point_2d()
11839 …__pyx_t_2 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_nc); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 508, … in __pyx_pf_4dipy_5align_13vector_fields_84invert_vector_field_fixed_point_2d()
11882 …__pyx_t_5 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_nr); if (unlikely(!__pyx_t_5)) __PYX_ERR(0, 509, … in __pyx_pf_4dipy_5align_13vector_fields_84invert_vector_field_fixed_point_2d()
[all …]
H A Dcrosscorr.c2265 static CYTHON_INLINE PyObject* __Pyx_PyInt_From_Py_intptr_t(Py_intptr_t value);
4638 …__pyx_t_1 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_nr); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 184, … in __pyx_pf_4dipy_5align_9crosscorr_16precompute_cc_factors_3d()
4640 …__pyx_t_3 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_nc); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 184, … in __pyx_pf_4dipy_5align_9crosscorr_16precompute_cc_factors_3d()
4693 …__pyx_t_5 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_ns); if (unlikely(!__pyx_t_5)) __PYX_ERR(0, 185, … in __pyx_pf_4dipy_5align_9crosscorr_16precompute_cc_factors_3d()
4695 …__pyx_t_3 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_nr); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 185, … in __pyx_pf_4dipy_5align_9crosscorr_16precompute_cc_factors_3d()
4697 …__pyx_t_2 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_nc); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 185, … in __pyx_pf_4dipy_5align_9crosscorr_16precompute_cc_factors_3d()
6182 …__pyx_t_1 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_nr); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 184, … in __pyx_pf_4dipy_5align_9crosscorr_18precompute_cc_factors_3d()
6184 …__pyx_t_3 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_nc); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 184, … in __pyx_pf_4dipy_5align_9crosscorr_18precompute_cc_factors_3d()
6237 …__pyx_t_5 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_ns); if (unlikely(!__pyx_t_5)) __PYX_ERR(0, 185, … in __pyx_pf_4dipy_5align_9crosscorr_18precompute_cc_factors_3d()
6239 …__pyx_t_3 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_nr); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 185, … in __pyx_pf_4dipy_5align_9crosscorr_18precompute_cc_factors_3d()
[all …]
H A Dparzenhist.c2191 static CYTHON_INLINE PyObject* __Pyx_PyInt_From_Py_intptr_t(Py_intptr_t value);
7646 …__pyx_t_1 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_n); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 501, _… in __pyx_pf_4dipy_5align_10parzenhist_cubic_spline()
7991 …__pyx_t_1 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_n); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 541, _… in __pyx_pf_4dipy_5align_10parzenhist_2cubic_spline_derivative()
9934 …__pyx_t_3 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_n); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 891, _… in __pyx_fuse_0__pyx_f_4dipy_5align_10parzenhist__joint_pdf_gradient_dense_2d()
9977 …__pyx_t_2 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_n); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 892, _… in __pyx_fuse_0__pyx_f_4dipy_5align_10parzenhist__joint_pdf_gradient_dense_2d()
10648 …__pyx_t_3 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_n); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 891, _… in __pyx_fuse_1__pyx_f_4dipy_5align_10parzenhist__joint_pdf_gradient_dense_2d()
10691 …__pyx_t_2 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_n); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 892, _… in __pyx_fuse_1__pyx_f_4dipy_5align_10parzenhist__joint_pdf_gradient_dense_2d()
11392 …__pyx_t_3 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_n); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 1002, … in __pyx_fuse_0__pyx_f_4dipy_5align_10parzenhist__joint_pdf_gradient_dense_3d()
11435 …__pyx_t_2 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_n); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 1003, … in __pyx_fuse_0__pyx_f_4dipy_5align_10parzenhist__joint_pdf_gradient_dense_3d()
12171 …__pyx_t_3 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_n); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 1002, … in __pyx_fuse_1__pyx_f_4dipy_5align_10parzenhist__joint_pdf_gradient_dense_3d()
[all …]
H A Dexpectmax.c2238 static CYTHON_INLINE PyObject* __Pyx_PyInt_From_Py_intptr_t(Py_intptr_t value);
3656 …__pyx_t_1 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_nrows); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 60… in __pyx_pf_4dipy_5align_9expectmax_12quantize_positive_2d()
3658 …__pyx_t_4 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_ncols); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 60… in __pyx_pf_4dipy_5align_9expectmax_12quantize_positive_2d()
4707 …__pyx_t_1 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_nrows); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 60… in __pyx_pf_4dipy_5align_9expectmax_14quantize_positive_2d()
4709 …__pyx_t_4 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_ncols); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 60… in __pyx_pf_4dipy_5align_9expectmax_14quantize_positive_2d()
6314 …__pyx_t_4 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_nrows); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 16… in __pyx_pf_4dipy_5align_9expectmax_18quantize_positive_3d()
6316 …__pyx_t_6 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_ncols); if (unlikely(!__pyx_t_6)) __PYX_ERR(0, 16… in __pyx_pf_4dipy_5align_9expectmax_18quantize_positive_3d()
12896 …__pyx_t_2 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_nr); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 418, … in __pyx_pf_4dipy_5align_9expectmax_36compute_em_demons_step_2d()
12898 …__pyx_t_4 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_nc); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 418, … in __pyx_pf_4dipy_5align_9expectmax_36compute_em_demons_step_2d()
13560 …__pyx_t_2 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_nr); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 418, … in __pyx_pf_4dipy_5align_9expectmax_38compute_em_demons_step_2d()
[all …]
H A Dsumsqdiff.c2235 static CYTHON_INLINE PyObject* __Pyx_PyInt_From_Py_intptr_t(Py_intptr_t value);
17913 …__pyx_t_2 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_nr); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 801, … in __pyx_pf_4dipy_5align_9sumsqdiff_56compute_ssd_demons_step_2d()
17915 …__pyx_t_4 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_nc); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 801, … in __pyx_pf_4dipy_5align_9sumsqdiff_56compute_ssd_demons_step_2d()
18423 …__pyx_t_2 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_nr); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 801, … in __pyx_pf_4dipy_5align_9sumsqdiff_58compute_ssd_demons_step_2d()
18425 …__pyx_t_4 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_nc); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 801, … in __pyx_pf_4dipy_5align_9sumsqdiff_58compute_ssd_demons_step_2d()
19492 …__pyx_t_2 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_ns); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 876, … in __pyx_pf_4dipy_5align_9sumsqdiff_62compute_ssd_demons_step_3d()
19494 …__pyx_t_4 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_nr); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 876, … in __pyx_pf_4dipy_5align_9sumsqdiff_62compute_ssd_demons_step_3d()
19496 …__pyx_t_5 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_nc); if (unlikely(!__pyx_t_5)) __PYX_ERR(0, 876, … in __pyx_pf_4dipy_5align_9sumsqdiff_62compute_ssd_demons_step_3d()
20136 …__pyx_t_2 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_ns); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 876, … in __pyx_pf_4dipy_5align_9sumsqdiff_64compute_ssd_demons_step_3d()
20138 …__pyx_t_4 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_nr); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 876, … in __pyx_pf_4dipy_5align_9sumsqdiff_64compute_ssd_demons_step_3d()
[all …]
/dports/science/py-dipy/dipy-1.4.1/dipy/core/
H A Dinterpolation.c2365 static CYTHON_INLINE PyObject* __Pyx_PyInt_From_Py_intptr_t(Py_intptr_t value);
8254 …__pyx_t_2 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_n); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 432, _… in __pyx_pf_4dipy_4core_13interpolation_28interpolate_vector_2d()
8291 …__pyx_t_1 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_n); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 433, _… in __pyx_pf_4dipy_4core_13interpolation_28interpolate_vector_2d()
8639 …__pyx_t_2 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_n); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 432, _… in __pyx_pf_4dipy_4core_13interpolation_30interpolate_vector_2d()
8676 …__pyx_t_1 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_n); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 433, _… in __pyx_pf_4dipy_4core_13interpolation_30interpolate_vector_2d()
10550 …__pyx_t_2 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_n); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 542, _… in __pyx_pf_4dipy_4core_13interpolation_34interpolate_scalar_2d()
10584 …__pyx_t_1 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_n); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 543, _… in __pyx_pf_4dipy_4core_13interpolation_34interpolate_scalar_2d()
10930 …__pyx_t_2 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_n); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 542, _… in __pyx_pf_4dipy_4core_13interpolation_36interpolate_scalar_2d()
10964 …__pyx_t_1 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_n); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 543, _… in __pyx_pf_4dipy_4core_13interpolation_36interpolate_scalar_2d()
12908 …__pyx_t_2 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_n); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 646, _… in __pyx_pf_4dipy_4core_13interpolation_40interpolate_scalar_nn_2d()
[all …]
/dports/science/py-dipy/dipy-1.4.1/dipy/tracking/
H A Ddistances.c1799 static CYTHON_INLINE PyObject* __Pyx_PyInt_From_Py_intptr_t(Py_intptr_t value);
6285 …__pyx_t_2 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_lent); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 417… in __pyx_pf_4dipy_8tracking_9distances_16most_similar_track_mam()
6454 …__pyx_t_4 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_lent); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 427… in __pyx_pf_4dipy_8tracking_9distances_16most_similar_track_mam()
6979 …__pyx_t_5 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_si); if (unlikely(!__pyx_t_5)) __PYX_ERR(0, 472, … in __pyx_pf_4dipy_8tracking_9distances_16most_similar_track_mam()
7469 …__pyx_t_2 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_lentA); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 52… in __pyx_pf_4dipy_8tracking_9distances_18bundles_distances_mam()
7524 …__pyx_t_7 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_lentB); if (unlikely(!__pyx_t_7)) __PYX_ERR(0, 52… in __pyx_pf_4dipy_8tracking_9distances_18bundles_distances_mam()
7579 …__pyx_t_5 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_lentA); if (unlikely(!__pyx_t_5)) __PYX_ERR(0, 52… in __pyx_pf_4dipy_8tracking_9distances_18bundles_distances_mam()
7581 …__pyx_t_7 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_lentB); if (unlikely(!__pyx_t_7)) __PYX_ERR(0, 52… in __pyx_pf_4dipy_8tracking_9distances_18bundles_distances_mam()
8409 …__pyx_t_2 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_lentA); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 60… in __pyx_pf_4dipy_8tracking_9distances_20bundles_distances_mdf()
8464 …__pyx_t_7 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_lentB); if (unlikely(!__pyx_t_7)) __PYX_ERR(0, 60… in __pyx_pf_4dipy_8tracking_9distances_20bundles_distances_mdf()
[all …]
H A Dstreamlinespeed.c2077 static CYTHON_INLINE PyObject* __Pyx_PyInt_From_Py_intptr_t(Py_intptr_t value);
3861 …__Pyx_GetItemInt(__pyx_v_streamlines, __pyx_v_i, npy_intp, 1, __Pyx_PyInt_From_Py_intptr_t, 0, 0, … in __pyx_pf_4dipy_8tracking_15streamlinespeed_length()
3876 …__Pyx_GetItemInt(__pyx_v_streamlines, __pyx_v_i, npy_intp, 1, __Pyx_PyInt_From_Py_intptr_t, 0, 0, … in __pyx_pf_4dipy_8tracking_15streamlinespeed_length()
4068 …_pyx_v_streamlines_length, __pyx_v_i, __pyx_t_1, npy_intp, 1, __Pyx_PyInt_From_Py_intptr_t, 0, 0, … in __pyx_pf_4dipy_8tracking_15streamlinespeed_length()
4184 …_pyx_v_streamlines_length, __pyx_v_i, __pyx_t_1, npy_intp, 1, __Pyx_PyInt_From_Py_intptr_t, 0, 0, … in __pyx_pf_4dipy_8tracking_15streamlinespeed_length()
4271 …_pyx_v_streamlines_length, __pyx_v_i, __pyx_t_1, npy_intp, 1, __Pyx_PyInt_From_Py_intptr_t, 0, 0, … in __pyx_pf_4dipy_8tracking_15streamlinespeed_length()
4380 …_pyx_v_streamlines_length, __pyx_v_i, __pyx_t_1, npy_intp, 1, __Pyx_PyInt_From_Py_intptr_t, 0, 0, … in __pyx_pf_4dipy_8tracking_15streamlinespeed_length()
4456 …_pyx_v_streamlines_length, __pyx_v_i, __pyx_t_1, npy_intp, 1, __Pyx_PyInt_From_Py_intptr_t, 0, 0, … in __pyx_pf_4dipy_8tracking_15streamlinespeed_length()
9555 …__Pyx_GetItemInt(__pyx_v_streamlines, __pyx_v_i, npy_intp, 1, __Pyx_PyInt_From_Py_intptr_t, 0, 0, … in __pyx_pf_4dipy_8tracking_15streamlinespeed_4compress_streamlines()
9570 …__Pyx_GetItemInt(__pyx_v_streamlines, __pyx_v_i, npy_intp, 1, __Pyx_PyInt_From_Py_intptr_t, 0, 0, … in __pyx_pf_4dipy_8tracking_15streamlinespeed_4compress_streamlines()
[all …]
/dports/science/py-dipy/dipy-1.4.1/dipy/denoise/
H A Dpca_noise_estimate.c2094 static CYTHON_INLINE PyObject* __Pyx_PyInt_From_Py_intptr_t(Py_intptr_t value);
3146 …__pyx_t_2 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_n0); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 89, _… in __pyx_pf_4dipy_7denoise_18pca_noise_estimate_pca_noise_estimate()
3148 …__pyx_t_1 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_n1); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 89, _… in __pyx_pf_4dipy_7denoise_18pca_noise_estimate_pca_noise_estimate()
3150 …__pyx_t_7 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_n2); if (unlikely(!__pyx_t_7)) __PYX_ERR(0, 89, _… in __pyx_pf_4dipy_7denoise_18pca_noise_estimate_pca_noise_estimate()
3196 …__pyx_t_7 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_n3); if (unlikely(!__pyx_t_7)) __PYX_ERR(0, 91, _… in __pyx_pf_4dipy_7denoise_18pca_noise_estimate_pca_noise_estimate()
3431 …__pyx_t_2 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_n0); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 102, … in __pyx_pf_4dipy_7denoise_18pca_noise_estimate_pca_noise_estimate()
3433 …__pyx_t_5 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_n1); if (unlikely(!__pyx_t_5)) __PYX_ERR(0, 102, … in __pyx_pf_4dipy_7denoise_18pca_noise_estimate_pca_noise_estimate()
3435 …__pyx_t_8 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_n2); if (unlikely(!__pyx_t_8)) __PYX_ERR(0, 102, … in __pyx_pf_4dipy_7denoise_18pca_noise_estimate_pca_noise_estimate()
3530 …__pyx_t_7 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_n0); if (unlikely(!__pyx_t_7)) __PYX_ERR(0, 106, … in __pyx_pf_4dipy_7denoise_18pca_noise_estimate_pca_noise_estimate()
3532 …__pyx_t_8 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_n1); if (unlikely(!__pyx_t_8)) __PYX_ERR(0, 106, … in __pyx_pf_4dipy_7denoise_18pca_noise_estimate_pca_noise_estimate()
[all …]
H A Dshift_twist_convolution.c2048 static CYTHON_INLINE PyObject* __Pyx_PyInt_From_Py_intptr_t(Py_intptr_t value);
3660 …__pyx_t_4 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_threads_to_use); if (unlikely(!__pyx_t_4)) __PYX_… in __pyx_f_4dipy_7denoise_23shift_twist_convolution_perform_convolution()
3714 …__pyx_t_1 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_OR1); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 182,… in __pyx_f_4dipy_7denoise_23shift_twist_convolution_perform_convolution()
3716 …__pyx_t_2 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_nx); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 182, … in __pyx_f_4dipy_7denoise_23shift_twist_convolution_perform_convolution()
3718 …__pyx_t_8 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_ny); if (unlikely(!__pyx_t_8)) __PYX_ERR(0, 182, … in __pyx_f_4dipy_7denoise_23shift_twist_convolution_perform_convolution()
3720 …__pyx_t_9 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_nz); if (unlikely(!__pyx_t_9)) __PYX_ERR(0, 182, … in __pyx_f_4dipy_7denoise_23shift_twist_convolution_perform_convolution()
3770 …__pyx_t_3 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_OR1); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 183,… in __pyx_f_4dipy_7denoise_23shift_twist_convolution_perform_convolution()
3772 …__pyx_t_9 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_nx); if (unlikely(!__pyx_t_9)) __PYX_ERR(0, 183, … in __pyx_f_4dipy_7denoise_23shift_twist_convolution_perform_convolution()
3774 …__pyx_t_8 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_ny); if (unlikely(!__pyx_t_8)) __PYX_ERR(0, 183, … in __pyx_f_4dipy_7denoise_23shift_twist_convolution_perform_convolution()
3776 …__pyx_t_2 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_nz); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 183, … in __pyx_f_4dipy_7denoise_23shift_twist_convolution_perform_convolution()
[all …]
/dports/science/healpix/Healpix_3.50/src/healpy/healpy/src/
H A D_pixelfunc.cpp1545 static CYTHON_INLINE PyObject* __Pyx_PyInt_From_Py_intptr_t(Py_intptr_t value);
2088 …__pyx_t_5 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_num); if (unlikely(!__pyx_t_5)) __PYX_ERR(0, 53, … in __pyx_pf_6healpy_10_pixelfunc_ringinfo()
2135 …__pyx_t_10 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_num); if (unlikely(!__pyx_t_10)) __PYX_ERR(0, 54… in __pyx_pf_6healpy_10_pixelfunc_ringinfo()
2182 …__pyx_t_9 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_num); if (unlikely(!__pyx_t_9)) __PYX_ERR(0, 55, … in __pyx_pf_6healpy_10_pixelfunc_ringinfo()
2229 …__pyx_t_7 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_num); if (unlikely(!__pyx_t_7)) __PYX_ERR(0, 56, … in __pyx_pf_6healpy_10_pixelfunc_ringinfo()
2276 …__pyx_t_5 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_num); if (unlikely(!__pyx_t_5)) __PYX_ERR(0, 57, … in __pyx_pf_6healpy_10_pixelfunc_ringinfo()
2678 …__pyx_t_6 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_num); if (unlikely(!__pyx_t_6)) __PYX_ERR(0, 96, … in __pyx_pf_6healpy_10_pixelfunc_2pix2ring()
7945 static CYTHON_INLINE PyObject* __Pyx_PyInt_From_Py_intptr_t(Py_intptr_t value) { in __Pyx_PyInt_From_Py_intptr_t() function
/dports/science/py-dipy/dipy-1.4.1/dipy/reconst/
H A Dvec_val_sum.c2036 static CYTHON_INLINE PyObject* __Pyx_PyInt_From_Py_intptr_t(Py_intptr_t value);
2771 …__pyx_t_1 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_cols); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 67,… in __pyx_pf_4dipy_7reconst_11vec_val_sum_vec_val_vect()
2859 …__pyx_t_1 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_N); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 70, __… in __pyx_pf_4dipy_7reconst_11vec_val_sum_vec_val_vect()
2861 …__pyx_t_8 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_rows); if (unlikely(!__pyx_t_8)) __PYX_ERR(0, 70,… in __pyx_pf_4dipy_7reconst_11vec_val_sum_vec_val_vect()
2863 …__pyx_t_10 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_cols); if (unlikely(!__pyx_t_10)) __PYX_ERR(0, 7… in __pyx_pf_4dipy_7reconst_11vec_val_sum_vec_val_vect()
2925 …__pyx_t_2 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_N); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 71, __… in __pyx_pf_4dipy_7reconst_11vec_val_sum_vec_val_vect()
2927 …__pyx_t_10 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_cols); if (unlikely(!__pyx_t_10)) __PYX_ERR(0, 7… in __pyx_pf_4dipy_7reconst_11vec_val_sum_vec_val_vect()
2984 …__pyx_t_11 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_N); if (unlikely(!__pyx_t_11)) __PYX_ERR(0, 72, … in __pyx_pf_4dipy_7reconst_11vec_val_sum_vec_val_vect()
2986 …__pyx_t_9 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_rows); if (unlikely(!__pyx_t_9)) __PYX_ERR(0, 72,… in __pyx_pf_4dipy_7reconst_11vec_val_sum_vec_val_vect()
3232 …__pyx_t_9 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_rows); if (unlikely(!__pyx_t_9)) __PYX_ERR(0, 83,… in __pyx_pf_4dipy_7reconst_11vec_val_sum_vec_val_vect()
[all …]
H A Drecspeed.c2479 static CYTHON_INLINE PyObject* __Pyx_PyInt_From_Py_intptr_t(Py_intptr_t value);
4113 …__pyx_t_2 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_n); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 97, __… in __pyx_pf_4dipy_7reconst_8recspeed_18remove_similar_vertices()
4181 …__pyx_t_5 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_n); if (unlikely(!__pyx_t_5)) __PYX_ERR(0, 99, __… in __pyx_pf_4dipy_7reconst_8recspeed_18remove_similar_vertices()
4256 …__pyx_t_11 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_n); if (unlikely(!__pyx_t_11)) __PYX_ERR(0, 101,… in __pyx_pf_4dipy_7reconst_8recspeed_18remove_similar_vertices()
5148 …__pyx_t_2 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_n); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 97, __… in __pyx_pf_4dipy_7reconst_8recspeed_20remove_similar_vertices()
5216 …__pyx_t_5 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_n); if (unlikely(!__pyx_t_5)) __PYX_ERR(0, 99, __… in __pyx_pf_4dipy_7reconst_8recspeed_20remove_similar_vertices()
5291 …__pyx_t_11 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_n); if (unlikely(!__pyx_t_11)) __PYX_ERR(0, 101,… in __pyx_pf_4dipy_7reconst_8recspeed_20remove_similar_vertices()
6613 …__pyx_t_3 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_left); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 196… in __pyx_pf_4dipy_7reconst_8recspeed_24search_descending()
6849 …__pyx_t_3 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_left); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 196… in __pyx_pf_4dipy_7reconst_8recspeed_26search_descending()
10209 …__pyx_t_3 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_n_maxes); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, … in __pyx_pf_4dipy_7reconst_8recspeed_16argmax_from_countarrs()
[all …]
/dports/science/py-dipy/dipy-1.4.1/dipy/segment/
H A Dmrf.c2128 static CYTHON_INLINE PyObject* __Pyx_PyInt_From_Py_intptr_t(Py_intptr_t value);
3387 …__pyx_t_1 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_nclass); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 1… in __pyx_pf_4dipy_7segment_3mrf_24ConstantObservationModel_4seg_stats()
3423 …__pyx_t_7 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_nclass); if (unlikely(!__pyx_t_7)) __PYX_ERR(0, 1… in __pyx_pf_4dipy_7segment_3mrf_24ConstantObservationModel_4seg_stats()
3459 …__pyx_t_5 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_nclass); if (unlikely(!__pyx_t_5)) __PYX_ERR(0, 1… in __pyx_pf_4dipy_7segment_3mrf_24ConstantObservationModel_4seg_stats()
3842 …__pyx_t_3 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_nclasses); if (unlikely(!__pyx_t_3)) __PYX_ERR(0,… in __pyx_pf_4dipy_7segment_3mrf_24ConstantObservationModel_6negloglikelihood()
4515 …__pyx_t_1 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_nclasses); if (unlikely(!__pyx_t_1)) __PYX_ERR(0,… in __pyx_pf_4dipy_7segment_3mrf_24ConstantObservationModel_10update_param()
4551 …__pyx_t_5 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_nclasses); if (unlikely(!__pyx_t_5)) __PYX_ERR(0,… in __pyx_pf_4dipy_7segment_3mrf_24ConstantObservationModel_10update_param()
4589 …__pyx_t_3 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_nclasses); if (unlikely(!__pyx_t_3)) __PYX_ERR(0,… in __pyx_pf_4dipy_7segment_3mrf_24ConstantObservationModel_10update_param()
6803 …__pyx_t_3 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_l); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 505, _… in __pyx_pf_4dipy_7segment_3mrf_24IteratedConditionalModes_6prob_neighborhood()
6825 …__pyx_t_3 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_l); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 505, _… in __pyx_pf_4dipy_7segment_3mrf_24IteratedConditionalModes_6prob_neighborhood()
[all …]
/dports/devel/py-qutip/qutip-4.6.2/qutip/cy/
H A Dsparse_utils.cpp2337 static CYTHON_INLINE PyObject* __Pyx_PyInt_From_Py_intptr_t(Py_intptr_t value);
4683 …__pyx_t_1 = __Pyx_PyInt_From_Py_intptr_t((__pyx_v_rperm->dimensions[0])); if (unlikely(!__pyx_t_1)… in __pyx_pf_5qutip_2cy_12sparse_utils_20_sparse_permute()
4959 …__pyx_t_1 = __Pyx_PyInt_From_Py_intptr_t((__pyx_v_cperm->dimensions[0])); if (unlikely(!__pyx_t_1)… in __pyx_pf_5qutip_2cy_12sparse_utils_20_sparse_permute()
5150 …__pyx_t_1 = __Pyx_PyInt_From_Py_intptr_t((__pyx_v_cperm->dimensions[0])); if (unlikely(!__pyx_t_1)… in __pyx_pf_5qutip_2cy_12sparse_utils_20_sparse_permute()
5426 …__pyx_t_1 = __Pyx_PyInt_From_Py_intptr_t((__pyx_v_rperm->dimensions[0])); if (unlikely(!__pyx_t_1)… in __pyx_pf_5qutip_2cy_12sparse_utils_20_sparse_permute()
6084 …__pyx_t_1 = __Pyx_PyInt_From_Py_intptr_t((__pyx_v_rperm->dimensions[0])); if (unlikely(!__pyx_t_1)… in __pyx_pf_5qutip_2cy_12sparse_utils_22_sparse_permute()
6360 …__pyx_t_1 = __Pyx_PyInt_From_Py_intptr_t((__pyx_v_cperm->dimensions[0])); if (unlikely(!__pyx_t_1)… in __pyx_pf_5qutip_2cy_12sparse_utils_22_sparse_permute()
6551 …__pyx_t_1 = __Pyx_PyInt_From_Py_intptr_t((__pyx_v_cperm->dimensions[0])); if (unlikely(!__pyx_t_1)… in __pyx_pf_5qutip_2cy_12sparse_utils_22_sparse_permute()
6827 …__pyx_t_1 = __Pyx_PyInt_From_Py_intptr_t((__pyx_v_rperm->dimensions[0])); if (unlikely(!__pyx_t_1)… in __pyx_pf_5qutip_2cy_12sparse_utils_22_sparse_permute()
7485 …__pyx_t_1 = __Pyx_PyInt_From_Py_intptr_t((__pyx_v_rperm->dimensions[0])); if (unlikely(!__pyx_t_1)… in __pyx_pf_5qutip_2cy_12sparse_utils_24_sparse_permute()
[all …]
/dports/graphics/py-pandana/pandana-0.6.1/src/
H A Dcyaccess.cpp1559 static CYTHON_INLINE PyObject* __Pyx_PyInt_From_Py_intptr_t(Py_intptr_t value);
2133 …GetItemInt(((PyObject *)__pyx_v_arr), __pyx_v_i, npy_intp, 1, __Pyx_PyInt_From_Py_intptr_t, 0, 1, … in __pyx_f_7pandana_8cyaccess_convert_2D_vector_to_array_dbl()
2135 …_Pyx_SetItemInt(__pyx_t_1, __pyx_v_j, __pyx_t_4, npy_intp, 1, __Pyx_PyInt_From_Py_intptr_t, 0, 1, … in __pyx_f_7pandana_8cyaccess_convert_2D_vector_to_array_dbl()
2269 …GetItemInt(((PyObject *)__pyx_v_arr), __pyx_v_i, npy_intp, 1, __Pyx_PyInt_From_Py_intptr_t, 0, 1, … in __pyx_f_7pandana_8cyaccess_convert_2D_vector_to_array_int()
2271 …_Pyx_SetItemInt(__pyx_t_1, __pyx_v_j, __pyx_t_4, npy_intp, 1, __Pyx_PyInt_From_Py_intptr_t, 0, 1, … in __pyx_f_7pandana_8cyaccess_convert_2D_vector_to_array_int()
8637 static CYTHON_INLINE PyObject* __Pyx_PyInt_From_Py_intptr_t(Py_intptr_t value) { in __Pyx_PyInt_From_Py_intptr_t() function
/dports/math/py-yt/yt-4.0.1/yt/utilities/lib/cykdtree/
H A Dutils.cpp2003 static CYTHON_INLINE PyObject* __Pyx_PyInt_From_Py_intptr_t(Py_intptr_t value);
3453 …__pyx_t_3 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_n); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 84, __… in __pyx_pf_2yt_9utilities_3lib_8cykdtree_5utils_4py_argmax_pts_dim()
3550 …__pyx_t_3 = __Pyx_PyInt_From_Py_intptr_t(__pyx_v_n); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 91, __… in __pyx_pf_2yt_9utilities_3lib_8cykdtree_5utils_4py_argmax_pts_dim()
4213 …__pyx_t_3 = __Pyx_PyInt_From_Py_intptr_t((__pyx_v_pos->dimensions[0])); if (unlikely(!__pyx_t_3)) … in __pyx_pf_2yt_9utilities_3lib_8cykdtree_5utils_8py_quickSort()
4540 …__pyx_t_3 = __Pyx_PyInt_From_Py_intptr_t((__pyx_v_pos->dimensions[0])); if (unlikely(!__pyx_t_3)) … in __pyx_pf_2yt_9utilities_3lib_8cykdtree_5utils_10py_insertSort()
4868 …__pyx_t_3 = __Pyx_PyInt_From_Py_intptr_t((__pyx_v_pos->dimensions[0])); if (unlikely(!__pyx_t_3)) … in __pyx_pf_2yt_9utilities_3lib_8cykdtree_5utils_12py_pivot()
5217 …__pyx_t_3 = __Pyx_PyInt_From_Py_intptr_t((__pyx_v_pos->dimensions[0])); if (unlikely(!__pyx_t_3)) … in __pyx_pf_2yt_9utilities_3lib_8cykdtree_5utils_14py_partition()
5566 …__pyx_t_3 = __Pyx_PyInt_From_Py_intptr_t((__pyx_v_pos->dimensions[0])); if (unlikely(!__pyx_t_3)) … in __pyx_pf_2yt_9utilities_3lib_8cykdtree_5utils_16py_partition_given_pivot()
5915 …__pyx_t_3 = __Pyx_PyInt_From_Py_intptr_t((__pyx_v_pos->dimensions[0])); if (unlikely(!__pyx_t_3)) … in __pyx_pf_2yt_9utilities_3lib_8cykdtree_5utils_18py_select()
6357 …__pyx_t_3 = __Pyx_PyInt_From_Py_intptr_t((__pyx_v_pos->dimensions[0])); if (unlikely(!__pyx_t_3)) … in __pyx_pf_2yt_9utilities_3lib_8cykdtree_5utils_20py_split()
[all …]
/dports/biology/py-scikit-bio/scikit-bio-0.5.6/skbio/diversity/
H A D_phylogenetic.c1563 static CYTHON_INLINE PyObject* __Pyx_PyInt_From_Py_intptr_t(Py_intptr_t value);
2959 …__pyx_t_2 = __Pyx_PyInt_From_Py_intptr_t((__pyx_v_observed_ids->dimensions[0])); if (unlikely(!__p… in __pyx_pf_5skbio_9diversity_13_phylogenetic_2_nodes_by_counts()
3060 …__pyx_t_4 = __Pyx_PyInt_From_Py_intptr_t((__pyx_v_nodes->dimensions[0])); if (unlikely(!__pyx_t_4)… in __pyx_pf_5skbio_9diversity_13_phylogenetic_2_nodes_by_counts()
8355 static CYTHON_INLINE PyObject* __Pyx_PyInt_From_Py_intptr_t(Py_intptr_t value) { in __Pyx_PyInt_From_Py_intptr_t() function

123