Home
last modified time | relevance | path

Searched refs:tempL (Results 1 – 25 of 139) sorted by path

123456

/dports/astro/celestia-gtk/celestia-1.6.1/src/celengine/
H A Dstar.cpp116 static float tempL[10] = variable
546 temp = tempL[subclass]; in GetNormalStarDetails()
/dports/astro/celestia/celestia-1.6.1/src/celengine/
H A Dstar.cpp116 static float tempL[10] = variable
546 temp = tempL[subclass]; in GetNormalStarDetails()
/dports/audio/miniaudio/miniaudio-dbca7a3b44594e0226f887472b31f54aa5f14214/extras/
H A Ddr_flac.h10961 __m128i tempL; in drflac_read_pcm_frames_f32__decode_mid_side__sse2() local
10971 tempL = _mm_srai_epi32(_mm_add_epi32(mid, side), 1); in drflac_read_pcm_frames_f32__decode_mid_side__sse2()
10974 leftf = _mm_mul_ps(_mm_cvtepi32_ps(tempL), factor128); in drflac_read_pcm_frames_f32__decode_mid_side__sse2()
10995 __m128i tempL; in drflac_read_pcm_frames_f32__decode_mid_side__sse2() local
11005 tempL = _mm_slli_epi32(_mm_add_epi32(mid, side), shift); in drflac_read_pcm_frames_f32__decode_mid_side__sse2()
11008 leftf = _mm_mul_ps(_mm_cvtepi32_ps(tempL), factor128); in drflac_read_pcm_frames_f32__decode_mid_side__sse2()
/dports/audio/miniaudio/miniaudio-dbca7a3b44594e0226f887472b31f54aa5f14214/extras/miniaudio_split/
H A Dminiaudio.c58612 __m128i tempL; in drflac_read_pcm_frames_f32__decode_mid_side__sse2() local
58619 tempL = _mm_srai_epi32(_mm_add_epi32(mid, side), 1); in drflac_read_pcm_frames_f32__decode_mid_side__sse2()
58621 leftf = _mm_mul_ps(_mm_cvtepi32_ps(tempL), factor128); in drflac_read_pcm_frames_f32__decode_mid_side__sse2()
58638 __m128i tempL; in drflac_read_pcm_frames_f32__decode_mid_side__sse2() local
58645 tempL = _mm_slli_epi32(_mm_add_epi32(mid, side), shift); in drflac_read_pcm_frames_f32__decode_mid_side__sse2()
58647 leftf = _mm_mul_ps(_mm_cvtepi32_ps(tempL), factor128); in drflac_read_pcm_frames_f32__decode_mid_side__sse2()
/dports/audio/miniaudio/miniaudio-dbca7a3b44594e0226f887472b31f54aa5f14214/
H A Dminiaudio.h65141 __m128i tempL; in drflac_read_pcm_frames_f32__decode_mid_side__sse2() local
65148 tempL = _mm_srai_epi32(_mm_add_epi32(mid, side), 1); in drflac_read_pcm_frames_f32__decode_mid_side__sse2()
65150 leftf = _mm_mul_ps(_mm_cvtepi32_ps(tempL), factor128); in drflac_read_pcm_frames_f32__decode_mid_side__sse2()
65167 __m128i tempL; in drflac_read_pcm_frames_f32__decode_mid_side__sse2() local
65174 tempL = _mm_slli_epi32(_mm_add_epi32(mid, side), shift); in drflac_read_pcm_frames_f32__decode_mid_side__sse2()
65176 leftf = _mm_mul_ps(_mm_cvtepi32_ps(tempL), factor128); in drflac_read_pcm_frames_f32__decode_mid_side__sse2()
/dports/audio/praat/praat-6.2.03/external/portaudio/
H A Dpa_win_wasapi.c1467 PaInt32 tempL, tempR, tempM;
1471 tempL = (((PaInt32)from[0]) << 8);
1472 tempL = tempL | (((PaInt32)from[1]) << 16);
1473 tempL = tempL | (((PaInt32)from[2]) << 24);
1479 tempM = (tempL + tempR) >> 1;
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/libs/airwindows/src/
H A DBrightAmbience2Proc.cpp34 long double tempL = 0.0; in processReplacing() local
44 tempL += pL[count+primeL[offset] - ((count+primeL[offset] > 32767)?32768:0)]; in processReplacing()
48 inputSampleL = tempL/sqrt(length); in processReplacing()
102 long double tempL = 0.0; in processDoubleReplacing() local
112 tempL += pL[count+primeL[offset] - ((count+primeL[offset] > 32767)?32768:0)]; in processDoubleReplacing()
116 inputSampleL = tempL/sqrt(length); in processDoubleReplacing()
H A DDeRez2Proc.cpp67 tempL = inputSampleL; in processReplacing()
88 tempL = inputSampleL; in processReplacing()
106 tempL = inputSampleL; in processReplacing()
114 while (tempL > 0) {tempL -= incrementB;} in processReplacing()
129 while (tempL < 0) {tempL += incrementB;} in processReplacing()
145 tempL = inputSampleL; in processReplacing()
266 tempL = inputSampleL; in processDoubleReplacing()
284 tempL = inputSampleL; in processDoubleReplacing()
292 while (tempL > 0) {tempL -= incrementB;} in processDoubleReplacing()
307 while (tempL < 0) {tempL += incrementB;} in processDoubleReplacing()
[all …]
H A DTripleSpread.cpp25 tempL = 0; in TripleSpread()
H A DTripleSpread.h68 VstInt32 tempL; variable
H A DTripleSpreadProc.cpp235 tempL = 0; in processReplacing()
240 tempL /= 2; //gotta make temp be the same level scale as buffer in processReplacing()
242 if (abs(tempL) > 8388352.0){tempL = (lasttempL + (lasttempL - thirdtempL));} in processReplacing()
247 if (splicingL){tempL = (tempL + (lasttempL + (lasttempL - thirdtempL)))/2; splicingL = false;} in processReplacing()
250 if ((lasttempL > 0 && tempL < 0)||(lasttempL < 0 && tempL > 0)) //delay tap crossed zero in processReplacing()
291 lasttempL = tempL; in processReplacing()
554 tempL = 0; in processDoubleReplacing()
561 if (abs(tempL) > 8388352.0){tempL = (lasttempL + (lasttempL - thirdtempL));} in processDoubleReplacing()
566 if (splicingL){tempL = (tempL + (lasttempL + (lasttempL - thirdtempL)))/2; splicingL = false;} in processDoubleReplacing()
569 if ((lasttempL > 0 && tempL < 0)||(lasttempL < 0 && tempL > 0)) //delay tap crossed zero in processDoubleReplacing()
[all …]
/dports/devel/love/love-11.3/src/libraries/dr_flac/
H A Ddr_flac.h7529 __m128i tempL; in drflac_read_pcm_frames_f32__decode_mid_side__sse2() local
7542 tempL = _mm_add_epi32(mid, side); in drflac_read_pcm_frames_f32__decode_mid_side__sse2()
7546tempL = _mm_or_si128(_mm_srli_epi32(tempL, 1), _mm_and_si128(tempL, _mm_set1_epi32(0x80000000))); in drflac_read_pcm_frames_f32__decode_mid_side__sse2()
7549 leftf = _mm_mul_ps(_mm_cvtepi32_ps(tempL), factor128); in drflac_read_pcm_frames_f32__decode_mid_side__sse2()
7577 __m128i tempL; in drflac_read_pcm_frames_f32__decode_mid_side__sse2() local
7590 tempL = _mm_slli_epi32(_mm_srli_epi32(_mm_add_epi32(mid, side), 1), shift); in drflac_read_pcm_frames_f32__decode_mid_side__sse2()
7593 leftf = _mm_mul_ps(_mm_cvtepi32_ps(tempL), factor128); in drflac_read_pcm_frames_f32__decode_mid_side__sse2()
/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/portaudio_v18_1/pa_mac/
H A Dpa_mac.c534 long tempL; in PaMac_QueryInputDeviceInfo() local
574 PrintDeviceInfo( siActiveChannels, tempL ); in PaMac_QueryInputDeviceInfo()
575 PrintDeviceInfo( siDeviceBufferInfo, tempL ); in PaMac_QueryInputDeviceInfo()
577 err = SPBGetDeviceInfo(mRefNum, siActiveChannels, (Ptr) &tempL); in PaMac_QueryInputDeviceInfo()
578 if (err == 0) DBUG(("%s = 0x%x\n", "siActiveChannels", tempL )); in PaMac_QueryInputDeviceInfo()
620 err = SPBGetDeviceInfo(mRefNum, siDeviceBufferInfo, (Ptr) &tempL); in PaMac_QueryInputDeviceInfo()
626 ipad->pad_DeviceBufferSize = tempL; in PaMac_QueryInputDeviceInfo()
627 DBUG(("siDeviceBufferInfo = %d\n", tempL )); in PaMac_QueryInputDeviceInfo()
1147 long tempL; in PaHost_OpenStream() local
1186 tempL = 0x03; in PaHost_OpenStream()
[all …]
/dports/devel/raylib/raylib-3.7.0/src/external/
H A Ddr_flac.h10961 __m128i tempL; in drflac_read_pcm_frames_f32__decode_mid_side__sse2() local
10971 tempL = _mm_srai_epi32(_mm_add_epi32(mid, side), 1); in drflac_read_pcm_frames_f32__decode_mid_side__sse2()
10974 leftf = _mm_mul_ps(_mm_cvtepi32_ps(tempL), factor128); in drflac_read_pcm_frames_f32__decode_mid_side__sse2()
10995 __m128i tempL; in drflac_read_pcm_frames_f32__decode_mid_side__sse2() local
11005 tempL = _mm_slli_epi32(_mm_add_epi32(mid, side), shift); in drflac_read_pcm_frames_f32__decode_mid_side__sse2()
11008 leftf = _mm_mul_ps(_mm_cvtepi32_ps(tempL), factor128); in drflac_read_pcm_frames_f32__decode_mid_side__sse2()
H A Dminiaudio.h60291 __m128i tempL; in drflac_read_pcm_frames_f32__decode_mid_side__sse2() local
60298 tempL = _mm_srai_epi32(_mm_add_epi32(mid, side), 1); in drflac_read_pcm_frames_f32__decode_mid_side__sse2()
60300 leftf = _mm_mul_ps(_mm_cvtepi32_ps(tempL), factor128); in drflac_read_pcm_frames_f32__decode_mid_side__sse2()
60317 __m128i tempL; in drflac_read_pcm_frames_f32__decode_mid_side__sse2() local
60324 tempL = _mm_slli_epi32(_mm_add_epi32(mid, side), shift); in drflac_read_pcm_frames_f32__decode_mid_side__sse2()
60326 leftf = _mm_mul_ps(_mm_cvtepi32_ps(tempL), factor128); in drflac_read_pcm_frames_f32__decode_mid_side__sse2()
/dports/emulators/dosbox-staging/dosbox-staging-0.78.0/src/libs/decoders/
H A Ddr_flac.h10961 __m128i tempL; in drflac_read_pcm_frames_f32__decode_mid_side__sse2() local
10971 tempL = _mm_srai_epi32(_mm_add_epi32(mid, side), 1); in drflac_read_pcm_frames_f32__decode_mid_side__sse2()
10974 leftf = _mm_mul_ps(_mm_cvtepi32_ps(tempL), factor128); in drflac_read_pcm_frames_f32__decode_mid_side__sse2()
10995 __m128i tempL; in drflac_read_pcm_frames_f32__decode_mid_side__sse2() local
11005 tempL = _mm_slli_epi32(_mm_add_epi32(mid, side), shift); in drflac_read_pcm_frames_f32__decode_mid_side__sse2()
11008 leftf = _mm_mul_ps(_mm_cvtepi32_ps(tempL), factor128); in drflac_read_pcm_frames_f32__decode_mid_side__sse2()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libpostproc/
H A Dpostprocess_altivec_template.c1045 vector unsigned char tempL = vec_mergel(src5, zero); in transpose_16x8_char_toPackedAlign_altivec() local
1057 vector unsigned char temp6 = vec_mergeh(tempD, tempL); in transpose_16x8_char_toPackedAlign_altivec()
1058 vector unsigned char temp7 = vec_mergel(tempD, tempL); in transpose_16x8_char_toPackedAlign_altivec()
1079 tempL = vec_mergel(temp5, temp13); in transpose_16x8_char_toPackedAlign_altivec()
1091 temp6 = vec_mergeh(tempD, tempL); in transpose_16x8_char_toPackedAlign_altivec()
1092 temp7 = vec_mergel(tempD, tempL); in transpose_16x8_char_toPackedAlign_altivec()
1147 vector unsigned char tempL; in transpose_8x16_char_fromPackedAlign_altivec() local
1171 tempL = vec_mergel(temp5, temp13); in transpose_8x16_char_fromPackedAlign_altivec()
1179 temp6 = vec_mergeh(tempD, tempL); in transpose_8x16_char_fromPackedAlign_altivec()
1180 temp7 = vec_mergel(tempD, tempL); in transpose_8x16_char_fromPackedAlign_altivec()
/dports/emulators/py-unicorn/unicorn-1.0.2/qemu/target-mips/
H A Ddsp_helper.c1293 int64_t tempL; in helper_addwc() local
1295 tempL = (int64_t)(int32_t)rs + (int64_t)(int32_t)rt + in helper_addwc()
1297 temp31 = (tempL >> 31) & 0x01; in helper_addwc()
1298 temp32 = (tempL >> 32) & 0x01; in helper_addwc()
1304 rd = tempL & MIPSDSP_LLO; in helper_addwc()
2625 int64_t tempL, acc; \
2673 int64_t tempL; \
2679 tempL = 0x7FFFFFFF00000000ull; \
2682 tempL = ((int64_t)rs_t * (int64_t)rt_t) << 1; \
2683 tempL += addvar; \
[all …]
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/target/mips/
H A Ddsp_helper.c1296 int64_t tempL; in helper_addwc() local
1298 tempL = (int64_t)(int32_t)rs + (int64_t)(int32_t)rt + in helper_addwc()
1300 temp31 = (tempL >> 31) & 0x01; in helper_addwc()
1301 temp32 = (tempL >> 32) & 0x01; in helper_addwc()
1307 rd = tempL & MIPSDSP_LLO; in helper_addwc()
2633 int64_t tempL, acc; \
2681 int64_t tempL; \
2687 tempL = 0x7FFFFFFF00000000ull; \
2690 tempL = ((int64_t)rs_t * (int64_t)rt_t) << 1; \
2691 tempL += addvar; \
[all …]
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/target/mips/tcg/
H A Ddsp_helper.c1296 int64_t tempL; in helper_addwc() local
1298 tempL = (int64_t)(int32_t)rs + (int64_t)(int32_t)rt + in helper_addwc()
1300 temp31 = (tempL >> 31) & 0x01; in helper_addwc()
1301 temp32 = (tempL >> 32) & 0x01; in helper_addwc()
1307 rd = tempL & MIPSDSP_LLO; in helper_addwc()
2633 int64_t tempL, acc; \
2681 int64_t tempL; \
2687 tempL = 0x7FFFFFFF00000000ull; \
2690 tempL = ((int64_t)rs_t * (int64_t)rt_t) << 1; \
2691 tempL += addvar; \
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/target/mips/
H A Ddsp_helper.c1296 int64_t tempL; in helper_addwc() local
1298 tempL = (int64_t)(int32_t)rs + (int64_t)(int32_t)rt + in helper_addwc()
1300 temp31 = (tempL >> 31) & 0x01; in helper_addwc()
1301 temp32 = (tempL >> 32) & 0x01; in helper_addwc()
1307 rd = tempL & MIPSDSP_LLO; in helper_addwc()
2633 int64_t tempL, acc; \
2681 int64_t tempL; \
2687 tempL = 0x7FFFFFFF00000000ull; \
2690 tempL = ((int64_t)rs_t * (int64_t)rt_t) << 1; \
2691 tempL += addvar; \
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/target/mips/
H A Ddsp_helper.c1294 int64_t tempL; in helper_addwc() local
1296 tempL = (int64_t)(int32_t)rs + (int64_t)(int32_t)rt + in helper_addwc()
1298 temp31 = (tempL >> 31) & 0x01; in helper_addwc()
1299 temp32 = (tempL >> 32) & 0x01; in helper_addwc()
1305 rd = tempL & MIPSDSP_LLO; in helper_addwc()
2626 int64_t tempL, acc; \
2674 int64_t tempL; \
2680 tempL = 0x7FFFFFFF00000000ull; \
2683 tempL = ((int64_t)rs_t * (int64_t)rt_t) << 1; \
2684 tempL += addvar; \
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/target/mips/
H A Ddsp_helper.c1296 int64_t tempL; in helper_addwc() local
1298 tempL = (int64_t)(int32_t)rs + (int64_t)(int32_t)rt + in helper_addwc()
1300 temp31 = (tempL >> 31) & 0x01; in helper_addwc()
1301 temp32 = (tempL >> 32) & 0x01; in helper_addwc()
1307 rd = tempL & MIPSDSP_LLO; in helper_addwc()
2633 int64_t tempL, acc; \
2681 int64_t tempL; \
2687 tempL = 0x7FFFFFFF00000000ull; \
2690 tempL = ((int64_t)rs_t * (int64_t)rt_t) << 1; \
2691 tempL += addvar; \
[all …]
/dports/emulators/qemu/qemu-6.2.0/target/mips/tcg/
H A Ddsp_helper.c1296 int64_t tempL; in helper_addwc() local
1298 tempL = (int64_t)(int32_t)rs + (int64_t)(int32_t)rt + in helper_addwc()
1300 temp31 = (tempL >> 31) & 0x01; in helper_addwc()
1301 temp32 = (tempL >> 32) & 0x01; in helper_addwc()
1307 rd = tempL & MIPSDSP_LLO; in helper_addwc()
2633 int64_t tempL, acc; \
2681 int64_t tempL; \
2687 tempL = 0x7FFFFFFF00000000ull; \
2690 tempL = ((int64_t)rs_t * (int64_t)rt_t) << 1; \
2691 tempL += addvar; \
[all …]
/dports/emulators/qemu42/qemu-4.2.1/target/mips/
H A Ddsp_helper.c1296 int64_t tempL; in helper_addwc() local
1298 tempL = (int64_t)(int32_t)rs + (int64_t)(int32_t)rt + in helper_addwc()
1300 temp31 = (tempL >> 31) & 0x01; in helper_addwc()
1301 temp32 = (tempL >> 32) & 0x01; in helper_addwc()
1307 rd = tempL & MIPSDSP_LLO; in helper_addwc()
2633 int64_t tempL, acc; \
2681 int64_t tempL; \
2687 tempL = 0x7FFFFFFF00000000ull; \
2690 tempL = ((int64_t)rs_t * (int64_t)rt_t) << 1; \
2691 tempL += addvar; \
[all …]

123456