Searched refs:exp (Results 126 - 140 of 140) sorted by relevance

123456

/barrelfish-master/lib/msun/src/
H A Dmath_private.h691 #define __ieee754_exp exp
/barrelfish-master/include/cxx/
H A Dmath.h74 floating_point exp (arithmetic x);
90 floating_point frexp (arithmetic value, int* exp);
91 float frexpf(float value, int* exp);
92 long double frexpl(long double value, int* exp);
94 floating_point ldexp (arithmetic value, int exp);
95 float ldexpf(float value, int exp);
96 long double ldexpl(long double value, int exp);
910 // exp
913 inline _LIBCPP_INLINE_VISIBILITY float exp(float __lcpp_x) _NOEXCEPT {return ::expf(__lcpp_x);}
914 inline _LIBCPP_INLINE_VISIBILITY long double exp(lon
[all...]
/barrelfish-master/usr/eclipseclp/lib_tcl/widget/
H A Dconsole.tcl1572 set exp {[^\E][[ \t\n\r;\{\"$]}
1573 set i [$w search -backwards -regexp $exp insert-1c limit-1c]
1577 set exp "\[^\\]\[ \t\n\r\[\;\{\"\$]"
1578 set i [$w search -backwards -regexp $exp insert-1c limit-1c]
1720 set exp {[^\E][[ \t\n\r\{\"$]}
1722 set exp "\[^\\]\[ \t\n\r\[\{\"\$]"
1724 set tmp [$w search -backwards -regexp $exp insert-1c limit-1c]
/barrelfish-master/usr/eclipseclp/Kernel/src/
H A Dbigrat.c1864 word exp = v2.nint < 0 ? -v2.nint : v2.nint; local
1869 if (exp % 2)
1873 while ((exp /= 2) != 0)
1876 if (exp % 2)
H A Dtypes.h835 exp, member in struct:__anon1659
H A Ddict.c1166 d_.exp = in_dict("exp",1);
H A Dbip_arith.c1909 d = exp(d);
2204 (void) built_in(in_dict("exp", 2), p_exp, B_UNSAFE|U_SIMPLE);
/barrelfish-master/include/sys/
H A Dmount.h888 struct export_args *exp);
/barrelfish-master/usr/bench/bomp_benchmark/
H A Dft.c459 ex[1] = exp(ap);
/barrelfish-master/usr/eclipseclp/documents/libman/
H A Dic.tex363 \item[\texttt{exp(Expr)}]
367 Natural logarithm, the reverse of the exp function.
569 available for use in expressions (e.g.\ sin, cos, ln, exp) in integer
/barrelfish-master/usr/eclipseclp/WinMSC/Eclipse/
H A DEclipse.mak118 -@erase "$(OUTDIR)\Eclipse.exp"
315 -@erase "$(OUTDIR)\Eclipse.exp"
/barrelfish-master/usr/eclipseclp/documents/tutorial/
H A Drepairtut.tex704 exp((CurrentProfit-PrevProfit)/T) > frandom,
/barrelfish-master/usr/eclipseclp/documents/userman/
H A Dumsarith.tex290 exp(E) & exponential function \( e^{x} \) & number & real \\
/barrelfish-master/usr/eclipseclp/documents/search/
H A Dsearch.tex1300 exp((CurrentProfit-PrevProfit)/T) > frandom,
/barrelfish-master/usr/eclipseclp/WinMSC/GmpDll/
H A DGmpDll.mak75 -@erase "$(OUTDIR)\gmp33.exp"
641 -@erase "$(OUTDIR)\gmp33.exp"

Completed in 208 milliseconds

123456