/bionic/libm/ |
sincos.c | 43 void sincosf(float x, float* p_sinf, float* p_cosf) { function
|
/external/chromium_org/base/ |
os_compat_android.cc | 100 void sincosf(float angle, float* s, float* c) { function
|
/bionic/libm/include/ |
math.h | 467 void sincosf(float, float*, float*);
|
/external/ltrace/etc/ |
libm.so.conf | 21 void sincosf(float, +float*, float*);
|
/development/ndk/platforms/android-13/include/ |
math.h | 491 void sincosf(float x, float *sin, float *cos) __NDK_FPABI_MATH__;
|
/development/ndk/platforms/android-18/include/ |
math.h | 494 void sincosf(float x, float *sin, float *cos) __NDK_FPABI_MATH__;
|
/development/ndk/platforms/android-3/include/ |
math.h | 486 void sincosf(float x, float *sin, float *cos) __NDK_FPABI_MATH__;
|
/development/ndk/platforms/android-9/include/ |
math.h | 486 void sincosf(float x, float *sin, float *cos) __NDK_FPABI_MATH__;
|
/development/ndk/platforms/android-L/include/ |
math.h | 467 void sincosf(float, float*, float*) __NDK_FPABI_MATH__;
|
/external/compiler-rt/lib/msan/tests/ |
msan_test.cc | [all...] |
/bionic/tests/ |
math_sincosf_test.cpp | [all...] |