/external/bc/tests/bc/ |
D | lib2.txt | 79 cbrt(27) 80 cbrt(-27) 81 cbrt(4096) 82 cbrt(-4096)
|
/external/OpenCL-CTS/test_conformance/clcpp/math_funcs/ |
D | power_funcs.hpp | 102 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.h | 59 __DEVICE__ double cbrt(double); 60 __DEVICE__ float cbrt(float); 195 using ::cbrt;
|
D | tgmath.h | 584 __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/ |
D | ieee754.h | 58 V8_BASE_EXPORT double cbrt(double x);
|
/external/libxaac/decoder/ |
D | ixheaacd_basic_op.h | 25 #define ixheaacd_cbrt_calc(a) cbrt(1.0f / a)
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | math_h.pass.cpp | 69 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/ |
D | double-float-shrink-1.ll | 116 %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/ |
D | libcall-declarations.c | 58 double cbrt(double); 273 F(atanh), F(atanhf), F(atanhl), F(cbrt), F(cbrtf),
|
/external/libcxx/test/std/numerics/c.math/ |
D | cmath.pass.cpp | 71 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/ |
D | compat.h | 161 double cbrt( double );
|
D | msvc9.c | 524 double cbrt( double x ) in cbrt() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/ |
D | double-float-shrink-1.ll | 151 %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/ |
D | ComposableFunction.java | 172 return FastMath.cbrt(d);
|
/external/libcxx/include/ |
D | math.h | 1096 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
|
D | cmath | 168 floating_point cbrt (arithmetic x); 400 using ::cbrt;
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
D | simple_orc_jit.cc | 277 REGISTER_LIBM_SYMBOL(cbrt, double (*)(double)); in RegisterKnownJITSymbols()
|
/external/OpenCL-CTS/test_conformance/math_brute_force/ |
D | FunctionList.cpp | 106 … ENTRY( cbrt, 2.0f, 4.0f, FTZ_OFF, unaryF),
|
/external/skqp/src/gpu/ |
D | GrDistanceFieldGenFromVector.cpp | 420 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/ |
D | GrDistanceFieldGenFromVector.cpp | 391 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/ |
D | ext_inst.opencl_test.cpp | 111 CASE1(Cbrt, cbrt),
|
/external/angle/third_party/spirv-tools/src/test/ |
D | ext_inst.opencl_test.cpp | 111 CASE1(Cbrt, cbrt),
|
/external/swiftshader/third_party/SPIRV-Tools/test/ |
D | ext_inst.opencl_test.cpp | 111 CASE1(Cbrt, cbrt),
|
/external/tensorflow/tensorflow/python/ops/ |
D | init_ops.py | 1113 k = int(np.cbrt(len(m1))) 1114 l = int(np.cbrt(len(m2)))
|
/external/llvm/test/Transforms/InferFunctionAttrs/ |
D | no-proto.ll | 111 ; CHECK: declare void @cbrt(...) 112 declare void @cbrt(...)
|