Home
last modified time | relevance | path

Searched refs:tfld (Results 1 – 25 of 75) sorted by relevance

123

/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/grib/degrib18/g2clib-1.0.4/
H A Dspecpack.c46 g2float /* bscale, dscale, */ *unpk,*tfld; in specpack() local
69 tfld=(g2float *)malloc(ndpts*sizeof(g2float)); in specpack()
87 tfld[incp++]=fld[inc++]*pscale[n]; // real part in specpack()
88 tfld[incp++]=fld[inc++]*pscale[n]; // imaginary part in specpack()
111 simpack(tfld,ndpts-Ts,tmplsim,cpack+ipos,lcpack); in specpack()
123 free(tfld); in specpack()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/grib/degrib/g2clib/
H A Dspecpack.c46 g2float /* bscale, dscale, */ *unpk,*tfld; in specpack() local
69 tfld=(g2float *)malloc(ndpts*sizeof(g2float)); in specpack()
87 tfld[incp++]=fld[inc++]*pscale[n]; // real part in specpack()
88 tfld[incp++]=fld[inc++]*pscale[n]; // imaginary part in specpack()
111 simpack(tfld,ndpts-Ts,tmplsim,cpack+ipos,lcpack); in specpack()
123 free(tfld); in specpack()
/dports/graphics/gdal/gdal-3.3.3/frmts/grib/degrib/g2clib/
H A Dspecpack.c46 g2float /* bscale, dscale, */ *unpk,*tfld; in specpack() local
69 tfld=(g2float *)malloc(ndpts*sizeof(g2float)); in specpack()
87 tfld[incp++]=fld[inc++]*pscale[n]; // real part in specpack()
88 tfld[incp++]=fld[inc++]*pscale[n]; // imaginary part in specpack()
111 simpack(tfld,ndpts-Ts,tmplsim,cpack+ipos,lcpack); in specpack()
123 free(tfld); in specpack()
/dports/graphics/py-gdal/gdal-3.3.3/frmts/grib/degrib/g2clib/
H A Dspecpack.c46 g2float /* bscale, dscale, */ *unpk,*tfld; in specpack() local
69 tfld=(g2float *)malloc(ndpts*sizeof(g2float)); in specpack()
87 tfld[incp++]=fld[inc++]*pscale[n]; // real part in specpack()
88 tfld[incp++]=fld[inc++]*pscale[n]; // imaginary part in specpack()
111 simpack(tfld,ndpts-Ts,tmplsim,cpack+ipos,lcpack); in specpack()
123 free(tfld); in specpack()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/target/ppc/
H A Dfpu_helper.c2579 #define VSX_CVT_FP_TO_FP(op, nels, stp, ttp, sfld, tfld, sfprf) \
2586 t.tfld = stp##_to_##ttp(xb->sfld, &env->fp_status); \
2590 t.tfld = ttp##_snan_to_qnan(t.tfld); \
2593 helper_compute_fprf_##ttp(env, t.tfld); \
2628 t.tfld = ttp##_snan_to_qnan(t.tfld); \
2652 #define VSX_CVT_FP_TO_FP_HP(op, nels, stp, ttp, sfld, tfld, sfprf) \
2659 t.tfld = stp##_to_##ttp(xb->sfld, 1, &env->fp_status); \
2663 t.tfld = ttp##_snan_to_qnan(t.tfld); \
2858 t.tfld = helper_frsp(env, t.tfld); \
3039 #define VSX_TEST_DC(op, nels, xbn, tp, fld, tfld, fld_max, scrf) \
[all …]
/dports/emulators/qemu/qemu-6.2.0/target/ppc/
H A Dfpu_helper.c2579 #define VSX_CVT_FP_TO_FP(op, nels, stp, ttp, sfld, tfld, sfprf) \ argument
2586 t.tfld = stp##_to_##ttp(xb->sfld, &env->fp_status); \
2590 t.tfld = ttp##_snan_to_qnan(t.tfld); \
2593 helper_compute_fprf_##ttp(env, t.tfld); \
2628 t.tfld = ttp##_snan_to_qnan(t.tfld); \
2652 #define VSX_CVT_FP_TO_FP_HP(op, nels, stp, ttp, sfld, tfld, sfprf) \ argument
2659 t.tfld = stp##_to_##ttp(xb->sfld, 1, &env->fp_status); \
2663 t.tfld = ttp##_snan_to_qnan(t.tfld); \
2858 t.tfld = helper_frsp(env, t.tfld); \
3039 #define VSX_TEST_DC(op, nels, xbn, tp, fld, tfld, fld_max, scrf) \ argument
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/target/ppc/
H A Dfpu_helper.c2757 #define VSX_CVT_FP_TO_FP(op, nels, stp, ttp, sfld, tfld, sfprf) \ argument
2764 t.tfld = stp##_to_##ttp(xb->sfld, &env->fp_status); \
2768 t.tfld = ttp##_snan_to_qnan(t.tfld); \
2771 helper_compute_fprf_##ttp(env, t.tfld); \
2806 t.tfld = ttp##_snan_to_qnan(t.tfld); \
2830 #define VSX_CVT_FP_TO_FP_HP(op, nels, stp, ttp, sfld, tfld, sfprf) \ argument
2837 t.tfld = stp##_to_##ttp(xb->sfld, 1, &env->fp_status); \
2841 t.tfld = ttp##_snan_to_qnan(t.tfld); \
3036 t.tfld = helper_frsp(env, t.tfld); \
3215 #define VSX_TEST_DC(op, nels, xbn, tp, fld, tfld, fld_max, scrf) \ argument
[all …]
/dports/emulators/qemu5/qemu-5.2.0/target/ppc/
H A Dfpu_helper.c2757 #define VSX_CVT_FP_TO_FP(op, nels, stp, ttp, sfld, tfld, sfprf) \ argument
2764 t.tfld = stp##_to_##ttp(xb->sfld, &env->fp_status); \
2768 t.tfld = ttp##_snan_to_qnan(t.tfld); \
2771 helper_compute_fprf_##ttp(env, t.tfld); \
2806 t.tfld = ttp##_snan_to_qnan(t.tfld); \
2830 #define VSX_CVT_FP_TO_FP_HP(op, nels, stp, ttp, sfld, tfld, sfprf) \ argument
2837 t.tfld = stp##_to_##ttp(xb->sfld, 1, &env->fp_status); \
2841 t.tfld = ttp##_snan_to_qnan(t.tfld); \
3036 t.tfld = helper_frsp(env, t.tfld); \
3215 #define VSX_TEST_DC(op, nels, xbn, tp, fld, tfld, fld_max, scrf) \ argument
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/target/ppc/
H A Dfpu_helper.c2757 #define VSX_CVT_FP_TO_FP(op, nels, stp, ttp, sfld, tfld, sfprf) \ argument
2764 t.tfld = stp##_to_##ttp(xb->sfld, &env->fp_status); \
2768 t.tfld = ttp##_snan_to_qnan(t.tfld); \
2771 helper_compute_fprf_##ttp(env, t.tfld); \
2806 t.tfld = ttp##_snan_to_qnan(t.tfld); \
2830 #define VSX_CVT_FP_TO_FP_HP(op, nels, stp, ttp, sfld, tfld, sfprf) \ argument
2837 t.tfld = stp##_to_##ttp(xb->sfld, 1, &env->fp_status); \
2841 t.tfld = ttp##_snan_to_qnan(t.tfld); \
3036 t.tfld = helper_frsp(env, t.tfld); \
3215 #define VSX_TEST_DC(op, nels, xbn, tp, fld, tfld, fld_max, scrf) \ argument
[all …]
/dports/emulators/qemu42/qemu-4.2.1/target/ppc/
H A Dfpu_helper.c2757 #define VSX_CVT_FP_TO_FP(op, nels, stp, ttp, sfld, tfld, sfprf) \ argument
2764 t.tfld = stp##_to_##ttp(xb->sfld, &env->fp_status); \
2768 t.tfld = ttp##_snan_to_qnan(t.tfld); \
2771 helper_compute_fprf_##ttp(env, t.tfld); \
2806 t.tfld = ttp##_snan_to_qnan(t.tfld); \
2830 #define VSX_CVT_FP_TO_FP_HP(op, nels, stp, ttp, sfld, tfld, sfprf) \ argument
2837 t.tfld = stp##_to_##ttp(xb->sfld, 1, &env->fp_status); \
2841 t.tfld = ttp##_snan_to_qnan(t.tfld); \
3036 t.tfld = helper_frsp(env, t.tfld); \
3215 #define VSX_TEST_DC(op, nels, xbn, tp, fld, tfld, fld_max, scrf) \ argument
[all …]
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/target/ppc/
H A Dfpu_helper.c2757 #define VSX_CVT_FP_TO_FP(op, nels, stp, ttp, sfld, tfld, sfprf) \ argument
2764 t.tfld = stp##_to_##ttp(xb->sfld, &env->fp_status); \
2768 t.tfld = ttp##_snan_to_qnan(t.tfld); \
2771 helper_compute_fprf_##ttp(env, t.tfld); \
2806 t.tfld = ttp##_snan_to_qnan(t.tfld); \
2830 #define VSX_CVT_FP_TO_FP_HP(op, nels, stp, ttp, sfld, tfld, sfprf) \ argument
2837 t.tfld = stp##_to_##ttp(xb->sfld, 1, &env->fp_status); \
2841 t.tfld = ttp##_snan_to_qnan(t.tfld); \
3036 t.tfld = helper_frsp(env, t.tfld); \
3215 #define VSX_TEST_DC(op, nels, xbn, tp, fld, tfld, fld_max, scrf) \ argument
[all …]
/dports/emulators/qemu60/qemu-6.0.0/target/ppc/
H A Dfpu_helper.c2791 #define VSX_CVT_FP_TO_FP(op, nels, stp, ttp, sfld, tfld, sfprf) \ argument
2798 t.tfld = stp##_to_##ttp(xb->sfld, &env->fp_status); \
2802 t.tfld = ttp##_snan_to_qnan(t.tfld); \
2805 helper_compute_fprf_##ttp(env, t.tfld); \
2840 t.tfld = ttp##_snan_to_qnan(t.tfld); \
2864 #define VSX_CVT_FP_TO_FP_HP(op, nels, stp, ttp, sfld, tfld, sfprf) \ argument
2871 t.tfld = stp##_to_##ttp(xb->sfld, 1, &env->fp_status); \
2875 t.tfld = ttp##_snan_to_qnan(t.tfld); \
3070 t.tfld = helper_frsp(env, t.tfld); \
3249 #define VSX_TEST_DC(op, nels, xbn, tp, fld, tfld, fld_max, scrf) \ argument
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/target/ppc/
H A Dfpu_helper.c2805 #define VSX_CVT_FP_TO_FP(op, nels, stp, ttp, sfld, tfld, sfprf) \ argument
2815 xt.tfld = stp##_to_##ttp(xb.sfld, &env->fp_status); \
2819 xt.tfld = ttp##_snan_to_qnan(xt.tfld); \
2822 helper_compute_fprf_##ttp(env, xt.tfld); \
2858 xt.tfld = ttp##_snan_to_qnan(xt.tfld); \
2881 #define VSX_CVT_FP_TO_FP_HP(op, nels, stp, ttp, sfld, tfld, sfprf) \ argument
2891 xt.tfld = stp##_to_##ttp(xb.sfld, 1, &env->fp_status); \
2895 xt.tfld = ttp##_snan_to_qnan(xt.tfld); \
3065 xt.tfld = helper_frsp(env, xt.tfld); \
3247 #define VSX_TEST_DC(op, nels, xbn, tp, fld, tfld, fld_max, scrf) \ argument
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1/
H A Dtasn_prn.c269 ASN1_VALUE *tfld; in asn1_template_print_ctx() local
285 tfld = (ASN1_VALUE *)fld; in asn1_template_print_ctx()
286 fld = &tfld; in asn1_template_print_ctx()
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/openssl-src-111.16.0+1.1.1l/openssl/crypto/asn1/
H A Dtasn_prn.c269 ASN1_VALUE *tfld; in asn1_template_print_ctx() local
285 tfld = (ASN1_VALUE *)fld; in asn1_template_print_ctx()
286 fld = &tfld; in asn1_template_print_ctx()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/crypto/asn1/
H A Dtasn_prn.c269 const ASN1_VALUE *tfld; in asn1_template_print_ctx() local
285 tfld = (const ASN1_VALUE *)fld; in asn1_template_print_ctx()
286 fld = &tfld; in asn1_template_print_ctx()
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1/
H A Dtasn_prn.c269 ASN1_VALUE *tfld; in asn1_template_print_ctx() local
285 tfld = (ASN1_VALUE *)fld; in asn1_template_print_ctx()
286 fld = &tfld; in asn1_template_print_ctx()
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1/
H A Dtasn_prn.c269 ASN1_VALUE *tfld; in asn1_template_print_ctx() local
285 tfld = (ASN1_VALUE *)fld; in asn1_template_print_ctx()
286 fld = &tfld; in asn1_template_print_ctx()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/openssl-src-111.9.0+1.1.1g/openssl/crypto/asn1/
H A Dtasn_prn.c269 ASN1_VALUE *tfld; in asn1_template_print_ctx() local
285 tfld = (ASN1_VALUE *)fld; in asn1_template_print_ctx()
286 fld = &tfld; in asn1_template_print_ctx()
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1/
H A Dtasn_prn.c269 ASN1_VALUE *tfld; in asn1_template_print_ctx() local
285 tfld = (ASN1_VALUE *)fld; in asn1_template_print_ctx()
286 fld = &tfld; in asn1_template_print_ctx()
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1/
H A Dtasn_prn.c269 ASN1_VALUE *tfld; in asn1_template_print_ctx() local
285 tfld = (ASN1_VALUE *)fld; in asn1_template_print_ctx()
286 fld = &tfld; in asn1_template_print_ctx()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/openssl-src-111.14.0+1.1.1j/openssl/crypto/asn1/
H A Dtasn_prn.c269 ASN1_VALUE *tfld; in asn1_template_print_ctx() local
285 tfld = (ASN1_VALUE *)fld; in asn1_template_print_ctx()
286 fld = &tfld; in asn1_template_print_ctx()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/openssl-src-111.16.0+1.1.1l/openssl/crypto/asn1/
H A Dtasn_prn.c269 ASN1_VALUE *tfld; in asn1_template_print_ctx() local
285 tfld = (ASN1_VALUE *)fld; in asn1_template_print_ctx()
286 fld = &tfld; in asn1_template_print_ctx()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/openssl-src-111.15.0+1.1.1k/openssl/crypto/asn1/
H A Dtasn_prn.c269 ASN1_VALUE *tfld; in asn1_template_print_ctx() local
285 tfld = (ASN1_VALUE *)fld; in asn1_template_print_ctx()
286 fld = &tfld; in asn1_template_print_ctx()
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/crypto/asn1/
H A Dtasn_prn.c269 const ASN1_VALUE *tfld; in asn1_template_print_ctx() local
285 tfld = (const ASN1_VALUE *)fld; in asn1_template_print_ctx()
286 fld = &tfld; in asn1_template_print_ctx()

123