Searched refs:E3 (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/contrib/ncurses/progs/
H A Dclear_cmd.c55 char *E3 = tigetstr("E3"); local
56 if (E3)
57 (void) tputs(E3, lines > 0 ? lines : 1, putch);
/freebsd-current/contrib/netbsd-tests/lib/libm/
H A Dt_casinh.c25 { +5.032E3, +INFINITY, +INFINITY, +M_PI/2},
26 { +INFINITY, +5.023E3, +INFINITY, +0},
30 { +5.032E3, +NAN, +NAN, +NAN}, /* + FE_INVALID optionally raised */
32 { +NAN, -5.023E3, +NAN, +NAN}, /* + FE_INVALID optionally raised */
/freebsd-current/crypto/openssl/test/
H A Dkeymgmt_internal_test.c77 #define E3 8 /* Extra exponent */ macro
130 || !TEST_true(get_ulong_via_BN(p, &keydata[E3])))
170 2, /* E3 */
209 || !TEST_true(BN_set_word(bn_exps[0], expected[E3]))
/freebsd-current/usr.bin/systat/
H A Diolat.c205 #define E3 1000.0 macro
220 // dev, unit, operation, E3 * pest(500, lats, nlat), E3 * pest(900, lats, nlat),
221 // E3 * pest(990, lats, nlat), E3 * pest(999, lats, nlat));
508 p50 = pest(500, lats, nlats) * E3;
509 p90 = pest(900, lats, nlats) * E3;
510 p99 = pest(990, lats, nlats) * E3;
511 p999 = pest(999, lats, nlats) * E3;
/freebsd-current/contrib/llvm-project/llvm/utils/TableGen/
H A DX86RecognizableInstr.h65 MAP(E3, 99) \

Completed in 166 milliseconds