Home
last modified time | relevance | path

Searched defs:temp2 (Results 1 – 25 of 4782) sorted by relevance

12345678910>>...192

/dports/emulators/pcem/pcem_emulator-pcem-faf5d6423060/src/
H A Dx86_ops_shift.h281 uint8_t temp, temp2; in opC0_a16() local
294 uint8_t temp, temp2; in opC0_a32() local
307 uint16_t temp, temp2; in opC1_w_a16() local
320 uint16_t temp, temp2; in opC1_w_a32() local
333 uint32_t temp, temp2; in opC1_l_a16() local
346 uint32_t temp, temp2; in opC1_l_a32() local
360 uint8_t temp, temp2; in opD0_a16() local
371 uint8_t temp, temp2; in opD0_a32() local
382 uint16_t temp, temp2; in opD1_w_a16() local
427 uint8_t temp, temp2; in opD2_a16() local
[all …]
H A Dx86_ops_atomic.h3 uint8_t temp, temp2 = AL; in opCMPXCHG_b_a16() local
21 uint8_t temp, temp2 = AL; in opCMPXCHG_b_a32() local
40 uint16_t temp, temp2 = AX; in opCMPXCHG_w_a16() local
58 uint16_t temp, temp2 = AX; in opCMPXCHG_w_a32() local
77 uint32_t temp, temp2 = EAX; in opCMPXCHG_l_a16() local
95 uint32_t temp, temp2 = EAX; in opCMPXCHG_l_a32() local
114 uint32_t temp, temp_hi, temp2 = EAX, temp2_hi = EDX; in opCMPXCHG8B_a16() local
145 uint32_t temp, temp_hi, temp2 = EAX, temp2_hi = EDX; in opCMPXCHG8B_a32() local
/dports/astro/astrometry/astrometry.net-0.85/gsl-an/cblas/
H A Dsource_symm_r.h65 BASE temp2 = 0.0; variable
83 BASE temp2 = 0.0; variable
100 BASE temp2 = 0.0; variable
118 BASE temp2 = 0.0; variable
/dports/audio/praat/praat-6.2.03/external/gsl/
H A Dgsl_cblas__source_symm_r.h65 BASE temp2 = 0.0; variable
83 BASE temp2 = 0.0; variable
100 BASE temp2 = 0.0; variable
118 BASE temp2 = 0.0; variable
/dports/math/gsl/gsl-2.7/cblas/
H A Dsource_symm_r.h67 BASE temp2 = 0.0; variable
85 BASE temp2 = 0.0; variable
102 BASE temp2 = 0.0; variable
120 BASE temp2 = 0.0; variable
/dports/games/lugaru/lugaru-c7b99378439735c60f84869b05c6ebde53083667/Source/
H A DTutorial.cpp80 XYZ temp, temp2; in Do() local
189 XYZ temp, temp2; in Do() local
256 XYZ temp, temp2; in Do() local
334 XYZ temp, temp2; in Do() local
799 XYZ temp2; in DoStuff() local
/dports/astro/R-cran-maptools/maptools/src/
H A DRshapeget.c30 SEXP temp0, temp1, temp2, temp3; in Rshapeget() local
117 REAL(temp2)[0] = adfMinBound[0]; in Rshapeget() local
118 REAL(temp2)[1] = adfMinBound[1]; in Rshapeget() local
119 REAL(temp2)[2] = adfMinBound[2]; in Rshapeget() local
120 REAL(temp2)[3] = adfMinBound[3]; in Rshapeget() local
/dports/audio/ocp/ocp-0.2.90/asm_emu/
H A Dx86_div.h15 uint32_t temp2 = temp1 / src; in asm_divl() local
30 uint16_t temp2 = temp1 / src; in asm_divw() local
44 uint32_t temp2 = state->ax / src; in asm_divb() local
/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/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.java93 Container temp2 = new Container(); in test1Snippet() local
116 Container temp2 = new Container(); in test2Snippet() local
138 Container temp2 = new Container(); in test3Snippet() local
188 Container temp2 = new Container(); in test4Snippet() local
224 Container temp2 = new Container(); in test5Snippet() local
279 Container temp2 = new Container(); in test6Snippet() local
319 Container temp2 = new Container(); in test7Snippet() local
354 Container temp2 = new Container(); in test8Snippet() local
382 Container temp2 = new Container(); in test9Snippet() local
430 Container temp2 = 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.java92 Container temp2 = new Container(); in test1Snippet() local
115 Container temp2 = new Container(); in test2Snippet() local
137 Container temp2 = new Container(); in test3Snippet() local
187 Container temp2 = new Container(); in test4Snippet() local
223 Container temp2 = new Container(); in test5Snippet() local
278 Container temp2 = new Container(); in test6Snippet() local
318 Container temp2 = new Container(); in test7Snippet() local
353 Container temp2 = new Container(); in test8Snippet() local
381 Container temp2 = new Container(); in test9Snippet() local
429 Container temp2 = 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.java93 Container temp2 = new Container(); in test1Snippet() local
116 Container temp2 = new Container(); in test2Snippet() local
138 Container temp2 = new Container(); in test3Snippet() local
188 Container temp2 = new Container(); in test4Snippet() local
224 Container temp2 = new Container(); in test5Snippet() local
279 Container temp2 = new Container(); in test6Snippet() local
319 Container temp2 = new Container(); in test7Snippet() local
354 Container temp2 = new Container(); in test8Snippet() local
382 Container temp2 = new Container(); in test9Snippet() local
430 Container temp2 = 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.java92 Container temp2 = new Container(); in test1Snippet() local
115 Container temp2 = new Container(); in test2Snippet() local
137 Container temp2 = new Container(); in test3Snippet() local
187 Container temp2 = new Container(); in test4Snippet() local
223 Container temp2 = new Container(); in test5Snippet() local
278 Container temp2 = new Container(); in test6Snippet() local
318 Container temp2 = new Container(); in test7Snippet() local
353 Container temp2 = new Container(); in test8Snippet() local
381 Container temp2 = new Container(); in test9Snippet() local
429 Container temp2 = new Container(); in test10Snippet() local
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/char/agp/
H A Dintel-agp.c118 u16 temp2; in intel_configure() local
148 u8 temp2; in intel_815_configure() local
207 u8 temp2; in intel_820_configure() local
237 u16 temp2; in intel_840_configure() local
265 u8 temp2; in intel_845_configure() local
299 u16 temp2; in intel_850_configure() local
327 u16 temp2; in intel_860_configure() local
355 u16 temp2; in intel_830mp_configure() local
383 u16 temp2; in intel_7505_configure() local
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/char/agp/
H A Dintel-agp.c118 u16 temp2; in intel_configure() local
148 u8 temp2; in intel_815_configure() local
207 u8 temp2; in intel_820_configure() local
237 u16 temp2; in intel_840_configure() local
265 u8 temp2; in intel_845_configure() local
299 u16 temp2; in intel_850_configure() local
327 u16 temp2; in intel_860_configure() local
355 u16 temp2; in intel_830mp_configure() local
383 u16 temp2; in intel_7505_configure() local
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/char/agp/
H A Dintel-agp.c118 u16 temp2; in intel_configure() local
148 u8 temp2; in intel_815_configure() local
207 u8 temp2; in intel_820_configure() local
237 u16 temp2; in intel_840_configure() local
265 u8 temp2; in intel_845_configure() local
299 u16 temp2; in intel_850_configure() local
327 u16 temp2; in intel_860_configure() local
355 u16 temp2; in intel_830mp_configure() local
383 u16 temp2; in intel_7505_configure() local
/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

12345678910>>...192