Home
last modified time | relevance | path

Searched refs:Zero (Results 1 – 25 of 44) sorted by relevance

12

/dragonfly/contrib/openbsd_libm/src/
H A De_fmodf.c25 static const float one = 1.0, Zero[] = {0.0, -0.0,}; variable
44 return Zero[(u_int32_t)sx>>31]; /* |x|=|y| return x*0*/ in fmodf()
77 return Zero[(u_int32_t)sx>>31]; in fmodf()
86 return Zero[(u_int32_t)sx>>31]; in fmodf()
H A De_fmod.c24 static const double one = 1.0, Zero[] = {0.0, -0.0,}; variable
45 return Zero[(u_int32_t)sx>>31]; /* |x|=|y| return x*0*/ in fmod()
99 return Zero[(u_int32_t)sx>>31]; in fmod()
108 return Zero[(u_int32_t)sx>>31]; in fmod()
H A Ds_remquof.c16 static const float Zero[] = {0.0, -0.0,}; variable
47 return Zero[(u_int32_t)sx>>31]; /* |x|=|y| return x*0*/ in remquof()
89 return Zero[(u_int32_t)sx>>31]; in remquof()
H A Ds_remquo.c18 static const double Zero[] = {0.0, -0.0,}; variable
52 return Zero[(u_int32_t)sx>>31]; /* |x|=|y| return x*0*/ in remquo()
115 return Zero[(u_int32_t)sx>>31]; in remquo()
/dragonfly/contrib/openbsd_libm/src/ld80/
H A De_fmodl.c41 static const long double one = 1.0, Zero[] = {0.0, -0.0,}; variable
84 return Zero[sx]; /* |x|=|y| return x*0*/ in fmodl()
118 return Zero[sx]; in fmodl()
127 return Zero[sx]; in fmodl()
H A Ds_remquol.c41 static const long double Zero[] = {0.0L, -0.0L}; variable
90 return Zero[sx!=0]; /* |x|=|y| return x*0*/ in remquol()
132 return Zero[sx!=0]; in remquol()
/dragonfly/sys/contrib/dev/acpica/source/tools/acpiexec/
H A Daetables.h499 Return (Zero)
510 Return (Zero)
520 Return (Zero)
/dragonfly/sys/contrib/dev/acpica/source/components/utilities/
H A Dutprint.c409 char Zero; in AcpiUtFormatNumber() local
430 Zero = (Type & ACPI_FORMAT_ZERO) ? '0' : ' '; in AcpiUtFormatNumber()
503 String = AcpiUtBoundStringOutput (String, End, Zero); in AcpiUtFormatNumber()
/dragonfly/stand/boot/pc32/btx/btx/
H A Dbtx.S158 xor %ax,%ax # Zero/segment
171 rep # Zero-fill
229 init.8: xorl %ecx,%ecx # Zero
688 rret_tramp.1: xorl %ecx,%ecx # Zero
934 xorl %eax,%eax # Zero
958 xorl %ecx,%ecx # Zero for loops
979 putchr.2: xorb %dl,%dl # Zero column
/dragonfly/contrib/tre/
H A DREADME208 Zero-width positive look-ahead assertions.
211 Zero-width negative look-ahead assertions.
214 Zero-width positive look-behind assertions.
217 Zero-width negative look-behind assertions.
/dragonfly/contrib/gcc-8.0/gcc/config/i386/
H A Di386-modes.def56 in the Zero flag. This mode is used in double-word comparisons.
63 Add CCZ to indicate that only the Zero flag is valid. */
/dragonfly/stand/boot/pc32/boot0/
H A Dboot0.S108 xorw %ax,%ax # Zero
131 rep # Zero
189 main.3: movb %ch,-0x4(%bx) # Zero active flag (ch == 0)
/dragonfly/sys/contrib/dev/acpica/source/tools/examples/
H A Dextables.c594 Store (Zero, FLD1)
595 Notify (\, Zero)
/dragonfly/stand/boot/pc32/boot2/
H A Dsio.S98 xorl %eax,%eax # Zero
/dragonfly/stand/boot/pc32/btx/btxldr/
H A Dbtxldr.S361 xorl %ecx,%ecx # Zero for loops
382 putchr.2: xorb %dl,%dl # Zero column
/dragonfly/stand/boot/pc32/mbr/
H A Dmbr.S38 xorw %ax,%ax # Zero
/dragonfly/lib/libc/db/
H A Dchangelog95 Zero-length record fix for non-mmap reads.
/dragonfly/contrib/gcc-4.7/gcc/config/i386/
H A Di386-modes.def59 Add CCZ to indicate that only the Zero flag is valid. */
/dragonfly/sys/contrib/dev/acpica/tests/misc/
H A Dgrammar.asl215 Zero,
216 Zero,
217 Zero
224 Zero,
225 Zero
231 Zero,
232 Zero,
233 Zero
239 Zero,
241 Zero
[all …]
/dragonfly/share/misc/
H A Dusb_hid_usages1708 0x61 Re-Zero Count
1711 0x72 Scale Status Stable at Center of Zero
1714 0x75 Scale Status Under Zero
1717 0x80 Zero Scale
1718 0x81 Enforced Zero Return
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/experimental/
H A Dmemory_resource335 // 1. Equal to Zero
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/tr1/
H A Dtuple75 * Zero-element tuple implementation. This is the basis case for the
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/tr1/
H A Dtuple75 * Zero-element tuple implementation. This is the basis case for the
/dragonfly/contrib/expat/
H A DChanges37 Google Project Zero
100 Google Project Zero
215 Google Project Zero
300 Trend Micro Zero Day Initiative
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/std/
H A Dtuple181 * Zero-element tuple implementation. This is the basis case for the

12