HomeSort by: relevance | last modified time | path
    Searched refs:decQuad (Results 1 - 7 of 7) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/libdecnumber/
decQuad.h 0 /* decQuad module header for the decNumber C Library.
27 /* decQuad.h -- Decimal 128-bit format module header */
32 #if !defined(DECQUAD)
33 #define DECQUAD
55 /* The decQuad decimal 128-bit type, accessible by all sizes */
63 } decQuad;
95 extern decQuad * decQuadFromBCD(decQuad *, int32_t, const uint8_t *, int32_t);
96 extern decQuad * decQuadFromInt32(decQuad *, int32_t)
    [all...]
decDouble.h 52 #include "decQuad.h"
77 extern decDouble * decDoubleFromWider(decDouble *, const decQuad *, decContext *);
91 extern decQuad * decDoubleToWider(const decDouble *, decQuad *);
decDouble.c 54 #define decFloatWider decQuad /* Type name */
decQuad.c 0 /* decQuad module for the decNumber C Library.
27 /* decQuad.c -- decQuad operations module */
29 /* This module comprises decQuad operations (including conversions) */
33 #include "decQuad.h" /* .. */
48 #define decFloat decQuad /* Type name */
decBasic.c 30 /* decQuad (but not decSingle). The main arithmetic operations are */
50 #error Routines in decBasic.c are for decDouble and decQuad only
386 /* an exact calculation unless DECQUAD (which needs to */
1099 /* a decDouble or decQuad (top 6 bits tested) ignoring the sign. */
1291 /* for decDouble or acc+6 for decQuad so the LSD is word- */
1396 UBFROMUI(buf+4, 0); /* [clears decQuad 00 too] */
  /src/external/gpl3/gcc.old/dist/libgcc/
dfp-bit.c 63 /* Use a decFloat (decDouble or decQuad) function to perform a DFP
130 decQuad (128 bits). The bit patterns for the types are the same. */
145 /* Use a decFloat (decDouble or decQuad) function to perform a DFP
189 decQuad (128 bits). The bit patterns for the types are the same. */
383 union { _Decimal128 c; decQuad f; } to;
399 union { _Decimal128 c; decQuad f; } to;
432 union { _Decimal128 c; decQuad f; } from;
453 union { _Decimal128 c; decQuad f; } from;
dfp-bit.h 308 #include "decQuad.h"
395 #define decFloat decQuad
468 #define decFloat decQuad

Completed in 32 milliseconds