MCPcopy 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_modeFunction · 0.45
compare_modeFunction · 0.45
print_image_metricsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected