TGA only supports 8bits per channel which means:
R = 8Bits
G = 8Bits
B = 8Bits
Total of 24Bits then 8Bits for the Alpha Channel making it 32Bits.
You cannot export anything higher for TGA like you can with say PNG 16Bits per Channel, or TIFF for 32Bits per Channel (32 bit linear float).