MCPcopy Create free account
hub / github.com/NVIDIA/cutlass / exponent_biased

Method exponent_biased

include/cutlass/tfloat32.h:173–176  ·  view source on GitHub ↗

Returns the biased exponent

Source from the content-addressed store, hash-verified

171
172 /// Returns the biased exponent
173 CUTLASS_HOST_DEVICE
174 int exponent_biased() const {
175 return int((raw() >> 23) & 0x0ff);
176 }
177
178 /// Returns the unbiased exponent
179 CUTLASS_HOST_DEVICE

Callers 5

isnanFunction · 0.45
isfiniteFunction · 0.45
isinfFunction · 0.45
isnormalFunction · 0.45
fpclassifyFunction · 0.45

Calls 1

rawFunction · 0.85

Tested by

no test coverage detected