HomeSort by relevance Sort by last modified time
    Searched refs:plus_zero (Results 1 - 4 of 4) 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/bison/
configure     [all...]

Completed in 234 milliseconds