/external/llvm/test/CodeGen/X86/ |
2008-01-09-LongDoubleSin.ll | 1 ; RUN: llc < %s -o - | grep sinl 7 %tmp2 = tail call x86_fp80 @sinl( x86_fp80 %x ) nounwind readonly ; <x86_fp80> [#uses=1] 11 declare x86_fp80 @sinl(x86_fp80) nounwind readonly
|
sincos.ll | 11 declare x86_fp80 @sinl(x86_fp80) readonly 24 %Y = call x86_fp80 @sinl(x86_fp80 %X) readonly
|
/ndk/sources/cxx-stl/stlport/stlport/stl/config/ |
_android.h | 53 // sinl, cosl, etc
|
_como.h | 88 # define sinl sin macro 112 # define sinl sin macro 162 # define sinl sin macro
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/config/ |
_android.h | 53 // sinl, cosl, etc
|
_como.h | 88 # define sinl sin macro 112 # define sinl sin macro 162 # define sinl sin macro
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/config/ |
_android.h | 53 // sinl, cosl, etc
|
_como.h | 88 # define sinl sin macro 112 # define sinl sin macro 162 # define sinl sin macro
|
/external/stlport/stlport/stl/config/ |
_como.h | 88 # define sinl sin macro 112 # define sinl sin macro 162 # define sinl sin macro
|
_android.h | 53 // sinl, cosl, etc
|
/external/neven/Embedded/common/src/b_BasicEm/ |
Phase.c | 145 int32 sinL = bbs_sin32_table1G[ indexL ] + oL * bbs_sin32_table1G[ indexL + 1 ]; 149 return -sinL; 153 return sinL; 161 int32 sinL = bbs_sin32_table2G[ indexL ] + ( ( o1L * bbs_sin32_table2G[ indexL + 1 ] ) << 3 ) + o2L * bbs_sin32_table2G[ indexL + 2 ]; 165 return -sinL >> 6; 169 return sinL >> 6;
|
/external/stlport/stlport/stl/ |
_cmath.h | 95 inline long double sinl(long double v) { return __sinl(v); } function 229 // long double support and both e.g. sinl(long double) and sinf(float) 254 // long double support and e.g. sinf(float) but not e.g. sinl(long double) 271 // long double support and e.g. sinl(long double) but not e.g. sinf(float)
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_cmath.h | 95 inline long double sinl(long double v) { return __sinl(v); } function 229 // long double support and both e.g. sinl(long double) and sinf(float) 254 // long double support and e.g. sinf(float) but not e.g. sinl(long double) 271 // long double support and e.g. sinl(long double) but not e.g. sinf(float)
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/ |
_cmath.h | 95 inline long double sinl(long double v) { return __sinl(v); } function 229 // long double support and both e.g. sinl(long double) and sinf(float) 254 // long double support and e.g. sinf(float) but not e.g. sinl(long double) 271 // long double support and e.g. sinl(long double) but not e.g. sinf(float)
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/ |
_cmath.h | 95 inline long double sinl(long double v) { return __sinl(v); } function 229 // long double support and both e.g. sinl(long double) and sinf(float) 254 // long double support and e.g. sinf(float) but not e.g. sinl(long double) 271 // long double support and e.g. sinl(long double) but not e.g. sinf(float)
|
/external/icu4c/i18n/ |
astro.cpp | 469 double sinL = ::sin(eclipLong); 476 result.set(atan2(sinL*cosE - tanB*sinE, cosL), 477 asin(sinB*cosE + cosB*sinE*sinL) ); 510 double sinL = ::sin(fLatitude); 513 double altitude = asin(sinD*sinL + cosD*cosL*cosH); 514 double azimuth = atan2(-cosD*cosL*sinH, sinD - sinL * ::sin(altitude)); [all...] |
/bionic/libm/include/ |
math.h | 478 long double sinl(long double);
|
/development/ndk/platforms/android-3/include/ |
math.h | 475 long double sinl(long double);
|
/development/ndk/platforms/android-9/include/ |
math.h | 475 long double sinl(long double);
|
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/ |
math.h | 475 long double sinl(long double);
|
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/ |
math.h | 475 long double sinl(long double);
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/ |
math.h | 475 long double sinl(long double);
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/ |
math.h | 475 long double sinl(long double);
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/ |
math.h | 475 long double sinl(long double);
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/ |
math.h | 475 long double sinl(long double);
|