Home
last modified time | relevance | path

Searched defs:llround (Results 1 – 25 of 80) sorted by relevance

1234

/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__math/
Drounding_functions.h81 inline _LIBCPP_HIDE_FROM_ABI long long llround(float __x) _NOEXCEPT { return __builtin_llroundf(__x… in llround() function
84 _LIBCPP_HIDE_FROM_ABI long long llround(double __x) _NOEXCEPT { in llround() function
88 inline _LIBCPP_HIDE_FROM_ABI long long llround(long double __x) _NOEXCEPT { return __builtin_llroun… in llround() function
91 inline _LIBCPP_HIDE_FROM_ABI long long llround(_A1 __x) _NOEXCEPT { in llround() function
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__math/
H A Drounding_functions.h81 inline _LIBCPP_HIDE_FROM_ABI long long llround(float __x) _NOEXCEPT { return __builtin_llroundf(__x… in llround() function
84 _LIBCPP_HIDE_FROM_ABI long long llround(double __x) _NOEXCEPT { in llround() function
88 inline _LIBCPP_HIDE_FROM_ABI long long llround(long double __x) _NOEXCEPT { return __builtin_llroun… in llround() function
91 inline _LIBCPP_HIDE_FROM_ABI long long llround(_A1 __x) _NOEXCEPT { in llround() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/__math/
Drounding_functions.h81 inline _LIBCPP_HIDE_FROM_ABI long long llround(float __x) _NOEXCEPT { return __builtin_llroundf(__x… in llround() function
84 _LIBCPP_HIDE_FROM_ABI long long llround(double __x) _NOEXCEPT { in llround() function
88 inline _LIBCPP_HIDE_FROM_ABI long long llround(long double __x) _NOEXCEPT { return __builtin_llroun… in llround() function
91 inline _LIBCPP_HIDE_FROM_ABI long long llround(_A1 __x) _NOEXCEPT { in llround() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__math/
Drounding_functions.h81 inline _LIBCPP_HIDE_FROM_ABI long long llround(float __x) _NOEXCEPT { return __builtin_llroundf(__x… in llround() function
84 _LIBCPP_HIDE_FROM_ABI long long llround(double __x) _NOEXCEPT { in llround() function
88 inline _LIBCPP_HIDE_FROM_ABI long long llround(long double __x) _NOEXCEPT { return __builtin_llroun… in llround() function
91 inline _LIBCPP_HIDE_FROM_ABI long long llround(_A1 __x) _NOEXCEPT { in llround() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/__math/
Drounding_functions.h81 inline _LIBCPP_HIDE_FROM_ABI long long llround(float __x) _NOEXCEPT { return __builtin_llroundf(__x… in llround() function
84 _LIBCPP_HIDE_FROM_ABI long long llround(double __x) _NOEXCEPT { in llround() function
88 inline _LIBCPP_HIDE_FROM_ABI long long llround(long double __x) _NOEXCEPT { return __builtin_llroun… in llround() function
91 inline _LIBCPP_HIDE_FROM_ABI long long llround(_A1 __x) _NOEXCEPT { in llround() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/c++/v1/__math/
Drounding_functions.h81 inline _LIBCPP_HIDE_FROM_ABI long long llround(float __x) _NOEXCEPT { return __builtin_llroundf(__x… in llround() function
84 _LIBCPP_HIDE_FROM_ABI long long llround(double __x) _NOEXCEPT { in llround() function
88 inline _LIBCPP_HIDE_FROM_ABI long long llround(long double __x) _NOEXCEPT { return __builtin_llroun… in llround() function
91 inline _LIBCPP_HIDE_FROM_ABI long long llround(_A1 __x) _NOEXCEPT { in llround() function
/aosp_15_r20/external/trusty/musl/src/math/
Dllround.c3 long long llround(double x) in llround() function
/aosp_15_r20/external/musl/src/math/
H A Dllround.c3 long long llround(double x) in llround() function
/aosp_15_r20/external/musl/src/math/aarch64/
H A Dllround.c3 long long llround(double x) in llround() function
/aosp_15_r20/external/trusty/musl/src/math/aarch64/
Dllround.c3 long long llround(double x) in llround() function
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/external/libcxx/include/
Dmath.h1310 inline _LIBCPP_INLINE_VISIBILITY long long llround(float __lcpp_x) _NOEXCEPT {return ::llroun… in llround() function
1311 inline _LIBCPP_INLINE_VISIBILITY long long llround(long double __lcpp_x) _NOEXCEPT {return ::llroun… in llround() function
1316 llround(_A1 __lcpp_x) _NOEXCEPT {return ::llround((double)__lcpp_x);} in llround() function
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/external/libcxx/include/
Dmath.h1310 inline _LIBCPP_INLINE_VISIBILITY long long llround(float __lcpp_x) _NOEXCEPT {return ::llroun… in llround() function
1311 inline _LIBCPP_INLINE_VISIBILITY long long llround(long double __lcpp_x) _NOEXCEPT {return ::llroun… in llround() function
1316 llround(_A1 __lcpp_x) _NOEXCEPT {return ::llround((double)__lcpp_x);} in llround() function
/aosp_15_r20/prebuilts/vndk/v31/x86/include/external/libcxx/include/
Dmath.h1310 inline _LIBCPP_INLINE_VISIBILITY long long llround(float __lcpp_x) _NOEXCEPT {return ::llroun… in llround() function
1311 inline _LIBCPP_INLINE_VISIBILITY long long llround(long double __lcpp_x) _NOEXCEPT {return ::llroun… in llround() function
1316 llround(_A1 __lcpp_x) _NOEXCEPT {return ::llround((double)__lcpp_x);} in llround() function
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/external/libcxx/include/
Dmath.h1310 inline _LIBCPP_INLINE_VISIBILITY long long llround(float __lcpp_x) _NOEXCEPT {return ::llroun… in llround() function
1311 inline _LIBCPP_INLINE_VISIBILITY long long llround(long double __lcpp_x) _NOEXCEPT {return ::llroun… in llround() function
1316 llround(_A1 __lcpp_x) _NOEXCEPT {return ::llround((double)__lcpp_x);} in llround() function
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/external/libcxx/include/
Dmath.h1310 inline _LIBCPP_INLINE_VISIBILITY long long llround(float __lcpp_x) _NOEXCEPT {return ::llroun… in llround() function
1311 inline _LIBCPP_INLINE_VISIBILITY long long llround(long double __lcpp_x) _NOEXCEPT {return ::llroun… in llround() function
1316 llround(_A1 __lcpp_x) _NOEXCEPT {return ::llround((double)__lcpp_x);} in llround() function
/aosp_15_r20/prebuilts/vndk/v31/arm/include/external/libcxx/include/
Dmath.h1310 inline _LIBCPP_INLINE_VISIBILITY long long llround(float __lcpp_x) _NOEXCEPT {return ::llroun… in llround() function
1311 inline _LIBCPP_INLINE_VISIBILITY long long llround(long double __lcpp_x) _NOEXCEPT {return ::llroun… in llround() function
1316 llround(_A1 __lcpp_x) _NOEXCEPT {return ::llround((double)__lcpp_x);} in llround() function
/aosp_15_r20/prebuilts/vndk/v33/x86/include/external/libcxx/include/
Dmath.h1310 inline _LIBCPP_INLINE_VISIBILITY long long llround(float __lcpp_x) _NOEXCEPT {return ::llroun… in llround() function
1311 inline _LIBCPP_INLINE_VISIBILITY long long llround(long double __lcpp_x) _NOEXCEPT {return ::llroun… in llround() function
1316 llround(_A1 __lcpp_x) _NOEXCEPT {return ::llround((double)__lcpp_x);} in llround() function
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/external/libcxx/include/
Dmath.h1310 inline _LIBCPP_INLINE_VISIBILITY long long llround(float __lcpp_x) _NOEXCEPT {return ::llroun… in llround() function
1311 inline _LIBCPP_INLINE_VISIBILITY long long llround(long double __lcpp_x) _NOEXCEPT {return ::llroun… in llround() function
1316 llround(_A1 __lcpp_x) _NOEXCEPT {return ::llround((double)__lcpp_x);} in llround() function
/aosp_15_r20/prebuilts/vndk/v32/arm/include/external/libcxx/include/
Dmath.h1310 inline _LIBCPP_INLINE_VISIBILITY long long llround(float __lcpp_x) _NOEXCEPT {return ::llroun… in llround() function
1311 inline _LIBCPP_INLINE_VISIBILITY long long llround(long double __lcpp_x) _NOEXCEPT {return ::llroun… in llround() function
1316 llround(_A1 __lcpp_x) _NOEXCEPT {return ::llround((double)__lcpp_x);} in llround() function
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/external/libcxx/include/
Dmath.h1310 inline _LIBCPP_INLINE_VISIBILITY long long llround(float __lcpp_x) _NOEXCEPT {return ::llroun… in llround() function
1311 inline _LIBCPP_INLINE_VISIBILITY long long llround(long double __lcpp_x) _NOEXCEPT {return ::llroun… in llround() function
1316 llround(_A1 __lcpp_x) _NOEXCEPT {return ::llround((double)__lcpp_x);} in llround() function
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/external/libcxx/include/
Dmath.h1310 inline _LIBCPP_INLINE_VISIBILITY long long llround(float __lcpp_x) _NOEXCEPT {return ::llroun… in llround() function
1311 inline _LIBCPP_INLINE_VISIBILITY long long llround(long double __lcpp_x) _NOEXCEPT {return ::llroun… in llround() function
1316 llround(_A1 __lcpp_x) _NOEXCEPT {return ::llround((double)__lcpp_x);} in llround() function
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/external/libcxx/include/
Dmath.h1310 inline _LIBCPP_INLINE_VISIBILITY long long llround(float __lcpp_x) _NOEXCEPT {return ::llroun… in llround() function
1311 inline _LIBCPP_INLINE_VISIBILITY long long llround(long double __lcpp_x) _NOEXCEPT {return ::llroun… in llround() function
1316 llround(_A1 __lcpp_x) _NOEXCEPT {return ::llround((double)__lcpp_x);} in llround() function
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/external/libcxx/include/
Dmath.h1310 inline _LIBCPP_INLINE_VISIBILITY long long llround(float __lcpp_x) _NOEXCEPT {return ::llroun… in llround() function
1311 inline _LIBCPP_INLINE_VISIBILITY long long llround(long double __lcpp_x) _NOEXCEPT {return ::llroun… in llround() function
1316 llround(_A1 __lcpp_x) _NOEXCEPT {return ::llround((double)__lcpp_x);} in llround() function
/aosp_15_r20/prebuilts/vndk/v30/x86/include/external/libcxx/include/
Dmath.h1310 inline _LIBCPP_INLINE_VISIBILITY long long llround(float __lcpp_x) _NOEXCEPT {return ::llroun… in llround() function
1311 inline _LIBCPP_INLINE_VISIBILITY long long llround(long double __lcpp_x) _NOEXCEPT {return ::llroun… in llround() function
1316 llround(_A1 __lcpp_x) _NOEXCEPT {return ::llround((double)__lcpp_x);} in llround() function
/aosp_15_r20/prebuilts/vndk/v30/arm/include/external/libcxx/include/
Dmath.h1310 inline _LIBCPP_INLINE_VISIBILITY long long llround(float __lcpp_x) _NOEXCEPT {return ::llroun… in llround() function
1311 inline _LIBCPP_INLINE_VISIBILITY long long llround(long double __lcpp_x) _NOEXCEPT {return ::llroun… in llround() function
1316 llround(_A1 __lcpp_x) _NOEXCEPT {return ::llround((double)__lcpp_x);} in llround() function

1234