Home
last modified time | relevance | path

Searched refs:RADIX (Results 1 – 17 of 17) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math/dfp/
DDfp.java99 public static final int RADIX = 10000; field in Dfp
235 mant[mant.length - 1] = (int) (x % RADIX); in Dfp()
236 x /= RADIX; in Dfp()
1062 result = result * RADIX + rounded.mant[i]; in intValue()
1144 extra = RADIX-extra; in complement()
1146 mant[i] = RADIX-mant[i]-1; in complement()
1149 int rh = extra / RADIX; in complement()
1150 extra = extra - rh * RADIX; in complement()
1153 rh = r / RADIX; in complement()
1154 mant[i] = r - rh * RADIX; in complement()
[all …]
DDfpDec.java260 rh = r / RADIX; in round()
261 mant[i] = r % RADIX; in round()
/external/python/cpython3/Modules/_decimal/libmpdec/literature/
Dfnt.py82 RADIX = 10**19 variable
105 M1 = M2 = RADIX-1 # Maximum value per single word.
123 RADIX = 10**9 variable
145 M1 = M2 = RADIX-1 # Maximum value per single word.
/external/OpenCL-CTS/test_conformance/math_brute_force/
Dreference_math.cpp3776 #define RADIX (30) macro
3779 d_ui64_t two_pow_pradix = { (uint64_t)(1023 + RADIX) << 52 };
3780 d_ui64_t two_pow_mradix = { (uint64_t)(1023 - RADIX) << 52 };
3781 d_ui64_t two_pow_two_mradix = { (uint64_t)(1023 - 2 * RADIX) << 52 };
3832 res += ldexp((double)epx.X[0], (epx.index - 0) * RADIX); in eprep_to_double()
3833 res += ldexp((double)epx.X[1], (epx.index - 1) * RADIX); in eprep_to_double()
3834 res += ldexp((double)epx.X[2], (epx.index - 2) * RADIX); in eprep_to_double()
3888 tmp = result[i] >> RADIX; in payne_hanek()
3890 result[i] -= (tmp << RADIX); in payne_hanek()
3905 if (result[1] > (uint64_t)(1 << (RADIX - 1))) in payne_hanek()
[all …]
/external/llvm/docs/CommandGuide/
Dllvm-nm.rst129 .. option:: --radix=RADIX, -t
/external/rust/crates/half/src/
Dbinary16.rs203 pub const RADIX: u32 = f16::RADIX; constant
721 pub const RADIX: u32 = 2; constant
Dbfloat.rs412 pub const RADIX: u32 = 2; constant
/external/llvm-project/llvm/docs/CommandGuide/
Dllvm-nm.rst207 .. option:: --radix=<RADIX>, -t
/external/cldr/tools/java/org/unicode/cldr/icu/
DLDMLConstants.java426 public static final String RADIX = "radix"; field in LDMLConstants
/external/libxaac/decoder/armv7/
Dixheaacd_fft32x32_ld.s479 @************************************RADIX 4 FIRST STAGE**********************************
631 @********************************END OF RADIX 4 FIRST STAGE*******************************
/external/owasp/sanitizer/lib/commons-codec-1.4/
Dcommons-codec-1.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/external/elfutils/po/
Dja.po3482 msgid "Use RADIX for printing symbol values"
3483 msgstr "シンボル値を印刷するために RADIX を使う"
Dde.po3402 msgid "Use RADIX for printing symbol values"
3403 msgstr "Benutze RADIX zur Ausgabe von Symbolwerten"
Des.po3706 msgid "Use RADIX for printing symbol values"
3707 msgstr "Utilizar RADIX para imprimir valores de símbolo"
Duk.po3674 msgid "Use RADIX for printing symbol values"
Dpl.po3625 msgid "Use RADIX for printing symbol values"
/external/conscrypt/benchmark-android/
Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties ...