/external/llvm/test/CodeGen/AArch64/ |
sincos-expansion.ll | 23 %cos = call fp128 @cosl(fp128 %f) readnone 26 ; CHECK: bl cosl 35 declare fp128 @cosl(fp128) readonly
|
/external/llvm/test/CodeGen/X86/ |
sincos-opt.ll | 54 ; GNU_SINCOS: callq cosl 57 %call1 = tail call x86_fp80 @cosl(x86_fp80 %x) nounwind 68 declare x86_fp80 @cosl(x86_fp80)
|
sincos.ll | 49 declare x86_fp80 @cosl(x86_fp80) readonly 73 %Y = call x86_fp80 @cosl(x86_fp80 %X) readonly
|
/bionic/libm/ |
sincos.c | 50 *p_cosl = cosl(x);
|
fake_long_double.c | 42 long double cosl(long double a1) { return cos(a1); } function
|
/external/stlport/stlport/stl/config/ |
_android.h | 53 // sinl, cosl, etc
|
_como.h | 87 # define cosl cos macro 116 # define cosl cos macro 161 # define cosl cos macro
|
/ndk/sources/cxx-stl/stlport/stlport/stl/config/ |
_android.h | 54 // sinl, cosl, etc
|
_como.h | 87 # define cosl cos macro 116 # define cosl cos macro 161 # define cosl cos macro
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/ |
_android.h | 53 // sinl, cosl, etc
|
_como.h | 87 # define cosl cos macro 116 # define cosl cos macro 161 # define cosl cos macro
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/ |
_android.h | 53 // sinl, cosl, etc
|
_como.h | 87 # define cosl cos macro 116 # define cosl cos macro 161 # define cosl cos macro
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/ |
_android.h | 53 // sinl, cosl, etc
|
_como.h | 87 # define cosl cos macro 116 # define cosl cos macro 161 # define cosl cos macro
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/ |
_android.h | 53 // sinl, cosl, etc
|
_como.h | 87 # define cosl cos macro 116 # define cosl cos macro 161 # define cosl cos macro
|
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/config/ |
_android.h | 54 // sinl, cosl, etc
|
_como.h | 87 # define cosl cos macro 116 # define cosl cos macro 161 # define cosl cos macro
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
s_cosl.c | 51 cosl(long double x) function
|
s_cos.c | 88 __weak_reference(cos, cosl);
|
/external/clang/test/CodeGen/ |
libcall-declarations.c | 24 long double cosl(long double); 81 atan2f, ceil, ceill, ceilf, copysign, copysignl, copysignf, cos, cosl, cosf, 108 // CHECK-NOERRNO: declare x86_fp80 @cosl(x86_fp80) [[NUW]]
|
/cts/tests/tests/bionic/ |
bionic-unit-tests-cts_list.txt | 275 cosl
|
/ndk/sources/android/support/include/ |
math.h | 49 long double cosl(long double);
|
/external/bison/darwin-lib/ |
math.h | 813 # undef cosl 814 _GL_FUNCDECL_SYS (cosl, long double, (long double x)); 816 _GL_CXXALIAS_SYS (cosl, long double, (long double x)); 817 _GL_CXXALIASWARN (cosl); 819 # undef cosl macro 821 _GL_WARN_ON_USE (cosl, "cosl is unportable - " 822 "use gnulib module cosl for portability"); [all...] |