OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:acosh
(Results
51 - 75
of
165
) sorted by null
1
2
3
4
5
6
7
/frameworks/base/tests/RenderScriptTests/tests_v11/src/com/android/rs/test/
math.rs
116
TEST_FN_FUNC_FN(
acosh
);
/frameworks/base/tests/RenderScriptTests/tests_v14/src/com/android/rs/test/
math.rs.bak
229
TEST_FN_FUNC_FN(
acosh
);
math.rs
243
TEST_FN_FUNC_FN(
acosh
);
math.rs.orig
243
TEST_FN_FUNC_FN(
acosh
);
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1/
math.h
37
using std::tr1::
acosh
;
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/
math.h
37
using std::tr1::
acosh
;
cmath
39
#undef
acosh
160
using ::
acosh
;
424
acosh
(float __x)
428
acosh
(long double __x)
434
acosh
(_Tp __x)
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/
math.h
37
using std::tr1::
acosh
;
cmath
39
#undef
acosh
160
using ::
acosh
;
424
acosh
(float __x)
428
acosh
(long double __x)
434
acosh
(_Tp __x)
[
all
...]
/prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/tr1/
math.h
37
using std::tr1::
acosh
;
/prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/tr1/
math.h
37
using std::tr1::
acosh
;
/prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/tr1/
math.h
37
using std::tr1::
acosh
;
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
cmath
852
#undef
acosh
967
using ::
acosh
;
1109
acosh
(float __x)
1113
acosh
(long double __x)
1119
acosh
(_Tp __x)
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
cmath
852
#undef
acosh
967
using ::
acosh
;
1109
acosh
(float __x)
1113
acosh
(long double __x)
1119
acosh
(_Tp __x)
[
all
...]
/external/mesa3d/src/glsl/builtins/profiles/
130.frag
70
float
acosh
(float x);
71
vec2
acosh
(vec2 x);
72
vec3
acosh
(vec3 x);
73
vec4
acosh
(vec4 x);
[
all
...]
130.vert
70
float
acosh
(float x);
71
vec2
acosh
(vec2 x);
72
vec3
acosh
(vec3 x);
73
vec4
acosh
(vec4 x);
[
all
...]
/frameworks/base/tests/RenderScriptTests/tests/src/com/android/rs/test/
math.rs
243
TEST_FN_FUNC_FN(
acosh
);
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
mathcalls.h
89
__MATHCALL (
acosh
,, (_Mdouble_ __x));
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
mathcalls.h
89
__MATHCALL (
acosh
,, (_Mdouble_ __x));
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
mathcalls.h
89
__MATHCALL (
acosh
,, (_Mdouble_ __x));
/frameworks/rs/scriptc/
rs_cl.rsh
127
extern float __attribute__((overloadable))
acosh
(float);
128
FN_FUNC_FN(
acosh
)
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libm-2.7.so
libm.so
libm.so.6
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libm-2.7.so
Completed in 1492 milliseconds
1
2
3
4
5
6
7