OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:plus_zero
(Results
1 - 5
of
5
) sorted by null
/external/bison/lib/
signbitd.c
57
static double
plus_zero
= 0.0;
59
return (memcmp (&
plus_zero
, &arg_mem, SIZEOF_DBL) != 0);
signbitf.c
57
static float
plus_zero
= 0.0f;
59
return (memcmp (&
plus_zero
, &arg_mem, SIZEOF_FLT) != 0);
signbitl.c
57
static long double
plus_zero
= 0.0L;
59
return (memcmp (&
plus_zero
, &arg_mem, SIZEOF_LDBL) != 0);
/external/valgrind/main/none/tests/amd64/
fma.c
13
float
plus_zero
, plus_infty, minus_infty, nan_value;
variable
[
all
...]
/external/bison/
configure
[
all
...]
Completed in 4740 milliseconds