OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cbrt
(Results
226 - 250
of
497
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/bionic/tests/
math_test.cpp
508
TEST(math,
cbrt
) {
509
ASSERT_DOUBLE_EQ(3.0,
cbrt
(27.0));
[
all
...]
/external/proguard/src/proguard/gui/
boilerplate.pro
122
public static double
cbrt
(double);
default.pro
61
public static double
cbrt
(double);
/frameworks/rs/java/tests/ComputeBenchmark/src/com/example/android/rs/computebench/
compute_benchmark.rs
323
BENCH_FN_FUNC_FN(
cbrt
);
/prebuilts/go/darwin-x86/src/runtime/
proc_test.go
553
n := int(math.
Cbrt
(float64(b.N))) + 1
/prebuilts/go/linux-x86/src/runtime/
proc_test.go
553
n := int(math.
Cbrt
(float64(b.N))) + 1
/prebuilts/sdk/renderscript/lib/arm/
libblasV8.so
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
RealVector.java
567
* Map the {@link Math#
cbrt
(double)} function to each entry.
575
* Map the {@link Math#
cbrt
(double)} function to each entry.
[
all
...]
AbstractRealVector.java
412
return mapToSelf(ComposableFunction.
CBRT
);
/external/libcxx/test/std/depr/depr.c.headers/
math_h.pass.cpp
357
static_assert((std::is_same<decltype(
cbrt
((double)0)), double>::value), "");
360
assert(
cbrt
(1) == 1);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
math_h.pass.cpp
362
static_assert((std::is_same<decltype(
cbrt
((double)0)), double>::value), "");
365
assert(
cbrt
(1) == 1);
/external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp
[
all
...]
/frameworks/rs/scriptc/
rs_math.rsh
645
*
cbrt
: Cube root
652
cbrt
(float v);
655
cbrt
(float2 v);
658
cbrt
(float3 v);
661
cbrt
(float4 v);
665
cbrt
(half v);
670
cbrt
(half2 v);
675
cbrt
(half3 v);
680
cbrt
(half4 v);
[
all
...]
/prebuilts/sdk/renderscript/include/
rs_math.rsh
645
*
cbrt
: Cube root
652
cbrt
(float v);
655
cbrt
(float2 v);
658
cbrt
(float3 v);
661
cbrt
(float4 v);
665
cbrt
(half v);
670
cbrt
(half2 v);
675
cbrt
(half3 v);
680
cbrt
(half4 v);
[
all
...]
/development/ndk/platforms/android-13/include/
math.h
237
double
cbrt
(double) __NDK_FPABI_MATH__;
/development/ndk/platforms/android-18/include/
math.h
237
double
cbrt
(double) __NDK_FPABI_MATH__;
/development/ndk/platforms/android-21/include/
math.h
226
double
cbrt
(double) __NDK_FPABI_MATH__;
/development/ndk/platforms/android-3/include/
math.h
237
double
cbrt
(double) __NDK_FPABI_MATH__;
/development/ndk/platforms/android-9/include/
math.h
237
double
cbrt
(double) __NDK_FPABI_MATH__;
/external/llvm/lib/Analysis/
TargetLibraryInfo.cpp
161
TLI.setUnavailable(LibFunc::
cbrt
);
/frameworks/compile/slang/tests/P_all_api_11/
all11.rs
[
all
...]
/frameworks/compile/slang/tests/P_all_api_12/
all12.rs
[
all
...]
/frameworks/compile/slang/tests/P_all_api_13/
all13.rs
[
all
...]
/frameworks/compile/slang/tests/P_all_api_14/
all14.rs
[
all
...]
/frameworks/compile/slang/tests/P_all_api_15/
all15.rs
[
all
...]
Completed in 548 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>