| 808 | } |
| 809 | |
| 810 | char |
| 811 | encodeSide(clblasSide value) |
| 812 | { |
| 813 | switch (value) { |
| 814 | case clblasLeft: return 'L'; |
| 815 | case clblasRight: return 'R'; |
| 816 | } |
| 817 | return '\0'; |
| 818 | } |
| 819 | |
| 820 | int |
| 821 | functionBlasLevel(BlasFunctionID funct) { |
no outgoing calls
no test coverage detected