| /src/external/lgpl3/mpfr/dist/src/ |
| exp3.c | 161 mpfr_exp_t ttt, shift_x; local 187 ttt = MPFR_GET_EXP (x); 192 if (ttt > 0) 194 shift_x = ttt; 195 mpfr_div_2ui (x_copy, x, ttt, MPFR_RNDN); 196 ttt = MPFR_GET_EXP (x_copy); 200 MPFR_ASSERTD (ttt <= 0); 230 mpfr_exp_rational (tmp, uk, shift + twopoweri - ttt, k + 1, P, mult); 242 mpfr_exp_rational (t, uk, twopoweri - ttt, k - i + 1, P, mult);
|
| /src/external/public-domain/sqlite/dist/autosetup/teaish/ |
| core.tcl | 1150 if {[proj-first-file-found ttt $flist]} { 1151 if {[string match *.in $ttt]} { 1152 # Generate _teaish.test.tcl from $ttt 1153 set xt _[file rootname [file tail $ttt]] 1156 define TEAISH_TEST_TCL_IN $ttt 1158 define TEAISH_TEST_TCL $ttt 1161 apply $addDist $ttt 1169 if {[proj-first-file-found ttt $flist]} { 1170 # Generate teaish.test.tcl from $ttt 1171 set xt [file rootname [file tail $ttt]] [all...] |
| /src/sbin/routed/ |
| radix.c | 856 struct radix_node *t, *tt, *ttt; local 863 ttt = rnh->rnh_nodes + 2; 864 t->rn_r = ttt; 869 *ttt = *tt; 870 ttt->rn_key = rn_ones;
|
| /src/sys/net/ |
| radix.c | 1084 struct radix_node *ttt; local 1088 ttt = rnh->rnh_nodes + 2; 1089 t->rn_r = ttt; 1094 *ttt = *tt; 1095 ttt->rn_key = rn_ones;
|
| /src/external/bsd/libarchive/dist/libarchive/ |
| archive_read_support_format_7zip.c | 4398 #define IF_BIT_0(p) ttt = *(p); bound = (zip->bcj2_range >> kNumBitModelTotalBits) * ttt; if (zip->bcj2_code < bound) 4399 #define UPDATE_0(p) zip->bcj2_range = bound; *(p) = (CProb)(ttt + ((kBitModelTotal - ttt) >> kNumMoveBits)); NORMALIZE; 4400 #define UPDATE_1(p) zip->bcj2_range -= bound; zip->bcj2_code -= bound; *(p) = (CProb)(ttt - (ttt >> kNumMoveBits)); NORMALIZE; 4452 uint32_t ttt; local
|
| /src/external/gpl3/gcc/dist/libgcc/config/arm/ |
| ieee754-sf.S | 75 do_it ne, ttt 86 do_it gt, ttt
|
| ieee754-df.S | 103 do_it ne, ttt 505 do_it ne, ttt
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/arm/ |
| ieee754-sf.S | 75 do_it ne, ttt 86 do_it gt, ttt
|
| ieee754-df.S | 103 do_it ne, ttt 505 do_it ne, ttt
|
| /src/sys/netinet/ |
| sctp_indata.c | 3139 struct sctp_tmit_chunk *ttt; local 3140 ttt = TAILQ_FIRST(&asoc->send_queue); 3142 ttt->rec.data.TSN_seq - 1;
|
| /src/sys/dev/usb/ |
| xhci.c | 3816 uint8_t ttt = local 3820 cp[2] |= XHCI_SCTX_2_TT_THINK_TIME_SET(ttt); 3821 DPRINTFN(4, "nports=%jd ttt=%jd", hd->bNbrPorts, ttt, 0, 0);
|
| /src/external/public-domain/sqlite/dist/ |
| sqlite3.c | [all...] |