OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cbrtl
(Results
51 - 65
of
65
) sorted by null
1
2
3
/prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/
math.h
413
long double
cbrtl
(long double);
/prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/
math.h
413
long double
cbrtl
(long double);
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/
math.h
413
long double
cbrtl
(long double);
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/
math.h
413
long double
cbrtl
(long double);
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
math.h
413
long double
cbrtl
(long double);
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
math.h
413
long double
cbrtl
(long double);
/bionic/libm/include/
math.h
402
long double
cbrtl
(long double);
/external/llvm/include/llvm/Target/
TargetLibraryInfo.h
142
/// long double
cbrtl
(long double x);
143
cbrtl
,
enumerator in enum:llvm::LibFunc::Func
/external/llvm/lib/Target/
TargetLibraryInfo.cpp
87
"
cbrtl
",
415
TLI.setUnavailable(LibFunc::
cbrtl
);
/bionic/tests/
math_test.cpp
432
TEST(math,
cbrtl
) {
433
ASSERT_FLOAT_EQ(3.0,
cbrtl
(27.0));
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
math_h.pass.cpp
357
static_assert((std::is_same<decltype(
cbrtl
(0)), long double>::value), "");
/external/clang/lib/Headers/
tgmath.h
588
__tg_cbrt(long double __x) {return
cbrtl
(__x);}
/prebuilts/sdk/renderscript/clang-include/
tgmath.h
588
__tg_cbrt(long double __x) {return
cbrtl
(__x);}
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/
cmath.pass.cpp
[
all
...]
/external/bison/
configure
[
all
...]
Completed in 210 milliseconds
1
2
3