Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BinomialLLC/basis_universal
/ print
Method
print
encoder/basisu_math.h:1055–1060 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1053
}
1054
1055
void print() const
1056
{
1057
for (uint32_t c = 0; c < N; c++)
1058
printf(
"%3.3f "
, (*this)[c]);
1059
printf(
"\n"
);
1060
}
1061
1062
protected:
1063
T m_s[N];
Callers
5
hdr_compare_mode
Function · 0.45
compare_mode
Function · 0.45
print_image_metrics
Function · 0.45
encode_slices_to_uastc_4x4_hdr
Method · 0.45
write_output_files_and_compute_stats
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected