Searched refs:e4 (Results 1 - 18 of 18) sorted by path

/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/decls/
H A Dtst.basics.d42 extern unsigned char e4;
H A Dtst.pointers.d38 extern int e0, *e1, **e2, ***e3, ****e4, *****e5;
/freebsd-11-stable/contrib/amd/doc/
H A Dtexinfo.tex8207 % It was suggested to set the catcode of ^ to 7, which would allow ^^e4 etc.
8208 % in xref tags, i.e., node names. But since ^^e4 notation isn't
8986 \gdef^^e4{\"a}
9106 \gdef^^e4{\"a}
/freebsd-11-stable/contrib/binutils/bfd/
H A Delf32-mep.c246 int e2, e4;
251 e4 = 0;
256 e4 = 3;
296 byte[0^e4] = ((u >> 24) & 0xff);
297 byte[1^e4] = ((u >> 16) & 0xff);
298 byte[2^e4] = ((u >> 8) & 0xff);
299 byte[3^e4] = (u & 0xff);
243 int e2, e4; local
/freebsd-11-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex6290 % It was suggested to set the catcode of ^ to 7, which would allow ^^e4 etc.
6291 % in xref tags, i.e., node names. But since ^^e4 notation isn't
/freebsd-11-stable/contrib/gdtoa/
H A Dmisc.c839 1e0, 1e1, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8, 1e9,
/freebsd-11-stable/contrib/groff/doc/
H A Dtexinfo.tex4526 %\catcode`\^=7 % to see ^^e4 as \"a etc. juha@piuha.ydi.vtt.fi
6164 % It was suggested to set the catcode of ^ to 7, which would allow ^^e4 etc.
6165 % in xref tags, i.e., node names. But since ^^e4 notation isn't
/freebsd-11-stable/contrib/netbsd-tests/lib/libm/
H A Dt_cosh.c43 { -10, 11013.23292010332, 1e4, },
53 { 10, 11013.23292010332, 1e4, },
H A Dt_exp.c50 { 10, 22026.465794806718, 1e4, },
H A Dt_sinh.c43 { -10, -11013.23287470339, 1e4, },
52 { 10, 11013.23287470339, 1e4, },
/freebsd-11-stable/contrib/ntp/sntp/libevent/test/
H A Dregress.c3157 int e1,e2,e3,e4; local
3176 e1 = e2 = e3 = e4 = 0;
3180 ev4 = event_new(base, data->pair[1], EV_READ, tabf_cb, &e4);
3214 tt_int_op((e4 & ~EV_WRITE), ==, EV_READ | 0x10000);
/freebsd-11-stable/lib/libc/tests/stdio/
H A Dscanfloat_test.c102 ATF_REQUIRE(eq(DBL, d, 1.23e4));
/freebsd-11-stable/lib/libefivar/
H A Defivar.h58 #define EFI_GUID(a, b, c, d, e0, e1, e2, e3, e4, e5) \
60 { (e0), (e1), (e2), (e3), (e4), (e5) }})
62 #define EFI_GUID(a, b, c, d, e0, e1, e2, e3, e4, e5) \
64 { (e0), (e1), (e2), (e3), (e4), (e5) }})
/freebsd-11-stable/lib/msun/src/
H A De_coshl.c83 o_threshold = 1.13572168e4; /* 0xb174de.0p-10 */
H A De_sinhl.c82 o_threshold = 1.13572168e4; /* 0xb174de.0p-10 */
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Davx512fintrin.h9225 #define _mm512_setr_epi32(e0,e1,e2,e3,e4,e5,e6,e7, \
9228 (e5),(e4),(e3),(e2),(e1),(e0))
9239 #define _mm512_setr_epi64(e0,e1,e2,e3,e4,e5,e6,e7) \
9240 _mm512_set_epi64((e7),(e6),(e5),(e4),(e3),(e2),(e1),(e0))
9250 #define _mm512_setr_pd(e0,e1,e2,e3,e4,e5,e6,e7) \
9251 _mm512_set_pd((e7),(e6),(e5),(e4),(e3),(e2),(e1),(e0))
9264 #define _mm512_setr_ps(e0,e1,e2,e3,e4,e5,e6,e7,e8,e9,e10,e11,e12,e13,e14,e15) \
9266 (e4),(e3),(e2),(e1),(e0))
/freebsd-11-stable/crypto/openssl/crypto/ec/
H A Decp_nistp256.c985 felem e2, e4, e8, e16, e32, e64; local
1000 felem_assign(e4, ftmp);
1009 felem_mul(tmp, ftmp, e4);
1056 felem_mul(tmp, ftmp2, e4);
/freebsd-11-stable/sys/geom/uzip/
H A Dg_uzip.c741 goto e4;
752 goto e4;
854 e4:

Completed in 348 milliseconds