Home
last modified time | relevance | path

Searched refs:cosl (Results 1 – 5 of 5) sorted by relevance

/external/stlport/stlport/stl/config/
D_como.h87 # define cosl cos macro
116 # define cosl cos macro
161 # define cosl cos macro
/external/llvm/test/CodeGen/X86/
Dsincos.ll32 declare x86_fp80 @cosl(x86_fp80) readonly
45 %Y = call x86_fp80 @cosl(x86_fp80 %X) readonly
/external/stlport/stlport/stl/
D_cmath.h94 inline long double cosl(long double v) { return __cosl(v); } in cosl() function
/external/clang/lib/Headers/
Dtgmath.h249 __tg_cos(long double __x) {return cosl(__x);} in __tg_cos()
/external/clang/include/clang/Basic/
DBuiltins.def729 LIBBUILTIN(cosl, "LdLd", "fe", "math.h", ALL_LANGUAGES)