/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__math/ |
D | rounding_functions.h | 225 [[__nodiscard__]] inline _LIBCPP_HIDE_FROM_ABI float trunc(float __x) _NOEXCEPT { return __builtin_… in trunc() function 228 [[__nodiscard__]] _LIBCPP_HIDE_FROM_ABI double trunc(double __x) _NOEXCEPT { in trunc() function 232 [[__nodiscard__]] inline _LIBCPP_HIDE_FROM_ABI long double trunc(long double __x) _NOEXCEPT { in trunc() function 237 [[__nodiscard__]] inline _LIBCPP_HIDE_FROM_ABI double trunc(_A1 __x) _NOEXCEPT { in trunc() function
|
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__math/ |
H A D | rounding_functions.h | 225 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI float trunc(float __x) _NOEXCEPT { return __buil… in trunc() function 228 _LIBCPP_NODISCARD_EXT _LIBCPP_HIDE_FROM_ABI double trunc(double __x) _NOEXCEPT { in trunc() function 232 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI long double trunc(long double __x) _NOEXCEPT { in trunc() function 237 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI double trunc(_A1 __x) _NOEXCEPT { in trunc() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/__math/ |
D | rounding_functions.h | 225 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI float trunc(float __x) _NOEXCEPT { return __buil… in trunc() function 228 _LIBCPP_NODISCARD_EXT _LIBCPP_HIDE_FROM_ABI double trunc(double __x) _NOEXCEPT { in trunc() function 232 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI long double trunc(long double __x) _NOEXCEPT { in trunc() function 237 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI double trunc(_A1 __x) _NOEXCEPT { in trunc() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__math/ |
D | rounding_functions.h | 225 _LIBCPP_NODISCARD inline _LIBCPP_HIDE_FROM_ABI float trunc(float __x) _NOEXCEPT { return __builtin_… in trunc() function 228 _LIBCPP_NODISCARD _LIBCPP_HIDE_FROM_ABI double trunc(double __x) _NOEXCEPT { in trunc() function 232 _LIBCPP_NODISCARD inline _LIBCPP_HIDE_FROM_ABI long double trunc(long double __x) _NOEXCEPT { in trunc() function 237 _LIBCPP_NODISCARD inline _LIBCPP_HIDE_FROM_ABI double trunc(_A1 __x) _NOEXCEPT { in trunc() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/__math/ |
D | rounding_functions.h | 225 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI float trunc(float __x) _NOEXCEPT { return __buil… in trunc() function 228 _LIBCPP_NODISCARD_EXT _LIBCPP_HIDE_FROM_ABI double trunc(double __x) _NOEXCEPT { in trunc() function 232 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI long double trunc(long double __x) _NOEXCEPT { in trunc() function 237 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI double trunc(_A1 __x) _NOEXCEPT { in trunc() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/c++/v1/__math/ |
D | rounding_functions.h | 225 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI float trunc(float __x) _NOEXCEPT { return __buil… in trunc() function 228 _LIBCPP_NODISCARD_EXT _LIBCPP_HIDE_FROM_ABI double trunc(double __x) _NOEXCEPT { in trunc() function 232 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI long double trunc(long double __x) _NOEXCEPT { in trunc() function 237 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI double trunc(_A1 __x) _NOEXCEPT { in trunc() function
|
/aosp_15_r20/external/musl/src/math/i386/ |
H A D | floor.s | 48 .global trunc symbol 50 trunc: label
|
/aosp_15_r20/external/trusty/musl/src/math/i386/ |
D | floor.s | 48 .global trunc symbol 50 trunc: label
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/ |
H A D | cast_op_test.cc | 44 void MakeOp(DataType src, DataType dst, bool trunc) { in MakeOp() 64 void CheckCast(bool trunc) { in CheckCast()
|
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f64/ |
D | math.rs | 63 pub(crate) fn trunc(f: f64) -> f64 { in trunc() function 171 pub(crate) fn trunc(f: f64) -> f64 { in trunc() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/ |
D | math.rs | 98 pub(crate) fn trunc(f: f32) -> f32 { in trunc() function 207 pub(crate) fn trunc(f: f32) -> f32 { in trunc() function
|
/aosp_15_r20/external/musl/src/math/aarch64/ |
H A D | trunc.c | 3 double trunc(double x) in trunc() function
|
/aosp_15_r20/external/trusty/musl/src/math/s390x/ |
D | trunc.c | 5 double trunc(double x) in trunc() function
|
/aosp_15_r20/external/musl/src/math/powerpc64/ |
H A D | trunc.c | 5 double trunc(double x) in trunc() function
|
/aosp_15_r20/external/musl/src/math/s390x/ |
H A D | trunc.c | 5 double trunc(double x) in trunc() function
|
/aosp_15_r20/external/trusty/musl/src/math/powerpc64/ |
D | trunc.c | 5 double trunc(double x) in trunc() function
|
/aosp_15_r20/external/trusty/musl/src/math/aarch64/ |
D | trunc.c | 3 double trunc(double x) in trunc() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/half/src/ |
D | num_traits.rs | 211 fn trunc(self) -> Self { in trunc() method 376 fn trunc(self) -> Self { in trunc() method 949 fn trunc(self) -> Self { in trunc() method 1114 fn trunc(self) -> Self { in trunc() method
|
/aosp_15_r20/external/python/cpython2/Lib/test/ |
D | test_os.py | 210 def trunc(x): return int(x) function 212 def trunc(x): return x function
|
/aosp_15_r20/bionic/libm/upstream-freebsd/lib/msun/src/ |
H A D | s_trunc.c | 29 trunc(double x) in trunc() function
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/vendor/compiler_builtins/libm/src/math/ |
H A D | trunc.rs | 4 pub fn trunc(x: f64) -> f64 { in trunc() function
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/vendor/compiler_builtins/libm/src/math/ |
H A D | trunc.rs | 4 pub fn trunc(x: f64) -> f64 { in trunc() function
|
/aosp_15_r20/external/trusty/musl/src/math/ |
D | trunc.c | 3 double trunc(double x) in trunc() function
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/vendor/compiler_builtins/libm/src/math/ |
H A D | trunc.rs | 4 pub fn trunc(x: f64) -> f64 { in trunc() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/libm/src/math/ |
D | trunc.rs | 4 pub fn trunc(x: f64) -> f64 { in trunc() function
|