Home
last modified time | relevance | path

Searched refs:TGAMMA (Results 1 – 25 of 125) sorted by relevance

12345

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/IntelRDFPMathLib20U1/LIBRARY/float128/
H A Ddpml_error_codes.c387 DEFAULT_RESPONSE(TGAMMA, OVERFLOW, POS_OVERFLOW_ERR)
388 DEFAULT_RESPONSE(TGAMMA, NEG_OVERFLOW, NEG_OVERFLOW_ERR)
389 DEFAULT_NO_ERROR(TGAMMA, POS_INF, POS_INFINITY)
390 DEFAULT_RESPONSE(TGAMMA, NEG_INF, INVALID_ARGUMENT)
391 DEFAULT_RESPONSE(TGAMMA, EVEN_NEG_INT, POS_SINGULARITY)
392 DEFAULT_RESPONSE(TGAMMA, ODD_NEG_INT, NEG_SINGULARITY)
393 DEFAULT_RESPONSE(TGAMMA, OF_ZERO, POS_SINGULARITY)
/dports/math/suitesparse-ldl/SuiteSparse-5.10.1/GraphBLAS/Source/Template/
H A DGB_ops_template.c88 GXB_OP1 (TGAMMA , "tgamma" ) ;
/dports/math/suitesparse-config/SuiteSparse-5.10.1/GraphBLAS/Source/Template/
H A DGB_ops_template.c88 GXB_OP1 (TGAMMA , "tgamma" ) ;
/dports/math/suitesparse-graphblas/SuiteSparse-5.10.1/GraphBLAS/Source/Template/
H A DGB_ops_template.c88 GXB_OP1 (TGAMMA , "tgamma" ) ;
/dports/math/suitesparse-mongoose/SuiteSparse-5.10.1/GraphBLAS/Source/Template/
H A DGB_ops_template.c88 GXB_OP1 (TGAMMA , "tgamma" ) ;
/dports/math/suitesparse-klu/SuiteSparse-5.10.1/GraphBLAS/Source/Template/
H A DGB_ops_template.c88 GXB_OP1 (TGAMMA , "tgamma" ) ;
/dports/math/suitesparse-colamd/SuiteSparse-5.10.1/GraphBLAS/Source/Template/
H A DGB_ops_template.c88 GXB_OP1 (TGAMMA , "tgamma" ) ;
/dports/math/suitesparse-ccolamd/SuiteSparse-5.10.1/GraphBLAS/Source/Template/
H A DGB_ops_template.c88 GXB_OP1 (TGAMMA , "tgamma" ) ;
/dports/math/suitesparse-cholmod/SuiteSparse-5.10.1/GraphBLAS/Source/Template/
H A DGB_ops_template.c88 GXB_OP1 (TGAMMA , "tgamma" ) ;
/dports/math/suitesparse-rbio/SuiteSparse-5.10.1/GraphBLAS/Source/Template/
H A DGB_ops_template.c88 GXB_OP1 (TGAMMA , "tgamma" ) ;
/dports/math/suitesparse-slip_lu/SuiteSparse-5.10.1/GraphBLAS/Source/Template/
H A DGB_ops_template.c88 GXB_OP1 (TGAMMA , "tgamma" ) ;
/dports/math/suitesparse-btf/SuiteSparse-5.10.1/GraphBLAS/Source/Template/
H A DGB_ops_template.c88 GXB_OP1 (TGAMMA , "tgamma" ) ;
/dports/math/suitesparse-amd/SuiteSparse-5.10.1/GraphBLAS/Source/Template/
H A DGB_ops_template.c88 GXB_OP1 (TGAMMA , "tgamma" ) ;
/dports/math/suitesparse-camd/SuiteSparse-5.10.1/GraphBLAS/Source/Template/
H A DGB_ops_template.c88 GXB_OP1 (TGAMMA , "tgamma" ) ;
/dports/math/suitesparse-spqr/SuiteSparse-5.10.1/GraphBLAS/Source/Template/
H A DGB_ops_template.c88 GXB_OP1 (TGAMMA , "tgamma" ) ;
/dports/math/suitesparse-umfpack/SuiteSparse-5.10.1/GraphBLAS/Source/Template/
H A DGB_ops_template.c88 GXB_OP1 (TGAMMA , "tgamma" ) ;
/dports/math/suitesparse-csparse/SuiteSparse-5.10.1/GraphBLAS/Source/Template/
H A DGB_ops_template.c88 GXB_OP1 (TGAMMA , "tgamma" ) ;
/dports/math/suitesparse-cxsparse/SuiteSparse-5.10.1/GraphBLAS/Source/Template/
H A DGB_ops_template.c88 GXB_OP1 (TGAMMA , "tgamma" ) ;
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/fortran/
H A Dmathbuiltins.def51 DEFINE_MATH_BUILTIN (TGAMMA,"tgamma", 0)
/dports/lang/gcc48/gcc-4.8.5/gcc/fortran/
H A Dmathbuiltins.def51 DEFINE_MATH_BUILTIN (TGAMMA,"tgamma", 0)
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/fortran/
H A Dmathbuiltins.def51 DEFINE_MATH_BUILTIN (TGAMMA,"tgamma", 0)
/dports/math/gnuplot/gnuplot-5.4.1/src/
H A Dspecfun.c112 #ifndef TGAMMA
114 # define TGAMMA(x) tgamma (x) macro
117 # define TGAMMA(x) (temp_gamma=LGAMMA(x), signgam * gp_exp(temp_gamma)) macro
652 y = TGAMMA(real(pop(&a))); in f_gamma()
3710 gp = TGAMMA(v + 1) - 1; in temme_ik_series()
3711 gm = TGAMMA(-v + 1) - 1; in temme_ik_series()
/dports/math/gnuplot-lite/gnuplot-5.4.1/src/
H A Dspecfun.c112 #ifndef TGAMMA
114 # define TGAMMA(x) tgamma (x) macro
117 # define TGAMMA(x) (temp_gamma=LGAMMA(x), signgam * gp_exp(temp_gamma)) macro
652 y = TGAMMA(real(pop(&a))); in f_gamma()
3710 gp = TGAMMA(v + 1) - 1; in temme_ik_series()
3711 gm = TGAMMA(-v + 1) - 1; in temme_ik_series()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/fortran/
H A Dmathbuiltins.def51 DEFINE_MATH_BUILTIN (TGAMMA,"tgamma", 0)
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/fortran/
H A Dmathbuiltins.def51 DEFINE_MATH_BUILTIN (TGAMMA,"tgamma", 0)

12345