Searched refs:cbrt (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/mi/
H A Dmiarc.c74 cbrt(double x) function in typeref:typename:double
343 z = N + cbrt(-q+sqrt(D)) + cbrt(-q-sqrt(D))
516 Z = N + cbrt(t + d) + cbrt(t - d);
708 Z = N + cbrt(t + d) + cbrt(t - d);
2486 t = (CUBED_ROOT_4 * acc->h2 - cbrt(t * t)) / acc->h2mw2;
2759 return cbrt (ret);
2761 return -cbrt (
[all...]
/xsrc/external/mit/xorg-server/dist/mi/
H A Dmiarc.c89 cbrt(double x) function in typeref:typename:double
353 z = N + cbrt(-q+sqrt(D)) + cbrt(-q-sqrt(D))
499 Z = N + cbrt(t + d) + cbrt(t - d);
675 Z = N + cbrt(t + d) + cbrt(t - d);
2569 t = (CUBED_ROOT_4 * acc->h2 - cbrt(t * t)) / acc->h2mw2;
2808 return cbrt(ret);
2810 return -cbrt(
[all...]
/xsrc/external/mit/xorg-server/dist/include/
H A Ddix-config.h.in60 /* Define to 1 if you have the `cbrt' function. */
H A Ddo-not-use-config.h.in156 /* Define to 1 if you have the 'cbrt' function. */
/xsrc/external/mit/xorg-server.old/dist/include/
H A Ddix-config.h.in87 /* Define to 1 if you have cbrt */
/xsrc/external/mit/xorg-server.old/dist/
H A Dconfigure.ac230 AC_CHECK_LIB(m, cbrt, AC_DEFINE(HAVE_CBRT, 1, [Have the 'cbrt' function]))
H A Dconfigure25740 { echo "$as_me:$LINENO: checking for cbrt in -lm" >&5
25741 echo $ECHO_N "checking for cbrt in -lm... $ECHO_C" >&6; }
25760 char cbrt ();
25764 return cbrt ();
[all...]
/xsrc/external/mit/xorg-server/dist/
H A Dconfigure.ac198 dnl Find the math library, then check for cbrt function in it.
200 AC_CHECK_FUNCS([cbrt])

Completed in 45 milliseconds