HomeSort by relevance Sort by last modified time
    Searched refs:__fsel (Results 1 - 2 of 2) sorted by null

  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/include/gcc/darwin/4.2/
ppc_intrinsics.h 86 * __fsel - Floating Select
787 * __fsel - Floating Select
793 static inline double __fsel (double test, double a, double b) __attribute__((always_inline));
795 __fsel (double test, double a, double b) function
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
btScalar.h 72 #define btFsel(a,b,c) __fsel((a),(b),(c))

Completed in 422 milliseconds