Searched defs:btExp (Results 1 – 3 of 3) sorted by relevance
412 SIMD_FORCE_INLINE btScalar btExp(btScalar x) { return exp(x); } in btExp() function470 SIMD_FORCE_INLINE btScalar btExp(btScalar x) { return expf(x); } in btExp() function
102 public static float btExp(float x) { in btExp() method in LinearMath
29 public final static native float btExp(float jarg1); in btExp() method in LinearMathJNI