Home
last modified time | relevance | path

Searched refs:sinl (Results 1 – 6 of 6) sorted by relevance

/external/llvm/test/CodeGen/X86/
D2008-01-09-LongDoubleSin.ll1 ; 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
Dsincos.ll11 declare x86_fp80 @sinl(x86_fp80) readonly
24 %Y = call x86_fp80 @sinl(x86_fp80 %X) readonly
/external/stlport/stlport/stl/config/
D_como.h88 # define sinl sin macro
112 # define sinl sin macro
162 # define sinl sin macro
/external/stlport/stlport/stl/
D_cmath.h95 inline long double sinl(long double v) { return __sinl(v); } in sinl() function
/external/clang/lib/Headers/
Dtgmath.h278 __tg_sin(long double __x) {return sinl(__x);} in __tg_sin()
/external/clang/include/clang/Basic/
DBuiltins.def725 LIBBUILTIN(sinl, "LdLd", "fe", "math.h", ALL_LANGUAGES)