Home
last modified time | relevance | path

Searched refs:INTMIN (Results 1 – 25 of 62) sorted by relevance

123

/dports/math/suitesparse-klu/SuiteSparse-5.10.1/GraphBLAS/CUDA/templates/
H A DsparseDotProduct.cu44 #define INTMIN( A, B) ( (A) < (B) ) ? (A) : (B) macro
70 unsigned int n_intersect = INTMIN( g_xnz, g_ynz); in sparseDotProduct()
76 unsigned int diag = INTMIN( work_per_thread*tid_global, nxy); in sparseDotProduct()
77 unsigned int diag_end = INTMIN( diag + work_per_thread, nxy); in sparseDotProduct()
81 unsigned int x_max = INTMIN( diag, g_xnz); in sparseDotProduct()
106 x_max = INTMIN( diag_end, g_xnz); in sparseDotProduct()
H A DGB_jit_AxB_dot3_phase3_warpix.cu.jit136 " n_intersect = INTMIN( nnzA, nnzB); \n"
150 " int diag = INTMIN( work_per_warp*blockIdx.x, nxy);\n"
151 " int diag_end = INTMIN( diag + work_per_warp, nxy);\n"
155 " int x_max = INTMIN( diag, nnzA);\n"
180 " x_max = INTMIN( diag_end, nnzA);\n"
/dports/math/suitesparse-btf/SuiteSparse-5.10.1/GraphBLAS/CUDA/templates/
H A DsparseDotProduct.cu44 #define INTMIN( A, B) ( (A) < (B) ) ? (A) : (B) macro
70 unsigned int n_intersect = INTMIN( g_xnz, g_ynz); in sparseDotProduct()
76 unsigned int diag = INTMIN( work_per_thread*tid_global, nxy); in sparseDotProduct()
77 unsigned int diag_end = INTMIN( diag + work_per_thread, nxy); in sparseDotProduct()
81 unsigned int x_max = INTMIN( diag, g_xnz); in sparseDotProduct()
106 x_max = INTMIN( diag_end, g_xnz); in sparseDotProduct()
/dports/math/suitesparse-amd/SuiteSparse-5.10.1/GraphBLAS/CUDA/templates/
H A DsparseDotProduct.cu44 #define INTMIN( A, B) ( (A) < (B) ) ? (A) : (B) macro
70 unsigned int n_intersect = INTMIN( g_xnz, g_ynz); in sparseDotProduct()
76 unsigned int diag = INTMIN( work_per_thread*tid_global, nxy); in sparseDotProduct()
77 unsigned int diag_end = INTMIN( diag + work_per_thread, nxy); in sparseDotProduct()
81 unsigned int x_max = INTMIN( diag, g_xnz); in sparseDotProduct()
106 x_max = INTMIN( diag_end, g_xnz); in sparseDotProduct()
/dports/math/suitesparse-ldl/SuiteSparse-5.10.1/GraphBLAS/CUDA/templates/
H A DsparseDotProduct.cu44 #define INTMIN( A, B) ( (A) < (B) ) ? (A) : (B) macro
70 unsigned int n_intersect = INTMIN( g_xnz, g_ynz); in sparseDotProduct()
76 unsigned int diag = INTMIN( work_per_thread*tid_global, nxy); in sparseDotProduct()
77 unsigned int diag_end = INTMIN( diag + work_per_thread, nxy); in sparseDotProduct()
81 unsigned int x_max = INTMIN( diag, g_xnz); in sparseDotProduct()
106 x_max = INTMIN( diag_end, g_xnz); in sparseDotProduct()
/dports/math/suitesparse-mongoose/SuiteSparse-5.10.1/GraphBLAS/CUDA/templates/
H A DsparseDotProduct.cu44 #define INTMIN( A, B) ( (A) < (B) ) ? (A) : (B) macro
70 unsigned int n_intersect = INTMIN( g_xnz, g_ynz); in sparseDotProduct()
76 unsigned int diag = INTMIN( work_per_thread*tid_global, nxy); in sparseDotProduct()
77 unsigned int diag_end = INTMIN( diag + work_per_thread, nxy); in sparseDotProduct()
81 unsigned int x_max = INTMIN( diag, g_xnz); in sparseDotProduct()
106 x_max = INTMIN( diag_end, g_xnz); in sparseDotProduct()
/dports/math/suitesparse-rbio/SuiteSparse-5.10.1/GraphBLAS/CUDA/templates/
H A DsparseDotProduct.cu44 #define INTMIN( A, B) ( (A) < (B) ) ? (A) : (B) macro
70 unsigned int n_intersect = INTMIN( g_xnz, g_ynz); in sparseDotProduct()
76 unsigned int diag = INTMIN( work_per_thread*tid_global, nxy); in sparseDotProduct()
77 unsigned int diag_end = INTMIN( diag + work_per_thread, nxy); in sparseDotProduct()
81 unsigned int x_max = INTMIN( diag, g_xnz); in sparseDotProduct()
106 x_max = INTMIN( diag_end, g_xnz); in sparseDotProduct()
/dports/math/suitesparse-config/SuiteSparse-5.10.1/GraphBLAS/CUDA/templates/
H A DsparseDotProduct.cu44 #define INTMIN( A, B) ( (A) < (B) ) ? (A) : (B) macro
70 unsigned int n_intersect = INTMIN( g_xnz, g_ynz); in sparseDotProduct()
76 unsigned int diag = INTMIN( work_per_thread*tid_global, nxy); in sparseDotProduct()
77 unsigned int diag_end = INTMIN( diag + work_per_thread, nxy); in sparseDotProduct()
81 unsigned int x_max = INTMIN( diag, g_xnz); in sparseDotProduct()
106 x_max = INTMIN( diag_end, g_xnz); in sparseDotProduct()
/dports/math/suitesparse-ccolamd/SuiteSparse-5.10.1/GraphBLAS/CUDA/templates/
H A DsparseDotProduct.cu44 #define INTMIN( A, B) ( (A) < (B) ) ? (A) : (B) macro
70 unsigned int n_intersect = INTMIN( g_xnz, g_ynz); in sparseDotProduct()
76 unsigned int diag = INTMIN( work_per_thread*tid_global, nxy); in sparseDotProduct()
77 unsigned int diag_end = INTMIN( diag + work_per_thread, nxy); in sparseDotProduct()
81 unsigned int x_max = INTMIN( diag, g_xnz); in sparseDotProduct()
106 x_max = INTMIN( diag_end, g_xnz); in sparseDotProduct()
/dports/math/suitesparse-cholmod/SuiteSparse-5.10.1/GraphBLAS/CUDA/templates/
H A DsparseDotProduct.cu44 #define INTMIN( A, B) ( (A) < (B) ) ? (A) : (B) macro
70 unsigned int n_intersect = INTMIN( g_xnz, g_ynz); in sparseDotProduct()
76 unsigned int diag = INTMIN( work_per_thread*tid_global, nxy); in sparseDotProduct()
77 unsigned int diag_end = INTMIN( diag + work_per_thread, nxy); in sparseDotProduct()
81 unsigned int x_max = INTMIN( diag, g_xnz); in sparseDotProduct()
106 x_max = INTMIN( diag_end, g_xnz); in sparseDotProduct()
/dports/math/suitesparse-colamd/SuiteSparse-5.10.1/GraphBLAS/CUDA/templates/
H A DsparseDotProduct.cu44 #define INTMIN( A, B) ( (A) < (B) ) ? (A) : (B) macro
70 unsigned int n_intersect = INTMIN( g_xnz, g_ynz); in sparseDotProduct()
76 unsigned int diag = INTMIN( work_per_thread*tid_global, nxy); in sparseDotProduct()
77 unsigned int diag_end = INTMIN( diag + work_per_thread, nxy); in sparseDotProduct()
81 unsigned int x_max = INTMIN( diag, g_xnz); in sparseDotProduct()
106 x_max = INTMIN( diag_end, g_xnz); in sparseDotProduct()
/dports/math/suitesparse-spqr/SuiteSparse-5.10.1/GraphBLAS/CUDA/templates/
H A DsparseDotProduct.cu44 #define INTMIN( A, B) ( (A) < (B) ) ? (A) : (B) macro
70 unsigned int n_intersect = INTMIN( g_xnz, g_ynz); in sparseDotProduct()
76 unsigned int diag = INTMIN( work_per_thread*tid_global, nxy); in sparseDotProduct()
77 unsigned int diag_end = INTMIN( diag + work_per_thread, nxy); in sparseDotProduct()
81 unsigned int x_max = INTMIN( diag, g_xnz); in sparseDotProduct()
106 x_max = INTMIN( diag_end, g_xnz); in sparseDotProduct()
/dports/math/suitesparse-slip_lu/SuiteSparse-5.10.1/GraphBLAS/CUDA/templates/
H A DsparseDotProduct.cu44 #define INTMIN( A, B) ( (A) < (B) ) ? (A) : (B) macro
70 unsigned int n_intersect = INTMIN( g_xnz, g_ynz); in sparseDotProduct()
76 unsigned int diag = INTMIN( work_per_thread*tid_global, nxy); in sparseDotProduct()
77 unsigned int diag_end = INTMIN( diag + work_per_thread, nxy); in sparseDotProduct()
81 unsigned int x_max = INTMIN( diag, g_xnz); in sparseDotProduct()
106 x_max = INTMIN( diag_end, g_xnz); in sparseDotProduct()
/dports/math/suitesparse-camd/SuiteSparse-5.10.1/GraphBLAS/CUDA/templates/
H A DsparseDotProduct.cu44 #define INTMIN( A, B) ( (A) < (B) ) ? (A) : (B) macro
70 unsigned int n_intersect = INTMIN( g_xnz, g_ynz); in sparseDotProduct()
76 unsigned int diag = INTMIN( work_per_thread*tid_global, nxy); in sparseDotProduct()
77 unsigned int diag_end = INTMIN( diag + work_per_thread, nxy); in sparseDotProduct()
81 unsigned int x_max = INTMIN( diag, g_xnz); in sparseDotProduct()
106 x_max = INTMIN( diag_end, g_xnz); in sparseDotProduct()
/dports/math/suitesparse-umfpack/SuiteSparse-5.10.1/GraphBLAS/CUDA/templates/
H A DsparseDotProduct.cu44 #define INTMIN( A, B) ( (A) < (B) ) ? (A) : (B) macro
70 unsigned int n_intersect = INTMIN( g_xnz, g_ynz); in sparseDotProduct()
76 unsigned int diag = INTMIN( work_per_thread*tid_global, nxy); in sparseDotProduct()
77 unsigned int diag_end = INTMIN( diag + work_per_thread, nxy); in sparseDotProduct()
81 unsigned int x_max = INTMIN( diag, g_xnz); in sparseDotProduct()
106 x_max = INTMIN( diag_end, g_xnz); in sparseDotProduct()
/dports/math/suitesparse-csparse/SuiteSparse-5.10.1/GraphBLAS/CUDA/templates/
H A DsparseDotProduct.cu44 #define INTMIN( A, B) ( (A) < (B) ) ? (A) : (B) macro
70 unsigned int n_intersect = INTMIN( g_xnz, g_ynz); in sparseDotProduct()
76 unsigned int diag = INTMIN( work_per_thread*tid_global, nxy); in sparseDotProduct()
77 unsigned int diag_end = INTMIN( diag + work_per_thread, nxy); in sparseDotProduct()
81 unsigned int x_max = INTMIN( diag, g_xnz); in sparseDotProduct()
106 x_max = INTMIN( diag_end, g_xnz); in sparseDotProduct()
/dports/math/suitesparse-cxsparse/SuiteSparse-5.10.1/GraphBLAS/CUDA/templates/
H A DsparseDotProduct.cu44 #define INTMIN( A, B) ( (A) < (B) ) ? (A) : (B) macro
70 unsigned int n_intersect = INTMIN( g_xnz, g_ynz); in sparseDotProduct()
76 unsigned int diag = INTMIN( work_per_thread*tid_global, nxy); in sparseDotProduct()
77 unsigned int diag_end = INTMIN( diag + work_per_thread, nxy); in sparseDotProduct()
81 unsigned int x_max = INTMIN( diag, g_xnz); in sparseDotProduct()
106 x_max = INTMIN( diag_end, g_xnz); in sparseDotProduct()
/dports/math/suitesparse-graphblas/SuiteSparse-5.10.1/GraphBLAS/CUDA/templates/
H A DsparseDotProduct.cu44 #define INTMIN( A, B) ( (A) < (B) ) ? (A) : (B) macro
70 unsigned int n_intersect = INTMIN( g_xnz, g_ynz); in sparseDotProduct()
76 unsigned int diag = INTMIN( work_per_thread*tid_global, nxy); in sparseDotProduct()
77 unsigned int diag_end = INTMIN( diag + work_per_thread, nxy); in sparseDotProduct()
81 unsigned int x_max = INTMIN( diag, g_xnz); in sparseDotProduct()
106 x_max = INTMIN( diag_end, g_xnz); in sparseDotProduct()
/dports/lang/mit-scheme/mit-scheme-9.2/src/microcode/
H A Dhppanwca.c116 #define INTMIN(x,y) (((y) > (x)) ? (y) : (x)) macro
123 (INTMIN ((sizeof (data_to_dump.hardware)), in main()
126 (INTMIN ((sizeof (data_to_dump.cache_format)), in main()
/dports/security/mhash/mhash-0.9.9.9/include/mutils/
H A Dmincludes.h118 #ifdef INTMIN
119 #define INT_MIN INTMIN
124 #error Cannot find either INT_MIN, INTMIN, or MININT
/dports/audio/gogglesmm/gogglesmm-1.2.2/cfox/lib/
H A DFXSpinner.cpp59 #define INTMIN (-INTMAX-1) macro
102 range[0]=INTMIN; in FXIMPLEMENT()
117 range[0]=(options&SPIN_NOMIN) ? INTMIN : 0; in FXSpinner()
524 if(opts&SPIN_NOMIN) range[0]=INTMIN; in setSpinnerStyle()
/dports/x11-toolkits/fox16/fox-1.6.57/src/
H A DFXSpinner.cpp56 #define INTMIN (-INTMAX-1) macro
97 range[0]=INTMIN; in FXIMPLEMENT()
113 range[0]=(options&SPIN_NOMIN) ? INTMIN : 0; in FXSpinner()
495 if(opts&SPIN_NOMIN) range[0]=INTMIN; in setSpinnerStyle()
/dports/x11-toolkits/fox14/fox-1.4.35/src/
H A DFXSpinner.cpp56 #define INTMIN (-INTMAX-1) macro
97 range[0]=INTMIN; in FXIMPLEMENT()
113 range[0]=(options&SPIN_NOMIN) ? INTMIN : 0; in FXSpinner()
482 if(opts&SPIN_NOMIN) range[0]=INTMIN; in setSpinnerStyle()
/dports/math/reduce/Reduce-svn5758-src/csl/fox/src/
H A DFXSpinner.cpp56 #define INTMIN (-INTMAX-1) macro
97 range[0]=INTMIN; in FXIMPLEMENT()
113 range[0]=(options&SPIN_NOMIN) ? INTMIN : 0; in FXSpinner()
495 if(opts&SPIN_NOMIN) range[0]=INTMIN; in setSpinnerStyle()
/dports/x11-toolkits/fox17/fox-1.7.77/lib/
H A DFXSpinner.cpp59 #define INTMIN (-INTMAX-1) macro
102 range[0]=INTMIN; in FXIMPLEMENT()
117 range[0]=(options&SPIN_NOMIN) ? INTMIN : 0; in FXSpinner()
524 if(opts&SPIN_NOMIN) range[0]=INTMIN; in setSpinnerStyle()

123