#include <metal_stdlib>
using namespace metal;
kernel void tint_symbol() {
int exponent = 0;
float const significand = frexp(1.230000019f, *(&(exponent)));
return;
}