For example in delta/delta_dispatcher.h there is a function called calculate_projection_dispatch.
From the name its not obvious what it does, but its a specification function that calls other implementation function called calculate_projection_impl.
But the "dispatch" at the end of the name makes it confusing.