OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cosh
(Results
126 - 150
of
174
) sorted by null
1
2
3
4
5
6
7
/external/clang/lib/Headers/
tgmath.h
324
//
cosh
332
__tg_cosh(double __x) {return
cosh
(__x);}
350
#undef
cosh
macro
351
#define
cosh
(__x) __tg_cosh(__tg_promote1((__x))(__x))
macro
/prebuilts/sdk/renderscript/clang-include/
tgmath.h
324
//
cosh
332
__tg_cosh(double __x) {return
cosh
(__x);}
350
#undef
cosh
macro
351
#define
cosh
(__x) __tg_cosh(__tg_promote1((__x))(__x))
macro
/frameworks/rs/scriptc/
rs_cl.rsh
320
extern float __attribute__((overloadable))
cosh
(float);
321
FN_FUNC_FN(
cosh
)
/libcore/luni/src/main/java/java/lang/
Math.java
242
* <li>{@code
cosh
(+infinity) = +infinity}</li>
243
* <li>{@code
cosh
(-infinity) = +infinity}</li>
244
* <li>{@code
cosh
(NaN) = NaN}</li>
251
public static native double
cosh
(double d);
method in class:Math
[
all
...]
/prebuilts/sdk/renderscript/include/
rs_cl.rsh
320
extern float __attribute__((overloadable))
cosh
(float);
321
FN_FUNC_FN(
cosh
)
/bionic/tests/
math_test.cpp
352
TEST(math,
cosh
) {
353
ASSERT_FLOAT_EQ(1.0,
cosh
(0.0));
/ndk/sources/cxx-stl/llvm-libc++/test/depr/depr.c.headers/
math_h.pass.cpp
68
static_assert((std::is_same<decltype(
cosh
((double)0)), double>::value), "");
71
assert(
cosh
(0) == 1);
/packages/apps/Calculator/
arity-2.1.2.jar
/external/eigen/Eigen/src/Core/
MatrixBase.h
451
const MatrixFunctionReturnValue<Derived>
cosh
() const;
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
valarray_after.h
444
_DEFINE_EXPR_UNARY_FUNCTION(
cosh
)
valarray_before.h
87
{ return
cosh
(__t); }
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
valarray_after.h
446
_DEFINE_EXPR_UNARY_FUNCTION(
cosh
, _Cosh)
valarray_before.h
89
{ return
cosh
(__t); }
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
valarray_after.h
446
_DEFINE_EXPR_UNARY_FUNCTION(
cosh
, _Cosh)
valarray_before.h
89
{ return
cosh
(__t); }
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
valarray_after.h
444
_DEFINE_EXPR_UNARY_FUNCTION(
cosh
)
valarray_before.h
87
{ return
cosh
(__t); }
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
valarray_after.h
444
_DEFINE_EXPR_UNARY_FUNCTION(
cosh
)
valarray_before.h
87
{ return
cosh
(__t); }
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
valarray_after.h
444
_DEFINE_EXPR_UNARY_FUNCTION(
cosh
)
valarray_before.h
87
{ return
cosh
(__t); }
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
valarray_after.h
444
_DEFINE_EXPR_UNARY_FUNCTION(
cosh
)
valarray_before.h
87
{ return
cosh
(__t); }
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
valarray_after.h
446
_DEFINE_EXPR_UNARY_FUNCTION(
cosh
, _Cosh)
valarray_before.h
89
{ return
cosh
(__t); }
Completed in 3346 milliseconds
1
2
3
4
5
6
7