(a)
| 68908 | return out; |
| 68909 | } |
| 68910 | function fp64LowPart(a) { |
| 68911 | return a - Math.fround(a); |
| 68912 | } |
| 68913 | function fp64ifyMatrix4(matrix) { |
| 68914 | var matrixFP64 = new Float32Array(32); |
| 68915 | for(var i = 0; i < 4; ++i)for(var j = 0; j < 4; ++j){ |
no outgoing calls
no test coverage detected