OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cbrt
(Results
51 - 75
of
185
) sorted by null
1
2
3
4
5
6
7
8
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/include-fixed/
tgmath.h
339
#define
cbrt
(Val) __TGMATH_UNARY_REAL_ONLY (Val,
cbrt
)
macro
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
tgmath.h
330
#define
cbrt
(Val) __TGMATH_UNARY_REAL_ONLY (Val,
cbrt
)
macro
/bionic/libm/man/
math.3
82
cbrt
cube root
/frameworks/base/tests/RenderScriptTests/tests_v11/src/com/android/rs/test/
math.rs
126
TEST_FN_FUNC_FN(
cbrt
);
/frameworks/base/tests/RenderScriptTests/tests_v14/src/com/android/rs/test/
math.rs.bak
239
TEST_FN_FUNC_FN(
cbrt
);
math.rs
253
TEST_FN_FUNC_FN(
cbrt
);
math.rs.orig
253
TEST_FN_FUNC_FN(
cbrt
);
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1/
math.h
43
using std::tr1::
cbrt
;
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/
math.h
43
using std::tr1::
cbrt
;
cmath
48
#undef
cbrt
172
using ::
cbrt
;
471
cbrt
(float __x)
475
cbrt
(long double __x)
481
cbrt
(_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
43
using std::tr1::
cbrt
;
cmath
48
#undef
cbrt
172
using ::
cbrt
;
471
cbrt
(float __x)
475
cbrt
(long double __x)
481
cbrt
(_Tp __x)
[
all
...]
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1/
math.h
43
using std::tr1::
cbrt
;
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1/
math.h
43
using std::tr1::
cbrt
;
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1/
math.h
43
using std::tr1::
cbrt
;
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/include/tr1/
math.h
43
using std::tr1::
cbrt
;
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
cmath
861
#undef
cbrt
979
using ::
cbrt
;
1151
cbrt
(float __x)
1155
cbrt
(long double __x)
1161
cbrt
(_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
861
#undef
cbrt
979
using ::
cbrt
;
1151
cbrt
(float __x)
1155
cbrt
(long double __x)
1161
cbrt
(_Tp __x)
[
all
...]
/frameworks/base/tests/RenderScriptTests/tests/src/com/android/rs/test/
math.rs
253
TEST_FN_FUNC_FN(
cbrt
);
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
mathcalls.h
170
__MATHCALL (
cbrt
,, (_Mdouble_ __x));
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
mathcalls.h
170
__MATHCALL (
cbrt
,, (_Mdouble_ __x));
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
mathcalls.h
170
__MATHCALL (
cbrt
,, (_Mdouble_ __x));
/frameworks/rs/scriptc/
rs_cl.rsh
284
extern float __attribute__((overloadable))
cbrt
(float);
285
FN_FUNC_FN(
cbrt
)
/frameworks/support/renderscript/v8/rs_support/scriptc/
rs_cl.rsh
284
extern float __attribute__((overloadable))
cbrt
(float);
285
FN_FUNC_FN(
cbrt
)
/prebuilts/sdk/renderscript/include/
rs_cl.rsh
217
extern float __attribute__((overloadable))
cbrt
(float);
218
FN_FUNC_FN(
cbrt
)
Completed in 351 milliseconds
1
2
3
4
5
6
7
8