HomeSort by relevance Sort by last modified time
    Searched defs:tgamma (Results 1 - 5 of 5) sorted by null

  /bionic/libm/upstream-freebsd/lib/msun/bsdsrc/
b_tgamma.c 77 * Accuracy: tgamma(x) is accurate to within
131 tgamma(x) function
211 /* Return r*tgamma(y). */
314 y = tgamma(y);
316 y = -x*tgamma(-x);
  /external/clang/lib/Headers/
tgmath.h 1191 // tgamma
1199 __tg_tgamma(double __x) {return tgamma(__x);}
1205 #undef tgamma macro
1206 #define tgamma(__x) __tg_tgamma(__tg_promote1((__x))(__x)) macro
  /external/libcxx/test/std/depr/depr.c.headers/
math_h.pass.cpp 98 Ambiguous tgamma(Ambiguous){ return Ambiguous(); } function
    [all...]
  /external/libcxx/test/std/numerics/c.math/
cmath.pass.cpp 101 Ambiguous tgamma(Ambiguous){ return Ambiguous(); } function
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
CoreMathVerifier.java 111 static native float tgamma(float x); method in class:CoreMathVerifier
1080 static private Target.Floaty tgamma(double d, Target t) { method in class:CoreMathVerifier
    [all...]

Completed in 848 milliseconds