HomeSort by: relevance | last modified time | path
    Searched defs:Zero (Results 1 - 5 of 5) sorted by relevancy

  /src/lib/libm/src/
e_fmod.c 27 static const double one = 1.0, Zero[] = {0.0, -0.0,};
52 return Zero[(u_int32_t)sx>>31]; /* |x|=|y| return x*0*/
106 return Zero[(u_int32_t)sx>>31];
115 return Zero[(u_int32_t)sx>>31];
e_fmodf.c 30 static const float one = 1.0, Zero[] = {0.0, -0.0,};
49 return Zero[(u_int32_t)sx>>31]; /* |x|=|y| return x*0*/
82 return Zero[(u_int32_t)sx>>31];
91 return Zero[(u_int32_t)sx>>31];
e_fmodl.c 60 static const long double one = 1.0, Zero[] = {0.0, -0.0,};
98 return Zero[sx]; /* |x|=|y| return x*0*/
132 return Zero[sx];
141 return Zero[sx];
s_remquol.c 62 static const long double Zero[] = {0.0L, -0.0L};
109 return Zero[sx]; /* |x|=|y| return x*0*/
151 return Zero[sx];
  /src/sys/external/bsd/acpica/dist/utilities/
utprint.c 274 * reversed ordered number without the trailing zero.
409 char Zero;
430 Zero = (Type & ACPI_FORMAT_ZERO) ? '0' : ' ';
503 String = AcpiUtBoundStringOutput (String, End, Zero);

Completed in 13 milliseconds