HomeSort by: relevance | last modified time | path
    Searched defs:LNnn (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/gcc/dist/libdecnumber/
decNumberSymbols.h 67 #define LNnn __decLNnn
decNumber.c 5496 /* LNnn -- 90-entry 16-bit table for values from .10 through .99. */
5505 /* where e and c are extracted from entry k = LNnn[x-10] */
5509 const uShort LNnn[90]={9016, 8652, 8316, 8008, 7724, 7456, 7208,
5570 /* 4. An iteration might be saved by widening the LNnn table, and */
5705 t=LNnn[t-10]; /* look up ln(b) */
  /src/external/gpl3/gcc.old/dist/libdecnumber/
decNumberSymbols.h 67 #define LNnn __decLNnn
decNumber.c 5496 /* LNnn -- 90-entry 16-bit table for values from .10 through .99. */
5505 /* where e and c are extracted from entry k = LNnn[x-10] */
5509 const uShort LNnn[90]={9016, 8652, 8316, 8008, 7724, 7456, 7208,
5570 /* 4. An iteration might be saved by widening the LNnn table, and */
5705 t=LNnn[t-10]; /* look up ln(b) */
  /src/external/gpl3/gdb/dist/libdecnumber/
decNumberSymbols.h 67 #define LNnn __decLNnn
decNumber.c 5496 /* LNnn -- 90-entry 16-bit table for values from .10 through .99. */
5505 /* where e and c are extracted from entry k = LNnn[x-10] */
5509 const uShort LNnn[90]={9016, 8652, 8316, 8008, 7724, 7456, 7208,
5570 /* 4. An iteration might be saved by widening the LNnn table, and */
5705 t=LNnn[t-10]; /* look up ln(b) */
  /src/external/gpl3/gdb.old/dist/libdecnumber/
decNumberSymbols.h 67 #define LNnn __decLNnn
decNumber.c 5496 /* LNnn -- 90-entry 16-bit table for values from .10 through .99. */
5505 /* where e and c are extracted from entry k = LNnn[x-10] */
5509 const uShort LNnn[90]={9016, 8652, 8316, 8008, 7724, 7456, 7208,
5570 /* 4. An iteration might be saved by widening the LNnn table, and */
5705 t=LNnn[t-10]; /* look up ln(b) */

Completed in 56 milliseconds