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

  /src/sys/arch/ia64/unwind/
stackframe.c 152 strc[rec_cnt].type = P7;
376 case P7:
378 switch(rchain->udesc.P7.r) {
381 printf("t = %ld, ", rchain->udesc.P7.t);
382 printf("size = %ld) \n", rchain->udesc.P7.size);
386 printf("t = %ld) \n", rchain->udesc.P7.t);
390 printf("pspoff = %ld) \n", rchain->udesc.P7.t);
394 printf("spoff = %ld) \n", rchain->udesc.P7.t);
398 printf("t = %ld) \n", rchain->udesc.P7.t);
402 printf("pspoff = %ld) \n", rchain->udesc.P7.t)
    [all...]
decode.c 159 uwd->P7.r = (buf[0] & 0x0f);
163 buf = unwind_decode_ule128(buf, &uwd->P7.t);
164 if (uwd->P7.r == 0) /* memstack_f */
165 buf = unwind_decode_ule128(buf, &uwd->P7.size);
decode.h 173 struct unwind_desc_P7 P7;
191 P1, P2, P3, P4, P5, P6, P7, P8, P9, P10,
  /src/lib/libm/ld128/
s_exp2l.c 55 P7 = 0x1.ffcbfc588b041p-17,
417 + z * (P7 + z * (P8 + z * (P9 + z * P10)))))))));
s_logl.c 101 P7 = 1.42857142857142857119522943477166120e-1L, /* 0x1249249249249248ed79a0ae434de.0p-115L */
549 d * (P4 + d * (P5 + d * (P6 + d * (P7 + d * (P8 +
657 d * (P4 + d * (P5 + d * (P6 + d * (P7 + d * (P8 +
  /src/lib/libm/ld80/
b_tgammal.c 187 #define P7 (P7u.extu_ld)
207 z * (P6 + z * (P7 + z * P8)))))));
s_logl.c 105 P7 = 1.4286227413310518e-1, /* 0x12494f9d9def91.0p-55 */
538 val_lo = z * d * z * (z * (d * P8 + P7) + (d * P6 + P5)) +
648 val_lo = z * d * z * (z * (d * P8 + P7) + (d * P6 + P5)) +
  /src/share/terminfo/
terminfo 376 sgr=\E[0%?%p3%t;7%;%?%p4%t;5%;%?%p7%t;8%;m,
385 %;%?%p7%t8;%;m,
390 %;%?%p7%t8;%;m,
436 %t;1%;%?%p7%t;8%;%?%p9%t;11%;m,
447 %t;1%;%?%p7%t;8%;%?%p9%t;12%;m,
1209 %t;2%;%?%p6%t;1%;%?%p7%t;8%;%?%p9%t;11%;m,
1333 2%;%?%p6%t;1%;%?%p7%t;8%;m,
1392 2%;%?%p6%t;1%;%?%p7%t;8%;%?%p9%t;11%;m,
1542 %|%t;7%;%?%p7%t;9%;m%?%p9%t\016%e\017%;,
1631 %p7%t;8%;%?%p9%t;12%e;10%;m
    [all...]

Completed in 30 milliseconds