Home
last modified time | relevance | path

Searched refs:texp (Results 1 – 12 of 12) sorted by relevance

/netbsd/src/crypto/external/bsd/heimdal/dist/cf/
Dw32-def-from-dll.pl104 my $texp = $forward_exports{$symbol};
105 if ($texp =~ /^_([^@]+)$/) { $texp = $1; }
106 print $texp."\t@".$ordinal."\n";
/netbsd/src/external/lgpl3/gmp/dist/mpf/
Dswap.c39 mp_exp_t texp; in mpf_swap() local
49 texp = EXP(u); in mpf_swap()
51 EXP(v) = texp; in mpf_swap()
/netbsd/src/external/bsd/ntp/dist/sntp/
Dutilities.c65 int texp = (int) pow(2, b); in l_fp_output_bin() local
67 if(tmp - texp > 0) { in l_fp_output_bin()
69 tmp -= texp; in l_fp_output_bin()
/netbsd/src/external/bsd/ntp/dist/tests/libntp/
Dcalendar.c779 time_t pivot, texp, diff; in test_NtpToNtp()
787 texp = vint64_to_time(&hold); in test_NtpToNtp()
794 diff = texp - (pivot + JAN_1970); in test_NtpToNtp()
798 (long long)texp, in test_NtpToNtp()
837 time_t pivot, texp, diff; in test_NtpToTime()
846 texp = vint64_to_time(&hold); in test_NtpToTime()
851 diff = texp - pivot; in test_NtpToTime()
855 (long long)texp, in test_NtpToTime()
864 back = (uint32_t)texp + JAN_1970; in test_NtpToTime()
/netbsd/src/external/lgpl3/mpc/dist/
DMakefile.vc350 $(TESTCOMPILE)texp.c $(MIDTESTCOMPILE)texp.exe $(ENDTESTCOMPILE)
351 cd $(DIRMPCTESTS) && texp.exe && cd ..
/netbsd/src/external/lgpl3/mpc/dist/tests/
DMakefile.in97 tdiv_ui$(EXEEXT) tdot$(EXEEXT) texp$(EXEEXT) tfma$(EXEEXT) \
249 texp_SOURCES = texp.c
250 texp_OBJECTS = texp.$(OBJEXT)
475 ./$(DEPDIR)/texceptions.Po ./$(DEPDIR)/texp.Po \
523 tdummy.c teta.c texceptions.c texp.c tfma.c tfr_div.c \
535 tdot.c tdummy.c teta.c texceptions.c texp.c tfma.c tfr_div.c \
1118 texp$(EXEEXT): $(texp_OBJECTS) $(texp_DEPENDENCIES) $(EXTRA_texp_DEPENDENCIES)
1119 @rm -f texp$(EXEEXT)
1355 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/texp.Po@am__quote@ # am--include-marker
1815 texp.log: texp$(EXEEXT)
[all …]
DMakefile.am41 tdiv tdiv_2si tdiv_2ui tdiv_fr tdiv_ui tdot texp tfma tfr_div tfr_sub \ program
/netbsd/src/external/lgpl3/mpfr/dist/tests/
DMakefile.am62 terandom_chisq terf texp texp10 texp2 texpm1 texp10m1 texp2m1 \
DMakefile.in140 terandom_chisq$(EXEEXT) terf$(EXEEXT) texp$(EXEEXT) \
519 texp_SOURCES = texp.c
520 texp_OBJECTS = texp.$(OBJEXT)
1226 ./$(DEPDIR)/texceptions.Po ./$(DEPDIR)/texp.Po \
1319 terandom_chisq.c terf.c texceptions.c texp.c texp10.c \
1355 terf.c texceptions.c texp.c texp10.c texp10m1.c texp2.c \
1782 terandom_chisq terf texp texp10 texp2 texpm1 texp10m1 texp2m1 \
2184 texp$(EXEEXT): $(texp_OBJECTS) $(texp_DEPENDENCIES) $(EXTRA_texp_DEPENDENCIES)
2185 @rm -f texp$(EXEEXT)
2789 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/texp.Po@am__quote@ # am--include-marker
[all …]
/netbsd/src/external/lgpl3/mpfr/dist/
DTODO767 - [Kevin about texp.c long strings]
DChangeLog7452 [tests/texp.c] improve error message
10504 [tests/texp.c] added test for new bug
11475 texp.c, texp10.c, texp2.c, texpm1.c, tset.c, tset_str.c: replaced
15615 RNDF: fixed texp
15625 RNDF: partially fixed texp
16782 [tests/texp.c] Added FIXME, as the overflow test, which was specific
20064 fixed bug in mpfr_exp_3, and memory leak in texp
23061 [tests/texp.c] Fixed the test comparing mpfr_exp_2 and mpfr_exp_3:
27398 speed.c, tests/texp.c: untabified.
27426 [texp.c] yet another better fix
[all …]
/netbsd/src/external/lgpl3/gmp/dist/
DChangeLog22254 tatan.c, tcmp2.c, tcos.c, tdiv.c, tdiv_ui.c, teq.c, texp.c,