Home
last modified time | relevance | path

Searched refs:addfunc (Results 1 – 25 of 124) sorted by relevance

12345

/dports/math/suitesparse-ldl/SuiteSparse-5.10.1/GraphBLAS/Source/
H A Dcodegen_axb_compare_template.m14 addfunc = 'w | t' ; % TODO: should this be w || t ? variable
15 codegen_axb_method ('lor', multop, add, addfunc, bmult, 'bool', 'bool' , 'false', 'true', 1, 0) ;
16 codegen_axb_method ('lor', multop, add, addfunc, mult, 'bool', 'int8_t' , 'false', 'true', 1, 0) ;
17 codegen_axb_method ('lor', multop, add, addfunc, mult, 'bool', 'uint8_t' , 'false', 'true', 1, 0) ;
18 codegen_axb_method ('lor', multop, add, addfunc, mult, 'bool', 'int16_t' , 'false', 'true', 1, 0) ;
19 codegen_axb_method ('lor', multop, add, addfunc, mult, 'bool', 'uint16_t', 'false', 'true', 1, 0) ;
20 codegen_axb_method ('lor', multop, add, addfunc, mult, 'bool', 'int32_t' , 'false', 'true', 1, 0) ;
29 addfunc = 't' ; variable
44 addfunc = 'w & t' ; % TODO: should this be w && t ? variable
59 addfunc = 'w ^ t' ; variable
[all …]
H A Dcodegen_axb_template.m20 addfunc = 'GB_IMIN (w, t)' ; variable
30 addfunc = 'fminf (w, t)' ; variable
33 addfunc = 'fmin (w, t)' ; variable
40 addfunc = 'GB_IMAX (w, t)' ; variable
51 addfunc = 'fmaxf (w, t)' ; variable
54 addfunc = 'fmax (w, t)' ; variable
61 addfunc = 't' ; variable
81 addfunc = 'w + t' ; variable
94 addfunc = 'GB_FC32_add (w, t)' ; variable
106 addfunc = 'w * t' ; variable
[all …]
/dports/math/suitesparse-config/SuiteSparse-5.10.1/GraphBLAS/Source/
H A Dcodegen_axb_compare_template.m14 addfunc = 'w | t' ; % TODO: should this be w || t ? variable
15 codegen_axb_method ('lor', multop, add, addfunc, bmult, 'bool', 'bool' , 'false', 'true', 1, 0) ;
16 codegen_axb_method ('lor', multop, add, addfunc, mult, 'bool', 'int8_t' , 'false', 'true', 1, 0) ;
17 codegen_axb_method ('lor', multop, add, addfunc, mult, 'bool', 'uint8_t' , 'false', 'true', 1, 0) ;
18 codegen_axb_method ('lor', multop, add, addfunc, mult, 'bool', 'int16_t' , 'false', 'true', 1, 0) ;
19 codegen_axb_method ('lor', multop, add, addfunc, mult, 'bool', 'uint16_t', 'false', 'true', 1, 0) ;
20 codegen_axb_method ('lor', multop, add, addfunc, mult, 'bool', 'int32_t' , 'false', 'true', 1, 0) ;
29 addfunc = 't' ; variable
44 addfunc = 'w & t' ; % TODO: should this be w && t ? variable
59 addfunc = 'w ^ t' ; variable
[all …]
H A Dcodegen_axb_template.m20 addfunc = 'GB_IMIN (w, t)' ; variable
30 addfunc = 'fminf (w, t)' ; variable
33 addfunc = 'fmin (w, t)' ; variable
40 addfunc = 'GB_IMAX (w, t)' ; variable
51 addfunc = 'fmaxf (w, t)' ; variable
54 addfunc = 'fmax (w, t)' ; variable
61 addfunc = 't' ; variable
81 addfunc = 'w + t' ; variable
94 addfunc = 'GB_FC32_add (w, t)' ; variable
106 addfunc = 'w * t' ; variable
[all …]
/dports/math/suitesparse-graphblas/SuiteSparse-5.10.1/GraphBLAS/Source/
H A Dcodegen_axb_compare_template.m14 addfunc = 'w | t' ; % TODO: should this be w || t ? variable
15 codegen_axb_method ('lor', multop, add, addfunc, bmult, 'bool', 'bool' , 'false', 'true', 1, 0) ;
16 codegen_axb_method ('lor', multop, add, addfunc, mult, 'bool', 'int8_t' , 'false', 'true', 1, 0) ;
17 codegen_axb_method ('lor', multop, add, addfunc, mult, 'bool', 'uint8_t' , 'false', 'true', 1, 0) ;
18 codegen_axb_method ('lor', multop, add, addfunc, mult, 'bool', 'int16_t' , 'false', 'true', 1, 0) ;
19 codegen_axb_method ('lor', multop, add, addfunc, mult, 'bool', 'uint16_t', 'false', 'true', 1, 0) ;
20 codegen_axb_method ('lor', multop, add, addfunc, mult, 'bool', 'int32_t' , 'false', 'true', 1, 0) ;
29 addfunc = 't' ; variable
44 addfunc = 'w & t' ; % TODO: should this be w && t ? variable
59 addfunc = 'w ^ t' ; variable
[all …]
H A Dcodegen_axb_template.m20 addfunc = 'GB_IMIN (w, t)' ; variable
30 addfunc = 'fminf (w, t)' ; variable
33 addfunc = 'fmin (w, t)' ; variable
40 addfunc = 'GB_IMAX (w, t)' ; variable
51 addfunc = 'fmaxf (w, t)' ; variable
54 addfunc = 'fmax (w, t)' ; variable
61 addfunc = 't' ; variable
81 addfunc = 'w + t' ; variable
94 addfunc = 'GB_FC32_add (w, t)' ; variable
106 addfunc = 'w * t' ; variable
[all …]
/dports/math/suitesparse-amd/SuiteSparse-5.10.1/GraphBLAS/Source/
H A Dcodegen_axb_compare_template.m14 addfunc = 'w | t' ; % TODO: should this be w || t ? variable
15 codegen_axb_method ('lor', multop, add, addfunc, bmult, 'bool', 'bool' , 'false', 'true', 1, 0) ;
16 codegen_axb_method ('lor', multop, add, addfunc, mult, 'bool', 'int8_t' , 'false', 'true', 1, 0) ;
17 codegen_axb_method ('lor', multop, add, addfunc, mult, 'bool', 'uint8_t' , 'false', 'true', 1, 0) ;
18 codegen_axb_method ('lor', multop, add, addfunc, mult, 'bool', 'int16_t' , 'false', 'true', 1, 0) ;
19 codegen_axb_method ('lor', multop, add, addfunc, mult, 'bool', 'uint16_t', 'false', 'true', 1, 0) ;
20 codegen_axb_method ('lor', multop, add, addfunc, mult, 'bool', 'int32_t' , 'false', 'true', 1, 0) ;
29 addfunc = 't' ; variable
44 addfunc = 'w & t' ; % TODO: should this be w && t ? variable
59 addfunc = 'w ^ t' ; variable
[all …]
/dports/math/suitesparse-mongoose/SuiteSparse-5.10.1/GraphBLAS/Source/
H A Dcodegen_axb_compare_template.m14 addfunc = 'w | t' ; % TODO: should this be w || t ? variable
15 codegen_axb_method ('lor', multop, add, addfunc, bmult, 'bool', 'bool' , 'false', 'true', 1, 0) ;
16 codegen_axb_method ('lor', multop, add, addfunc, mult, 'bool', 'int8_t' , 'false', 'true', 1, 0) ;
17 codegen_axb_method ('lor', multop, add, addfunc, mult, 'bool', 'uint8_t' , 'false', 'true', 1, 0) ;
18 codegen_axb_method ('lor', multop, add, addfunc, mult, 'bool', 'int16_t' , 'false', 'true', 1, 0) ;
19 codegen_axb_method ('lor', multop, add, addfunc, mult, 'bool', 'uint16_t', 'false', 'true', 1, 0) ;
20 codegen_axb_method ('lor', multop, add, addfunc, mult, 'bool', 'int32_t' , 'false', 'true', 1, 0) ;
29 addfunc = 't' ; variable
44 addfunc = 'w & t' ; % TODO: should this be w && t ? variable
59 addfunc = 'w ^ t' ; variable
[all …]
H A Dcodegen_axb_template.m20 addfunc = 'GB_IMIN (w, t)' ; variable
30 addfunc = 'fminf (w, t)' ; variable
33 addfunc = 'fmin (w, t)' ; variable
40 addfunc = 'GB_IMAX (w, t)' ; variable
51 addfunc = 'fmaxf (w, t)' ; variable
54 addfunc = 'fmax (w, t)' ; variable
61 addfunc = 't' ; variable
81 addfunc = 'w + t' ; variable
94 addfunc = 'GB_FC32_add (w, t)' ; variable
106 addfunc = 'w * t' ; variable
[all …]
/dports/math/suitesparse-rbio/SuiteSparse-5.10.1/GraphBLAS/Source/
H A Dcodegen_axb_compare_template.m14 addfunc = 'w | t' ; % TODO: should this be w || t ? variable
15 codegen_axb_method ('lor', multop, add, addfunc, bmult, 'bool', 'bool' , 'false', 'true', 1, 0) ;
16 codegen_axb_method ('lor', multop, add, addfunc, mult, 'bool', 'int8_t' , 'false', 'true', 1, 0) ;
17 codegen_axb_method ('lor', multop, add, addfunc, mult, 'bool', 'uint8_t' , 'false', 'true', 1, 0) ;
18 codegen_axb_method ('lor', multop, add, addfunc, mult, 'bool', 'int16_t' , 'false', 'true', 1, 0) ;
19 codegen_axb_method ('lor', multop, add, addfunc, mult, 'bool', 'uint16_t', 'false', 'true', 1, 0) ;
20 codegen_axb_method ('lor', multop, add, addfunc, mult, 'bool', 'int32_t' , 'false', 'true', 1, 0) ;
29 addfunc = 't' ; variable
44 addfunc = 'w & t' ; % TODO: should this be w && t ? variable
59 addfunc = 'w ^ t' ; variable
[all …]
H A Dcodegen_axb_template.m20 addfunc = 'GB_IMIN (w, t)' ; variable
30 addfunc = 'fminf (w, t)' ; variable
33 addfunc = 'fmin (w, t)' ; variable
40 addfunc = 'GB_IMAX (w, t)' ; variable
51 addfunc = 'fmaxf (w, t)' ; variable
54 addfunc = 'fmax (w, t)' ; variable
61 addfunc = 't' ; variable
81 addfunc = 'w + t' ; variable
94 addfunc = 'GB_FC32_add (w, t)' ; variable
106 addfunc = 'w * t' ; variable
[all …]
/dports/math/suitesparse-klu/SuiteSparse-5.10.1/GraphBLAS/Source/
H A Dcodegen_axb_compare_template.m14 addfunc = 'w | t' ; % TODO: should this be w || t ? variable
15 codegen_axb_method ('lor', multop, add, addfunc, bmult, 'bool', 'bool' , 'false', 'true', 1, 0) ;
16 codegen_axb_method ('lor', multop, add, addfunc, mult, 'bool', 'int8_t' , 'false', 'true', 1, 0) ;
17 codegen_axb_method ('lor', multop, add, addfunc, mult, 'bool', 'uint8_t' , 'false', 'true', 1, 0) ;
18 codegen_axb_method ('lor', multop, add, addfunc, mult, 'bool', 'int16_t' , 'false', 'true', 1, 0) ;
19 codegen_axb_method ('lor', multop, add, addfunc, mult, 'bool', 'uint16_t', 'false', 'true', 1, 0) ;
20 codegen_axb_method ('lor', multop, add, addfunc, mult, 'bool', 'int32_t' , 'false', 'true', 1, 0) ;
29 addfunc = 't' ; variable
44 addfunc = 'w & t' ; % TODO: should this be w && t ? variable
59 addfunc = 'w ^ t' ; variable
[all …]
H A Dcodegen_axb_template.m20 addfunc = 'GB_IMIN (w, t)' ; variable
30 addfunc = 'fminf (w, t)' ; variable
33 addfunc = 'fmin (w, t)' ; variable
40 addfunc = 'GB_IMAX (w, t)' ; variable
51 addfunc = 'fmaxf (w, t)' ; variable
54 addfunc = 'fmax (w, t)' ; variable
61 addfunc = 't' ; variable
81 addfunc = 'w + t' ; variable
94 addfunc = 'GB_FC32_add (w, t)' ; variable
106 addfunc = 'w * t' ; variable
[all …]
/dports/math/suitesparse-colamd/SuiteSparse-5.10.1/GraphBLAS/Source/
H A Dcodegen_axb_compare_template.m14 addfunc = 'w | t' ; % TODO: should this be w || t ? variable
15 codegen_axb_method ('lor', multop, add, addfunc, bmult, 'bool', 'bool' , 'false', 'true', 1, 0) ;
16 codegen_axb_method ('lor', multop, add, addfunc, mult, 'bool', 'int8_t' , 'false', 'true', 1, 0) ;
17 codegen_axb_method ('lor', multop, add, addfunc, mult, 'bool', 'uint8_t' , 'false', 'true', 1, 0) ;
18 codegen_axb_method ('lor', multop, add, addfunc, mult, 'bool', 'int16_t' , 'false', 'true', 1, 0) ;
19 codegen_axb_method ('lor', multop, add, addfunc, mult, 'bool', 'uint16_t', 'false', 'true', 1, 0) ;
20 codegen_axb_method ('lor', multop, add, addfunc, mult, 'bool', 'int32_t' , 'false', 'true', 1, 0) ;
29 addfunc = 't' ; variable
44 addfunc = 'w & t' ; % TODO: should this be w && t ? variable
59 addfunc = 'w ^ t' ; variable
[all …]
H A Dcodegen_axb_template.m20 addfunc = 'GB_IMIN (w, t)' ; variable
30 addfunc = 'fminf (w, t)' ; variable
33 addfunc = 'fmin (w, t)' ; variable
40 addfunc = 'GB_IMAX (w, t)' ; variable
51 addfunc = 'fmaxf (w, t)' ; variable
54 addfunc = 'fmax (w, t)' ; variable
61 addfunc = 't' ; variable
81 addfunc = 'w + t' ; variable
94 addfunc = 'GB_FC32_add (w, t)' ; variable
106 addfunc = 'w * t' ; variable
[all …]
/dports/math/suitesparse-ccolamd/SuiteSparse-5.10.1/GraphBLAS/Source/
H A Dcodegen_axb_compare_template.m14 addfunc = 'w | t' ; % TODO: should this be w || t ? variable
15 codegen_axb_method ('lor', multop, add, addfunc, bmult, 'bool', 'bool' , 'false', 'true', 1, 0) ;
16 codegen_axb_method ('lor', multop, add, addfunc, mult, 'bool', 'int8_t' , 'false', 'true', 1, 0) ;
17 codegen_axb_method ('lor', multop, add, addfunc, mult, 'bool', 'uint8_t' , 'false', 'true', 1, 0) ;
18 codegen_axb_method ('lor', multop, add, addfunc, mult, 'bool', 'int16_t' , 'false', 'true', 1, 0) ;
19 codegen_axb_method ('lor', multop, add, addfunc, mult, 'bool', 'uint16_t', 'false', 'true', 1, 0) ;
20 codegen_axb_method ('lor', multop, add, addfunc, mult, 'bool', 'int32_t' , 'false', 'true', 1, 0) ;
29 addfunc = 't' ; variable
44 addfunc = 'w & t' ; % TODO: should this be w && t ? variable
59 addfunc = 'w ^ t' ; variable
[all …]
/dports/math/suitesparse-cholmod/SuiteSparse-5.10.1/GraphBLAS/Source/
H A Dcodegen_axb_compare_template.m14 addfunc = 'w | t' ; % TODO: should this be w || t ? variable
15 codegen_axb_method ('lor', multop, add, addfunc, bmult, 'bool', 'bool' , 'false', 'true', 1, 0) ;
16 codegen_axb_method ('lor', multop, add, addfunc, mult, 'bool', 'int8_t' , 'false', 'true', 1, 0) ;
17 codegen_axb_method ('lor', multop, add, addfunc, mult, 'bool', 'uint8_t' , 'false', 'true', 1, 0) ;
18 codegen_axb_method ('lor', multop, add, addfunc, mult, 'bool', 'int16_t' , 'false', 'true', 1, 0) ;
19 codegen_axb_method ('lor', multop, add, addfunc, mult, 'bool', 'uint16_t', 'false', 'true', 1, 0) ;
20 codegen_axb_method ('lor', multop, add, addfunc, mult, 'bool', 'int32_t' , 'false', 'true', 1, 0) ;
29 addfunc = 't' ; variable
44 addfunc = 'w & t' ; % TODO: should this be w && t ? variable
59 addfunc = 'w ^ t' ; variable
[all …]
/dports/math/suitesparse-spqr/SuiteSparse-5.10.1/GraphBLAS/Source/
H A Dcodegen_axb_compare_template.m14 addfunc = 'w | t' ; % TODO: should this be w || t ? variable
15 codegen_axb_method ('lor', multop, add, addfunc, bmult, 'bool', 'bool' , 'false', 'true', 1, 0) ;
16 codegen_axb_method ('lor', multop, add, addfunc, mult, 'bool', 'int8_t' , 'false', 'true', 1, 0) ;
17 codegen_axb_method ('lor', multop, add, addfunc, mult, 'bool', 'uint8_t' , 'false', 'true', 1, 0) ;
18 codegen_axb_method ('lor', multop, add, addfunc, mult, 'bool', 'int16_t' , 'false', 'true', 1, 0) ;
19 codegen_axb_method ('lor', multop, add, addfunc, mult, 'bool', 'uint16_t', 'false', 'true', 1, 0) ;
20 codegen_axb_method ('lor', multop, add, addfunc, mult, 'bool', 'int32_t' , 'false', 'true', 1, 0) ;
29 addfunc = 't' ; variable
44 addfunc = 'w & t' ; % TODO: should this be w && t ? variable
59 addfunc = 'w ^ t' ; variable
[all …]
/dports/math/suitesparse-slip_lu/SuiteSparse-5.10.1/GraphBLAS/Source/
H A Dcodegen_axb_compare_template.m14 addfunc = 'w | t' ; % TODO: should this be w || t ? variable
15 codegen_axb_method ('lor', multop, add, addfunc, bmult, 'bool', 'bool' , 'false', 'true', 1, 0) ;
16 codegen_axb_method ('lor', multop, add, addfunc, mult, 'bool', 'int8_t' , 'false', 'true', 1, 0) ;
17 codegen_axb_method ('lor', multop, add, addfunc, mult, 'bool', 'uint8_t' , 'false', 'true', 1, 0) ;
18 codegen_axb_method ('lor', multop, add, addfunc, mult, 'bool', 'int16_t' , 'false', 'true', 1, 0) ;
19 codegen_axb_method ('lor', multop, add, addfunc, mult, 'bool', 'uint16_t', 'false', 'true', 1, 0) ;
20 codegen_axb_method ('lor', multop, add, addfunc, mult, 'bool', 'int32_t' , 'false', 'true', 1, 0) ;
29 addfunc = 't' ; variable
44 addfunc = 'w & t' ; % TODO: should this be w && t ? variable
59 addfunc = 'w ^ t' ; variable
[all …]
/dports/math/suitesparse-btf/SuiteSparse-5.10.1/GraphBLAS/Source/
H A Dcodegen_axb_compare_template.m14 addfunc = 'w | t' ; % TODO: should this be w || t ? variable
15 codegen_axb_method ('lor', multop, add, addfunc, bmult, 'bool', 'bool' , 'false', 'true', 1, 0) ;
16 codegen_axb_method ('lor', multop, add, addfunc, mult, 'bool', 'int8_t' , 'false', 'true', 1, 0) ;
17 codegen_axb_method ('lor', multop, add, addfunc, mult, 'bool', 'uint8_t' , 'false', 'true', 1, 0) ;
18 codegen_axb_method ('lor', multop, add, addfunc, mult, 'bool', 'int16_t' , 'false', 'true', 1, 0) ;
19 codegen_axb_method ('lor', multop, add, addfunc, mult, 'bool', 'uint16_t', 'false', 'true', 1, 0) ;
20 codegen_axb_method ('lor', multop, add, addfunc, mult, 'bool', 'int32_t' , 'false', 'true', 1, 0) ;
29 addfunc = 't' ; variable
44 addfunc = 'w & t' ; % TODO: should this be w && t ? variable
59 addfunc = 'w ^ t' ; variable
[all …]
H A Dcodegen_axb_template.m20 addfunc = 'GB_IMIN (w, t)' ; variable
30 addfunc = 'fminf (w, t)' ; variable
33 addfunc = 'fmin (w, t)' ; variable
40 addfunc = 'GB_IMAX (w, t)' ; variable
51 addfunc = 'fmaxf (w, t)' ; variable
54 addfunc = 'fmax (w, t)' ; variable
61 addfunc = 't' ; variable
81 addfunc = 'w + t' ; variable
94 addfunc = 'GB_FC32_add (w, t)' ; variable
106 addfunc = 'w * t' ; variable
[all …]
/dports/math/suitesparse-camd/SuiteSparse-5.10.1/GraphBLAS/Source/
H A Dcodegen_axb_compare_template.m14 addfunc = 'w | t' ; % TODO: should this be w || t ? variable
15 codegen_axb_method ('lor', multop, add, addfunc, bmult, 'bool', 'bool' , 'false', 'true', 1, 0) ;
16 codegen_axb_method ('lor', multop, add, addfunc, mult, 'bool', 'int8_t' , 'false', 'true', 1, 0) ;
17 codegen_axb_method ('lor', multop, add, addfunc, mult, 'bool', 'uint8_t' , 'false', 'true', 1, 0) ;
18 codegen_axb_method ('lor', multop, add, addfunc, mult, 'bool', 'int16_t' , 'false', 'true', 1, 0) ;
19 codegen_axb_method ('lor', multop, add, addfunc, mult, 'bool', 'uint16_t', 'false', 'true', 1, 0) ;
20 codegen_axb_method ('lor', multop, add, addfunc, mult, 'bool', 'int32_t' , 'false', 'true', 1, 0) ;
29 addfunc = 't' ; variable
44 addfunc = 'w & t' ; % TODO: should this be w && t ? variable
59 addfunc = 'w ^ t' ; variable
[all …]
/dports/math/suitesparse-umfpack/SuiteSparse-5.10.1/GraphBLAS/Source/
H A Dcodegen_axb_compare_template.m14 addfunc = 'w | t' ; % TODO: should this be w || t ? variable
15 codegen_axb_method ('lor', multop, add, addfunc, bmult, 'bool', 'bool' , 'false', 'true', 1, 0) ;
16 codegen_axb_method ('lor', multop, add, addfunc, mult, 'bool', 'int8_t' , 'false', 'true', 1, 0) ;
17 codegen_axb_method ('lor', multop, add, addfunc, mult, 'bool', 'uint8_t' , 'false', 'true', 1, 0) ;
18 codegen_axb_method ('lor', multop, add, addfunc, mult, 'bool', 'int16_t' , 'false', 'true', 1, 0) ;
19 codegen_axb_method ('lor', multop, add, addfunc, mult, 'bool', 'uint16_t', 'false', 'true', 1, 0) ;
20 codegen_axb_method ('lor', multop, add, addfunc, mult, 'bool', 'int32_t' , 'false', 'true', 1, 0) ;
29 addfunc = 't' ; variable
44 addfunc = 'w & t' ; % TODO: should this be w && t ? variable
59 addfunc = 'w ^ t' ; variable
[all …]
/dports/math/suitesparse-csparse/SuiteSparse-5.10.1/GraphBLAS/Source/
H A Dcodegen_axb_compare_template.m14 addfunc = 'w | t' ; % TODO: should this be w || t ? variable
15 codegen_axb_method ('lor', multop, add, addfunc, bmult, 'bool', 'bool' , 'false', 'true', 1, 0) ;
16 codegen_axb_method ('lor', multop, add, addfunc, mult, 'bool', 'int8_t' , 'false', 'true', 1, 0) ;
17 codegen_axb_method ('lor', multop, add, addfunc, mult, 'bool', 'uint8_t' , 'false', 'true', 1, 0) ;
18 codegen_axb_method ('lor', multop, add, addfunc, mult, 'bool', 'int16_t' , 'false', 'true', 1, 0) ;
19 codegen_axb_method ('lor', multop, add, addfunc, mult, 'bool', 'uint16_t', 'false', 'true', 1, 0) ;
20 codegen_axb_method ('lor', multop, add, addfunc, mult, 'bool', 'int32_t' , 'false', 'true', 1, 0) ;
29 addfunc = 't' ; variable
44 addfunc = 'w & t' ; % TODO: should this be w && t ? variable
59 addfunc = 'w ^ t' ; variable
[all …]
/dports/math/suitesparse-cxsparse/SuiteSparse-5.10.1/GraphBLAS/Source/
H A Dcodegen_axb_compare_template.m14 addfunc = 'w | t' ; % TODO: should this be w || t ? variable
15 codegen_axb_method ('lor', multop, add, addfunc, bmult, 'bool', 'bool' , 'false', 'true', 1, 0) ;
16 codegen_axb_method ('lor', multop, add, addfunc, mult, 'bool', 'int8_t' , 'false', 'true', 1, 0) ;
17 codegen_axb_method ('lor', multop, add, addfunc, mult, 'bool', 'uint8_t' , 'false', 'true', 1, 0) ;
18 codegen_axb_method ('lor', multop, add, addfunc, mult, 'bool', 'int16_t' , 'false', 'true', 1, 0) ;
19 codegen_axb_method ('lor', multop, add, addfunc, mult, 'bool', 'uint16_t', 'false', 'true', 1, 0) ;
20 codegen_axb_method ('lor', multop, add, addfunc, mult, 'bool', 'int32_t' , 'false', 'true', 1, 0) ;
29 addfunc = 't' ; variable
44 addfunc = 'w & t' ; % TODO: should this be w && t ? variable
59 addfunc = 'w ^ t' ; variable
[all …]

12345