Home
last modified time | relevance | path

Searched defs:frexp (Results 1 – 25 of 75) sorted by relevance

123

/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__math/
Dexponential_functions.h45 inline _LIBCPP_HIDE_FROM_ABI float frexp(float __x, int* __e) _NOEXCEPT { return __builtin_frexpf(_… in frexp() function
48 _LIBCPP_HIDE_FROM_ABI double frexp(double __x, int* __e) _NOEXCEPT { in frexp() function
52 inline _LIBCPP_HIDE_FROM_ABI long double frexp(long double __x, int* __e) _NOEXCEPT { in frexp() function
57 inline _LIBCPP_HIDE_FROM_ABI double frexp(_A1 __x, int* __e) _NOEXCEPT { in frexp() function
/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/__math/
Dexponential_functions.h45 inline _LIBCPP_HIDE_FROM_ABI float frexp(float __x, int* __e) _NOEXCEPT { return __builtin_frexpf(_… in frexp() function
48 _LIBCPP_HIDE_FROM_ABI double frexp(double __x, int* __e) _NOEXCEPT { in frexp() function
52 inline _LIBCPP_HIDE_FROM_ABI long double frexp(long double __x, int* __e) _NOEXCEPT { in frexp() function
57 inline _LIBCPP_HIDE_FROM_ABI double frexp(_A1 __x, int* __e) _NOEXCEPT { in frexp() function
/prebuilts/clang/host/linux-x86/clang-r547379/include/c++/v1/__math/
Dexponential_functions.h45 inline _LIBCPP_HIDE_FROM_ABI float frexp(float __x, int* __e) _NOEXCEPT { return __builtin_frexpf(_… in frexp() function
48 _LIBCPP_HIDE_FROM_ABI double frexp(double __x, int* __e) _NOEXCEPT { in frexp() function
52 inline _LIBCPP_HIDE_FROM_ABI long double frexp(long double __x, int* __e) _NOEXCEPT { in frexp() function
57 inline _LIBCPP_HIDE_FROM_ABI double frexp(_A1 __x, int* __e) _NOEXCEPT { in frexp() function
/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__math/
Dexponential_functions.h45 inline _LIBCPP_HIDE_FROM_ABI float frexp(float __x, int* __e) _NOEXCEPT { return __builtin_frexpf(_… in frexp() function
48 _LIBCPP_HIDE_FROM_ABI double frexp(double __x, int* __e) _NOEXCEPT { in frexp() function
52 inline _LIBCPP_HIDE_FROM_ABI long double frexp(long double __x, int* __e) _NOEXCEPT { in frexp() function
57 inline _LIBCPP_HIDE_FROM_ABI double frexp(_A1 __x, int* __e) _NOEXCEPT { in frexp() function
/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/__math/
Dexponential_functions.h45 inline _LIBCPP_HIDE_FROM_ABI float frexp(float __x, int* __e) _NOEXCEPT { return __builtin_frexpf(_… in frexp() function
48 _LIBCPP_HIDE_FROM_ABI double frexp(double __x, int* __e) _NOEXCEPT { in frexp() function
52 inline _LIBCPP_HIDE_FROM_ABI long double frexp(long double __x, int* __e) _NOEXCEPT { in frexp() function
57 inline _LIBCPP_HIDE_FROM_ABI double frexp(_A1 __x, int* __e) _NOEXCEPT { in frexp() function
/prebuilts/go/linux-x86/test/fixedbugs/
Dbug056.go9 func frexp() (a int, b float64) { func
/prebuilts/go/linux-x86/src/math/
Dfrexp.go24 func frexp(f float64) (frac float64, exp int) { func
/prebuilts/rust/linux-musl-x86/1.83.0/lib/rustlib/src/rust/vendor/compiler_builtins/libm/src/math/
Dfrexp.rs1 pub fn frexp(x: f64) -> (f64, i32) { in frexp() function
Dmod.rs137 mod frexp; module
/prebuilts/rust/linux-x86/1.83.0/lib/rustlib/src/rust/vendor/compiler_builtins/libm/src/math/
Dfrexp.rs1 pub fn frexp(x: f64) -> (f64, i32) { in frexp() function
Dmod.rs137 mod frexp; module
/prebuilts/rust/linux-musl-x86/1.82.0/lib/rustlib/src/rust/vendor/compiler_builtins/libm/src/math/
Dfrexp.rs1 pub fn frexp(x: f64) -> (f64, i32) { in frexp() function
Dmod.rs137 mod frexp; module
/prebuilts/rust/linux-x86/1.82.0/lib/rustlib/src/rust/vendor/compiler_builtins/libm/src/math/
Dfrexp.rs1 pub fn frexp(x: f64) -> (f64, i32) { in frexp() function
Dmod.rs137 mod frexp; module
/prebuilts/go/linux-x86/test/codegen/
Dcondmove.go92 func frexp(f float64) (frac float64, exp int) { func
/prebuilts/clang/host/linux-x86/clang-r536225/lib/clang/19/include/
D__clang_hip_cmath.h64 __DEVICE__ __CONSTEXPR__ float frexp(float __arg, int *__exp) { in frexp() function
/prebuilts/clang/host/linux-x86/clang-r547379/lib/clang/20/include/
D__clang_hip_cmath.h64 __DEVICE__ __CONSTEXPR__ float frexp(float __arg, int *__exp) { in frexp() function
/prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/
D__clang_cuda_cmath.h70 __DEVICE__ float frexp(float __arg, int *__exp) { in frexp() function
/prebuilts/clang/host/linux-x86/clang-r530567/lib/clang/19/include/
D__clang_hip_cmath.h64 __DEVICE__ __CONSTEXPR__ float frexp(float __arg, int *__exp) { in frexp() function
D__clang_cuda_cmath.h64 __DEVICE__ float frexp(float __arg, int *__exp) { in frexp() function
/prebuilts/clang/host/linux-x86/clang-r522817/lib/clang/18/include/
D__clang_hip_cmath.h64 __DEVICE__ __CONSTEXPR__ float frexp(float __arg, int *__exp) { in frexp() function
D__clang_cuda_cmath.h64 __DEVICE__ float frexp(float __arg, int *__exp) { in frexp() function
/prebuilts/sdk/renderscript/clang-include/
D__clang_cuda_cmath.h70 __DEVICE__ float frexp(float __arg, int *__exp) { in frexp() function
/prebuilts/clang-tools/linux-x86/lib64/clang/20/include/
D__clang_hip_cmath.h64 __DEVICE__ __CONSTEXPR__ float frexp(float __arg, int *__exp) { in frexp() function

123