Home
last modified time | relevance | path

Searched refs:tempF32 (Results 1 – 12 of 12) sorted by relevance

/dports/comms/fldigi/fldigi-4.1.20/src/include/
H A Ddr_mp3.h3050 float tempF32[4096]; in drmp3_read_pcm_frames_s16() local
3061 if (pcmFramesToReadThisIteration > drmp3_countof(tempF32)/pMP3->channels) { in drmp3_read_pcm_frames_s16()
3062 pcmFramesToReadThisIteration = drmp3_countof(tempF32)/pMP3->channels; in drmp3_read_pcm_frames_s16()
3065 pcmFramesJustRead = drmp3_read_pcm_frames_f32(pMP3, pcmFramesToReadThisIteration, tempF32); in drmp3_read_pcm_frames_s16()
3070 …drmp3dec_f32_to_s16(tempF32, pBufferOut, (int)(pcmFramesJustRead * pMP3->channels)); /* <-- Saf… in drmp3_read_pcm_frames_s16()
/dports/graphics/magnum-plugins/magnum-plugins-2019.10/src/external/dr/
H A Ddr_mp3.h3019 float tempF32[4096]; in drmp3_read_pcm_frames_s16() local
3030 if (pcmFramesToReadThisIteration > drmp3_countof(tempF32)/pMP3->channels) { in drmp3_read_pcm_frames_s16()
3031 pcmFramesToReadThisIteration = drmp3_countof(tempF32)/pMP3->channels; in drmp3_read_pcm_frames_s16()
3034 pcmFramesJustRead = drmp3_read_pcm_frames_f32(pMP3, pcmFramesToReadThisIteration, tempF32); in drmp3_read_pcm_frames_s16()
3039 …drmp3dec_f32_to_s16(tempF32, pBufferOut, (int)(pcmFramesJustRead * pMP3->channels)); /* <-- Saf… in drmp3_read_pcm_frames_s16()
/dports/math/kfr/kfr-4.2.1/include/kfr/io/dr/
H A Ddr_mp3.h3236 float tempF32[4096]; in drmp3_read_pcm_frames_s16() local
3247 if (pcmFramesToReadThisIteration > drmp3_countof(tempF32)/pMP3->channels) { in drmp3_read_pcm_frames_s16()
3248 pcmFramesToReadThisIteration = drmp3_countof(tempF32)/pMP3->channels; in drmp3_read_pcm_frames_s16()
3251 pcmFramesJustRead = drmp3_read_pcm_frames_f32(pMP3, pcmFramesToReadThisIteration, tempF32); in drmp3_read_pcm_frames_s16()
3256 …drmp3dec_f32_to_s16(tempF32, pBufferOut, (int)(pcmFramesJustRead * pMP3->channels)); /* <-- Saf… in drmp3_read_pcm_frames_s16()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/
H A DCodeGenerator.h406 FloatRegister tempF32, ConstantOrRegister id, ConstantOrRegister value,
H A DLowering.cpp3566 LDefinition tempF32 = LDefinition::BogusTemp(); in visitSetPropertyCache() local
3572 tempF32 = hasUnaliasedDouble() ? tempFloat32() : LDefinition::BogusTemp(); in visitSetPropertyCache()
3576 tempToUnboxIndex, tempD, tempF32); in visitSetPropertyCache()
H A DCodeGenerator.cpp8630 … FloatRegister tempF32, ConstantOrRegister id, ConstantOrRegister value, in addSetPropertyCache() argument
8634 SetPropertyIC cache(liveRegs, objReg, temp, tempUnbox, tempDouble, tempF32, id, value, strict, in addSetPropertyCache()
8805 FloatRegister tempF32 = ToTempFloatRegisterOrInvalid(ins->tempFloat32()); in visitSetPropertyCache() local
8812 addSetPropertyCache(ins, liveRegs, objReg, temp, tempUnbox, tempDouble, tempF32, in visitSetPropertyCache()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/
H A DCodeGenerator.h453 FloatRegister tempF32, const ConstantOrRegister& id,
H A DLowering.cpp3889 LDefinition tempF32 = LDefinition::BogusTemp(); in visitSetPropertyCache() local
3895 tempF32 = hasUnaliasedDouble() ? tempFloat32() : LDefinition::BogusTemp(); in visitSetPropertyCache()
3903 tempToUnboxIndex, tempD, tempF32); in visitSetPropertyCache()
H A DCodeGenerator.cpp10032 FloatRegister tempF32, const ConstantOrRegister& id, in addSetPropertyCache() argument
10037 SetPropertyIC cache(liveRegs, objReg, temp, tempUnbox, tempDouble, tempF32, id, value, strict, in addSetPropertyCache()
10210 FloatRegister tempF32 = ToTempFloatRegisterOrInvalid(ins->tempFloat32()); in visitSetPropertyCache() local
10217 addSetPropertyCache(ins, liveRegs, objReg, temp, tempUnbox, tempDouble, tempF32, in visitSetPropertyCache()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/
H A DCodeGenerator.h517 FloatRegister tempDouble, FloatRegister tempF32,
H A DLowering.cpp3850 LDefinition tempF32 = LDefinition::BogusTemp(); in visitSetPropertyCache() local
3853 tempF32 = hasUnaliasedDouble() ? tempFloat32() : LDefinition::BogusTemp(); in visitSetPropertyCache()
3859 tempF32); in visitSetPropertyCache()
H A DCodeGenerator.cpp10248 FloatRegister tempDouble, FloatRegister tempF32, in addSetPropertyCache() argument
10258 IonSetPropertyIC cache(kind, liveRegs, objReg, temp, tempDouble, tempF32, id, in addSetPropertyCache()
10445 FloatRegister tempF32 = ToTempFloatRegisterOrInvalid(ins->tempFloat32()); in visitSetPropertyCache() local
10452 addSetPropertyCache(ins, liveRegs, objReg, temp, tempDouble, tempF32, id, in visitSetPropertyCache()