Home
last modified time | relevance | path

Searched defs:temp1 (Results 1 – 25 of 4334) sorted by relevance

12345678910>>...174

/dports/astro/astrometry/astrometry.net-0.85/gsl-an/cblas/
H A Dsource_symm_r.h64 const BASE temp1 = alpha * B[ldb * i + j]; variable
82 const BASE temp1 = alpha * B[ldb * i + j]; variable
99 const BASE temp1 = alpha * B[ldb * i + j]; variable
117 const BASE temp1 = alpha * B[ldb * i + j]; variable
/dports/audio/praat/praat-6.2.03/external/gsl/
H A Dgsl_cblas__source_symm_r.h64 const BASE temp1 = alpha * B[ldb * i + j]; variable
82 const BASE temp1 = alpha * B[ldb * i + j]; variable
99 const BASE temp1 = alpha * B[ldb * i + j]; variable
117 const BASE temp1 = alpha * B[ldb * i + j]; variable
/dports/math/gsl/gsl-2.7/cblas/
H A Dsource_symm_r.h66 const BASE temp1 = alpha * B[ldb * i + j]; variable
84 const BASE temp1 = alpha * B[ldb * i + j]; variable
101 const BASE temp1 = alpha * B[ldb * i + j]; variable
119 const BASE temp1 = alpha * B[ldb * i + j]; variable
/dports/science/qmcpack/qmcpack-3.11.0/src/Utilities/
H A DRandomGenerator.h45 double temp1 = 1.0 - 0.9999999999 * rng(), temp2 = rng(); in generate() local
51 double temp1 = 1 - 0.9999999999 * rng(), temp2 = rng(); in generate() local
61 float temp1 = 1.0f - 0.9999999999f * rng(), temp2 = rng(); in generate() local
67 float temp1 = 1.0f - 0.9999999999f * rng(), temp2 = rng(); in generate() local
/dports/www/firefox-legacy/firefox-52.8.0esr/media/libvpx/vp9/encoder/
H A Dvp9_avg.c32 static void hadamard_col8(const int16_t *src_diff, int src_stride,
41 int16_t b7 = src_diff[6 * src_stride] - src_diff[7 * src_stride];
47 int16_t c4 = b4 + b6;
53 coeff[7] = c1 + c5;
58 coeff[1] = c2 - c6;
74 for (idx = 0; idx < 8; ++idx) {
81 // In place 16x16 2D Hadamard transform
86 int16_t const *src_ptr = src_diff + (idx >> 1) * 8 * src_stride in KeccakP1600_SetBytesInLaneToZero()
122 const int ref_stride, const int height) {
143 int vp9_vector_var_c(int16_t const *ref, int16_t const *src,
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot.test/src/org/graalvm/compiler/hotspot/test/
H A DWriteBarrierVerificationTest.java92 Container temp1 = new Container(); in test1Snippet() local
115 Container temp1 = new Container(); in test2Snippet() local
137 Container temp1 = new Container(); in test3Snippet() local
187 Container temp1 = new Container(); in test4Snippet() local
223 Container temp1 = new Container(); in test5Snippet() local
278 Container temp1 = new Container(); in test6Snippet() local
318 Container temp1 = new Container(); in test7Snippet() local
353 Container temp1 = new Container(); in test8Snippet() local
381 Container temp1 = new Container(); in test9Snippet() local
429 Container temp1 = new Container(); in test10Snippet() local
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot.test/src/org/graalvm/compiler/hotspot/test/
H A DWriteBarrierVerificationTest.java91 Container temp1 = new Container(); in test1Snippet() local
114 Container temp1 = new Container(); in test2Snippet() local
136 Container temp1 = new Container(); in test3Snippet() local
186 Container temp1 = new Container(); in test4Snippet() local
222 Container temp1 = new Container(); in test5Snippet() local
277 Container temp1 = new Container(); in test6Snippet() local
317 Container temp1 = new Container(); in test7Snippet() local
352 Container temp1 = new Container(); in test8Snippet() local
380 Container temp1 = new Container(); in test9Snippet() local
428 Container temp1 = new Container(); in test10Snippet() local
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot.test/src/org/graalvm/compiler/hotspot/test/
H A DWriteBarrierVerificationTest.java92 Container temp1 = new Container(); in test1Snippet() local
115 Container temp1 = new Container(); in test2Snippet() local
137 Container temp1 = new Container(); in test3Snippet() local
187 Container temp1 = new Container(); in test4Snippet() local
223 Container temp1 = new Container(); in test5Snippet() local
278 Container temp1 = new Container(); in test6Snippet() local
318 Container temp1 = new Container(); in test7Snippet() local
353 Container temp1 = new Container(); in test8Snippet() local
381 Container temp1 = new Container(); in test9Snippet() local
429 Container temp1 = new Container(); in test10Snippet() local
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot.test/src/org/graalvm/compiler/hotspot/test/
H A DWriteBarrierVerificationTest.java91 Container temp1 = new Container(); in test1Snippet() local
114 Container temp1 = new Container(); in test2Snippet() local
136 Container temp1 = new Container(); in test3Snippet() local
186 Container temp1 = new Container(); in test4Snippet() local
222 Container temp1 = new Container(); in test5Snippet() local
277 Container temp1 = new Container(); in test6Snippet() local
317 Container temp1 = new Container(); in test7Snippet() local
352 Container temp1 = new Container(); in test8Snippet() local
380 Container temp1 = new Container(); in test9Snippet() local
428 Container temp1 = new Container(); in test10Snippet() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libaom/source/libaom/aom_dsp/arm/
H A Dsubpel_variance_neon.c174 uint8_t temp1[4 * 4]; in aom_sub_pixel_variance4x4_neon() local
189 uint8_t temp1[4 * 8]; in aom_sub_pixel_variance4x8_neon() local
204 uint8_t temp1[4 * 16]; in aom_sub_pixel_variance4x16_neon() local
219 uint8_t temp1[8 * 4]; in aom_sub_pixel_variance8x4_neon() local
234 uint8_t temp1[8 * 16]; in aom_sub_pixel_variance8x16_neon() local
249 uint8_t temp1[8 * 32]; in aom_sub_pixel_variance8x32_neon() local
264 uint8_t temp1[16 * 4]; in aom_sub_pixel_variance16x4_neon() local
279 uint8_t temp1[16 * 8]; in aom_sub_pixel_variance16x8_neon() local
294 uint8_t temp1[16 * 32]; in aom_sub_pixel_variance16x32_neon() local
309 uint8_t temp1[16 * 64]; in aom_sub_pixel_variance16x64_neon() local
[all …]
/dports/graphics/dssim/dssim-3.1.2/cargo-crates/libaom-sys-0.9.1/vendor/aom_dsp/arm/
H A Dsubpel_variance_neon.c174 uint8_t temp1[4 * 4]; in aom_sub_pixel_variance4x4_neon() local
189 uint8_t temp1[4 * 8]; in aom_sub_pixel_variance4x8_neon() local
204 uint8_t temp1[8 * 4]; in aom_sub_pixel_variance8x4_neon() local
219 uint8_t temp1[8 * 16]; in aom_sub_pixel_variance8x16_neon() local
234 uint8_t temp1[16 * 8]; in aom_sub_pixel_variance16x8_neon() local
249 uint8_t temp1[16 * 32]; in aom_sub_pixel_variance16x32_neon() local
264 uint8_t temp1[32 * 16]; in aom_sub_pixel_variance32x16_neon() local
356 uint8_t temp1[4 * 16]; in aom_sub_pixel_variance4x16_neon() local
371 uint8_t temp1[8 * 32]; in aom_sub_pixel_variance8x32_neon() local
386 uint8_t temp1[16 * 4]; in aom_sub_pixel_variance16x4_neon() local
[all …]
/dports/multimedia/aom/aom-3.2.0/aom_dsp/arm/
H A Dsubpel_variance_neon.c174 uint8_t temp1[4 * 4]; in aom_sub_pixel_variance4x4_neon() local
189 uint8_t temp1[4 * 8]; in aom_sub_pixel_variance4x8_neon() local
204 uint8_t temp1[8 * 4]; in aom_sub_pixel_variance8x4_neon() local
219 uint8_t temp1[8 * 16]; in aom_sub_pixel_variance8x16_neon() local
234 uint8_t temp1[16 * 8]; in aom_sub_pixel_variance16x8_neon() local
249 uint8_t temp1[16 * 32]; in aom_sub_pixel_variance16x32_neon() local
264 uint8_t temp1[32 * 16]; in aom_sub_pixel_variance32x16_neon() local
356 uint8_t temp1[4 * 16]; in aom_sub_pixel_variance4x16_neon() local
371 uint8_t temp1[8 * 32]; in aom_sub_pixel_variance8x32_neon() local
386 uint8_t temp1[16 * 4]; in aom_sub_pixel_variance16x4_neon() local
[all …]
/dports/graphics/freeimage/FreeImage/Source/LibWebP/src/dsp/
H A Dlossless_mips_dsp_r2.c96 int temp0, temp1, temp2, temp3, temp4, temp5; in MAP_COLOR_FUNCS() local
121 int temp0, temp1, temp2, temp3, temp4, temp5; in ClampedAddSubtractHalf() local
150 int temp0, temp1, temp2, temp3, temp4, temp5; in Select() local
237 uint32_t temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; in AddGreenToBlueAndRed_MIPSdspR2() local
295 int temp0, temp1, temp2, temp3, temp4, temp5; in TransformColorInverse_MIPSdspR2() local
365 int temp0, temp1, temp2, temp3; in ConvertBGRAToRGB_MIPSdspR2() local
417 int temp0, temp1, temp2, temp3; in ConvertBGRAToRGBA_MIPSdspR2() local
467 int temp0, temp1, temp2, temp3, temp4, temp5; in ConvertBGRAToRGBA4444_MIPSdspR2() local
541 int temp0, temp1, temp2, temp3, temp4, temp5; in ConvertBGRAToRGB565_MIPSdspR2() local
619 int temp0, temp1, temp2, temp3; in ConvertBGRAToBGR_MIPSdspR2() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libwebp/src/dsp/
H A Dlossless_mips_dsp_r2.c96 int temp0, temp1, temp2, temp3, temp4, temp5; in MAP_COLOR_FUNCS() local
121 int temp0, temp1, temp2, temp3, temp4, temp5; in ClampedAddSubtractHalf() local
150 int temp0, temp1, temp2, temp3, temp4, temp5; in Select() local
237 uint32_t temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; in AddGreenToBlueAndRed_MIPSdspR2() local
295 int temp0, temp1, temp2, temp3, temp4, temp5; in TransformColorInverse_MIPSdspR2() local
365 int temp0, temp1, temp2, temp3; in ConvertBGRAToRGB_MIPSdspR2() local
417 int temp0, temp1, temp2, temp3; in ConvertBGRAToRGBA_MIPSdspR2() local
467 int temp0, temp1, temp2, temp3, temp4, temp5; in ConvertBGRAToRGBA4444_MIPSdspR2() local
541 int temp0, temp1, temp2, temp3, temp4, temp5; in ConvertBGRAToRGB565_MIPSdspR2() local
619 int temp0, temp1, temp2, temp3; in ConvertBGRAToBGR_MIPSdspR2() local
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/libwebp-sys2-0.1.2/c_src/src/dsp/
H A Dlossless_mips_dsp_r2.c96 int temp0, temp1, temp2, temp3, temp4, temp5; in MAP_COLOR_FUNCS() local
121 int temp0, temp1, temp2, temp3, temp4, temp5; in ClampedAddSubtractHalf() local
150 int temp0, temp1, temp2, temp3, temp4, temp5; in Select() local
237 uint32_t temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; in AddGreenToBlueAndRed_MIPSdspR2() local
295 int temp0, temp1, temp2, temp3, temp4, temp5; in TransformColorInverse_MIPSdspR2() local
365 int temp0, temp1, temp2, temp3; in ConvertBGRAToRGB_MIPSdspR2() local
417 int temp0, temp1, temp2, temp3; in ConvertBGRAToRGBA_MIPSdspR2() local
467 int temp0, temp1, temp2, temp3, temp4, temp5; in ConvertBGRAToRGBA4444_MIPSdspR2() local
541 int temp0, temp1, temp2, temp3, temp4, temp5; in ConvertBGRAToRGB565_MIPSdspR2() local
619 int temp0, temp1, temp2, temp3; in ConvertBGRAToBGR_MIPSdspR2() local
/dports/www/firefox-esr/firefox-91.8.0/media/libwebp/src/dsp/
H A Dlossless_mips_dsp_r2.c96 int temp0, temp1, temp2, temp3, temp4, temp5; in MAP_COLOR_FUNCS() local
121 int temp0, temp1, temp2, temp3, temp4, temp5; in ClampedAddSubtractHalf() local
150 int temp0, temp1, temp2, temp3, temp4, temp5; in Select() local
237 uint32_t temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; in AddGreenToBlueAndRed_MIPSdspR2() local
295 int temp0, temp1, temp2, temp3, temp4, temp5; in TransformColorInverse_MIPSdspR2() local
365 int temp0, temp1, temp2, temp3; in ConvertBGRAToRGB_MIPSdspR2() local
417 int temp0, temp1, temp2, temp3; in ConvertBGRAToRGBA_MIPSdspR2() local
467 int temp0, temp1, temp2, temp3, temp4, temp5; in ConvertBGRAToRGBA4444_MIPSdspR2() local
541 int temp0, temp1, temp2, temp3, temp4, temp5; in ConvertBGRAToRGB565_MIPSdspR2() local
619 int temp0, temp1, temp2, temp3; in ConvertBGRAToBGR_MIPSdspR2() local
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/libwebp/src/dsp/
H A Dlossless_mips_dsp_r2.c96 int temp0, temp1, temp2, temp3, temp4, temp5; in MAP_COLOR_FUNCS() local
121 int temp0, temp1, temp2, temp3, temp4, temp5; in ClampedAddSubtractHalf() local
150 int temp0, temp1, temp2, temp3, temp4, temp5; in Select() local
237 uint32_t temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; in AddGreenToBlueAndRed_MIPSdspR2() local
295 int temp0, temp1, temp2, temp3, temp4, temp5; in TransformColorInverse_MIPSdspR2() local
365 int temp0, temp1, temp2, temp3; in ConvertBGRAToRGB_MIPSdspR2() local
417 int temp0, temp1, temp2, temp3; in ConvertBGRAToRGBA_MIPSdspR2() local
467 int temp0, temp1, temp2, temp3, temp4, temp5; in ConvertBGRAToRGBA4444_MIPSdspR2() local
541 int temp0, temp1, temp2, temp3, temp4, temp5; in ConvertBGRAToRGB565_MIPSdspR2() local
619 int temp0, temp1, temp2, temp3; in ConvertBGRAToBGR_MIPSdspR2() local
/dports/devel/godot/godot-3.2.3-stable/thirdparty/libwebp/src/dsp/
H A Dlossless_mips_dsp_r2.c96 int temp0, temp1, temp2, temp3, temp4, temp5; in MAP_COLOR_FUNCS() local
121 int temp0, temp1, temp2, temp3, temp4, temp5; in ClampedAddSubtractHalf() local
150 int temp0, temp1, temp2, temp3, temp4, temp5; in Select() local
237 uint32_t temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; in AddGreenToBlueAndRed_MIPSdspR2() local
295 int temp0, temp1, temp2, temp3, temp4, temp5; in TransformColorInverse_MIPSdspR2() local
365 int temp0, temp1, temp2, temp3; in ConvertBGRAToRGB_MIPSdspR2() local
417 int temp0, temp1, temp2, temp3; in ConvertBGRAToRGBA_MIPSdspR2() local
467 int temp0, temp1, temp2, temp3, temp4, temp5; in ConvertBGRAToRGBA4444_MIPSdspR2() local
541 int temp0, temp1, temp2, temp3, temp4, temp5; in ConvertBGRAToRGB565_MIPSdspR2() local
619 int temp0, temp1, temp2, temp3; in ConvertBGRAToBGR_MIPSdspR2() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libwebp/src/dsp/
H A Dlossless_mips_dsp_r2.c96 int temp0, temp1, temp2, temp3, temp4, temp5; in MAP_COLOR_FUNCS() local
121 int temp0, temp1, temp2, temp3, temp4, temp5; in ClampedAddSubtractHalf() local
150 int temp0, temp1, temp2, temp3, temp4, temp5; in Select() local
237 uint32_t temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; in AddGreenToBlueAndRed_MIPSdspR2() local
295 int temp0, temp1, temp2, temp3, temp4, temp5; in TransformColorInverse_MIPSdspR2() local
365 int temp0, temp1, temp2, temp3; in ConvertBGRAToRGB_MIPSdspR2() local
417 int temp0, temp1, temp2, temp3; in ConvertBGRAToRGBA_MIPSdspR2() local
467 int temp0, temp1, temp2, temp3, temp4, temp5; in ConvertBGRAToRGBA4444_MIPSdspR2() local
541 int temp0, temp1, temp2, temp3, temp4, temp5; in ConvertBGRAToRGB565_MIPSdspR2() local
619 int temp0, temp1, temp2, temp3; in ConvertBGRAToBGR_MIPSdspR2() local
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/libwebp/src/dsp/
H A Dlossless_mips_dsp_r2.c96 int temp0, temp1, temp2, temp3, temp4, temp5; in MAP_COLOR_FUNCS() local
121 int temp0, temp1, temp2, temp3, temp4, temp5; in ClampedAddSubtractHalf() local
150 int temp0, temp1, temp2, temp3, temp4, temp5; in Select() local
237 uint32_t temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; in AddGreenToBlueAndRed_MIPSdspR2() local
295 int temp0, temp1, temp2, temp3, temp4, temp5; in TransformColorInverse_MIPSdspR2() local
365 int temp0, temp1, temp2, temp3; in ConvertBGRAToRGB_MIPSdspR2() local
417 int temp0, temp1, temp2, temp3; in ConvertBGRAToRGBA_MIPSdspR2() local
467 int temp0, temp1, temp2, temp3, temp4, temp5; in ConvertBGRAToRGBA4444_MIPSdspR2() local
541 int temp0, temp1, temp2, temp3, temp4, temp5; in ConvertBGRAToRGB565_MIPSdspR2() local
619 int temp0, temp1, temp2, temp3; in ConvertBGRAToBGR_MIPSdspR2() local
/dports/www/firefox/firefox-99.0/media/libwebp/src/dsp/
H A Dlossless_mips_dsp_r2.c96 int temp0, temp1, temp2, temp3, temp4, temp5; in MAP_COLOR_FUNCS() local
121 int temp0, temp1, temp2, temp3, temp4, temp5; in ClampedAddSubtractHalf() local
150 int temp0, temp1, temp2, temp3, temp4, temp5; in Select() local
242 uint32_t temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; in AddGreenToBlueAndRed_MIPSdspR2() local
300 int temp0, temp1, temp2, temp3, temp4, temp5; in TransformColorInverse_MIPSdspR2() local
370 int temp0, temp1, temp2, temp3; in ConvertBGRAToRGB_MIPSdspR2() local
422 int temp0, temp1, temp2, temp3; in ConvertBGRAToRGBA_MIPSdspR2() local
472 int temp0, temp1, temp2, temp3, temp4, temp5; in ConvertBGRAToRGBA4444_MIPSdspR2() local
546 int temp0, temp1, temp2, temp3, temp4, temp5; in ConvertBGRAToRGB565_MIPSdspR2() local
624 int temp0, temp1, temp2, temp3; in ConvertBGRAToBGR_MIPSdspR2() local
/dports/graphics/webp/libwebp-1.2.1/src/dsp/
H A Dlossless_mips_dsp_r2.c96 int temp0, temp1, temp2, temp3, temp4, temp5; in MAP_COLOR_FUNCS() local
121 int temp0, temp1, temp2, temp3, temp4, temp5; in ClampedAddSubtractHalf() local
150 int temp0, temp1, temp2, temp3, temp4, temp5; in Select() local
237 uint32_t temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; in AddGreenToBlueAndRed_MIPSdspR2() local
295 int temp0, temp1, temp2, temp3, temp4, temp5; in TransformColorInverse_MIPSdspR2() local
365 int temp0, temp1, temp2, temp3; in ConvertBGRAToRGB_MIPSdspR2() local
417 int temp0, temp1, temp2, temp3; in ConvertBGRAToRGBA_MIPSdspR2() local
467 int temp0, temp1, temp2, temp3, temp4, temp5; in ConvertBGRAToRGBA4444_MIPSdspR2() local
541 int temp0, temp1, temp2, temp3, temp4, temp5; in ConvertBGRAToRGB565_MIPSdspR2() local
619 int temp0, temp1, temp2, temp3; in ConvertBGRAToBGR_MIPSdspR2() local
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/bep/gowebp/libwebp_src/src/dsp/
H A Dlossless_mips_dsp_r2.c96 int temp0, temp1, temp2, temp3, temp4, temp5; in MAP_COLOR_FUNCS() local
121 int temp0, temp1, temp2, temp3, temp4, temp5; in ClampedAddSubtractHalf() local
150 int temp0, temp1, temp2, temp3, temp4, temp5; in Select() local
237 uint32_t temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; in AddGreenToBlueAndRed_MIPSdspR2() local
295 int temp0, temp1, temp2, temp3, temp4, temp5; in TransformColorInverse_MIPSdspR2() local
365 int temp0, temp1, temp2, temp3; in ConvertBGRAToRGB_MIPSdspR2() local
417 int temp0, temp1, temp2, temp3; in ConvertBGRAToRGBA_MIPSdspR2() local
467 int temp0, temp1, temp2, temp3, temp4, temp5; in ConvertBGRAToRGBA4444_MIPSdspR2() local
541 int temp0, temp1, temp2, temp3, temp4, temp5; in ConvertBGRAToRGB565_MIPSdspR2() local
619 int temp0, temp1, temp2, temp3; in ConvertBGRAToBGR_MIPSdspR2() local
/dports/devel/godot2-tools/godot-2.1.6-stable/thirdparty/libwebp/src/dsp/
H A Dlossless_mips_dsp_r2.c96 int temp0, temp1, temp2, temp3, temp4, temp5; in MAP_COLOR_FUNCS() local
121 int temp0, temp1, temp2, temp3, temp4, temp5; in ClampedAddSubtractHalf() local
150 int temp0, temp1, temp2, temp3, temp4, temp5; in Select() local
237 uint32_t temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; in AddGreenToBlueAndRed_MIPSdspR2() local
295 int temp0, temp1, temp2, temp3, temp4, temp5; in TransformColorInverse_MIPSdspR2() local
365 int temp0, temp1, temp2, temp3; in ConvertBGRAToRGB_MIPSdspR2() local
417 int temp0, temp1, temp2, temp3; in ConvertBGRAToRGBA_MIPSdspR2() local
467 int temp0, temp1, temp2, temp3, temp4, temp5; in ConvertBGRAToRGBA4444_MIPSdspR2() local
541 int temp0, temp1, temp2, temp3, temp4, temp5; in ConvertBGRAToRGB565_MIPSdspR2() local
619 int temp0, temp1, temp2, temp3; in ConvertBGRAToBGR_MIPSdspR2() local
/dports/devel/godot2/godot-2.1.6-stable/thirdparty/libwebp/src/dsp/
H A Dlossless_mips_dsp_r2.c96 int temp0, temp1, temp2, temp3, temp4, temp5; in MAP_COLOR_FUNCS() local
121 int temp0, temp1, temp2, temp3, temp4, temp5; in ClampedAddSubtractHalf() local
150 int temp0, temp1, temp2, temp3, temp4, temp5; in Select() local
237 uint32_t temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; in AddGreenToBlueAndRed_MIPSdspR2() local
295 int temp0, temp1, temp2, temp3, temp4, temp5; in TransformColorInverse_MIPSdspR2() local
365 int temp0, temp1, temp2, temp3; in ConvertBGRAToRGB_MIPSdspR2() local
417 int temp0, temp1, temp2, temp3; in ConvertBGRAToRGBA_MIPSdspR2() local
467 int temp0, temp1, temp2, temp3, temp4, temp5; in ConvertBGRAToRGBA4444_MIPSdspR2() local
541 int temp0, temp1, temp2, temp3, temp4, temp5; in ConvertBGRAToRGB565_MIPSdspR2() local
619 int temp0, temp1, temp2, temp3; in ConvertBGRAToBGR_MIPSdspR2() local

12345678910>>...174