OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fpclassify
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/apache2/llvm/dist/libcxx/include/
math.h
138
int
fpclassify
(arithmetic x);
378
//
fpclassify
380
#ifdef
fpclassify
391
return
fpclassify
(__lcpp_x);
395
#undef
fpclassify
macro
400
fpclassify
(_A1 __lcpp_x) _NOEXCEPT
408
fpclassify
(_A1 __lcpp_x) _NOEXCEPT
416
fpclassify
(_A1 __lcpp_x) _NOEXCEPT
418
return ::
fpclassify
(static_cast<typename std::__promote<_A1>::type>(__lcpp_x));
424
fpclassify
(_A1 __lcpp_x) _NOEXCEP
[
all
...]
/src/external/gpl3/gcc/dist/fixincludes/tests/base/iso/
math_c99.h
46
#undef
fpclassify
macro
47
#define
fpclassify
(x) \
macro
/src/external/gpl3/gcc.old/dist/fixincludes/tests/base/iso/
math_c99.h
46
#undef
fpclassify
macro
47
#define
fpclassify
(x) \
macro
/src/external/gpl3/gcc/dist/fixincludes/tests/base/
math.h
129
#define
fpclassify
(x) \
macro
/src/external/gpl3/gcc.old/dist/fixincludes/tests/base/
math.h
129
#define
fpclassify
(x) \
macro
/src/external/apache2/llvm/dist/clang/lib/Headers/
__clang_cuda_cmath.h
56
__DEVICE__ int
fpclassify
(float __x) {
function
60
__DEVICE__ int
fpclassify
(double __x) {
function
264
__CUDA_CLANG_FN_INTEGER_OVERLOAD_1(int,
fpclassify
)
392
using ::
fpclassify
;
__clang_hip_cmath.h
40
// The value returned by
fpclassify
is platform dependent, therefore it is not
42
__DEVICE__ int
fpclassify
(float __x) {
function
46
__DEVICE__ int
fpclassify
(double __x) {
function
449
__HIP_OVERLOAD1(int,
fpclassify
)
615
using ::
fpclassify
;
757
return
fpclassify
(*p);
760
return
fpclassify
(*p);
/src/include/
math.h
307
/* 7.12.3.1 int
fpclassify
(real-floating x) */
308
#define
fpclassify
(__x) __fpmacro_unary_floating(
fpclassify
, __x)
macro
314
#define isnormal(__x) (
fpclassify
(__x) == FP_NORMAL)
Completed in 19 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026