Home
last modified time | relevance | path

Searched refs:tbl (Results 1 – 5 of 5) sorted by relevance

/picolibc-latest/newlib/libc/iconv/ccs/
Dmktbl.pl545 my $tbl;
551 $tbl = \@ToSpeedTbl;
557 $tbl = \@FromSpeedTbl;
574 $tbl->[0]->[$i] = $busy_blocks[$i] ? $idx += 256 : undef;
585 $tbl->[$i+1]->[$j] = $map->{($i << 8) | $j};
622 my $tbl;
628 $tbl = \@ToSizeTbl;
634 $tbl = \@FromSizeTbl;
740 $tbl->[0] = $#ranges + 1; # Number of ranges
741 $tbl->[1] = $#unranged + 1; # Number of unranged codes
[all …]
Dccs.h150 const __uint16_t *tbl; /* Table's data */ member
/picolibc-latest/newlib/libc/iconv/ces/
Dtable.c80 free ((void *)ccsp->tbl); in table_close()
112 ccsp->tbl = biccsp->from_ucs; in table_init_from_ucs()
139 (const unsigned char *)ccsp->tbl); in table_convert_from_ucs()
148 code = find_code_speed ((ucs2_t)in, ccsp->tbl); in table_convert_from_ucs()
150 code = find_code_size ((ucs2_t)in, ccsp->tbl); in table_convert_from_ucs()
193 ccsp->tbl = biccsp->to_ucs; in table_init_to_ucs()
218 ucs = (ucs2_t)ccsp->tbl[**inbuf]; in table_convert_to_ucs()
233 ccsp->tbl); in table_convert_to_ucs()
236 ccsp->tbl); in table_convert_to_ucs()
546 if ((ccsp->tbl = (ucs2_t *)malloc (tbllen)) == NULL) in load_file()
[all …]
/picolibc-latest/newlib/libm/ld/ld80/
Ds_exp2l.c51 static const double tbl[TBLSIZE * 2] = { variable
260 long double t_hi = (long double)tbl[i0]; in exp2l()
261 long double t_lo = (long double)tbl[i0 + 1]; in exp2l()
/picolibc-latest/newlib/libm/ld/ld128/
Ds_exp2l.c58 static const long double tbl[TBLSIZE] = { variable
411 t = tbl[i0]; /* exp2t[i0] */ in exp2l()