/external/chromium_org/third_party/icu/ |
icu.gyp | 231 # Disable sincos() optimization to avoid a linker error since 232 # Android's math library doesn't have sincos(). Either
|
/external/llvm/lib/Target/X86/ |
README-FPStack.txt | 58 Opencode the sincos[f] libcall.
|
X86Subtarget.h | 449 /// This function returns true if the target has sincos() routine in its
|
/frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/ |
math.rs | 174 TEST_FN_FUNC_FN_PFN(sincos);
|
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/ |
math.rs.bak | 303 TEST_FN_FUNC_FN_PFN(sincos);
|
math.rs | 317 TEST_FN_FUNC_FN_PFN(sincos);
|
math.rs.orig | 317 TEST_FN_FUNC_FN_PFN(sincos);
|
/external/llvm/lib/Transforms/Utils/ |
SimplifyLibCalls.cpp | [all...] |
/external/ltrace/etc/ |
libm.so.conf | 20 void sincos(double, +double*, double*);
|
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/ |
apitest.rs | 858 f = sincos(f, (float *)&f); 859 f2 = sincos(f2, (float2 *)&f2); 860 f3 = sincos(f3, (float3 *)&f3); 861 f4 = sincos(f4, (float4 *)&f4); [all...] |
math.rs | 317 TEST_FN_FUNC_FN_PFN(sincos);
|
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/ |
math.rs | 325 TEST_FN_FUNC_FN_PFN(sincos);
|
/frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/ |
math.rs | 317 TEST_FN_FUNC_FN_PFN(sincos);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/ |
mathcalls.h | 82 __MATHDECL (void,sincos,,
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/ |
mathcalls.h | 82 __MATHDECL (void,sincos,,
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d11spikysphere/ |
d3d11spikysphere.hlsl.ds.h | 81 sincos null, r2.xyz, r1.zxyz 82 sincos r1.xyz, null, -r1.xyzx
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11spikysphere/ |
d3d11spikysphere.hlsl.ds.h | 81 sincos null, r2.xyz, r1.zxyz 82 sincos r1.xyz, null, -r1.xyzx
|
/prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/scriptc/ |
rs_cl.rsh | 713 _RS_RUNTIME float __attribute__((pure, overloadable)) sincos(float v, float *cosptr); 714 FN_FUNC_FN_PFN(sincos);
|
/prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/scriptc/ |
rs_cl.rsh | 713 _RS_RUNTIME float __attribute__((pure, overloadable)) sincos(float v, float *cosptr); 714 FN_FUNC_FN_PFN(sincos);
|
/prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/scriptc/ |
rs_cl.rsh | 713 _RS_RUNTIME float __attribute__((pure, overloadable)) sincos(float v, float *cosptr); 714 FN_FUNC_FN_PFN(sincos);
|
/frameworks/rs/driver/runtime/ |
rs_cl.c | 604 extern float __attribute__((overloadable)) sincos(float v, float *cosptr) { function 608 extern float2 __attribute__((overloadable)) sincos(float2 v, float2 *cosptr) { function 612 extern float3 __attribute__((overloadable)) sincos(float3 v, float3 *cosptr) { function 616 extern float4 __attribute__((overloadable)) sincos(float4 v, float4 *cosptr) { function [all...] |
/bionic/libm/ |
Android.mk | 13 sincos.c \
|
/bionic/libm/include/ |
math.h | 466 void sincos(double, double*, double*);
|
/external/llvm/lib/Target/ARM/ |
ARMSubtarget.h | 430 /// This function returns true if the target has sincos() routine in its
|
/frameworks/rs/java/tests/ComputeBenchmark/src/com/example/android/rs/computebench/ |
compute_benchmark.rs | 372 BENCH_FN_FUNC_FN_PFN(sincos);
|