Searched refs:_floats (Results 1 – 2 of 2) sorted by relevance
53 this._floats = []; property in CanvasKit.FourFloatArrayHelper59 return this._floats.length / 4;73 this._floats.push(f1, f2, f3, f4);81 if (idx < 0 || idx >= this._floats.length/4) {82 Debug('Cannot set index ' + idx + ', it is out of range', this._floats.length/4);96 this._floats[idx] = f1;97 this._floats[idx + 1] = f2;98 this._floats[idx + 2] = f3;99 this._floats[idx + 3] = f4;111 this._ptr = copy1dArray(this._floats, 'HEAPF32');
2774 double _floats[32]; member in libunwind::Registers_mips_o322820 p = (uint32_t *)&_floats[regNum - UNW_MIPS_F0]; in getRegister()2822 p = (uint32_t *)&_floats[(regNum - 1) - UNW_MIPS_F0] + 1; in getRegister()2850 p = (uint32_t *)&_floats[regNum - UNW_MIPS_F0]; in setRegister()2852 p = (uint32_t *)&_floats[(regNum - 1) - UNW_MIPS_F0] + 1; in setRegister()2888 return _floats[regNum - UNW_MIPS_F0]; in getFloatRegister()2899 _floats[regNum - UNW_MIPS_F0] = value; in setFloatRegister()3096 double _floats[32]; member in libunwind::Registers_mips_newabi3183 return _floats[regNum - UNW_MIPS_F0]; in getFloatRegister()3194 _floats[regNum - UNW_MIPS_F0] = value; in setFloatRegister()[all …]