Searched refs:pi (Results 1 - 4 of 4) sorted by relevance
/ast/src/lib/libtk/generic/ |
H A D | tkImgBmap.c | 480 ParseInfo pi; 484 pi.string = string; 490 pi.f = fopen(expandedFileName, "r"); 492 if (pi.f == NULL) { 498 pi.f = NULL; 523 if (NextBitmapWord(&pi) != TCL_OK) { 526 if ((pi.wordLength >= 6) && (pi.word[pi.wordLength-6] == '_') 527 && (strcmp(pi 476 ParseInfo pi; local [all...] |
/ast/src/lib/libvcodex/ |
H A D | vcsfxsort.c | 197 Vcsfxint_t *l, *r, *le, *re, k, ln, mn, rn, pi, sz, c[3]; local 203 { pi = *l; 205 { le = inv + (pi+hdr); re = inv + (*r+hdr); /**/DEBUG_ASSERT(le != re); 212 *(r+1) = pi; 221 pi = inv[*max]; /* looking for periodic subsequences */ 229 pi = MEDIAN(c[0],c[1],c[2]); 234 { if((k = inv[*l + hdr] - pi) > 0) 240 { if((k = inv[*r + hdr] - pi) < 0) 250 if(le >= min && le < r) /* swap [min,le]=pi && [le+1,r]<pi */ [all...] |
/ast/src/cmd/ksh93/tests/ |
H A D | arith.sh | 113 ((pi=4*atan(1.))) 118 (( point.x = cos(pi/6), point.y = sin(pi/6) )) 445 [[ $x == "$((x))" ]] || err_exit '$x !- $((x)) when x is pi' 446 $SHELL -c "[[ ${x//./} == {14,100}(\d) ]]" 2> /dev/null || err_exit 'pi has less than 14 significant places'
|
/ast/src/cmd/nmake/ |
H A D | parse.c | 3466 register Parseinfo_t* pi; local 3470 for (pi = pp; pi >= &parsestack[0]; pi--) 3471 if (pi->fp) 3472 return pi->name;
|
Completed in 20 milliseconds