Home
last modified time | relevance | path

Searched refs:econvert (Results 1 – 25 of 86) sorted by relevance

1234

/dports/astro/kstars/kstars-3.5.6/kstars/fitsviewer/sep/
H A Daperture.i23 converter convert, econvert, mconvert; in APER_NAME() local
60 if ((status = get_converter(im->ndtype, &econvert, &esize))) in APER_NAME()
121 varpix = econvert(errort); in APER_NAME()
/dports/finance/frontaccounting/frontaccounting/gl/inquiry/
H A Dbalance_sheet.php151 $lconvert = $econvert = 1;
212 $econvert = $convert;
237 amount_cell($lclose * $lconvert + $equityclose * $econvert + $calculateclose);
/dports/astro/stellarsolver/stellarsolver-1.8/stellarsolver/sep/
H A Daperture.i21 converter convert, econvert, mconvert, sconvert; in APER_NAME() local
61 if ((status = get_converter(im->ndtype, &econvert, &esize))) in APER_NAME()
124 varpix = econvert(errort); in APER_NAME()
/dports/finance/frontaccounting/frontaccounting/reporting/
H A Drep706.php225 $econvert = $lconvert = 0;
268 $econvert = $convert;
291 $topen = $equity_open * $econvert + $liability_open * $lconvert + $calc_open;
292 $tperiod = $equity_period * $econvert + $liability_period * $lconvert + $calc_period;
/dports/science/lammps/lammps-stable_29Sep2021/src/MESSAGE/
H A Dfix_client_md.cpp74 fconvert = econvert = pconvert = 1.0; in FixClientMD()
76 fconvert = econvert = 23.06035; // eV -> Kcal/mole in FixClientMD()
292 eng = econvert * cs->unpack_double(ENERGY); in receive_fev()
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/android/
H A Dsnprintf.cpp934 char econvert[5]; /* "e-300" (without nul-termination). */ in fmtflt() local
1114 epos = convert(exponent, econvert, 3, 10, 0); in fmtflt()
1121 econvert[epos++] = '0'; in fmtflt()
1122 econvert[epos++] = esign; in fmtflt()
1123 econvert[epos++] = (flags & PRINT_F_UP) ? 'E' : 'e'; in fmtflt()
1210 OUTCHAR(str, *len, size, econvert[epos]); in fmtflt()
/dports/games/scummvm/scummvm-2.5.1/backends/platform/android3d/
H A Dsnprintf.cpp934 char econvert[5]; /* "e-300" (without nul-termination). */ in fmtflt() local
1114 epos = convert(exponent, econvert, 3, 10, 0); in fmtflt()
1121 econvert[epos++] = '0'; in fmtflt()
1122 econvert[epos++] = esign; in fmtflt()
1123 econvert[epos++] = (flags & PRINT_F_UP) ? 'E' : 'e'; in fmtflt()
1210 OUTCHAR(str, *len, size, econvert[epos]); in fmtflt()
/dports/games/scummvm/scummvm-2.5.1/backends/platform/android/
H A Dsnprintf.cpp934 char econvert[5]; /* "e-300" (without nul-termination). */ in fmtflt() local
1114 epos = convert(exponent, econvert, 3, 10, 0); in fmtflt()
1121 econvert[epos++] = '0'; in fmtflt()
1122 econvert[epos++] = esign; in fmtflt()
1123 econvert[epos++] = (flags & PRINT_F_UP) ? 'E' : 'e'; in fmtflt()
1210 OUTCHAR(str, *len, size, econvert[epos]); in fmtflt()
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/openssl-src-111.16.0+1.1.1l/openssl/crypto/bio/
H A Db_print.c554 char econvert[20]; in fmtfp() local
703 econvert[eplace++] = "0123456789"[tmpexp % 10]; in fmtfp()
705 } while (tmpexp > 0 && eplace < (int)sizeof(econvert)); in fmtfp()
711 econvert[eplace++] = '0'; in fmtfp()
793 econvert[--eplace])) in fmtfp()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/crypto/bio/
H A Dbio_print.c554 char econvert[20]; in fmtfp() local
705 econvert[eplace++] = "0123456789"[tmpexp % 10]; in fmtfp()
707 } while (tmpexp > 0 && eplace < (int)sizeof(econvert)); in fmtfp()
715 econvert[eplace++] = '0'; in fmtfp()
797 econvert[--eplace])) in fmtfp()
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/crypto/bio/
H A Db_print.c554 char econvert[20]; in fmtfp() local
699 econvert[eplace++] = "0123456789"[tmpexp % 10]; in fmtfp()
701 } while (tmpexp > 0 && eplace < (int)sizeof(econvert)); in fmtfp()
707 econvert[eplace++] = '0'; in fmtfp()
789 econvert[--eplace])) in fmtfp()
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/CryptoPkg/Library/OpensslLib/openssl/crypto/bio/
H A Db_print.c554 char econvert[20]; in fmtfp() local
699 econvert[eplace++] = "0123456789"[tmpexp % 10]; in fmtfp()
701 } while (tmpexp > 0 && eplace < (int)sizeof(econvert)); in fmtfp()
707 econvert[eplace++] = '0'; in fmtfp()
789 econvert[--eplace])) in fmtfp()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/openssl-src-111.9.0+1.1.1g/openssl/crypto/bio/
H A Db_print.c554 char econvert[20]; in fmtfp() local
699 econvert[eplace++] = "0123456789"[tmpexp % 10]; in fmtfp()
701 } while (tmpexp > 0 && eplace < (int)sizeof(econvert)); in fmtfp()
707 econvert[eplace++] = '0'; in fmtfp()
789 econvert[--eplace])) in fmtfp()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/crypto/bio/
H A Db_print.c554 char econvert[20]; in fmtfp() local
699 econvert[eplace++] = "0123456789"[tmpexp % 10]; in fmtfp()
701 } while (tmpexp > 0 && eplace < (int)sizeof(econvert)); in fmtfp()
707 econvert[eplace++] = '0'; in fmtfp()
789 econvert[--eplace])) in fmtfp()
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/crypto/bio/
H A Db_print.c554 char econvert[20]; in fmtfp() local
699 econvert[eplace++] = "0123456789"[tmpexp % 10]; in fmtfp()
701 } while (tmpexp > 0 && eplace < (int)sizeof(econvert)); in fmtfp()
707 econvert[eplace++] = '0'; in fmtfp()
789 econvert[--eplace])) in fmtfp()
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/CryptoPkg/Library/OpensslLib/openssl/crypto/bio/
H A Db_print.c554 char econvert[20]; in fmtfp() local
699 econvert[eplace++] = "0123456789"[tmpexp % 10]; in fmtfp()
701 } while (tmpexp > 0 && eplace < (int)sizeof(econvert)); in fmtfp()
707 econvert[eplace++] = '0'; in fmtfp()
789 econvert[--eplace])) in fmtfp()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/openssl-src-111.14.0+1.1.1j/openssl/crypto/bio/
H A Db_print.c554 char econvert[20]; in fmtfp() local
703 econvert[eplace++] = "0123456789"[tmpexp % 10]; in fmtfp()
705 } while (tmpexp > 0 && eplace < (int)sizeof(econvert)); in fmtfp()
711 econvert[eplace++] = '0'; in fmtfp()
793 econvert[--eplace])) in fmtfp()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/openssl-src-111.15.0+1.1.1k/openssl/crypto/bio/
H A Db_print.c554 char econvert[20]; in fmtfp() local
703 econvert[eplace++] = "0123456789"[tmpexp % 10]; in fmtfp()
705 } while (tmpexp > 0 && eplace < (int)sizeof(econvert)); in fmtfp()
711 econvert[eplace++] = '0'; in fmtfp()
793 econvert[--eplace])) in fmtfp()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/openssl-src-111.16.0+1.1.1l/openssl/crypto/bio/
H A Db_print.c554 char econvert[20]; in fmtfp() local
703 econvert[eplace++] = "0123456789"[tmpexp % 10]; in fmtfp()
705 } while (tmpexp > 0 && eplace < (int)sizeof(econvert)); in fmtfp()
711 econvert[eplace++] = '0'; in fmtfp()
793 econvert[--eplace])) in fmtfp()
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/crypto/bio/
H A Dbio_print.c554 char econvert[20]; in fmtfp() local
705 econvert[eplace++] = "0123456789"[tmpexp % 10]; in fmtfp()
707 } while (tmpexp > 0 && eplace < (int)sizeof(econvert)); in fmtfp()
715 econvert[eplace++] = '0'; in fmtfp()
797 econvert[--eplace])) in fmtfp()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/crypto/bio/
H A Db_print.c554 char econvert[20]; in fmtfp() local
699 econvert[eplace++] = "0123456789"[tmpexp % 10]; in fmtfp()
701 } while (tmpexp > 0 && eplace < (int)sizeof(econvert)); in fmtfp()
707 econvert[eplace++] = '0'; in fmtfp()
789 econvert[--eplace])) in fmtfp()
/dports/security/acmed/acmed-0.18.0/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/crypto/bio/
H A Dbio_print.c554 char econvert[20]; in fmtfp() local
705 econvert[eplace++] = "0123456789"[tmpexp % 10]; in fmtfp()
707 } while (tmpexp > 0 && eplace < (int)sizeof(econvert)); in fmtfp()
715 econvert[eplace++] = '0'; in fmtfp()
797 econvert[--eplace])) in fmtfp()
/dports/www/websocat/websocat-1.9.0/cargo-crates/openssl-src-111.16.0+1.1.1l/openssl/crypto/bio/
H A Db_print.c554 char econvert[20]; in fmtfp() local
703 econvert[eplace++] = "0123456789"[tmpexp % 10]; in fmtfp()
705 } while (tmpexp > 0 && eplace < (int)sizeof(econvert)); in fmtfp()
711 econvert[eplace++] = '0'; in fmtfp()
793 econvert[--eplace])) in fmtfp()
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/crypto/bio/
H A Dbio_print.c554 char econvert[20]; in fmtfp() local
705 econvert[eplace++] = "0123456789"[tmpexp % 10]; in fmtfp()
707 } while (tmpexp > 0 && eplace < (int)sizeof(econvert)); in fmtfp()
715 econvert[eplace++] = '0'; in fmtfp()
797 econvert[--eplace])) in fmtfp()
/dports/lang/rust/rustc-1.58.1-src/vendor/openssl-src/openssl/crypto/bio/
H A Db_print.c554 char econvert[20]; in fmtfp() local
703 econvert[eplace++] = "0123456789"[tmpexp % 10]; in fmtfp()
705 } while (tmpexp > 0 && eplace < (int)sizeof(econvert)); in fmtfp()
711 econvert[eplace++] = '0'; in fmtfp()
793 econvert[--eplace])) in fmtfp()

1234