Searched refs:Awkfloat (Results 1 – 6 of 6) sorted by relevance
/external/one-true-awk/ |
D | awk.h | 27 typedef double Awkfloat; typedef 56 extern Awkfloat *NR; 57 extern Awkfloat *FNR; 58 extern Awkfloat *NF; 61 extern Awkfloat *RSTART; 62 extern Awkfloat *RLENGTH; 83 Awkfloat fval; /* value as number */
|
D | tran.c | 45 Awkfloat *NF; /* number of fields in current record */ 46 Awkfloat *NR; /* number of current record */ 47 Awkfloat *FNR; /* number of current record in current file */ 49 Awkfloat *ARGC; /* number of arguments from command line */ 51 Awkfloat *RSTART; /* start of re matched with ~; origin 1 (!) */ 52 Awkfloat *RLENGTH; /* length of same */ 106 ARGC = &setsymtab("ARGC", "", (Awkfloat) ac, NUM, symtab)->fval; in arginit() 208 Cell *setsymtab(const char *n, const char *s, Awkfloat f, unsigned t, Array *tp) in setsymtab() 281 Awkfloat setfval(Cell *vp, Awkfloat f) /* set float val of a Cell */ in setfval() 347 Awkfloat getfval(Cell *vp) /* get float val of a Cell */ in getfval()
|
D | run.c | 69 extern Awkfloat srand_seed; 440 setfval(r, (Awkfloat) n); in awkgetline() 600 setfval(rstartloc, (Awkfloat) start); in matchop() 601 setfval(rlengthloc, (Awkfloat) patlen); in matchop() 649 Awkfloat j; in relop() 712 Awkfloat val; in indirect() 719 if ((Awkfloat)INT_MAX < val) in indirect() 784 Awkfloat v = 0.0; in sindex() 796 v = (Awkfloat) (p1 - s1 + 1); /* origin 1 */ in sindex() 999 Awkfloat i, j = 0; in arith() [all …]
|
D | lib.c | 53 extern Awkfloat *ARGC; 358 setfval(nfloc, (Awkfloat) lastfld); in fldbld() 387 setfval(nfloc, (Awkfloat) n); in newfld()
|
D | main.c | 41 Awkfloat srand_seed = 1;
|
D | FIXES | 75 an Awkfloat internally though converted to unsigned int to
|