blob: a5604ef9cf27509fffa1a3038a18d57412a6964f (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
function badf() {
var $9 = Math_fround(0);
$9 = (HEAP32[tempDoublePtr>>2]=$8,Math_fround(HEAPF32[tempDoublePtr>>2]));
HEAPF32[$gep23_asptr>>2] = $9;
}
function badf2() {
var $9 = 0;
$9 = (HEAPF32[tempDoublePtr>>2]=$8,HEAP32[tempDoublePtr>>2]|0);
HEAP32[$gep23_asptr>>2] = $9;
}
// EMSCRIPTEN_GENERATED_FUNCTIONS: ["a", "b", "rett", "ret2t", "retf", "i32_8", "tempDoublePtr", "boxx", "_main", "badf", "badf2"]
|