Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clMathLibraries/clBLAS
/ listNodeFirst
Function
listNodeFirst
src/include/list.h:64–68 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
62
}
63
64
static __inline ListNode
65
*listNodeFirst(const ListHead *head)
66
{
67
return head->next;
68
}
69
70
static __inline ListNode
71
*listNodeLast(const ListHead *head)
Callers
15
main
Function · 0.85
orchestrateNonTransposeTBSV
Function · 0.85
orchestrateTransposeTBSV
Function · 0.85
orchestrateNonTransposeTRSV
Function · 0.85
orchestrateTransposeTRSV
Function · 0.85
doiAmax
Function · 0.85
doAsum
Function · 0.85
doNrm2_hypot
Function · 0.85
doNrm2_ssq
Function · 0.85
executeGEMM
Function · 0.85
doSymv
Function · 0.85
doDot
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected