Searched defs:dfp (Results 1 - 7 of 7) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math/dfp/
H A DDfpDec.java18 package org.apache.commons.math.dfp;
H A DDfpMath.java18 package org.apache.commons.math.dfp;
36 /** Breaks a string representation up into two dfp's.
37 * <p>The two dfp are such that the sum of them is equivalent
39 * single dfp. This is useful for improving accuracy of
917 //x = x.subtract(ty).divide(dfp.one.add(x.multiply(ty)));
H A DDfp.java18 package org.apache.commons.math.dfp;
990 /* General case: create another dfp, result, that contains the
2214 * abs(x) = dfp.copysign(x, dfp.one)
H A DDfpField.java18 package org.apache.commons.math.dfp;
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DStylesheetRoot.java590 * @param dfp A DecimalFormatProperties to add to the hashtable of decimal formats.
592 void recomposeDecimalFormats(DecimalFormatProperties dfp) argument
595 (DecimalFormatSymbols) m_decimalFormatSymbols.get(dfp.getName());
598 m_decimalFormatSymbols.put(dfp.getName(), dfp.getDecimalFormatSymbols());
600 else if (!dfp.getDecimalFormatSymbols().equals(oldDfs))
603 if (dfp.getName().equals(new QName("")))
615 new Object[] {dfp.getName()});
/external/libpcap/
H A Dpcap-win32.c620 unsigned dfp = p->adapter->DagFastProcess; local
730 if(!dfp)
/external/valgrind/none/tests/ppc64/
H A Dtest_isa_3_0.c2320 "ppc dfp significance",
3814 unsigned int integer, altivec, altivec_quad, altivec_double, dfp, bcd, misc, mffs, member in struct:insn_sel_flags_t_struct
3880 if (family == PPC_DFP && seln_flags.dfp == 0) continue;
4211 flags.dfp = 0;
4240 flags.dfp = 1;
4323 printf(" DFP = %d\n", flags.dfp);

Completed in 245 milliseconds