Home
last modified time | relevance | path

Searched refs:Int_MAX (Results 1 – 25 of 556) sorted by relevance

12345678910>>...23

/dports/print/texlive-base/texlive-20150521-source/utils/asymptote/
H A Dmathop.h107 return x > Int_MIN-0.5 && x < Int_MAX+0.5;
126 if((y > 0 && x > Int_MAX-y) || (y < 0 && x < Int_MIN-y))
135 if((y < 0 && x > Int_MAX+y) || (y > 0 && x < Int_MIN+y))
147 (x > Int_MAX/y || x < Int_MIN/y))
169 if(x < -Int_MAX) integeroverflow(i);
222 if(r > Int_MAX/x) integeroverflow(i);
227 if(x > Int_MAX/x) integeroverflow(i);
H A Dcommon.h67 #define Int_MAX (Int_MAX2-2) macro
70 #define Int_MAX Int_MAX2 macro
/dports/math/asymptote/asymptote-2.67/
H A Dmathop.h107 return x > Int_MIN-0.5 && x < Int_MAX+0.5;
126 if((y > 0 && x > Int_MAX-y) || (y < 0 && x < Int_MIN-y))
135 if((y < 0 && x > Int_MAX+y) || (y > 0 && x < Int_MIN+y))
147 (x > Int_MAX/y || x < Int_MIN/y))
169 if(x < -Int_MAX) integeroverflow(i);
218 if(r > Int_MAX/x) integeroverflow(i);
223 if(x > Int_MAX/x) integeroverflow(i);
H A Dcommon.h65 #define Int_MAX (Int_MAX2-2) macro
68 #define Int_MAX Int_MAX2 macro
/dports/math/suitesparse-klu/SuiteSparse-5.10.1/KLU/Source/
H A Dklu_memory.c81 else if (n >= Int_MAX) in KLU_malloc()
192 else if (nnew >= Int_MAX) in KLU_realloc()
/dports/math/suitesparse-ldl/SuiteSparse-5.10.1/KLU/Source/
H A Dklu_memory.c81 else if (n >= Int_MAX) in KLU_malloc()
192 else if (nnew >= Int_MAX) in KLU_realloc()
/dports/math/suitesparse-config/SuiteSparse-5.10.1/KLU/Source/
H A Dklu_memory.c81 else if (n >= Int_MAX) in KLU_malloc()
192 else if (nnew >= Int_MAX) in KLU_realloc()
/dports/math/suitesparse-amd/SuiteSparse-5.10.1/KLU/Source/
H A Dklu_memory.c81 else if (n >= Int_MAX) in KLU_malloc()
192 else if (nnew >= Int_MAX) in KLU_realloc()
/dports/math/suitesparse-graphblas/SuiteSparse-5.10.1/KLU/Source/
H A Dklu_memory.c81 else if (n >= Int_MAX) in KLU_malloc()
192 else if (nnew >= Int_MAX) in KLU_realloc()
/dports/math/suitesparse-mongoose/SuiteSparse-5.10.1/KLU/Source/
H A Dklu_memory.c81 else if (n >= Int_MAX) in KLU_malloc()
192 else if (nnew >= Int_MAX) in KLU_realloc()
/dports/math/suitesparse-colamd/SuiteSparse-5.10.1/KLU/Source/
H A Dklu_memory.c81 else if (n >= Int_MAX) in KLU_malloc()
192 else if (nnew >= Int_MAX) in KLU_realloc()
/dports/math/suitesparse-ccolamd/SuiteSparse-5.10.1/KLU/Source/
H A Dklu_memory.c81 else if (n >= Int_MAX) in KLU_malloc()
192 else if (nnew >= Int_MAX) in KLU_realloc()
/dports/math/suitesparse-cholmod/SuiteSparse-5.10.1/KLU/Source/
H A Dklu_memory.c81 else if (n >= Int_MAX) in KLU_malloc()
192 else if (nnew >= Int_MAX) in KLU_realloc()
/dports/math/suitesparse-slip_lu/SuiteSparse-5.10.1/KLU/Source/
H A Dklu_memory.c81 else if (n >= Int_MAX) in KLU_malloc()
192 else if (nnew >= Int_MAX) in KLU_realloc()
/dports/math/suitesparse-spqr/SuiteSparse-5.10.1/KLU/Source/
H A Dklu_memory.c81 else if (n >= Int_MAX) in KLU_malloc()
192 else if (nnew >= Int_MAX) in KLU_realloc()
/dports/math/suitesparse-rbio/SuiteSparse-5.10.1/KLU/Source/
H A Dklu_memory.c81 else if (n >= Int_MAX) in KLU_malloc()
192 else if (nnew >= Int_MAX) in KLU_realloc()
/dports/math/suitesparse-camd/SuiteSparse-5.10.1/KLU/Source/
H A Dklu_memory.c81 else if (n >= Int_MAX) in KLU_malloc()
192 else if (nnew >= Int_MAX) in KLU_realloc()
/dports/math/suitesparse-btf/SuiteSparse-5.10.1/KLU/Source/
H A Dklu_memory.c81 else if (n >= Int_MAX) in KLU_malloc()
192 else if (nnew >= Int_MAX) in KLU_realloc()
/dports/math/suitesparse-umfpack/SuiteSparse-5.10.1/KLU/Source/
H A Dklu_memory.c81 else if (n >= Int_MAX) in KLU_malloc()
192 else if (nnew >= Int_MAX) in KLU_realloc()
/dports/math/suitesparse-csparse/SuiteSparse-5.10.1/KLU/Source/
H A Dklu_memory.c81 else if (n >= Int_MAX) in KLU_malloc()
192 else if (nnew >= Int_MAX) in KLU_realloc()
/dports/math/suitesparse-cxsparse/SuiteSparse-5.10.1/KLU/Source/
H A Dklu_memory.c81 else if (n >= Int_MAX) in KLU_malloc()
192 else if (nnew >= Int_MAX) in KLU_realloc()
/dports/lang/yap/yap-6.2.2/H/
H A Deval.h35 #define Int_MAX LONG_MAX macro
37 #define Int_MAX ((Int)((~((CELL)0))>>1)) macro
42 #define Int_MIN (-Int_MAX-(CELL)1)
321 if (i <= Int_MAX && i >= Int_MIN) { in Yap_Mk64IntegerTerm()
/dports/math/suitesparse-klu/SuiteSparse-5.10.1/UMFPACK/Source/
H A Dumf_start_front.c150 maxfrsize = Int_MAX / sizeof (Entry) ; in UMF_start_front()
169 fsize = Int_MAX / sizeof (Entry) ; in UMF_start_front()
187 fsize2 = Int_MAX / sizeof (Entry) ; in UMF_start_front()
/dports/math/suitesparse-config/SuiteSparse-5.10.1/UMFPACK/Source/
H A Dumf_start_front.c150 maxfrsize = Int_MAX / sizeof (Entry) ; in UMF_start_front()
169 fsize = Int_MAX / sizeof (Entry) ; in UMF_start_front()
187 fsize2 = Int_MAX / sizeof (Entry) ; in UMF_start_front()
/dports/math/suitesparse-graphblas/SuiteSparse-5.10.1/UMFPACK/Source/
H A Dumf_start_front.c150 maxfrsize = Int_MAX / sizeof (Entry) ; in UMF_start_front()
169 fsize = Int_MAX / sizeof (Entry) ; in UMF_start_front()
187 fsize2 = Int_MAX / sizeof (Entry) ; in UMF_start_front()

12345678910>>...23