/external/llvm/test/CodeGen/AArch64/ |
D | sincos-expansion.ll | 23 %cos = call fp128 @cosl(fp128 %f) readnone 26 ; CHECK: bl cosl 35 declare fp128 @cosl(fp128) readonly
|
D | illegal-float-ops.ll | 24 ; CHECK: bl cosl
|
/external/stlport/stlport/stl/config/ |
D | _como.h | 87 # define cosl cos macro 116 # define cosl cos macro 161 # define cosl cos macro
|
/external/llvm/test/CodeGen/X86/ |
D | 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)
|
D | sincos.ll | 49 declare x86_fp80 @cosl(x86_fp80) readonly 73 %Y = call x86_fp80 @cosl(x86_fp80 %X) readonly
|
/external/clang/test/CodeGen/ |
D | libcall-declarations.c | 24 long double cosl(long double); 81 atan2f, ceil, ceill, ceilf, copysign, copysignl, copysignf, cos, cosl, cosf,
|
/external/llvm/include/llvm/Target/ |
D | TargetLibraryInfo.h | 175 cosl, enumerator 690 case LibFunc::cos: case LibFunc::cosf: case LibFunc::cosl: in hasOptimizedCodeGen()
|
/external/bison/linux-lib/ |
D | 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 821 _GL_WARN_ON_USE (cosl, "cosl is unportable - "
|
/external/bison/lib/ |
D | math.in.h | 501 # undef cosl 502 _GL_FUNCDECL_SYS (cosl, long double, (long double x)); 504 _GL_CXXALIAS_SYS (cosl, long double, (long double x)); 505 _GL_CXXALIASWARN (cosl); 507 # undef cosl 509 _GL_WARN_ON_USE (cosl, "cosl is unportable - "
|
/external/bison/darwin-lib/ |
D | 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 821 _GL_WARN_ON_USE (cosl, "cosl is unportable - "
|
/external/llvm/test/CodeGen/Mips/ |
D | mips64-f128.ll | 276 ; CHECK: ld $25, %call16(cosl) 281 %call = tail call fp128 @cosl(fp128 %0) nounwind 285 declare fp128 @cosl(fp128) #2
|
/external/llvm/lib/Target/ |
D | TargetLibraryInfo.cpp | 386 TLI.setUnavailable(LibFunc::cosl); in initialize()
|
/external/bison/m4/ |
D | math_h.m4 | 42 cbrt cbrtf cbrtl ceilf ceill copysign copysignf copysignl cosf cosl coshf
|
/external/stlport/stlport/stl/ |
D | _cmath.h | 94 inline long double cosl(long double v) { return __cosl(v); } in cosl() function
|
/external/clang/lib/Headers/ |
D | tgmath.h | 249 __tg_cos(long double __x) {return cosl(__x);} in __tg_cos()
|
/external/llvm/lib/Transforms/Utils/ |
D | SimplifyLibCalls.cpp | 1826 case LibFunc::cosl: in lookupOptimization()
|
/external/clang/include/clang/Basic/ |
D | Builtins.def | 851 LIBBUILTIN(cosl, "LdLd", "fe", "math.h", ALL_LANGUAGES)
|
/external/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 1807 case LibFunc::cosl: in getIntrinsicIDForCall()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 5610 case LibFunc::cosl: in visitCall()
|
/external/bison/ |
D | configure | 24887 …atanl cbrt cbrtf cbrtl ceilf ceill copysign copysignf copysignl cosf cosl coshf expf exp…
|