Home
last modified time | relevance | path

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

123

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/
H A Dmath.h81 using std::cbrt;
H A Dcmath965 #undef cbrt
1081 using ::cbrt;
1268 cbrt(float __x)
1272 cbrt(long double __x)
1280 cbrt(_Tp __x)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/
H A Dmath.h81 using std::cbrt;
H A Dcmath965 #undef cbrt
1081 using ::cbrt;
1268 cbrt(float __x)
1272 cbrt(long double __x)
1280 cbrt(_Tp __x)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/
H A Dmathcalls.h152 __MATHCALL (cbrt,, (_Mdouble_ __x));
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/tr1/
H A Dmath.h43 using std::tr1::cbrt;
H A Dcmath47 #undef cbrt
173 using ::cbrt;
456 using std::cbrt;
543 cbrt(float __x)
547 cbrt(long double __x)
554 cbrt(_Tp __x)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/tr1/
H A Dmath.h43 using std::tr1::cbrt;
H A Dcmath47 #undef cbrt
173 using ::cbrt;
456 using std::cbrt;
543 cbrt(float __x)
547 cbrt(long double __x)
554 cbrt(_Tp __x)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/
H A Dmathcalls.h152 __MATHCALL (cbrt,, (_Mdouble_ __x));
/OK3568_Linux_fs/external/xserver/mi/
H A Dmiarc.c89 cbrt(double x) in cbrt() function
499 Z = N + cbrt(t + d) + cbrt(t - d); in miComputeEllipseSpans()
675 Z = N + cbrt(t + d) + cbrt(t - d); in tailX()
2569 t = (CUBED_ROOT_4 * acc->h2 - cbrt(t * t)) / acc->h2mw2; in tailEllipseY()
2808 return cbrt(ret); in hookEllipseY()
2810 return -cbrt(-ret); in hookEllipseY()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/
H A Dmath.h307 extern double cbrt (double);
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/
H A Dmath.h307 extern double cbrt (double);
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/
H A Dsoftfloat.hpp492 CV_EXPORTS softfloat cbrt( const softfloat& a );
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/
H A Dsoftfloat.hpp492 CV_EXPORTS softfloat cbrt( const softfloat& a );
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/
H A Dsoftfloat.hpp492 CV_EXPORTS softfloat cbrt( const softfloat& a );
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dcmath168 floating_point cbrt (arithmetic x);
401 using ::cbrt;
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dcmath168 floating_point cbrt (arithmetic x);
401 using ::cbrt;
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/
H A Dtgmath.h695 #define cbrt(Val) __TGMATH_UNARY_REAL_ONLY (Val, cbrt) macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/
H A Dtgmath.h695 #define cbrt(Val) __TGMATH_UNARY_REAL_ONLY (Val, cbrt) macro
/OK3568_Linux_fs/external/xserver/include/
H A Ddix-config.h.in66 /* Define to 1 if you have the `cbrt' function. */
H A Dmeson.build123 conf_data.set('HAVE_CBRT', cc.has_function('cbrt'))
H A Ddo-not-use-config.h.in159 /* Define to 1 if you have the `cbrt' function. */
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/math/special_functions/
H A Dmath_fwd.hpp542 typename tools::promote_args<RT>::type cbrt(RT z);
545 typename tools::promote_args<RT>::type cbrt(RT z, const Policy&);
1329 …inline typename boost::math::tools::promote_args<RT>::type cbrt(RT z){ return boost::math::cbrt(z,…
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/detail/
H A Ddefault_ops.hpp1856 …inline multiprecision::number<Backend, ExpressionTemplates> cbrt BOOST_PREVENT_MACRO_SUBSTITUTION(… in BOOST_PREVENT_MACRO_SUBSTITUTION()
1858 return boost::math::cbrt(arg, c99_error_policy()); in BOOST_PREVENT_MACRO_SUBSTITUTION()
1861 …inline typename multiprecision::detail::expression<tag, A1, A2, A3, A4>::result_type cbrt BOOST_PR… in BOOST_PREVENT_MACRO_SUBSTITUTION()
1864 return cbrt(value_type(arg)); in BOOST_PREVENT_MACRO_SUBSTITUTION()

123