Searched defs:frexp (Results 1 - 25 of 82) sorted by relevance

1234

/prebuilts/ndk/current/sources/android/support/src/musl-math/
H A Dfrexp.c4 double frexp(double x, int *e) function
11 x = frexp(x*0x1p64, e);
/prebuilts/ndk/r11/sources/android/support/src/musl-math/
H A Dfrexp.c4 double frexp(double x, int *e) function
11 x = frexp(x*0x1p64, e);
/prebuilts/ndk/r13/sources/android/support/src/musl-math/
H A Dfrexp.c4 double frexp(double x, int *e) function
11 x = frexp(x*0x1p64, e);
/prebuilts/clang/host/darwin-x86/clang-3016494/lib64/clang/3.8/include/
H A D__clang_cuda_cmath.h70 __DEVICE__ float frexp(float __arg, int *__exp) { function
/prebuilts/clang/host/darwin-x86/clang-3016494/lib64/clang/3.8.271374/include/
H A D__clang_cuda_cmath.h70 __DEVICE__ float frexp(float __arg, int *__exp) { function
/prebuilts/clang/host/darwin-x86/clang-3217047/lib64/clang/3.8/include/
H A D__clang_cuda_cmath.h70 __DEVICE__ float frexp(float __arg, int *__exp) { function
/prebuilts/clang/host/darwin-x86/clang-3217047/lib64/clang/3.8.275480/include/
H A D__clang_cuda_cmath.h70 __DEVICE__ float frexp(float __arg, int *__exp) { function
/prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
H A D__clang_cuda_cmath.h70 __DEVICE__ float frexp(float __arg, int *__exp) { function
/prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8.275480/include/
H A D__clang_cuda_cmath.h70 __DEVICE__ float frexp(float __arg, int *__exp) { function
/prebuilts/clang/host/darwin-x86/clang-3362437/lib64/clang/3.8/include/
H A D__clang_cuda_cmath.h70 __DEVICE__ float frexp(float __arg, int *__exp) { function
/prebuilts/clang/host/darwin-x86/clang-3362437/lib64/clang/3.8.275480/include/
H A D__clang_cuda_cmath.h70 __DEVICE__ float frexp(float __arg, int *__exp) { function
/prebuilts/clang/host/darwin-x86/clang-3688880/lib64/clang/4.0/include/
H A D__clang_cuda_cmath.h72 __DEVICE__ float frexp(float __arg, int *__exp) { function
278 frexp(__T __x, int *__exp) { function
279 return std::frexp((double)__x, __exp);
358 using ::frexp;
/prebuilts/clang/host/darwin-x86/clang-3688880/lib64/clang/4.0.285906/include/
H A D__clang_cuda_cmath.h72 __DEVICE__ float frexp(float __arg, int *__exp) { function
278 frexp(__T __x, int *__exp) { function
279 return std::frexp((double)__x, __exp);
358 using ::frexp;
/prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
H A D__clang_cuda_cmath.h72 __DEVICE__ float frexp(float __arg, int *__exp) { function
278 frexp(__T __x, int *__exp) { function
279 return std::frexp((double)__x, __exp);
358 using ::frexp;
/prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0.285906/include/
H A D__clang_cuda_cmath.h72 __DEVICE__ float frexp(float __arg, int *__exp) { function
278 frexp(__T __x, int *__exp) { function
279 return std::frexp((double)__x, __exp);
358 using ::frexp;
/prebuilts/clang/host/darwin-x86/clang-stable/lib64/clang/3.8/include/
H A D__clang_cuda_cmath.h70 __DEVICE__ float frexp(float __arg, int *__exp) { function
/prebuilts/clang/host/darwin-x86/clang-stable/lib64/clang/3.8.275480/include/
H A D__clang_cuda_cmath.h70 __DEVICE__ float frexp(float __arg, int *__exp) { function
/prebuilts/clang/host/linux-x86/clang-3016494/lib64/clang/3.8/include/
H A D__clang_cuda_cmath.h70 __DEVICE__ float frexp(float __arg, int *__exp) { function
/prebuilts/clang/host/linux-x86/clang-3016494/lib64/clang/3.8.271374/include/
H A D__clang_cuda_cmath.h70 __DEVICE__ float frexp(float __arg, int *__exp) { function
/prebuilts/clang/host/linux-x86/clang-3217047/lib64/clang/3.8/include/
H A D__clang_cuda_cmath.h70 __DEVICE__ float frexp(float __arg, int *__exp) { function
/prebuilts/clang/host/linux-x86/clang-3217047/lib64/clang/3.8.275480/include/
H A D__clang_cuda_cmath.h70 __DEVICE__ float frexp(float __arg, int *__exp) { function
/prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/
H A D__clang_cuda_cmath.h70 __DEVICE__ float frexp(float __arg, int *__exp) { function
/prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8.275480/include/
H A D__clang_cuda_cmath.h70 __DEVICE__ float frexp(float __arg, int *__exp) { function
/prebuilts/clang/host/linux-x86/clang-3362437/lib64/clang/3.8/include/
H A D__clang_cuda_cmath.h70 __DEVICE__ float frexp(float __arg, int *__exp) { function
/prebuilts/clang/host/linux-x86/clang-3362437/lib64/clang/3.8.275480/include/
H A D__clang_cuda_cmath.h70 __DEVICE__ float frexp(float __arg, int *__exp) { function

Completed in 604 milliseconds

1234