Searched defs:signbit (Results 1 - 25 of 334) sorted by relevance

1234567891011>>

/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/include/
H A Dmath.h137 bool signbit(arithmetic x);
315 // signbit
317 #ifdef signbit
324 return signbit(__lcpp_x);
327 #undef signbit macro
332 signbit(_A1 __lcpp_x) _NOEXCEPT
337 #endif // signbit
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/include/
H A Dmath.h137 bool signbit(arithmetic x);
315 // signbit
317 #ifdef signbit
324 return signbit(__lcpp_x);
327 #undef signbit macro
332 signbit(_A1 __lcpp_x) _NOEXCEPT
337 #endif // signbit
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/include/support/win32/
H A Dmath_win32.h79 _LIBCPP_ALWAYS_INLINE bool signbit( double num ) function
100 return (signbit (x) != signbit (y) ? - x : x);
/prebuilts/ndk/r10/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
H A Dmath_win32.h77 _LIBCPP_ALWAYS_INLINE bool signbit( double num ) function
98 return (signbit (x) != signbit (y) ? - x : x);
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
H A Dmath_win32.h77 _LIBCPP_ALWAYS_INLINE bool signbit( double num ) function
98 return (signbit (x) != signbit (y) ? - x : x);
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/include/support/win32/
H A Dmath_win32.h79 _LIBCPP_ALWAYS_INLINE bool signbit( double num ) function
100 return (signbit (x) != signbit (y) ? - x : x);
/prebuilts/clang/host/darwin-x86/clang-3016494/lib64/clang/3.8/include/
H A D__clang_cuda_cmath.h138 __DEVICE__ bool signbit(float __x) { return ::__signbitf(__x); } function
139 __DEVICE__ bool signbit(double __x) { return ::__signbit(__x); } function
H A D__clang_cuda_runtime_wrapper.h211 // math_functions.hpp defines ::signbit as a __host__ __device__ function. This
212 // conflicts with libstdc++'s constexpr ::signbit, so we have to rename
213 // math_function.hpp's ::signbit. It's guarded by #undef signbit, but that's
215 #pragma push_macro("signbit")
218 #define signbit __ignored_cuda_signbit macro
221 #pragma pop_macro("signbit")
/prebuilts/clang/host/darwin-x86/clang-3016494/lib64/clang/3.8.271374/include/
H A D__clang_cuda_cmath.h138 __DEVICE__ bool signbit(float __x) { return ::__signbitf(__x); } function
139 __DEVICE__ bool signbit(double __x) { return ::__signbit(__x); } function
H A D__clang_cuda_runtime_wrapper.h211 // math_functions.hpp defines ::signbit as a __host__ __device__ function. This
212 // conflicts with libstdc++'s constexpr ::signbit, so we have to rename
213 // math_function.hpp's ::signbit. It's guarded by #undef signbit, but that's
215 #pragma push_macro("signbit")
218 #define signbit __ignored_cuda_signbit macro
221 #pragma pop_macro("signbit")
/prebuilts/clang/host/darwin-x86/clang-3217047/lib64/clang/3.8/include/
H A D__clang_cuda_cmath.h138 __DEVICE__ bool signbit(float __x) { return ::__signbitf(__x); } function
139 __DEVICE__ bool signbit(double __x) { return ::__signbit(__x); } function
H A D__clang_cuda_runtime_wrapper.h212 // math_functions.hpp defines ::signbit as a __host__ __device__ function. This
213 // conflicts with libstdc++'s constexpr ::signbit, so we have to rename
214 // math_function.hpp's ::signbit. It's guarded by #undef signbit, but that's
216 #pragma push_macro("signbit")
219 #define signbit __ignored_cuda_signbit macro
222 #pragma pop_macro("signbit")
/prebuilts/clang/host/darwin-x86/clang-3217047/lib64/clang/3.8.275480/include/
H A D__clang_cuda_cmath.h138 __DEVICE__ bool signbit(float __x) { return ::__signbitf(__x); } function
139 __DEVICE__ bool signbit(double __x) { return ::__signbit(__x); } function
H A D__clang_cuda_runtime_wrapper.h212 // math_functions.hpp defines ::signbit as a __host__ __device__ function. This
213 // conflicts with libstdc++'s constexpr ::signbit, so we have to rename
214 // math_function.hpp's ::signbit. It's guarded by #undef signbit, but that's
216 #pragma push_macro("signbit")
219 #define signbit __ignored_cuda_signbit macro
222 #pragma pop_macro("signbit")
/prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
H A D__clang_cuda_cmath.h138 __DEVICE__ bool signbit(float __x) { return ::__signbitf(__x); } function
139 __DEVICE__ bool signbit(double __x) { return ::__signbit(__x); } function
H A D__clang_cuda_runtime_wrapper.h212 // math_functions.hpp defines ::signbit as a __host__ __device__ function. This
213 // conflicts with libstdc++'s constexpr ::signbit, so we have to rename
214 // math_function.hpp's ::signbit. It's guarded by #undef signbit, but that's
216 #pragma push_macro("signbit")
219 #define signbit __ignored_cuda_signbit macro
222 #pragma pop_macro("signbit")
/prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8.275480/include/
H A D__clang_cuda_cmath.h138 __DEVICE__ bool signbit(float __x) { return ::__signbitf(__x); } function
139 __DEVICE__ bool signbit(double __x) { return ::__signbit(__x); } function
H A D__clang_cuda_runtime_wrapper.h212 // math_functions.hpp defines ::signbit as a __host__ __device__ function. This
213 // conflicts with libstdc++'s constexpr ::signbit, so we have to rename
214 // math_function.hpp's ::signbit. It's guarded by #undef signbit, but that's
216 #pragma push_macro("signbit")
219 #define signbit __ignored_cuda_signbit macro
222 #pragma pop_macro("signbit")
/prebuilts/clang/host/darwin-x86/clang-3362437/lib64/clang/3.8/include/
H A D__clang_cuda_cmath.h138 __DEVICE__ bool signbit(float __x) { return ::__signbitf(__x); } function
139 __DEVICE__ bool signbit(double __x) { return ::__signbit(__x); } function
H A D__clang_cuda_runtime_wrapper.h212 // math_functions.hpp defines ::signbit as a __host__ __device__ function. This
213 // conflicts with libstdc++'s constexpr ::signbit, so we have to rename
214 // math_function.hpp's ::signbit. It's guarded by #undef signbit, but that's
216 #pragma push_macro("signbit")
219 #define signbit __ignored_cuda_signbit macro
222 #pragma pop_macro("signbit")
/prebuilts/clang/host/darwin-x86/clang-3362437/lib64/clang/3.8.275480/include/
H A D__clang_cuda_cmath.h138 __DEVICE__ bool signbit(float __x) { return ::__signbitf(__x); } function
139 __DEVICE__ bool signbit(double __x) { return ::__signbit(__x); } function
H A D__clang_cuda_runtime_wrapper.h212 // math_functions.hpp defines ::signbit as a __host__ __device__ function. This
213 // conflicts with libstdc++'s constexpr ::signbit, so we have to rename
214 // math_function.hpp's ::signbit. It's guarded by #undef signbit, but that's
216 #pragma push_macro("signbit")
219 #define signbit __ignored_cuda_signbit macro
222 #pragma pop_macro("signbit")
/prebuilts/clang/host/darwin-x86/clang-3688880/lib64/clang/4.0/include/
H A D__clang_cuda_cmath.h143 __DEVICE__ bool signbit(float __x) { return ::__signbitf(__x); } function
144 __DEVICE__ bool signbit(double __x) { return ::__signbit(__x); } function
251 __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(bool, signbit)
390 using ::signbit;
H A D__clang_cuda_runtime_wrapper.h228 // math_functions.hpp defines ::signbit as a __host__ __device__ function. This
229 // conflicts with libstdc++'s constexpr ::signbit, so we have to rename
230 // math_function.hpp's ::signbit. It's guarded by #undef signbit, but that's
232 #pragma push_macro("signbit")
235 #define signbit __ignored_cuda_signbit macro
238 #pragma pop_macro("signbit")
/prebuilts/clang/host/darwin-x86/clang-3688880/lib64/clang/4.0.285906/include/
H A D__clang_cuda_cmath.h143 __DEVICE__ bool signbit(float __x) { return ::__signbitf(__x); } function
144 __DEVICE__ bool signbit(double __x) { return ::__signbit(__x); } function
251 __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(bool, signbit)
390 using ::signbit;

Completed in 358 milliseconds

1234567891011>>