OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cbrtl
(Results
151 - 175
of
281
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/
math.h
410
long double
cbrtl
(long double) __NDK_FPABI_MATH__;
/prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/
math.h
410
long double
cbrtl
(long double) __NDK_FPABI_MATH__;
/prebuilts/ndk/current/platforms/android-3/arch-arm/usr/include/
math.h
413
long double
cbrtl
(long double) __NDK_FPABI_MATH__;
/prebuilts/ndk/current/platforms/android-4/arch-arm/usr/include/
math.h
413
long double
cbrtl
(long double) __NDK_FPABI_MATH__;
/prebuilts/ndk/current/platforms/android-5/arch-arm/usr/include/
math.h
413
long double
cbrtl
(long double) __NDK_FPABI_MATH__;
/prebuilts/ndk/current/platforms/android-8/arch-arm/usr/include/
math.h
413
long double
cbrtl
(long double) __NDK_FPABI_MATH__;
/prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/
math.h
413
long double
cbrtl
(long double) __NDK_FPABI_MATH__;
/prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/
math.h
413
long double
cbrtl
(long double) __NDK_FPABI_MATH__;
/prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/
math.h
413
long double
cbrtl
(long double) __NDK_FPABI_MATH__;
/prebuilts/sdk/renderscript/clang-include/
tgmath.h
588
__tg_cbrt(long double __x) {return
cbrtl
(__x);}
/prebuilts/sdk/renderscript/lib/arm/
libm.so
/prebuilts/sdk/renderscript/lib/mips/
libm.so
/external/libcxx/test/std/depr/depr.c.headers/
math_h.pass.cpp
359
static_assert((std::is_same<decltype(
cbrtl
(0)), long double>::value), "");
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
math_h.pass.cpp
364
static_assert((std::is_same<decltype(
cbrtl
(0)), long double>::value), "");
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib32/
libm-2.15.so
libm.so
libm.so.6
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
builtins.def
218
DEF_C99_BUILTIN (BUILT_IN_CBRTL, "
cbrtl
", BT_FN_LONGDOUBLE_LONGDOUBLE, ATTR_MATHFN_FPROUNDING)
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
math.h
725
extern long double __cdecl
cbrtl
(long double);
/external/clang/include/clang/Basic/
Builtins.def
[
all
...]
/external/bison/lib/
config.in.h
727
/* Define to 1 if
cbrtl
is declared even after undefining macros. */
[
all
...]
/external/bison/darwin-lib/
config.h
728
/* Define to 1 if
cbrtl
is declared even after undefining macros. */
[
all
...]
/external/bison/linux-lib/
config.h
728
/* Define to 1 if
cbrtl
is declared even after undefining macros. */
[
all
...]
/external/opencv3/3rdparty/lib/
libmingwex_.a
[
all
...]
/external/compiler-rt/lib/dfsan/
libc_ubuntu1404_abilist.txt
[
all
...]
Completed in 1334 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>