Home
last modified time | relevance | path

Searched refs:temp21 (Results 1 – 25 of 28) sorted by relevance

12

/dports/lang/spidermonkey60/firefox-60.9.0/third_party/aom/aom_dsp/mips/
H A Ditrans32_dspr2.c39 int temp21; in idct32_rows_dspr2() local
524 temp21 = step2_18 * cospi_24_64 + step2_29 * cospi_8_64; in idct32_rows_dspr2()
525 step3_29 = (temp21 + DCT_CONST_ROUNDING) >> DCT_CONST_BITS; in idct32_rows_dspr2()
542 temp21 = step2_19 * cospi_24_64 + step2_28 * cospi_8_64; in idct32_rows_dspr2()
543 step3_28 = (temp21 + DCT_CONST_ROUNDING) >> DCT_CONST_BITS; in idct32_rows_dspr2()
565 temp21 = -step2_20 * cospi_8_64 + step2_27 * cospi_24_64; in idct32_rows_dspr2()
583 temp21 = -step2_21 * cospi_8_64 + step2_26 * cospi_24_64; in idct32_rows_dspr2()
755 temp21 = (step2_20 + step2_27) * cospi_16_64; in idct32_rows_dspr2()
769 temp21 = (step2_21 + step2_26) * cospi_16_64; in idct32_rows_dspr2()
783 temp21 = (step2_22 + step2_25) * cospi_16_64; in idct32_rows_dspr2()
[all …]
H A Ditrans32_cols_dspr2.c36 int i, temp21; in aom_idct32_cols_add_blk_dspr2() local
464 temp21 = step2_18 * cospi_24_64 + step2_29 * cospi_8_64; in aom_idct32_cols_add_blk_dspr2()
465 step3_29 = (temp21 + DCT_CONST_ROUNDING) >> DCT_CONST_BITS; in aom_idct32_cols_add_blk_dspr2()
482 temp21 = step2_19 * cospi_24_64 + step2_28 * cospi_8_64; in aom_idct32_cols_add_blk_dspr2()
483 step3_28 = (temp21 + DCT_CONST_ROUNDING) >> DCT_CONST_BITS; in aom_idct32_cols_add_blk_dspr2()
505 temp21 = -step2_20 * cospi_8_64 + step2_27 * cospi_24_64; in aom_idct32_cols_add_blk_dspr2()
523 temp21 = -step2_21 * cospi_8_64 + step2_26 * cospi_24_64; in aom_idct32_cols_add_blk_dspr2()
688 temp21 = (step2_20 + step2_27) * cospi_16_64; in aom_idct32_cols_add_blk_dspr2()
702 temp21 = (step2_21 + step2_26) * cospi_16_64; in aom_idct32_cols_add_blk_dspr2()
716 temp21 = (step2_22 + step2_25) * cospi_16_64; in aom_idct32_cols_add_blk_dspr2()
[all …]
/dports/math/openblas/OpenBLAS-0.3.18/kernel/power/
H A Dzscal.c71 FLOAT temp00, temp01, temp10, temp11, temp20, temp21, temp30, temp31; in zscal_kernel_8() local
92 temp21 = x2_i * alpha_r2; in zscal_kernel_8()
102 temp21 += x2_r * alpha_i2; in zscal_kernel_8()
110 x1[5] = temp21; in zscal_kernel_8()
/dports/www/cgicc/cgicc-3.2.19/
H A Drelease.sh22 sed -f tempGen.sed configure>temp21
24 mv temp21 configure
28 rm temp2 temp21 temp22
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Filtering/Denoising/include/
H A DitkPatchBasedDenoisingImageFilter.hxx1179 const RealValueType temp21 = eigenVecs(0,2) * YEigenVecs(1,0) * eigVal0 + in ComputeLogMapAndWeightedSquaredGeodesicDifference() local
1187 …symMatrixLogMap[2] = YEigVal0 * temp00 * temp20 + YEigVal1 * temp01 * temp21 + YEigVal2 * temp02 *… in ComputeLogMapAndWeightedSquaredGeodesicDifference()
1190 …symMatrixLogMap[4] = YEigVal0 * temp10 * temp20 + YEigVal1 * temp11 * temp21 + YEigVal2 * temp12 *… in ComputeLogMapAndWeightedSquaredGeodesicDifference()
1192 …symMatrixLogMap[5] = YEigVal0 * temp20 * temp20 + YEigVal1 * temp21 * temp21 + YEigVal2 * temp22 *… in ComputeLogMapAndWeightedSquaredGeodesicDifference()
1340 const RealValueType temp21 = eigenVecs(0,2) * YEigenVecs(1,0) * eigVal0 + in AddExponentialMapUpdate() local
1348 expMap[2] = YEigVal0 * temp00 * temp20 + YEigVal1 * temp01 * temp21 + YEigVal2 * temp02 * temp22; in AddExponentialMapUpdate()
1351 expMap[4] = YEigVal0 * temp10 * temp20 + YEigVal1 * temp11 * temp21 + YEigVal2 * temp12 * temp22; in AddExponentialMapUpdate()
1353 expMap[5] = YEigVal0 * temp20 * temp20 + YEigVal1 * temp21 * temp21 + YEigVal2 * temp22 * temp22; in AddExponentialMapUpdate()
/dports/science/chrono/chrono-7.0.1/src/chrono/physics/
H A DChBody.cpp904 double temp21 = in ComputeJacobianForContactPart() local
928 jacobian_tuple_U.Get_Cq()(4) = -p1.z() * temp21 + p1.x() * temp01; in ComputeJacobianForContactPart()
929 jacobian_tuple_U.Get_Cq()(5) = -p1.x() * temp11 + p1.y() * temp21; in ComputeJacobianForContactPart()
949 jacobian_tuple_U.Get_Cq()(4) = p1.z() * temp21 - p1.x() * temp01; in ComputeJacobianForContactPart()
950 jacobian_tuple_U.Get_Cq()(5) = p1.x() * temp11 - p1.y() * temp21; in ComputeJacobianForContactPart()
/dports/www/firefox-esr/firefox-91.8.0/media/libvpx/libvpx/vpx_dsp/ppc/
H A Dinv_txfm_vsx.c415 temp21 = vec_mulo(tmp16_1, cospi); \
418 temp20 = vec_sub(temp11, temp21); \
419 temp21 = vec_add(temp11, temp21); \
424 DCT_CONST_ROUND_SHIFT(temp21); \
425 outpt1 = vec_packs(temp10, temp21);
583 int32x4_t temp10, temp11, temp20, temp21, temp30; in half_idct16x8_vsx() local
601 int32x4_t temp10, temp11, temp20, temp21, temp30; in vpx_idct16_vsx() local
664 int32x4_t temp10, temp11, temp20, temp21, temp30; in vpx_idct16x16_256_add_vsx() local
1091 int32x4_t temp10, temp11, temp20, temp21, temp30; in vpx_idct32x32_1024_add_vsx() local
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libvpx/vpx_dsp/ppc/
H A Dinv_txfm_vsx.c415 temp21 = vec_mulo(tmp16_1, cospi); \
418 temp20 = vec_sub(temp11, temp21); \
419 temp21 = vec_add(temp11, temp21); \
424 DCT_CONST_ROUND_SHIFT(temp21); \
425 outpt1 = vec_packs(temp10, temp21);
583 int32x4_t temp10, temp11, temp20, temp21, temp30; in half_idct16x8_vsx() local
601 int32x4_t temp10, temp11, temp20, temp21, temp30; in vpx_idct16_vsx() local
664 int32x4_t temp10, temp11, temp20, temp21, temp30; in vpx_idct16x16_256_add_vsx() local
1091 int32x4_t temp10, temp11, temp20, temp21, temp30; in vpx_idct32x32_1024_add_vsx() local
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/libvpx/source/libvpx/vpx_dsp/ppc/
H A Dinv_txfm_vsx.c415 temp21 = vec_mulo(tmp16_1, cospi); \
418 temp20 = vec_sub(temp11, temp21); \
419 temp21 = vec_add(temp11, temp21); \
424 DCT_CONST_ROUND_SHIFT(temp21); \
425 outpt1 = vec_packs(temp10, temp21);
583 int32x4_t temp10, temp11, temp20, temp21, temp30; in half_idct16x8_vsx() local
601 int32x4_t temp10, temp11, temp20, temp21, temp30; in vpx_idct16_vsx() local
664 int32x4_t temp10, temp11, temp20, temp21, temp30; in vpx_idct16x16_256_add_vsx() local
1091 int32x4_t temp10, temp11, temp20, temp21, temp30; in vpx_idct32x32_1024_add_vsx() local
/dports/multimedia/libvpx/libvpx-1.11.0/vpx_dsp/ppc/
H A Dinv_txfm_vsx.c415 temp21 = vec_mulo(tmp16_1, cospi); \
418 temp20 = vec_sub(temp11, temp21); \
419 temp21 = vec_add(temp11, temp21); \
424 DCT_CONST_ROUND_SHIFT(temp21); \
425 outpt1 = vec_packs(temp10, temp21);
583 int32x4_t temp10, temp11, temp20, temp21, temp30; in half_idct16x8_vsx() local
601 int32x4_t temp10, temp11, temp20, temp21, temp30; in vpx_idct16_vsx() local
664 int32x4_t temp10, temp11, temp20, temp21, temp30; in vpx_idct16x16_256_add_vsx() local
1091 int32x4_t temp10, temp11, temp20, temp21, temp30; in vpx_idct32x32_1024_add_vsx() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/ppc/
H A Dinv_txfm_vsx.c415 temp21 = vec_mulo(tmp16_1, cospi); \
418 temp20 = vec_sub(temp11, temp21); \
419 temp21 = vec_add(temp11, temp21); \
424 DCT_CONST_ROUND_SHIFT(temp21); \
425 outpt1 = vec_packs(temp10, temp21);
583 int32x4_t temp10, temp11, temp20, temp21, temp30; in half_idct16x8_vsx() local
601 int32x4_t temp10, temp11, temp20, temp21, temp30; in vpx_idct16_vsx() local
664 int32x4_t temp10, temp11, temp20, temp21, temp30; in vpx_idct16x16_256_add_vsx() local
1091 int32x4_t temp10, temp11, temp20, temp21, temp30; in vpx_idct32x32_1024_add_vsx() local
/dports/www/firefox/firefox-99.0/media/libvpx/libvpx/vpx_dsp/ppc/
H A Dinv_txfm_vsx.c415 temp21 = vec_mulo(tmp16_1, cospi); \
418 temp20 = vec_sub(temp11, temp21); \
419 temp21 = vec_add(temp11, temp21); \
424 DCT_CONST_ROUND_SHIFT(temp21); \
425 outpt1 = vec_packs(temp10, temp21);
583 int32x4_t temp10, temp11, temp20, temp21, temp30; in half_idct16x8_vsx() local
601 int32x4_t temp10, temp11, temp20, temp21, temp30; in vpx_idct16_vsx() local
664 int32x4_t temp10, temp11, temp20, temp21, temp30; in vpx_idct16x16_256_add_vsx() local
1091 int32x4_t temp10, temp11, temp20, temp21, temp30; in vpx_idct32x32_1024_add_vsx() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libvpx/source/libvpx/vpx_dsp/ppc/
H A Dinv_txfm_vsx.c415 temp21 = vec_mulo(tmp16_1, cospi); \
418 temp20 = vec_sub(temp11, temp21); \
419 temp21 = vec_add(temp11, temp21); \
424 DCT_CONST_ROUND_SHIFT(temp21); \
425 outpt1 = vec_packs(temp10, temp21);
583 int32x4_t temp10, temp11, temp20, temp21, temp30; in half_idct16x8_vsx() local
601 int32x4_t temp10, temp11, temp20, temp21, temp30; in vpx_idct16_vsx() local
664 int32x4_t temp10, temp11, temp20, temp21, temp30; in vpx_idct16x16_256_add_vsx() local
1091 int32x4_t temp10, temp11, temp20, temp21, temp30; in vpx_idct32x32_1024_add_vsx() local
/dports/mail/thunderbird/thunderbird-91.8.0/media/libvpx/libvpx/vpx_dsp/ppc/
H A Dinv_txfm_vsx.c415 temp21 = vec_mulo(tmp16_1, cospi); \
418 temp20 = vec_sub(temp11, temp21); \
419 temp21 = vec_add(temp11, temp21); \
424 DCT_CONST_ROUND_SHIFT(temp21); \
425 outpt1 = vec_packs(temp10, temp21);
583 int32x4_t temp10, temp11, temp20, temp21, temp30; in half_idct16x8_vsx() local
601 int32x4_t temp10, temp11, temp20, temp21, temp30; in vpx_idct16_vsx() local
664 int32x4_t temp10, temp11, temp20, temp21, temp30; in vpx_idct16x16_256_add_vsx() local
1091 int32x4_t temp10, temp11, temp20, temp21, temp30; in vpx_idct32x32_1024_add_vsx() local
/dports/lang/spidermonkey78/firefox-78.9.0/media/libvpx/libvpx/vpx_dsp/ppc/
H A Dinv_txfm_vsx.c415 temp21 = vec_mulo(tmp16_1, cospi); \
418 temp20 = vec_sub(temp11, temp21); \
419 temp21 = vec_add(temp11, temp21); \
424 DCT_CONST_ROUND_SHIFT(temp21); \
425 outpt1 = vec_packs(temp10, temp21);
583 int32x4_t temp10, temp11, temp20, temp21, temp30; in half_idct16x8_vsx() local
601 int32x4_t temp10, temp11, temp20, temp21, temp30; in vpx_idct16_vsx() local
664 int32x4_t temp10, temp11, temp20, temp21, temp30; in vpx_idct16x16_256_add_vsx() local
1091 int32x4_t temp10, temp11, temp20, temp21, temp30; in vpx_idct32x32_1024_add_vsx() local
/dports/astro/pykep/pykep-2.6/src/third_party/libsgp4/
H A DSGP4.cpp474 const double temp21 = 1.0 - elsq; in CalculateFinalPositionVelocity() local
475 const double pl = a * temp21; in CalculateFinalPositionVelocity()
486 const double betal = sqrt(temp21); in CalculateFinalPositionVelocity()
/dports/astro/py-pykep/pykep-2.6/src/third_party/libsgp4/
H A DSGP4.cpp474 const double temp21 = 1.0 - elsq; in CalculateFinalPositionVelocity() local
475 const double pl = a * temp21; in CalculateFinalPositionVelocity()
486 const double betal = sqrt(temp21); in CalculateFinalPositionVelocity()
/dports/devel/hadoop/hadoop-1.2.1/src/contrib/thriftfs/gen-st/
H A Dhadoopfs.st432 temp15 exception: [|temp22 temp21|
433 temp21 := ThriftIOException new.
439 temp21 message: iprot readString].
442 temp21] value].
/dports/multimedia/handbrake/ffmpeg-4.4/libpostproc/
H A Dpostprocess_altivec_template.c314 const vector signed short temp21 = vec_sub(v_sumsB1, v_first); in doVertLowPass_altivec() local
315 const vector signed short v_sumsB2 = vec_add(temp21, vb5); in doVertLowPass_altivec()
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libpostproc/
H A Dpostprocess_altivec_template.c313 const vector signed short temp21 = vec_sub(v_sumsB1, v_first); in doVertLowPass_altivec() local
314 const vector signed short v_sumsB2 = vec_add(temp21, vb5); in doVertLowPass_altivec()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libpostproc/
H A Dpostprocess_altivec_template.c313 const vector signed short temp21 = vec_sub(v_sumsB1, v_first); in doVertLowPass_altivec() local
314 const vector signed short v_sumsB2 = vec_add(temp21, vb5); in doVertLowPass_altivec()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libpostproc/
H A Dpostprocess_altivec_template.c314 const vector signed short temp21 = vec_sub(v_sumsB1, v_first); in doVertLowPass_altivec() local
315 const vector signed short v_sumsB2 = vec_add(temp21, vb5); in doVertLowPass_altivec()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libpostproc/
H A Dpostprocess_altivec_template.c313 const vector signed short temp21 = vec_sub(v_sumsB1, v_first); in doVertLowPass_altivec() local
314 const vector signed short v_sumsB2 = vec_add(temp21, vb5); in doVertLowPass_altivec()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libpostproc/
H A Dpostprocess_altivec_template.c313 const vector signed short temp21 = vec_sub(v_sumsB1, v_first); in doVertLowPass_altivec() local
314 const vector signed short v_sumsB2 = vec_add(temp21, vb5); in doVertLowPass_altivec()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libpostproc/
H A Dpostprocess_altivec_template.c313 const vector signed short temp21 = vec_sub(v_sumsB1, v_first); in doVertLowPass_altivec() local
314 const vector signed short v_sumsB2 = vec_add(temp21, vb5); in doVertLowPass_altivec()

12