Home
last modified time | relevance | path

Searched refs:leading (Results 1 – 25 of 595) sorted by relevance

12345678910>>...24

/netbsd/src/lib/libm/arch/vax/
Dn_argred.S234 leading: label
235 .double 0d+0.00000000000000000000e+00 # 0 * pi/2 leading
236 .double 0d+1.57079632679489661351e+00 # 1 * pi/2 leading
237 .double 0d+3.14159265358979322702e+00 # 2 * pi/2 leading
238 .double 0d+4.71238898038468989604e+00 # 3 * pi/2 leading
239 .double 0d+6.28318530717958645404e+00 # 4 * pi/2 leading
240 .double 0d+7.85398163397448312306e+00 # 5 * pi/2 leading
241 .double 0d+9.42477796076937979208e+00 # 6 * pi/2 leading
242 .double 0d+1.09955742875642763501e+01 # 7 * pi/2 leading
243 .double 0d+1.25663706143591729081e+01 # 8 * pi/2 leading
[all …]
/netbsd/src/external/lgpl3/gmp/dist/rand/
Drandmui.c49 unsigned long ret, bits, leading; in gmp_urandomm_ui() local
63 count_leading_zeros (leading, (mp_limb_t) n); in gmp_urandomm_ui()
64 bits = GMP_LIMB_BITS - leading - (POW2_P(n) != 0); in gmp_urandomm_ui()
/netbsd/src/external/bsd/pcc/dist/pcc/cc/cpp/tests/
Dres16C43 // C++ comment with leading whitespace and escaped newlines
65 /* comment before directive */ #define BAR macro with a leading comment
76 macro with leading whitespace and escaped newlines
Dtest1647 C++ comment with leading whitespace and escaped newlines
63 directive */ #define BAR macro with a leading comment
69 #define BAZ macro with leading whitespace and escaped newlines
Dres1670 macro with a leading comment
76 macro with leading whitespace and escaped newlines
/netbsd/src/usr.bin/make/unit-tests/
Dsh-leading-plus.exp4 echo 'whitespace in leading part'
5 whitespace in leading part
Dsh-leading-at.exp6 whitespace in leading part
Ddirective-include-guard.mk586 CASES+= target-name-leading-space
587 LINES.target-name-leading-space= \
Dsh-leading-hyphen.exp10 whitespace in leading part
Ddirective-export-gmake.mk29 export VAR= leading spaces
/netbsd/src/external/gpl3/gdb/dist/bfd/
Delf-vxworks.c34 char leading; in elf_vxworks_gott_symbol_p() local
36 leading = bfd_get_symbol_leading_char (abfd); in elf_vxworks_gott_symbol_p()
37 if (leading) in elf_vxworks_gott_symbol_p()
39 if (*name != leading) in elf_vxworks_gott_symbol_p()
/netbsd/src/external/gpl3/binutils/dist/bfd/
Delf-vxworks.c34 char leading; in elf_vxworks_gott_symbol_p() local
36 leading = bfd_get_symbol_leading_char (abfd); in elf_vxworks_gott_symbol_p()
37 if (leading) in elf_vxworks_gott_symbol_p()
39 if (*name != leading) in elf_vxworks_gott_symbol_p()
/netbsd/src/external/ibm-public/postfix/dist/src/util/
Ddict_stream.ref3 unknown: RUN test case 1 trims leading/trailing wsp around rule-text
5 unknown: RUN test case 2 trims leading/trailing comma-wsp around rule-spec
/netbsd/src/share/misc/
Dnanpa.sed45 # Strip leading colons
47 # Strip leading/trailing whitespace
/netbsd/src/external/gpl3/gcc/dist/gcc/config/m68k/
Dt-mlibs24 # CPU -- the cpu identifier (has leading 'm'/'mcf')
26 # CPU_NAME -- the cpu name (has no leading m/mcf)
27 # MLIB -- the multilib cpu name (no leading m/mcf)
/netbsd/src/external/gpl2/xcvs/dist/m4/
Dgetopt.m444 dnl Solaris 10 getopt doesn't handle `+' as a leading character in an
60 dnl Solaris 10 getopt doesn't handle `+' as a leading character in an
Dregex.m449 /* Use the POSIX-compliant spelling with leading REG_,
50 rather than the traditional GNU spelling with leading RE_,
/netbsd/src/external/bsd/libpcap/dist/
Dfmtutils.c97 #define SURROGATE_VALUE(leading, trailing) \ argument
98 (((((leading) - 0xd800) << 10) | ((trailing) - 0xdc00)) + 0x10000)
/netbsd/src/external/ibm-public/postfix/dist/src/global/
Doff_cvt.in7 # off_cvt() does not accept leading signs.
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dpredict.def184 /* Branch leading to an integer overflow are extremely unlikely. */
188 /* Branch leading to a failure status are unlikely. This can occur for out
200 /* Branch leading to an I/O failure status are unlikely. This predictor is
206 /* Branch leading to a run-time warning message which is printed only once
/netbsd/src/tests/lib/libc/db/
DREADME50 Blank lines, lines with leading white space, and lines with leading
/netbsd/src/common/lib/libc/arch/m68k/string/
Dffs.S68 ff1.l %d1 | count leading zeros
/netbsd/src/external/bsd/file/dist/magic/magdir/
Dsccs19 # is a checksum that could (presumably) have any leading digit,
/netbsd/src/external/bsd/openldap/dist/tests/data/
Ddn.out87 description: #'0010'B // empty "" DN with leading '0's
198 description: #'0010'B // empty "" DN with leading '0's
214 description: #'0010'B // empty "" DN with leading '0's
230 description: #'0010'B // empty "" DN with leading '0's
/netbsd/src/sbin/mount_portal/examples/
Drfilter.214 the leading pathname component to strip (the ``strip key'' in my
15 nomenclature). This must match the leading characters in the

12345678910>>...24