/external/llvm/test/CodeGen/X86/ |
D | 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
|
D | sincos-opt.ll | 51 ; GNU_SINCOS: callq sinl 54 %call = tail call x86_fp80 @sinl(x86_fp80 %x) nounwind 65 declare x86_fp80 @sinl(x86_fp80)
|
D | sincos.ll | 10 declare x86_fp80 @sinl(x86_fp80) readonly 38 %Y = call x86_fp80 @sinl(x86_fp80 %X) readonly
|
/external/llvm/test/CodeGen/AArch64/ |
D | sincos-expansion.ll | 22 %sin = call fp128 @sinl(fp128 %f) readnone 26 ; CHECK: bl sinl 32 declare fp128 @sinl(fp128) readonly
|
D | illegal-float-ops.ll | 156 ; CHECK: bl sinl
|
/external/stlport/stlport/stl/config/ |
D | _como.h | 88 # define sinl sin macro 112 # define sinl sin macro 162 # define sinl sin macro
|
/external/clang/test/CodeGen/ |
D | libcall-declarations.c | 66 long double sinl(long double); 85 rint, rintl, rintf, round, roundl, roundf, sin, sinl, sinf, sqrt, sqrtl,
|
/external/llvm/include/llvm/Target/ |
D | TargetLibraryInfo.h | 481 sinl, enumerator 677 case LibFunc::sin: case LibFunc::sinf: case LibFunc::sinl: in hasOptimizedCodeGen()
|
/external/bison/linux-lib/ |
D | math.h | 2150 # undef sinl 2151 _GL_FUNCDECL_SYS (sinl, long double, (long double x)); 2153 _GL_CXXALIAS_SYS (sinl, long double, (long double x)); 2154 _GL_CXXALIASWARN (sinl); 2156 # undef sinl 2158 _GL_WARN_ON_USE (sinl, "sinl is unportable - "
|
/external/bison/lib/ |
D | math.in.h | 1838 # undef sinl 1839 _GL_FUNCDECL_SYS (sinl, long double, (long double x)); 1841 _GL_CXXALIAS_SYS (sinl, long double, (long double x)); 1842 _GL_CXXALIASWARN (sinl); 1844 # undef sinl 1846 _GL_WARN_ON_USE (sinl, "sinl is unportable - "
|
/external/bison/darwin-lib/ |
D | math.h | 2150 # undef sinl 2151 _GL_FUNCDECL_SYS (sinl, long double, (long double x)); 2153 _GL_CXXALIAS_SYS (sinl, long double, (long double x)); 2154 _GL_CXXALIASWARN (sinl); 2156 # undef sinl 2158 _GL_WARN_ON_USE (sinl, "sinl is unportable - "
|
/external/llvm/test/CodeGen/Mips/ |
D | mips64-f128.ll | 264 ; CHECK: ld $25, %call16(sinl) 269 %call = tail call fp128 @sinl(fp128 %0) nounwind 273 declare fp128 @sinl(fp128) #2
|
/external/llvm/lib/Target/ |
D | TargetLibraryInfo.cpp | 391 TLI.setUnavailable(LibFunc::sinl); in initialize()
|
/external/bison/m4/ |
D | math_h.m4 | 52 rint rintf rintl round roundf roundl sinf sinl sinhf sqrtf sqrtl
|
/external/stlport/stlport/stl/ |
D | _cmath.h | 95 inline long double sinl(long double v) { return __sinl(v); } in sinl() function
|
/external/clang/lib/Headers/ |
D | tgmath.h | 278 __tg_sin(long double __x) {return sinl(__x);} in __tg_sin()
|
/external/clang/include/clang/Basic/ |
D | Builtins.def | 906 LIBBUILTIN(sinl, "LdLd", "fe", "math.h", ALL_LANGUAGES)
|
/external/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 1509 case LibFunc::sinl: in getIntrinsicIDForCall()
|
/external/clang/docs/ |
D | LanguageExtensions.rst | 1167 long double __attribute__((overloadable)) tgsin(long double x) { return sinl(x); }
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 5579 case LibFunc::sinl: in visitCall()
|
/external/bison/ |
D | configure | 24887 …nder remainderf remainderl rint rintf rintl round roundf roundl sinf sinl sinhf sqrtf sqrtl …
|