HomeSort by relevance Sort by last modified time
    Searched refs:dfp (Results 1 - 17 of 17) sorted by null

  /external/apache-xml/src/main/java/org/apache/xalan/processor/
ProcessorDecimalFormat.java 65 DecimalFormatProperties dfp = new DecimalFormatProperties(handler.nextUid()); local
67 dfp.setDOMBackPointer(handler.getOriginatingNode());
68 dfp.setLocaterInfo(handler.getLocator());
70 setPropertiesFromAttributes(handler, rawName, attributes, dfp);
71 handler.getStylesheet().setDecimalFormat(dfp);
73 handler.getStylesheet().appendChild(dfp);
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
StylesheetRoot.java 590 * @param dfp A DecimalFormatProperties to add to the hashtable of decimal formats.
592 void recomposeDecimalFormats(DecimalFormatProperties dfp)
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()});
    [all...]
Stylesheet.java 591 DecimalFormatProperties dfp = getDecimalFormat(i); local
593 if (dfp.getName().equals(name))
594 return dfp;
    [all...]
  /toolchain/binutils/binutils-2.27/binutils/
srconv.c 723 struct IT_dfp dfp; local
726 dfp.end = 0;
727 dfp.spare = 0;
728 dfp.nparams = type->u.function.parameters->nvars;
729 dfp.neg = 0x1001;
733 sysroff_swap_dfp_out (file, &dfp);
740 dfp.end = 1;
741 sysroff_swap_dfp_out (file, &dfp);
1454 0x80, /* dfp */
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/dfp/
DfpDec.java 18 package org.apache.commons.math.dfp;
20 /** Subclass of {@link Dfp} which hides the radix-10000 artifacts of the superclass.
27 public class DfpDec extends Dfp {
72 public DfpDec(final Dfp d) {
88 * @param sign sign of the Dfp to create
98 public Dfp newInstance() {
104 public Dfp newInstance(final byte x) {
110 public Dfp newInstance(final int x) {
116 public Dfp newInstance(final long x) {
122 public Dfp newInstance(final double x)
    [all...]
DfpField.java 18 package org.apache.commons.math.dfp;
26 public class DfpField implements Field<Dfp> {
107 /** A {@link Dfp} with value 0. */
108 private final Dfp zero;
110 /** A {@link Dfp} with value 1. */
111 private final Dfp one;
113 /** A {@link Dfp} with value 2. */
114 private final Dfp two;
116 /** A {@link Dfp} with value &radic;2. */
117 private final Dfp sqr2
    [all...]
DfpMath.java 18 package org.apache.commons.math.dfp;
20 /** Mathematical routines for use with {@link 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
41 * @param field field to which the Dfp must belong
43 * @return an array of two {@link Dfp} which sum is a
45 protected static Dfp[] split(final DfpField field, final String a) {
46 Dfp result[] = new Dfp[2]
    [all...]
Dfp.java 18 package org.apache.commons.math.dfp;
96 public class Dfp implements FieldElement<Dfp> {
175 /** Factory building similar Dfp's. */
181 protected Dfp(final DfpField field) {
193 protected Dfp(final DfpField field, byte x) {
201 protected Dfp(final DfpField field, int x) {
209 protected Dfp(final DfpField field, long x) {
256 protected Dfp(final DfpField field, double x) {
300 Dfp xdfp = new Dfp(field, mantissa)
    [all...]
  /external/libpcap/
pcap-win32.c 620 unsigned dfp = p->adapter->DagFastProcess; local
730 if(!dfp)
    [all...]
  /external/skia/src/core/
SkCanvas.cpp     [all...]
  /external/skqp/src/core/
SkCanvas.cpp     [all...]
  /external/valgrind/none/tests/ppc64/
test_isa_3_0.c 153 /* global for holding the DFP values */
3814 unsigned int integer, altivec, altivec_quad, altivec_double, dfp, bcd, misc, mffs, member in struct:insn_sel_flags_t_struct
    [all...]
  /external/one-true-awk/
run.c 270 int dfp = fp - frame; /* old index */ local
275 fp = frame + dfp;
    [all...]
  /external/valgrind/
configure     [all...]
  /external/annotation-tools/asmx/test/lib/
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.7.1/
xalan-2.7.1.jar 

Completed in 1195 milliseconds