void main() { int exp; float foo = frexp(0.5, exp); sk_FragColor = half4(exp); }