Home
last modified time | relevance | path

Searched refs:GrB_FP32 (Results 1 – 25 of 867) sorted by relevance

12345678910>>...35

/dports/math/suitesparse-config/SuiteSparse-5.10.1/GraphBLAS/GraphBLAS/@GrB/private/util/
H A Dgb_string_and_type_to_unop.c101 if (type == GrB_FP32 ) return (GrB_AINV_FP32 ) ; in gb_string_and_type_to_unop()
181 if (type == GrB_FP32 ) return (GxB_SQRT_FP32) ; in gb_string_and_type_to_unop()
190 if (type == GrB_FP32 ) return (GxB_LOG_FP32) ; in gb_string_and_type_to_unop()
199 if (type == GrB_FP32 ) return (GxB_EXP_FP32) ; in gb_string_and_type_to_unop()
208 if (type == GrB_FP32 ) return (GxB_SIN_FP32) ; in gb_string_and_type_to_unop()
217 if (type == GrB_FP32 ) return (GxB_COS_FP32) ; in gb_string_and_type_to_unop()
226 if (type == GrB_FP32 ) return (GxB_TAN_FP32) ; in gb_string_and_type_to_unop()
235 if (type == GrB_FP32 ) return (GxB_ASIN_FP32) ; in gb_string_and_type_to_unop()
244 if (type == GrB_FP32 ) return (GxB_ACOS_FP32) ; in gb_string_and_type_to_unop()
253 if (type == GrB_FP32 ) return (GxB_ATAN_FP32) ; in gb_string_and_type_to_unop()
[all …]
H A Dgb_string_and_type_to_binop.c67 if (type == GrB_FP32 ) return (GrB_FIRST_FP32 ) ; in gb_string_and_type_to_binop()
103 if (type == GrB_FP32 ) return (GxB_ANY_FP32 ) ; in gb_string_and_type_to_binop()
121 if (type == GrB_FP32 ) return (GxB_PAIR_FP32 ) ; in gb_string_and_type_to_binop()
139 if (type == GrB_FP32 ) return (GrB_MIN_FP32 ) ; in gb_string_and_type_to_binop()
156 if (type == GrB_FP32 ) return (GrB_MAX_FP32 ) ; in gb_string_and_type_to_binop()
245 if (type == GrB_FP32 ) return (GrB_DIV_FP32 ) ; in gb_string_and_type_to_binop()
381 if (type == GrB_FP32 ) return (GrB_EQ_FP32 ) ; in gb_string_and_type_to_binop()
399 if (type == GrB_FP32 ) return (GrB_NE_FP32 ) ; in gb_string_and_type_to_binop()
417 if (type == GrB_FP32 ) return (GrB_GT_FP32 ) ; in gb_string_and_type_to_binop()
433 if (type == GrB_FP32 ) return (GrB_LT_FP32 ) ; in gb_string_and_type_to_binop()
[all …]
/dports/math/suitesparse-klu/SuiteSparse-5.10.1/GraphBLAS/GraphBLAS/@GrB/private/util/
H A Dgb_string_and_type_to_unop.c101 if (type == GrB_FP32 ) return (GrB_AINV_FP32 ) ; in gb_string_and_type_to_unop()
181 if (type == GrB_FP32 ) return (GxB_SQRT_FP32) ; in gb_string_and_type_to_unop()
190 if (type == GrB_FP32 ) return (GxB_LOG_FP32) ; in gb_string_and_type_to_unop()
199 if (type == GrB_FP32 ) return (GxB_EXP_FP32) ; in gb_string_and_type_to_unop()
208 if (type == GrB_FP32 ) return (GxB_SIN_FP32) ; in gb_string_and_type_to_unop()
217 if (type == GrB_FP32 ) return (GxB_COS_FP32) ; in gb_string_and_type_to_unop()
226 if (type == GrB_FP32 ) return (GxB_TAN_FP32) ; in gb_string_and_type_to_unop()
235 if (type == GrB_FP32 ) return (GxB_ASIN_FP32) ; in gb_string_and_type_to_unop()
244 if (type == GrB_FP32 ) return (GxB_ACOS_FP32) ; in gb_string_and_type_to_unop()
253 if (type == GrB_FP32 ) return (GxB_ATAN_FP32) ; in gb_string_and_type_to_unop()
[all …]
H A Dgb_string_and_type_to_binop.c67 if (type == GrB_FP32 ) return (GrB_FIRST_FP32 ) ; in gb_string_and_type_to_binop()
103 if (type == GrB_FP32 ) return (GxB_ANY_FP32 ) ; in gb_string_and_type_to_binop()
121 if (type == GrB_FP32 ) return (GxB_PAIR_FP32 ) ; in gb_string_and_type_to_binop()
139 if (type == GrB_FP32 ) return (GrB_MIN_FP32 ) ; in gb_string_and_type_to_binop()
156 if (type == GrB_FP32 ) return (GrB_MAX_FP32 ) ; in gb_string_and_type_to_binop()
245 if (type == GrB_FP32 ) return (GrB_DIV_FP32 ) ; in gb_string_and_type_to_binop()
381 if (type == GrB_FP32 ) return (GrB_EQ_FP32 ) ; in gb_string_and_type_to_binop()
399 if (type == GrB_FP32 ) return (GrB_NE_FP32 ) ; in gb_string_and_type_to_binop()
417 if (type == GrB_FP32 ) return (GrB_GT_FP32 ) ; in gb_string_and_type_to_binop()
433 if (type == GrB_FP32 ) return (GrB_LT_FP32 ) ; in gb_string_and_type_to_binop()
[all …]
/dports/math/suitesparse-btf/SuiteSparse-5.10.1/GraphBLAS/GraphBLAS/@GrB/private/util/
H A Dgb_string_and_type_to_unop.c101 if (type == GrB_FP32 ) return (GrB_AINV_FP32 ) ; in gb_string_and_type_to_unop()
181 if (type == GrB_FP32 ) return (GxB_SQRT_FP32) ; in gb_string_and_type_to_unop()
190 if (type == GrB_FP32 ) return (GxB_LOG_FP32) ; in gb_string_and_type_to_unop()
199 if (type == GrB_FP32 ) return (GxB_EXP_FP32) ; in gb_string_and_type_to_unop()
208 if (type == GrB_FP32 ) return (GxB_SIN_FP32) ; in gb_string_and_type_to_unop()
217 if (type == GrB_FP32 ) return (GxB_COS_FP32) ; in gb_string_and_type_to_unop()
226 if (type == GrB_FP32 ) return (GxB_TAN_FP32) ; in gb_string_and_type_to_unop()
235 if (type == GrB_FP32 ) return (GxB_ASIN_FP32) ; in gb_string_and_type_to_unop()
244 if (type == GrB_FP32 ) return (GxB_ACOS_FP32) ; in gb_string_and_type_to_unop()
253 if (type == GrB_FP32 ) return (GxB_ATAN_FP32) ; in gb_string_and_type_to_unop()
[all …]
H A Dgb_string_and_type_to_binop.c67 if (type == GrB_FP32 ) return (GrB_FIRST_FP32 ) ; in gb_string_and_type_to_binop()
103 if (type == GrB_FP32 ) return (GxB_ANY_FP32 ) ; in gb_string_and_type_to_binop()
121 if (type == GrB_FP32 ) return (GxB_PAIR_FP32 ) ; in gb_string_and_type_to_binop()
139 if (type == GrB_FP32 ) return (GrB_MIN_FP32 ) ; in gb_string_and_type_to_binop()
156 if (type == GrB_FP32 ) return (GrB_MAX_FP32 ) ; in gb_string_and_type_to_binop()
245 if (type == GrB_FP32 ) return (GrB_DIV_FP32 ) ; in gb_string_and_type_to_binop()
381 if (type == GrB_FP32 ) return (GrB_EQ_FP32 ) ; in gb_string_and_type_to_binop()
399 if (type == GrB_FP32 ) return (GrB_NE_FP32 ) ; in gb_string_and_type_to_binop()
417 if (type == GrB_FP32 ) return (GrB_GT_FP32 ) ; in gb_string_and_type_to_binop()
433 if (type == GrB_FP32 ) return (GrB_LT_FP32 ) ; in gb_string_and_type_to_binop()
[all …]
/dports/math/suitesparse-amd/SuiteSparse-5.10.1/GraphBLAS/GraphBLAS/@GrB/private/util/
H A Dgb_string_and_type_to_unop.c101 if (type == GrB_FP32 ) return (GrB_AINV_FP32 ) ; in gb_string_and_type_to_unop()
181 if (type == GrB_FP32 ) return (GxB_SQRT_FP32) ; in gb_string_and_type_to_unop()
190 if (type == GrB_FP32 ) return (GxB_LOG_FP32) ; in gb_string_and_type_to_unop()
199 if (type == GrB_FP32 ) return (GxB_EXP_FP32) ; in gb_string_and_type_to_unop()
208 if (type == GrB_FP32 ) return (GxB_SIN_FP32) ; in gb_string_and_type_to_unop()
217 if (type == GrB_FP32 ) return (GxB_COS_FP32) ; in gb_string_and_type_to_unop()
226 if (type == GrB_FP32 ) return (GxB_TAN_FP32) ; in gb_string_and_type_to_unop()
235 if (type == GrB_FP32 ) return (GxB_ASIN_FP32) ; in gb_string_and_type_to_unop()
244 if (type == GrB_FP32 ) return (GxB_ACOS_FP32) ; in gb_string_and_type_to_unop()
253 if (type == GrB_FP32 ) return (GxB_ATAN_FP32) ; in gb_string_and_type_to_unop()
[all …]
H A Dgb_string_and_type_to_binop.c67 if (type == GrB_FP32 ) return (GrB_FIRST_FP32 ) ; in gb_string_and_type_to_binop()
103 if (type == GrB_FP32 ) return (GxB_ANY_FP32 ) ; in gb_string_and_type_to_binop()
121 if (type == GrB_FP32 ) return (GxB_PAIR_FP32 ) ; in gb_string_and_type_to_binop()
139 if (type == GrB_FP32 ) return (GrB_MIN_FP32 ) ; in gb_string_and_type_to_binop()
156 if (type == GrB_FP32 ) return (GrB_MAX_FP32 ) ; in gb_string_and_type_to_binop()
245 if (type == GrB_FP32 ) return (GrB_DIV_FP32 ) ; in gb_string_and_type_to_binop()
381 if (type == GrB_FP32 ) return (GrB_EQ_FP32 ) ; in gb_string_and_type_to_binop()
399 if (type == GrB_FP32 ) return (GrB_NE_FP32 ) ; in gb_string_and_type_to_binop()
417 if (type == GrB_FP32 ) return (GrB_GT_FP32 ) ; in gb_string_and_type_to_binop()
433 if (type == GrB_FP32 ) return (GrB_LT_FP32 ) ; in gb_string_and_type_to_binop()
[all …]
/dports/math/suitesparse-mongoose/SuiteSparse-5.10.1/GraphBLAS/GraphBLAS/@GrB/private/util/
H A Dgb_string_and_type_to_unop.c101 if (type == GrB_FP32 ) return (GrB_AINV_FP32 ) ; in gb_string_and_type_to_unop()
181 if (type == GrB_FP32 ) return (GxB_SQRT_FP32) ; in gb_string_and_type_to_unop()
190 if (type == GrB_FP32 ) return (GxB_LOG_FP32) ; in gb_string_and_type_to_unop()
199 if (type == GrB_FP32 ) return (GxB_EXP_FP32) ; in gb_string_and_type_to_unop()
208 if (type == GrB_FP32 ) return (GxB_SIN_FP32) ; in gb_string_and_type_to_unop()
217 if (type == GrB_FP32 ) return (GxB_COS_FP32) ; in gb_string_and_type_to_unop()
226 if (type == GrB_FP32 ) return (GxB_TAN_FP32) ; in gb_string_and_type_to_unop()
235 if (type == GrB_FP32 ) return (GxB_ASIN_FP32) ; in gb_string_and_type_to_unop()
244 if (type == GrB_FP32 ) return (GxB_ACOS_FP32) ; in gb_string_and_type_to_unop()
253 if (type == GrB_FP32 ) return (GxB_ATAN_FP32) ; in gb_string_and_type_to_unop()
[all …]
H A Dgb_string_and_type_to_binop.c67 if (type == GrB_FP32 ) return (GrB_FIRST_FP32 ) ; in gb_string_and_type_to_binop()
103 if (type == GrB_FP32 ) return (GxB_ANY_FP32 ) ; in gb_string_and_type_to_binop()
121 if (type == GrB_FP32 ) return (GxB_PAIR_FP32 ) ; in gb_string_and_type_to_binop()
139 if (type == GrB_FP32 ) return (GrB_MIN_FP32 ) ; in gb_string_and_type_to_binop()
156 if (type == GrB_FP32 ) return (GrB_MAX_FP32 ) ; in gb_string_and_type_to_binop()
245 if (type == GrB_FP32 ) return (GrB_DIV_FP32 ) ; in gb_string_and_type_to_binop()
381 if (type == GrB_FP32 ) return (GrB_EQ_FP32 ) ; in gb_string_and_type_to_binop()
399 if (type == GrB_FP32 ) return (GrB_NE_FP32 ) ; in gb_string_and_type_to_binop()
417 if (type == GrB_FP32 ) return (GrB_GT_FP32 ) ; in gb_string_and_type_to_binop()
433 if (type == GrB_FP32 ) return (GrB_LT_FP32 ) ; in gb_string_and_type_to_binop()
[all …]
/dports/math/suitesparse-rbio/SuiteSparse-5.10.1/GraphBLAS/GraphBLAS/@GrB/private/util/
H A Dgb_string_and_type_to_unop.c101 if (type == GrB_FP32 ) return (GrB_AINV_FP32 ) ; in gb_string_and_type_to_unop()
181 if (type == GrB_FP32 ) return (GxB_SQRT_FP32) ; in gb_string_and_type_to_unop()
190 if (type == GrB_FP32 ) return (GxB_LOG_FP32) ; in gb_string_and_type_to_unop()
199 if (type == GrB_FP32 ) return (GxB_EXP_FP32) ; in gb_string_and_type_to_unop()
208 if (type == GrB_FP32 ) return (GxB_SIN_FP32) ; in gb_string_and_type_to_unop()
217 if (type == GrB_FP32 ) return (GxB_COS_FP32) ; in gb_string_and_type_to_unop()
226 if (type == GrB_FP32 ) return (GxB_TAN_FP32) ; in gb_string_and_type_to_unop()
235 if (type == GrB_FP32 ) return (GxB_ASIN_FP32) ; in gb_string_and_type_to_unop()
244 if (type == GrB_FP32 ) return (GxB_ACOS_FP32) ; in gb_string_and_type_to_unop()
253 if (type == GrB_FP32 ) return (GxB_ATAN_FP32) ; in gb_string_and_type_to_unop()
[all …]
H A Dgb_string_and_type_to_binop.c67 if (type == GrB_FP32 ) return (GrB_FIRST_FP32 ) ; in gb_string_and_type_to_binop()
103 if (type == GrB_FP32 ) return (GxB_ANY_FP32 ) ; in gb_string_and_type_to_binop()
121 if (type == GrB_FP32 ) return (GxB_PAIR_FP32 ) ; in gb_string_and_type_to_binop()
139 if (type == GrB_FP32 ) return (GrB_MIN_FP32 ) ; in gb_string_and_type_to_binop()
156 if (type == GrB_FP32 ) return (GrB_MAX_FP32 ) ; in gb_string_and_type_to_binop()
245 if (type == GrB_FP32 ) return (GrB_DIV_FP32 ) ; in gb_string_and_type_to_binop()
381 if (type == GrB_FP32 ) return (GrB_EQ_FP32 ) ; in gb_string_and_type_to_binop()
399 if (type == GrB_FP32 ) return (GrB_NE_FP32 ) ; in gb_string_and_type_to_binop()
417 if (type == GrB_FP32 ) return (GrB_GT_FP32 ) ; in gb_string_and_type_to_binop()
433 if (type == GrB_FP32 ) return (GrB_LT_FP32 ) ; in gb_string_and_type_to_binop()
[all …]
/dports/math/suitesparse-ldl/SuiteSparse-5.10.1/GraphBLAS/GraphBLAS/@GrB/private/util/
H A Dgb_string_and_type_to_unop.c101 if (type == GrB_FP32 ) return (GrB_AINV_FP32 ) ; in gb_string_and_type_to_unop()
181 if (type == GrB_FP32 ) return (GxB_SQRT_FP32) ; in gb_string_and_type_to_unop()
190 if (type == GrB_FP32 ) return (GxB_LOG_FP32) ; in gb_string_and_type_to_unop()
199 if (type == GrB_FP32 ) return (GxB_EXP_FP32) ; in gb_string_and_type_to_unop()
208 if (type == GrB_FP32 ) return (GxB_SIN_FP32) ; in gb_string_and_type_to_unop()
217 if (type == GrB_FP32 ) return (GxB_COS_FP32) ; in gb_string_and_type_to_unop()
226 if (type == GrB_FP32 ) return (GxB_TAN_FP32) ; in gb_string_and_type_to_unop()
235 if (type == GrB_FP32 ) return (GxB_ASIN_FP32) ; in gb_string_and_type_to_unop()
244 if (type == GrB_FP32 ) return (GxB_ACOS_FP32) ; in gb_string_and_type_to_unop()
253 if (type == GrB_FP32 ) return (GxB_ATAN_FP32) ; in gb_string_and_type_to_unop()
[all …]
H A Dgb_string_and_type_to_binop.c67 if (type == GrB_FP32 ) return (GrB_FIRST_FP32 ) ; in gb_string_and_type_to_binop()
103 if (type == GrB_FP32 ) return (GxB_ANY_FP32 ) ; in gb_string_and_type_to_binop()
121 if (type == GrB_FP32 ) return (GxB_PAIR_FP32 ) ; in gb_string_and_type_to_binop()
139 if (type == GrB_FP32 ) return (GrB_MIN_FP32 ) ; in gb_string_and_type_to_binop()
156 if (type == GrB_FP32 ) return (GrB_MAX_FP32 ) ; in gb_string_and_type_to_binop()
245 if (type == GrB_FP32 ) return (GrB_DIV_FP32 ) ; in gb_string_and_type_to_binop()
381 if (type == GrB_FP32 ) return (GrB_EQ_FP32 ) ; in gb_string_and_type_to_binop()
399 if (type == GrB_FP32 ) return (GrB_NE_FP32 ) ; in gb_string_and_type_to_binop()
417 if (type == GrB_FP32 ) return (GrB_GT_FP32 ) ; in gb_string_and_type_to_binop()
433 if (type == GrB_FP32 ) return (GrB_LT_FP32 ) ; in gb_string_and_type_to_binop()
[all …]
/dports/math/suitesparse-colamd/SuiteSparse-5.10.1/GraphBLAS/GraphBLAS/@GrB/private/util/
H A Dgb_string_and_type_to_unop.c101 if (type == GrB_FP32 ) return (GrB_AINV_FP32 ) ; in gb_string_and_type_to_unop()
181 if (type == GrB_FP32 ) return (GxB_SQRT_FP32) ; in gb_string_and_type_to_unop()
190 if (type == GrB_FP32 ) return (GxB_LOG_FP32) ; in gb_string_and_type_to_unop()
199 if (type == GrB_FP32 ) return (GxB_EXP_FP32) ; in gb_string_and_type_to_unop()
208 if (type == GrB_FP32 ) return (GxB_SIN_FP32) ; in gb_string_and_type_to_unop()
217 if (type == GrB_FP32 ) return (GxB_COS_FP32) ; in gb_string_and_type_to_unop()
226 if (type == GrB_FP32 ) return (GxB_TAN_FP32) ; in gb_string_and_type_to_unop()
235 if (type == GrB_FP32 ) return (GxB_ASIN_FP32) ; in gb_string_and_type_to_unop()
244 if (type == GrB_FP32 ) return (GxB_ACOS_FP32) ; in gb_string_and_type_to_unop()
253 if (type == GrB_FP32 ) return (GxB_ATAN_FP32) ; in gb_string_and_type_to_unop()
[all …]
H A Dgb_string_and_type_to_binop.c67 if (type == GrB_FP32 ) return (GrB_FIRST_FP32 ) ; in gb_string_and_type_to_binop()
103 if (type == GrB_FP32 ) return (GxB_ANY_FP32 ) ; in gb_string_and_type_to_binop()
121 if (type == GrB_FP32 ) return (GxB_PAIR_FP32 ) ; in gb_string_and_type_to_binop()
139 if (type == GrB_FP32 ) return (GrB_MIN_FP32 ) ; in gb_string_and_type_to_binop()
156 if (type == GrB_FP32 ) return (GrB_MAX_FP32 ) ; in gb_string_and_type_to_binop()
245 if (type == GrB_FP32 ) return (GrB_DIV_FP32 ) ; in gb_string_and_type_to_binop()
381 if (type == GrB_FP32 ) return (GrB_EQ_FP32 ) ; in gb_string_and_type_to_binop()
399 if (type == GrB_FP32 ) return (GrB_NE_FP32 ) ; in gb_string_and_type_to_binop()
417 if (type == GrB_FP32 ) return (GrB_GT_FP32 ) ; in gb_string_and_type_to_binop()
433 if (type == GrB_FP32 ) return (GrB_LT_FP32 ) ; in gb_string_and_type_to_binop()
[all …]
/dports/math/suitesparse-cholmod/SuiteSparse-5.10.1/GraphBLAS/GraphBLAS/@GrB/private/util/
H A Dgb_string_and_type_to_unop.c101 if (type == GrB_FP32 ) return (GrB_AINV_FP32 ) ; in gb_string_and_type_to_unop()
181 if (type == GrB_FP32 ) return (GxB_SQRT_FP32) ; in gb_string_and_type_to_unop()
190 if (type == GrB_FP32 ) return (GxB_LOG_FP32) ; in gb_string_and_type_to_unop()
199 if (type == GrB_FP32 ) return (GxB_EXP_FP32) ; in gb_string_and_type_to_unop()
208 if (type == GrB_FP32 ) return (GxB_SIN_FP32) ; in gb_string_and_type_to_unop()
217 if (type == GrB_FP32 ) return (GxB_COS_FP32) ; in gb_string_and_type_to_unop()
226 if (type == GrB_FP32 ) return (GxB_TAN_FP32) ; in gb_string_and_type_to_unop()
235 if (type == GrB_FP32 ) return (GxB_ASIN_FP32) ; in gb_string_and_type_to_unop()
244 if (type == GrB_FP32 ) return (GxB_ACOS_FP32) ; in gb_string_and_type_to_unop()
253 if (type == GrB_FP32 ) return (GxB_ATAN_FP32) ; in gb_string_and_type_to_unop()
[all …]
/dports/math/suitesparse-ccolamd/SuiteSparse-5.10.1/GraphBLAS/GraphBLAS/@GrB/private/util/
H A Dgb_string_and_type_to_unop.c101 if (type == GrB_FP32 ) return (GrB_AINV_FP32 ) ; in gb_string_and_type_to_unop()
181 if (type == GrB_FP32 ) return (GxB_SQRT_FP32) ; in gb_string_and_type_to_unop()
190 if (type == GrB_FP32 ) return (GxB_LOG_FP32) ; in gb_string_and_type_to_unop()
199 if (type == GrB_FP32 ) return (GxB_EXP_FP32) ; in gb_string_and_type_to_unop()
208 if (type == GrB_FP32 ) return (GxB_SIN_FP32) ; in gb_string_and_type_to_unop()
217 if (type == GrB_FP32 ) return (GxB_COS_FP32) ; in gb_string_and_type_to_unop()
226 if (type == GrB_FP32 ) return (GxB_TAN_FP32) ; in gb_string_and_type_to_unop()
235 if (type == GrB_FP32 ) return (GxB_ASIN_FP32) ; in gb_string_and_type_to_unop()
244 if (type == GrB_FP32 ) return (GxB_ACOS_FP32) ; in gb_string_and_type_to_unop()
253 if (type == GrB_FP32 ) return (GxB_ATAN_FP32) ; in gb_string_and_type_to_unop()
[all …]
/dports/math/suitesparse-slip_lu/SuiteSparse-5.10.1/GraphBLAS/GraphBLAS/@GrB/private/util/
H A Dgb_string_and_type_to_unop.c101 if (type == GrB_FP32 ) return (GrB_AINV_FP32 ) ; in gb_string_and_type_to_unop()
181 if (type == GrB_FP32 ) return (GxB_SQRT_FP32) ; in gb_string_and_type_to_unop()
190 if (type == GrB_FP32 ) return (GxB_LOG_FP32) ; in gb_string_and_type_to_unop()
199 if (type == GrB_FP32 ) return (GxB_EXP_FP32) ; in gb_string_and_type_to_unop()
208 if (type == GrB_FP32 ) return (GxB_SIN_FP32) ; in gb_string_and_type_to_unop()
217 if (type == GrB_FP32 ) return (GxB_COS_FP32) ; in gb_string_and_type_to_unop()
226 if (type == GrB_FP32 ) return (GxB_TAN_FP32) ; in gb_string_and_type_to_unop()
235 if (type == GrB_FP32 ) return (GxB_ASIN_FP32) ; in gb_string_and_type_to_unop()
244 if (type == GrB_FP32 ) return (GxB_ACOS_FP32) ; in gb_string_and_type_to_unop()
253 if (type == GrB_FP32 ) return (GxB_ATAN_FP32) ; in gb_string_and_type_to_unop()
[all …]
/dports/math/suitesparse-spqr/SuiteSparse-5.10.1/GraphBLAS/GraphBLAS/@GrB/private/util/
H A Dgb_string_and_type_to_unop.c101 if (type == GrB_FP32 ) return (GrB_AINV_FP32 ) ; in gb_string_and_type_to_unop()
181 if (type == GrB_FP32 ) return (GxB_SQRT_FP32) ; in gb_string_and_type_to_unop()
190 if (type == GrB_FP32 ) return (GxB_LOG_FP32) ; in gb_string_and_type_to_unop()
199 if (type == GrB_FP32 ) return (GxB_EXP_FP32) ; in gb_string_and_type_to_unop()
208 if (type == GrB_FP32 ) return (GxB_SIN_FP32) ; in gb_string_and_type_to_unop()
217 if (type == GrB_FP32 ) return (GxB_COS_FP32) ; in gb_string_and_type_to_unop()
226 if (type == GrB_FP32 ) return (GxB_TAN_FP32) ; in gb_string_and_type_to_unop()
235 if (type == GrB_FP32 ) return (GxB_ASIN_FP32) ; in gb_string_and_type_to_unop()
244 if (type == GrB_FP32 ) return (GxB_ACOS_FP32) ; in gb_string_and_type_to_unop()
253 if (type == GrB_FP32 ) return (GxB_ATAN_FP32) ; in gb_string_and_type_to_unop()
[all …]
/dports/math/suitesparse-camd/SuiteSparse-5.10.1/GraphBLAS/GraphBLAS/@GrB/private/util/
H A Dgb_string_and_type_to_unop.c101 if (type == GrB_FP32 ) return (GrB_AINV_FP32 ) ; in gb_string_and_type_to_unop()
181 if (type == GrB_FP32 ) return (GxB_SQRT_FP32) ; in gb_string_and_type_to_unop()
190 if (type == GrB_FP32 ) return (GxB_LOG_FP32) ; in gb_string_and_type_to_unop()
199 if (type == GrB_FP32 ) return (GxB_EXP_FP32) ; in gb_string_and_type_to_unop()
208 if (type == GrB_FP32 ) return (GxB_SIN_FP32) ; in gb_string_and_type_to_unop()
217 if (type == GrB_FP32 ) return (GxB_COS_FP32) ; in gb_string_and_type_to_unop()
226 if (type == GrB_FP32 ) return (GxB_TAN_FP32) ; in gb_string_and_type_to_unop()
235 if (type == GrB_FP32 ) return (GxB_ASIN_FP32) ; in gb_string_and_type_to_unop()
244 if (type == GrB_FP32 ) return (GxB_ACOS_FP32) ; in gb_string_and_type_to_unop()
253 if (type == GrB_FP32 ) return (GxB_ATAN_FP32) ; in gb_string_and_type_to_unop()
[all …]
/dports/math/suitesparse-umfpack/SuiteSparse-5.10.1/GraphBLAS/GraphBLAS/@GrB/private/util/
H A Dgb_string_and_type_to_unop.c101 if (type == GrB_FP32 ) return (GrB_AINV_FP32 ) ; in gb_string_and_type_to_unop()
181 if (type == GrB_FP32 ) return (GxB_SQRT_FP32) ; in gb_string_and_type_to_unop()
190 if (type == GrB_FP32 ) return (GxB_LOG_FP32) ; in gb_string_and_type_to_unop()
199 if (type == GrB_FP32 ) return (GxB_EXP_FP32) ; in gb_string_and_type_to_unop()
208 if (type == GrB_FP32 ) return (GxB_SIN_FP32) ; in gb_string_and_type_to_unop()
217 if (type == GrB_FP32 ) return (GxB_COS_FP32) ; in gb_string_and_type_to_unop()
226 if (type == GrB_FP32 ) return (GxB_TAN_FP32) ; in gb_string_and_type_to_unop()
235 if (type == GrB_FP32 ) return (GxB_ASIN_FP32) ; in gb_string_and_type_to_unop()
244 if (type == GrB_FP32 ) return (GxB_ACOS_FP32) ; in gb_string_and_type_to_unop()
253 if (type == GrB_FP32 ) return (GxB_ATAN_FP32) ; in gb_string_and_type_to_unop()
[all …]
/dports/math/suitesparse-csparse/SuiteSparse-5.10.1/GraphBLAS/GraphBLAS/@GrB/private/util/
H A Dgb_string_and_type_to_unop.c101 if (type == GrB_FP32 ) return (GrB_AINV_FP32 ) ; in gb_string_and_type_to_unop()
181 if (type == GrB_FP32 ) return (GxB_SQRT_FP32) ; in gb_string_and_type_to_unop()
190 if (type == GrB_FP32 ) return (GxB_LOG_FP32) ; in gb_string_and_type_to_unop()
199 if (type == GrB_FP32 ) return (GxB_EXP_FP32) ; in gb_string_and_type_to_unop()
208 if (type == GrB_FP32 ) return (GxB_SIN_FP32) ; in gb_string_and_type_to_unop()
217 if (type == GrB_FP32 ) return (GxB_COS_FP32) ; in gb_string_and_type_to_unop()
226 if (type == GrB_FP32 ) return (GxB_TAN_FP32) ; in gb_string_and_type_to_unop()
235 if (type == GrB_FP32 ) return (GxB_ASIN_FP32) ; in gb_string_and_type_to_unop()
244 if (type == GrB_FP32 ) return (GxB_ACOS_FP32) ; in gb_string_and_type_to_unop()
253 if (type == GrB_FP32 ) return (GxB_ATAN_FP32) ; in gb_string_and_type_to_unop()
[all …]
/dports/math/suitesparse-cxsparse/SuiteSparse-5.10.1/GraphBLAS/GraphBLAS/@GrB/private/util/
H A Dgb_string_and_type_to_unop.c101 if (type == GrB_FP32 ) return (GrB_AINV_FP32 ) ; in gb_string_and_type_to_unop()
181 if (type == GrB_FP32 ) return (GxB_SQRT_FP32) ; in gb_string_and_type_to_unop()
190 if (type == GrB_FP32 ) return (GxB_LOG_FP32) ; in gb_string_and_type_to_unop()
199 if (type == GrB_FP32 ) return (GxB_EXP_FP32) ; in gb_string_and_type_to_unop()
208 if (type == GrB_FP32 ) return (GxB_SIN_FP32) ; in gb_string_and_type_to_unop()
217 if (type == GrB_FP32 ) return (GxB_COS_FP32) ; in gb_string_and_type_to_unop()
226 if (type == GrB_FP32 ) return (GxB_TAN_FP32) ; in gb_string_and_type_to_unop()
235 if (type == GrB_FP32 ) return (GxB_ASIN_FP32) ; in gb_string_and_type_to_unop()
244 if (type == GrB_FP32 ) return (GxB_ACOS_FP32) ; in gb_string_and_type_to_unop()
253 if (type == GrB_FP32 ) return (GxB_ATAN_FP32) ; in gb_string_and_type_to_unop()
[all …]
/dports/math/suitesparse-graphblas/SuiteSparse-5.10.1/GraphBLAS/GraphBLAS/@GrB/private/util/
H A Dgb_string_and_type_to_unop.c101 if (type == GrB_FP32 ) return (GrB_AINV_FP32 ) ; in gb_string_and_type_to_unop()
181 if (type == GrB_FP32 ) return (GxB_SQRT_FP32) ; in gb_string_and_type_to_unop()
190 if (type == GrB_FP32 ) return (GxB_LOG_FP32) ; in gb_string_and_type_to_unop()
199 if (type == GrB_FP32 ) return (GxB_EXP_FP32) ; in gb_string_and_type_to_unop()
208 if (type == GrB_FP32 ) return (GxB_SIN_FP32) ; in gb_string_and_type_to_unop()
217 if (type == GrB_FP32 ) return (GxB_COS_FP32) ; in gb_string_and_type_to_unop()
226 if (type == GrB_FP32 ) return (GxB_TAN_FP32) ; in gb_string_and_type_to_unop()
235 if (type == GrB_FP32 ) return (GxB_ASIN_FP32) ; in gb_string_and_type_to_unop()
244 if (type == GrB_FP32 ) return (GxB_ACOS_FP32) ; in gb_string_and_type_to_unop()
253 if (type == GrB_FP32 ) return (GxB_ATAN_FP32) ; in gb_string_and_type_to_unop()
[all …]

12345678910>>...35