Searched refs:exp (Results 251 - 275 of 575) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfp_lib.h268 int exp = (rep & exponentMask) >> significandBits; local
273 if (exp == maxExponent) {
284 if (exp != 0) {
286 return exp - exponentBias; // Unbias exponent
291 exp = (rep & exponentMask) >> significandBits;
292 return exp - exponentBias - shift; // Unbias exponent
/freebsd-11-stable/contrib/gcc/
H A Dstmt.c24 above the level of expressions, using subroutines in exp*.c and emit-rtl.c.
195 expand_computed_goto (tree exp)
197 rtx x = expand_normal (exp);
1106 expand_asm_expr (tree exp)
1112 if (ASM_INPUT_P (exp))
1114 expand_asm (ASM_STRING (exp), ASM_VOLATILE_P (exp));
1118 outputs = ASM_OUTPUTS (exp);
1129 expand_asm_operands (ASM_STRING (exp), outputs, ASM_INPUTS (exp),
192 expand_computed_goto(tree exp) argument
1100 expand_asm_expr(tree exp) argument
1370 expand_expr_stmt(tree exp) argument
1407 warn_if_unused_value(tree exp, location_t locus) argument
2316 expand_case(tree exp) argument
[all...]
H A Dcalls.c552 /* Return true when exp contains alloca call. */
554 alloca_call_p (tree exp)
556 if (TREE_CODE (exp) == CALL_EXPR
557 && TREE_CODE (TREE_OPERAND (exp, 0)) == ADDR_EXPR
558 && (TREE_CODE (TREE_OPERAND (TREE_OPERAND (exp, 0), 0))
560 && (special_function_p (TREE_OPERAND (TREE_OPERAND (exp, 0), 0),
569 flags_from_decl_or_type (tree exp)
572 tree type = exp;
574 if (DECL_P (exp))
576 type = TREE_TYPE (exp);
553 alloca_call_p(tree exp) argument
568 flags_from_decl_or_type(tree exp) argument
1834 expand_call(tree exp, rtx target, int ignore) argument
[all...]
/freebsd-11-stable/sys/netgraph/netflow/
H A Dnetflow_v9.c375 if (fe->exp.item9 != NULL) {
376 item = fe->exp.item9;
377 fe->exp.item9 = NULL;
378 t = fe->exp.item9_opt;
379 fe->exp.item9_opt = NULL;
452 if (fe->exp.item9 == NULL) {
453 fe->exp.item9 = item;
454 fe->exp.item9_opt = t;
/freebsd-11-stable/crypto/openssh/
H A Ddefines.h862 # define __predict_true(exp) __builtin_expect(((exp) != 0), 1)
863 # define __predict_false(exp) __builtin_expect(((exp) != 0), 0)
865 # define __predict_true(exp) ((exp) != 0)
866 # define __predict_false(exp) ((exp) != 0)
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_posix_fadvise.c108 #define CE(x, exp) \
112 ATF_CHECK_EQ_MSG(ret = (x), exp, "got: %d", ret); \
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyLogical.h88 const LExpr *exp() const { return Exp; } function in class:clang::threadSafety::lexpr::Not
89 LExpr *exp() { return Exp; } function in class:clang::threadSafety::lexpr::Not
/freebsd-11-stable/contrib/apr-util/
H A DMakefile.in47 TARGETS = $(TARGET_LIB) aprutil.exp apu-config.out $(APU_MODULES)
55 CLEAN_TARGETS = exports.c export_vars.c aprutil.exp .make.dirs apu-config.out
89 $(INSTALL_DATA) aprutil.exp $(DESTDIR)$(libdir)
109 aprutil.exp: exports.c export_vars.c
/freebsd-11-stable/contrib/gdtoa/
H A Dstrtodg.c174 (d, fpi, exp, bits, exact, rd, irv)
175 U *d; FPI *fpi; Long *exp; ULong *bits; int exact, rd, *irv;
177 (U *d, FPI *fpi, Long *exp, ULong *bits, int exact, int rd, int *irv)
283 *exp = e;
318 (s00, se, fpi, exp, bits, loc)
319 CONST char *s00; char **se; FPI *fpi; Long *exp; ULong *bits; locale_t loc;
321 (CONST char *s00, char **se, FPI *fpi, Long *exp, ULong *bits, locale_t loc)
391 irv = gethex(&s, fpi, exp, &rvb, sign);
514 *exp = fpi->emax + 1;
557 if (rvOK(&rv, fpi, exp, bit
[all...]
/freebsd-11-stable/contrib/libstdc++/include/c_compatibility/
H A Dmath.h46 using std::exp;
/freebsd-11-stable/contrib/binutils/gas/
H A Dwrite.h180 (fragS * frag, int where, int size, expressionS *exp, int pcrel,
/freebsd-11-stable/contrib/sendmail/libsm/
H A Dt-qic.c50 quote_unquote(in, out, outlen, exp)
54 int exp;
66 SM_TEST(exp == cmp);
67 if (cmp != exp && !SmTestVerbose)
172 fprintf(stderr, "exp:%s\n", bp);
199 fprintf(stderr, "exp:%s\n", bp);
228 fprintf(stderr, "exp:%s\n", bp);
/freebsd-11-stable/lib/msun/src/
H A Dk_exp.c39 * Compute exp(x), scaled to avoid spurious overflow. An exponent is
52 * We use exp(x) = exp(x - kln2) * 2**k, carefully chosen to
53 * minimize |exp(kln2) - 2**k|. We also scale the exponent of
57 exp_x = exp(x - kln2);
65 * __ldexp_exp(x, expt) and __ldexp_cexp(x, expt) compute exp(x) * 2**expt.
H A Ds_modfl.c64 e = ux.bits.exp - LDBL_MAX_EXP + 1;
H A Ds_nexttoward.c45 (uy.bits.exp == 0x7fff &&
H A Ds_nexttowardf.c35 (uy.bits.exp == LDBL_INFNAN_EXP &&
H A Ds_ctanh.c119 * ctanh(+-huge +- I y) ~= +-1 +- I 2sin(2y)/exp(2x), using the
120 * approximation sinh^2(huge) ~= exp(2*huge) / 4.
124 double exp_mx = exp(-fabs(x));
/freebsd-11-stable/lib/libc/gdtoa/
H A D_ldtoa.c77 be = u.bits.exp - (LDBL_MAX_EXP - 1) - (LDBL_MANT_DIG - 1);
/freebsd-11-stable/contrib/nvi/ex/
H A Dex_filter.c306 EX_PRIVATE *exp; local
308 for (exp = EXP(sp); !ex_getline(sp, fp, &len) && !INTERRUPTED(sp);) {
309 FILE2INT5(sp, exp->ibcw, exp->ibp, len, wp, wlen);
H A Dex_write.c135 EX_PRIVATE *exp; local
166 exp = EXP(sp);
167 free(exp->lastbcomm);
168 exp->lastbcomm = v_wstrdup(sp, cmdp->argv[1]->bp,
/freebsd-11-stable/sys/ofed/include/rdma/
H A Dib_addr.h292 int exp; local
293 for (exp = dev->if_baudrate_pf; exp > 0; exp--)
/freebsd-11-stable/sys/sys/
H A Drefcount.h37 #define KASSERT(exp, msg) /* */
/freebsd-11-stable/contrib/amd/fixmount/
H A Dfixmount.c266 exports exp; local
425 exp = mntexports;
426 while (exp) {
427 printf("%-35s", exp->ex_dir);
428 grp = exp->ex_groups;
438 exp = exp->ex_next;
/freebsd-11-stable/contrib/gcc/cp/
H A Dtypeck.c63 /* Do `exp = require_complete_type (exp);' to make sure exp
154 type_unknown_p (tree exp) argument
156 return (TREE_CODE (exp) == TREE_LIST
157 || TREE_TYPE (exp) == unknown_type_node);
1458 is_bitfield_expr_with_lowered_type (tree exp)
1460 switch (TREE_CODE (exp))
1463 if (!is_bitfield_expr_with_lowered_type (TREE_OPERAND (exp, 1)))
1465 return is_bitfield_expr_with_lowered_type (TREE_OPERAND (exp,
1453 is_bitfield_expr_with_lowered_type(tree exp) argument
1492 unlowered_expr_type(tree exp) argument
1515 decay_conversion(tree exp) argument
1620 default_conversion(tree exp) argument
1661 inline_conversion(tree exp) argument
1673 string_conv_p(tree totype, tree exp, int warn) argument
3969 tree exp; local
4700 cxx_mark_addressable(tree exp) argument
6546 convert_for_initialization(tree exp, tree type, tree rhs, int flags, const char *errtype, tree fndecl, int parmnum) argument
[all...]
/freebsd-11-stable/usr.sbin/ppp/
H A Dchat.c231 ExpandString(c, c->argptr, c->exp + 2, sizeof c->exp - 2, needcr);
241 len = strlen(c->exp+2);
254 memcpy(c->abort.string[i].data, c->exp+2, len+1);
261 c->TimeoutSec = atoi(c->exp + 2);
265 } else if (c->nargptr == NULL && !strcmp(c->exp+2, "ABORT"))
267 else if (c->nargptr == NULL && !strcmp(c->exp+2, "TIMEOUT"))
270 if (c->exp[2] == '!' && c->exp[3] != '!')
271 ExecStr(c->physical, c->exp
[all...]

Completed in 167 milliseconds

<<11121314151617181920>>