Searched defs:btLog (Results 1 – 3 of 3) sorted by relevance
413 SIMD_FORCE_INLINE btScalar btLog(btScalar x) { return log(x); } in btLog() function471 SIMD_FORCE_INLINE btScalar btLog(btScalar x) { return logf(x); } in btLog() function
106 public static float btLog(float x) { in btLog() method in LinearMath
30 public final static native float btLog(float jarg1); in btLog() method in LinearMathJNI