Press n or j to go to the next uncovered block, b, p or k for the previous block.
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | 31x 23x 38x 31x 31x | 'use strict';
var CPRepo$Wonderjs = require("../../data/container/CPRepo.bs.js");
function getFloat32Array1(param) {
return CPRepo$Wonderjs.getGlobalTemp(undefined).float16Array1;
}
function getFloat9Array(param) {
return CPRepo$Wonderjs.getGlobalTemp(undefined).float9Array;
}
exports.getFloat32Array1 = getFloat32Array1;
exports.getFloat9Array = getFloat9Array;
/* CPRepo-Wonderjs Not a pure module */
|