Home
last modified time | relevance | path

Searched refs:cbrt (Results 1 – 25 of 65) sorted by relevance

123

/external/bc/tests/bc/
Dlib2.txt79 cbrt(27)
80 cbrt(-27)
81 cbrt(4096)
82 cbrt(-4096)
/external/OpenCL-CTS/test_conformance/clcpp/math_funcs/
Dpower_funcs.hpp102 MATH_FUNCS_DEFINE_UNARY_FUNC(power, cbrt, std::cbrt, true, 2.0f, 4.0f, 0.001f, -1000.0f, -9.0f)
/external/clang/lib/Headers/
D__clang_cuda_math_forward_declares.h59 __DEVICE__ double cbrt(double);
60 __DEVICE__ float cbrt(float);
195 using ::cbrt;
Dtgmath.h584 __tg_cbrt(double __x) {return cbrt(__x);} in __tg_cbrt()
590 #undef cbrt
591 #define cbrt(__x) __tg_cbrt(__tg_promote1((__x))(__x)) macro
/external/v8/src/base/
Dieee754.h58 V8_BASE_EXPORT double cbrt(double x);
/external/libxaac/decoder/
Dixheaacd_basic_op.h25 #define ixheaacd_cbrt_calc(a) cbrt(1.0f / a)
/external/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp69 Ambiguous cbrt(Ambiguous){ return Ambiguous(); } in cbrt() function
812 static_assert((std::is_same<decltype(cbrt((float) 0)), float>::value), ""); in test_cbrt()
813 static_assert((std::is_same<decltype(cbrt((bool) 0)), double>::value), ""); in test_cbrt()
814 static_assert((std::is_same<decltype(cbrt((unsigned short) 0)), in test_cbrt()
816 static_assert((std::is_same<decltype(cbrt((int) 0)), double>::value), ""); in test_cbrt()
817 static_assert((std::is_same<decltype(cbrt((unsigned int) 0)), in test_cbrt()
819 static_assert((std::is_same<decltype(cbrt((long) 0)), double>::value), ""); in test_cbrt()
820 static_assert((std::is_same<decltype(cbrt((unsigned long) 0)), in test_cbrt()
822 static_assert((std::is_same<decltype(cbrt((long long) 0)), double>::value), in test_cbrt()
824 static_assert((std::is_same<decltype(cbrt((unsigned long long) 0)), in test_cbrt()
[all …]
/external/llvm/test/Transforms/InstCombine/
Ddouble-float-shrink-1.ll116 %call = call fast double @cbrt(double %conv)
125 %call = call fast double @cbrt(double %conv)
128 ; CHECK: call fast double @cbrt(double %conv)
406 declare double @cbrt(double)
/external/clang/test/CodeGen/
Dlibcall-declarations.c58 double cbrt(double);
273 F(atanh), F(atanhf), F(atanhl), F(cbrt), F(cbrtf),
/external/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp71 Ambiguous cbrt(Ambiguous){ return Ambiguous(); } in cbrt() function
850 static_assert((std::is_same<decltype(std::cbrt((float)0)), float>::value), ""); in test_cbrt()
851 static_assert((std::is_same<decltype(std::cbrt((bool)0)), double>::value), ""); in test_cbrt()
852 static_assert((std::is_same<decltype(std::cbrt((unsigned short)0)), double>::value), ""); in test_cbrt()
853 static_assert((std::is_same<decltype(std::cbrt((int)0)), double>::value), ""); in test_cbrt()
854 static_assert((std::is_same<decltype(std::cbrt((unsigned int)0)), double>::value), ""); in test_cbrt()
855 static_assert((std::is_same<decltype(std::cbrt((long)0)), double>::value), ""); in test_cbrt()
856 static_assert((std::is_same<decltype(std::cbrt((unsigned long)0)), double>::value), ""); in test_cbrt()
857 static_assert((std::is_same<decltype(std::cbrt((long long)0)), double>::value), ""); in test_cbrt()
858 static_assert((std::is_same<decltype(std::cbrt((unsigned long long)0)), double>::value), ""); in test_cbrt()
[all …]
/external/OpenCL-CTS/test_common/harness/
Dcompat.h161 double cbrt( double );
Dmsvc9.c524 double cbrt( double x ) in cbrt() function
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/
Ddouble-float-shrink-1.ll151 %call = call fast double @cbrt(double %conv)
159 ; CHECK-NEXT: [[CALL:%.*]] = call fast double @cbrt(double [[CONV]])
163 %call = call fast double @cbrt(double %conv)
539 declare double @cbrt(double)
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/
DComposableFunction.java172 return FastMath.cbrt(d);
/external/libcxx/include/
Dmath.h1096 inline _LIBCPP_INLINE_VISIBILITY float cbrt(float __lcpp_x) _NOEXCEPT {return ::cbrtf(_… in cbrt() function
1097 inline _LIBCPP_INLINE_VISIBILITY long double cbrt(long double __lcpp_x) _NOEXCEPT {return ::cbrtl(_… in cbrt() function
1102 cbrt(_A1 __lcpp_x) _NOEXCEPT {return ::cbrt((double)__lcpp_x);} in cbrt() function
Dcmath168 floating_point cbrt (arithmetic x);
400 using ::cbrt;
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dsimple_orc_jit.cc277 REGISTER_LIBM_SYMBOL(cbrt, double (*)(double)); in RegisterKnownJITSymbols()
/external/OpenCL-CTS/test_conformance/math_brute_force/
DFunctionList.cpp106 … ENTRY( cbrt, 2.0f, 4.0f, FTZ_OFF, unaryF),
/external/skqp/src/gpu/
DGrDistanceFieldGenFromVector.cpp420 const float result = (float)cbrt((-b * 0.5f) + sqrtC) + (float)cbrt((-b * 0.5f) - sqrtC); in calculate_nearest_point_for_quad()
/external/skia/src/gpu/
DGrDistanceFieldGenFromVector.cpp391 const float result = (float)cbrt((-b * 0.5f) + sqrtC) + (float)cbrt((-b * 0.5f) - sqrtC); in calculate_nearest_point_for_quad()
/external/deqp-deps/SPIRV-Tools/test/
Dext_inst.opencl_test.cpp111 CASE1(Cbrt, cbrt),
/external/angle/third_party/spirv-tools/src/test/
Dext_inst.opencl_test.cpp111 CASE1(Cbrt, cbrt),
/external/swiftshader/third_party/SPIRV-Tools/test/
Dext_inst.opencl_test.cpp111 CASE1(Cbrt, cbrt),
/external/tensorflow/tensorflow/python/ops/
Dinit_ops.py1113 k = int(np.cbrt(len(m1)))
1114 l = int(np.cbrt(len(m2)))
/external/llvm/test/Transforms/InferFunctionAttrs/
Dno-proto.ll111 ; CHECK: declare void @cbrt(...)
112 declare void @cbrt(...)

123