OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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