HomeSort by: relevance | last modified time | path
    Searched refs:M_SQRT2 (Results 1 - 4 of 4) sorted by relevancy

  /src/tests/lib/lua/libm/
h_lualibm.c 21 TEST(M_SQRT2);
32 TEST(tan(M_SQRT2));
33 TEST(atan(tan(M_SQRT2)));
34 TEST(tanh(M_SQRT2));
35 TEST(atanh(tanh(M_SQRT2)));
36 TEST(atan2(M_SQRT2, M_SQRT2));
47 TEST(fabs(-M_SQRT2));
48 TEST(fabs(M_SQRT2));
54 TEST(fma(M_PI, M_E, M_SQRT2));
    [all...]
lualibm.lua 27 test("M_SQRT2", lm.M_SQRT2)
38 test("tan(M_SQRT2)", lm.tan(lm.M_SQRT2))
39 test("atan(tan(M_SQRT2))", lm.atan(lm.tan(lm.M_SQRT2)))
40 test("tanh(M_SQRT2)", lm.tanh(lm.M_SQRT2))
41 test("atanh(tanh(M_SQRT2))", lm.atanh(lm.tanh(lm.M_SQRT2)))
    [all...]
  /src/lib/lua/libm/
libm.c 236 LIBM_CONST(M_SQRT2),
  /src/include/
math.h 179 #define M_SQRT2 1.41421356237309504880 /* sqrt(2) */

Completed in 47 milliseconds