OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HUGE_VAL
(Results
1 - 25
of
112
) sorted by relevancy
1
2
3
4
5
/src/external/gpl3/gcc/dist/fixincludes/tests/base/bits/
huge_val.h
5
"fixinc/tests/inc/bits/
huge_val
.h"
13
#define
HUGE_VAL
(__builtin_huge_val())
/src/external/gpl3/gcc.old/dist/fixincludes/tests/base/bits/
huge_val.h
5
"fixinc/tests/inc/bits/
huge_val
.h"
13
#define
HUGE_VAL
(__builtin_huge_val())
/src/sys/external/bsd/compiler_rt/dist/test/Unit/
adddf3vfp_test.c
38
if (test__adddf3vfp(
HUGE_VAL
,
HUGE_VAL
))
40
if (test__adddf3vfp(0.0,
HUGE_VAL
))
ltdf2vfp_test.c
43
if (test__ltdf2vfp(
HUGE_VAL
, 1.0))
45
if (test__ltdf2vfp(1.0,
HUGE_VAL
))
nedf2vfp_test.c
43
if (test__nedf2vfp(
HUGE_VAL
, 1.0))
45
if (test__nedf2vfp(1.0,
HUGE_VAL
))
eqdf2vfp_test.c
47
if (test__eqdf2vfp(
HUGE_VAL
, 1.0))
49
if (test__eqdf2vfp(1.0,
HUGE_VAL
))
gedf2vfp_test.c
45
if (test__gedf2vfp(
HUGE_VAL
, 1.0))
47
if (test__gedf2vfp(1.0,
HUGE_VAL
))
ledf2vfp_test.c
45
if (test__ledf2vfp(
HUGE_VAL
, 1.0))
47
if (test__ledf2vfp(1.0,
HUGE_VAL
))
/src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
adddf3vfp_test.c
39
if (test__adddf3vfp(
HUGE_VAL
,
HUGE_VAL
))
41
if (test__adddf3vfp(0.0,
HUGE_VAL
))
ltdf2vfp_test.c
43
if (test__ltdf2vfp(
HUGE_VAL
, 1.0))
45
if (test__ltdf2vfp(1.0,
HUGE_VAL
))
nedf2vfp_test.c
43
if (test__nedf2vfp(
HUGE_VAL
, 1.0))
45
if (test__nedf2vfp(1.0,
HUGE_VAL
))
eqdf2vfp_test.c
47
if (test__eqdf2vfp(
HUGE_VAL
, 1.0))
49
if (test__eqdf2vfp(1.0,
HUGE_VAL
))
gedf2vfp_test.c
45
if (test__gedf2vfp(
HUGE_VAL
, 1.0))
47
if (test__gedf2vfp(1.0,
HUGE_VAL
))
ledf2vfp_test.c
45
if (test__ledf2vfp(
HUGE_VAL
, 1.0))
47
if (test__ledf2vfp(1.0,
HUGE_VAL
))
/src/external/apache2/llvm/autoconf/autoconf/m4/
huge_val.m4
2
# This function determins if the
HUGE_VAL
macro is compilable with the
6
AC_CACHE_CHECK([for
HUGE_VAL
sanity], [ac_cv_huge_val_sanity],[
11
[[double x =
HUGE_VAL
; return x != x;]])],
/src/external/gpl3/gcc/dist/libgcc/config/pa/
sfp-exceptions.c
27
#define
HUGE_VAL
(__builtin_huge_val ())
51
double d =
HUGE_VAL
;
/src/external/gpl3/gcc.old/dist/libgcc/config/pa/
sfp-exceptions.c
27
#define
HUGE_VAL
(__builtin_huge_val ())
51
double d =
HUGE_VAL
;
/src/lib/libm/complex/
cproj.c
56
REAL_PART(w) =
HUGE_VAL
;
cprojf.c
57
REAL_PART(w) =
HUGE_VAL
;
cprojl.c
56
REAL_PART(w) =
HUGE_VAL
;
/src/lib/libm/src/
k_standard.c
87
#ifndef
HUGE_VAL
/* this is the only routine that uses
HUGE_VAL
*/
88
#define
HUGE_VAL
inf
157
exc.retval =
HUGE_VAL
;
172
exc.retval =
HUGE_VAL
;
187
exc.retval =
HUGE_VAL
;
214
exc.retval = -
HUGE_VAL
;
232
exc.retval = -
HUGE_VAL
;
250
exc.retval = -
HUGE_VAL
;
268
exc.retval = -
HUGE_VAL
;
[
all
...]
/src/external/gpl3/gcc/dist/fixincludes/tests/base/iso/
math_c99.h
14
#undef
HUGE_VAL
15
#define
HUGE_VAL
(__builtin_huge_val())
/src/external/gpl3/gcc.old/dist/fixincludes/tests/base/iso/
math_c99.h
14
#undef
HUGE_VAL
15
#define
HUGE_VAL
(__builtin_huge_val())
/src/tests/lib/libc/gen/
t_isnan.c
47
/*
HUGE_VAL
is meant to be an infinity. */
48
ATF_CHECK(isinf(
HUGE_VAL
) != 0);
50
/* HUGE_VALF is the float analog of
HUGE_VAL
. */
53
/* HUGE_VALL is the long double analog of
HUGE_VAL
. */
/src/external/apache2/llvm/config/llvm/Support/
DataTypes.h
128
#define HUGE_VALF (float)
HUGE_VAL
Completed in 21 milliseconds
1
2
3
4
5
Indexes created Mon Apr 20 00:23:12 UTC 2026