Searched refs:exp (Results 651 - 675 of 3633) sorted by relevance

<<21222324252627282930>>

/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dc-exp.y54 #include "c-exp.h"
172 %type <voidval> exp exp1 type_exp start variable qualified_name lcurly function_method
285 | TYPEOF '(' exp ')'
293 | DECLTYPE '(' exp ')'
300 exp1 : exp
301 | exp1 ',' exp
306 exp : '*' exp %prec UNARY
310 exp : '&' exp
305 exp : '*' exp %prec UNARY label
309 exp : '&' exp %prec UNARY label
313 exp : '-' exp %prec UNARY label
317 exp : '+' exp %prec UNARY label
321 exp : '!' exp %prec UNARY label
331 exp : '~' exp %prec UNARY label
335 exp : INCREMENT exp %prec UNARY label
339 exp : DECREMENT exp %prec UNARY label
343 exp : exp INCREMENT %prec UNARY label
347 exp : exp DECREMENT %prec UNARY label
351 exp : TYPEID '(' exp ')' %prec UNARY label
355 exp : TYPEID '(' type_exp ')' %prec UNARY label
359 exp : SIZEOF exp %prec UNARY label
363 exp : ALIGNOF '(' type_exp ')' %prec UNARY label
367 exp : exp ARROW field_name label
374 exp : exp ARROW field_name COMPLETE label
384 exp : exp ARROW COMPLETE label
393 exp : exp ARROW '~' name label
400 exp : exp ARROW '~' name COMPLETE label
410 exp : exp ARROW qualified_name label
418 exp : exp ARROW_STAR exp label
422 exp : exp '.' field_name label
434 exp : exp '.' field_name COMPLETE label
444 exp : exp '.' COMPLETE label
453 exp : exp '.' '~' name label
460 exp : exp '.' '~' name COMPLETE label
470 exp : exp '.' qualified_name label
478 exp : exp DOT_STAR exp label
482 exp : exp '[' exp1 ']' label
486 exp : exp OBJC_LBRAC exp1 ']' label
495 exp : OBJC_LBRAC TYPENAME label
514 exp : OBJC_LBRAC CLASSNAME label
525 exp : OBJC_LBRAC exp label
548 exp : exp '(' label
564 exp : exp '(' ')' %prec ARROW label
572 exp : UNKNOWN_CPP_NAME '(' label
631 exp : function_method label
642 exp : function_method_void_or_typelist COLONCOLON name label
652 exp : lcurly arglist rcurly %prec ARROW label
661 exp : lcurly type_exp rcurly exp %prec UNARY label
665 exp : '(' type_exp ')' exp %prec UNARY label
675 exp : '(' exp1 ')' label
681 exp : exp '@' exp label
685 exp : exp '*' exp label
689 exp : exp '/' exp label
693 exp : exp '%' exp label
697 exp : exp '+' exp label
701 exp : exp '-' exp label
705 exp : exp LSH exp label
709 exp : exp RSH exp label
713 exp : exp EQUAL exp label
723 exp : exp NOTEQUAL exp label
733 exp : exp LEQ exp label
743 exp : exp GEQ exp label
753 exp : exp '<' exp label
763 exp : exp '>' exp label
773 exp : exp '&' exp label
777 exp : exp '^' exp label
781 exp : exp '|' exp label
785 exp : exp ANDAND exp label
801 exp : exp OROR exp label
817 exp : exp '?' exp ':' exp %prec '?' label
834 exp : exp '=' exp label
844 exp : exp ASSIGN_MODIFY exp label
853 exp : INT label
860 exp : COMPLEX_INT label
873 exp : CHAR label
882 exp : NAME_OR_INT label
893 exp : FLOAT label
902 exp : COMPLEX_FLOAT label
925 exp : variable label
928 exp : DOLLAR_VARIABLE label
934 exp : SELECTOR '(' name ')' label
941 exp : SIZEOF '(' type ')' %prec UNARY label
960 exp : REINTERPRET_CAST '<' type_exp '>' '(' exp ')' %prec UNARY label
964 exp : STATIC_CAST '<' type_exp '>' '(' exp ')' %prec UNARY label
968 exp : DYNAMIC_CAST '<' type_exp '>' '(' exp ')' %prec UNARY label
972 exp : CONST_CAST '<' type_exp '>' '(' exp ')' %prec UNARY label
1014 exp : string_exp label
1046 exp : NSSTRING /* ObjC NextStep NSString constant label
1056 exp : TRUEKEYWORD label
1062 exp : FALSEKEYWORD label
[all...]
H A Dc-exp.h27 struct expression *exp,
32 struct expression *exp,
38 struct expression *exp,
42 struct expression *exp,
59 struct expression *exp,
74 struct expression *exp,
78 return value_nsstring (exp->gdbarch, str.c_str (), str.size () + 1);
93 struct expression *exp,
96 return eval_op_objc_selector (expect_type, exp, noside,
114 struct expression *exp,
[all...]
H A Dcp-name-parser.y5 Parts of the lexer are based on c-exp.y from GDB.
221 %type <comp> exp exp1 type start start_opt oper colon_name
601 | exp
952 exp : '(' exp1 ')'
958 exp1 : exp
961 exp1 : exp '>' exp
975 exp : '-' exp %prec UNARY
979 exp
951 exp : '(' exp1 ')' label
974 exp : '-' exp %prec UNARY label
978 exp : '!' exp %prec UNARY label
982 exp : '~' exp %prec UNARY label
989 exp : '(' type ')' exp %prec UNARY label
1005 exp : STATIC_CAST '<' type '>' '(' exp1 ')' %prec UNARY label
1012 exp : DYNAMIC_CAST '<' type '>' '(' exp1 ')' %prec UNARY label
1019 exp : REINTERPRET_CAST '<' type '>' '(' exp1 ')' %prec UNARY label
1038 exp : exp '*' exp label
1042 exp : exp '/' exp label
1046 exp : exp '%' exp label
1050 exp : exp '+' exp label
1054 exp : exp '-' exp label
1058 exp : exp LSH exp label
1062 exp : exp RSH exp label
1066 exp : exp EQUAL exp label
1070 exp : exp NOTEQUAL exp label
1074 exp : exp LEQ exp label
1078 exp : exp GEQ exp label
1082 exp : exp SPACESHIP exp label
1086 exp : exp '<' exp label
1090 exp : exp '&' exp label
1094 exp : exp '^' exp label
1098 exp : exp '|' exp label
1102 exp : exp ANDAND exp label
1106 exp : exp OROR exp label
1111 exp : exp ARROW NAME label
1115 exp : exp '.' NAME label
1119 exp : exp '?' exp ':' exp %prec '?' label
1126 exp : INT label
1130 exp : FLOAT label
1133 exp : SIZEOF '(' type ')' %prec UNARY label
1142 exp : TRUEKEYWORD label
1151 exp : FALSEKEYWORD label
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dc-exp.y58 #include "c-exp.h"
176 %type <voidval> exp exp1 type_exp start variable qualified_name lcurly function_method
289 | TYPEOF '(' exp ')'
297 | DECLTYPE '(' exp ')'
304 exp1 : exp
305 | exp1 ',' exp
310 exp : '*' exp %prec UNARY
314 exp : '&' exp
309 exp : '*' exp %prec UNARY label
313 exp : '&' exp %prec UNARY label
317 exp : '-' exp %prec UNARY label
321 exp : '+' exp %prec UNARY label
325 exp : '!' exp %prec UNARY label
335 exp : '~' exp %prec UNARY label
339 exp : INCREMENT exp %prec UNARY label
343 exp : DECREMENT exp %prec UNARY label
347 exp : exp INCREMENT %prec UNARY label
351 exp : exp DECREMENT %prec UNARY label
355 exp : TYPEID '(' exp ')' %prec UNARY label
359 exp : TYPEID '(' type_exp ')' %prec UNARY label
363 exp : SIZEOF exp %prec UNARY label
367 exp : ALIGNOF '(' type_exp ')' %prec UNARY label
371 exp : exp ARROW field_name label
378 exp : exp ARROW field_name COMPLETE label
388 exp : exp ARROW COMPLETE label
397 exp : exp ARROW '~' name label
404 exp : exp ARROW '~' name COMPLETE label
414 exp : exp ARROW qualified_name label
422 exp : exp ARROW_STAR exp label
426 exp : exp '.' field_name label
438 exp : exp '.' field_name COMPLETE label
448 exp : exp '.' COMPLETE label
457 exp : exp '.' '~' name label
464 exp : exp '.' '~' name COMPLETE label
474 exp : exp '.' qualified_name label
482 exp : exp DOT_STAR exp label
486 exp : exp '[' exp1 ']' label
490 exp : exp OBJC_LBRAC exp1 ']' label
499 exp : OBJC_LBRAC TYPENAME label
518 exp : OBJC_LBRAC CLASSNAME label
529 exp : OBJC_LBRAC exp label
552 exp : exp '(' label
568 exp : exp '(' ')' %prec ARROW label
576 exp : UNKNOWN_CPP_NAME '(' label
635 exp : function_method label
646 exp : function_method_void_or_typelist COLONCOLON name label
656 exp : lcurly arglist rcurly %prec ARROW label
665 exp : lcurly type_exp rcurly exp %prec UNARY label
669 exp : '(' type_exp ')' exp %prec UNARY label
679 exp : '(' exp1 ')' label
685 exp : exp '@' exp label
689 exp : exp '*' exp label
693 exp : exp '/' exp label
697 exp : exp '%' exp label
701 exp : exp '+' exp label
705 exp : exp '-' exp label
709 exp : exp LSH exp label
713 exp : exp RSH exp label
717 exp : exp EQUAL exp label
727 exp : exp NOTEQUAL exp label
737 exp : exp LEQ exp label
747 exp : exp GEQ exp label
757 exp : exp '<' exp label
767 exp : exp '>' exp label
777 exp : exp '&' exp label
781 exp : exp '^' exp label
785 exp : exp '|' exp label
789 exp : exp ANDAND exp label
805 exp : exp OROR exp label
821 exp : exp '?' exp ':' exp %prec '?' label
838 exp : exp '=' exp label
848 exp : exp ASSIGN_MODIFY exp label
857 exp : INT label
864 exp : COMPLEX_INT label
877 exp : CHAR label
886 exp : NAME_OR_INT label
897 exp : FLOAT label
906 exp : COMPLEX_FLOAT label
929 exp : variable label
932 exp : DOLLAR_VARIABLE label
938 exp : SELECTOR '(' name ')' label
945 exp : SIZEOF '(' type ')' %prec UNARY label
964 exp : REINTERPRET_CAST '<' type_exp '>' '(' exp ')' %prec UNARY label
968 exp : STATIC_CAST '<' type_exp '>' '(' exp ')' %prec UNARY label
972 exp : DYNAMIC_CAST '<' type_exp '>' '(' exp ')' %prec UNARY label
976 exp : CONST_CAST '<' type_exp '>' '(' exp ')' %prec UNARY label
1018 exp : string_exp label
1050 exp : NSSTRING /* ObjC NextStep NSString constant label
1060 exp : TRUEKEYWORD label
1066 exp : FALSEKEYWORD label
[all...]
H A Dc-exp.h27 struct expression *exp,
32 struct expression *exp,
38 struct expression *exp,
42 struct expression *exp,
59 struct expression *exp,
74 struct expression *exp,
78 return value_nsstring (exp->gdbarch, str.c_str (), str.size () + 1);
93 struct expression *exp,
96 return eval_op_objc_selector (expect_type, exp, noside,
114 struct expression *exp,
[all...]
H A Dada-exp.h26 struct expression *exp,
30 struct expression *exp,
34 struct expression *exp,
38 struct expression *exp,
42 struct expression *exp,
46 struct expression *exp,
50 struct expression *exp,
53 extern struct value *ada_ternop_slice (struct expression *exp,
58 extern struct value *ada_binop_in_bounds (struct expression *exp,
64 struct expression *exp,
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Dyyscript.y212 %type <expr> parse_exp exp
403 | exp ':'
408 | exp '(' ')' ':'
418 | exp '(' section_type ')' ':'
455 | AT '(' exp ')'
463 | ALIGN_K '(' exp ')'
471 | SUBALIGN '(' exp ')'
879 exp
887 exp: label
888 '(' exp ')'
[all...]
/netbsd-current/external/gpl3/binutils/dist/gold/
H A Dyyscript.y215 %type <expr> parse_exp exp
406 | exp ':'
411 | exp '(' ')' ':'
421 | exp '(' section_type ')' ':'
458 | AT '(' exp ')'
466 | ALIGN_K '(' exp ')'
474 | SUBALIGN '(' exp ')'
882 exp
890 exp: label
891 '(' exp ')'
[all...]
/netbsd-current/external/lgpl3/gmp/dist/tests/mpz/
H A Dt-powm.c48 mpz_t base, exp, mod; local
66 mpz_init (exp);
84 mpz_set_ui (exp, 1);
117 mpz_rrandomb (exp, rands, exp_size);
119 while (mpz_cmp_ui (base, 0) == 0 && mpz_cmp_ui (exp, 0) == 0);
136 /* printf ("%ld %ld %ld\n", SIZ (base), SIZ (exp), SIZ (mod)); */
141 mpz_set (exp2, exp);
158 mpz_powm (r1, base, exp, mod);
165 debug_mp (exp, -16);
177 mpz_powm_sec (r1, base, exp, mo
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/gas/
H A Dcgen.c82 expressionS exp; member in struct:fixup
107 fixups[num_fixups].exp = *expP;
278 expressionS *exp)
284 fixP = fix_new_exp (frag, where, length / 8, exp,
344 expressionS exp; local
375 expression (&exp);
383 opinfo_1 = TC_CGEN_PARSE_FIX_EXP (opinfo_1, & exp);
388 switch (exp.X_op)
401 *valueP = exp.X_add_number;
405 *valueP = exp
276 gas_cgen_record_fixup_exp(fragS *frag, int where, const CGEN_INSN *insn, int length, const CGEN_OPERAND *operand, int opinfo, expressionS *exp) argument
567 expressionS *exp; local
757 weak_operand_overflow_check(const expressionS * exp, const CGEN_OPERAND * operand) argument
802 make_right_shifted_expr(expressionS * exp, const int amount, const int signed_p) argument
[all...]
/netbsd-current/external/lgpl3/gmp/dist/printf/
H A Ddoprntf.c68 mp_exp_t exp; local
98 exp as 1. */
123 s = mpf_get_str (NULL, &exp, p->base, ndigits, f);
128 printf (" exp %ld\n", exp);
134 ? ndigits >= MAX (1, exp + p->prec + 2) : 1);
148 prec = MAX (0, len-exp); /* retain all digits */
152 newlen = exp + prec;
158 exp = 0;
188 exp
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/libbid/
H A Dbid_dpd.c32 UINT32 sign, comb, exp; local
44 if ((comb & 0x600) == 0x600) { // G0..G1 = 11 -> exp is G2..G11
45 exp = (comb >> 1) & 0xff;
48 exp = (comb >> 3) & 0xff;
53 res = very_fast_get_BID32 (sign, exp, bcoeff);
61 UINT64 sign, comb, exp; local
73 if ((comb & 0x1800) == 0x1800) { // G0..G1 = 11 -> exp is G2..G11
74 exp = (comb >> 1) & 0x3ff;
77 exp = (comb >> 3) & 0x3ff;
82 res = very_fast_get_BID64 (sign, exp, bcoef
97 UINT32 sign, comb, exp, trailing; local
160 UINT64 sign, comb, exp; local
254 UINT32 sign, comb, exp; local
305 UINT64 sign, comb, exp; local
364 UINT32 comb, exp; local
500 UINT64 exp, comb; local
576 UINT64 sign, comb, exp; local
645 UINT32 sign, comb, exp; local
682 UINT64 sign, comb, exp; local
720 UINT64 sign, comb, exp; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/libbid/
H A Dbid_dpd.c32 UINT32 sign, comb, exp; local
44 if ((comb & 0x600) == 0x600) { // G0..G1 = 11 -> exp is G2..G11
45 exp = (comb >> 1) & 0xff;
48 exp = (comb >> 3) & 0xff;
53 res = very_fast_get_BID32 (sign, exp, bcoeff);
61 UINT64 sign, comb, exp; local
73 if ((comb & 0x1800) == 0x1800) { // G0..G1 = 11 -> exp is G2..G11
74 exp = (comb >> 1) & 0x3ff;
77 exp = (comb >> 3) & 0x3ff;
82 res = very_fast_get_BID64 (sign, exp, bcoef
97 UINT32 sign, comb, exp, trailing; local
160 UINT64 sign, comb, exp; local
254 UINT32 sign, comb, exp; local
305 UINT64 sign, comb, exp; local
364 UINT32 comb, exp; local
500 UINT64 exp, comb; local
576 UINT64 sign, comb, exp; local
645 UINT32 sign, comb, exp; local
682 UINT64 sign, comb, exp; local
720 UINT64 sign, comb, exp; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dbuiltins.cc137 rtx target, tree exp,
237 get_object_alignment_2 (tree exp, unsigned int *alignp, argument
249 exp = get_inner_reference (exp, &bitsize, &bitpos, &offset, &mode,
254 if (TREE_CODE (exp) == FUNCTION_DECL)
263 else if (TREE_CODE (exp) == LABEL_DECL)
265 else if (TREE_CODE (exp) == CONST_DECL)
268 exp = DECL_INITIAL (exp);
269 align = TYPE_ALIGN (TREE_TYPE (exp));
385 get_object_alignment_1(tree exp, unsigned int *alignp, unsigned HOST_WIDE_INT *bitposp) argument
398 get_object_alignment(tree exp) argument
421 get_pointer_alignment_1(tree exp, unsigned int *alignp, unsigned HOST_WIDE_INT *bitposp) argument
496 get_pointer_alignment(tree exp) argument
815 builtin_save_expr(tree exp) argument
1173 expand_builtin_nonlocal_goto(tree exp) argument
1282 expand_builtin_prefetch(tree exp) argument
1361 get_memory_rtx(tree exp, tree len) argument
1880 expand_builtin_classify_type(tree exp) argument
2249 expand_builtin_mathfn_ternary(tree exp, rtx target, rtx subtarget) argument
2324 expand_builtin_mathfn_3(tree exp, rtx target, rtx subtarget) argument
2469 expand_builtin_interclass_mathfn(tree exp, rtx target) argument
2518 expand_builtin_sincos(tree exp) argument
2569 expand_builtin_fegetround(tree exp, rtx target, machine_mode target_mode) argument
2595 expand_builtin_feclear_feraise_except(tree exp, rtx target, machine_mode target_mode, optab op_optab) argument
2627 expand_builtin_cexpi(tree exp, rtx target) argument
2758 expand_builtin_int_roundingfn(tree exp, rtx target) argument
2895 expand_builtin_int_roundingfn_2(tree exp, rtx target) argument
3008 expand_builtin_powi(tree exp, rtx target) argument
3049 expand_builtin_strlen(tree exp, rtx target, machine_mode target_mode) argument
3148 expand_builtin_strnlen(tree exp, rtx target, machine_mode target_mode) argument
3302 expand_builtin_memcpy(tree exp, rtx target) argument
3320 expand_builtin_memmove(tree exp, rtx target) argument
3340 expand_builtin_mempcpy(tree exp, rtx target) argument
3377 expand_builtin_memory_copy_args(tree dest, tree src, tree len, rtx target, tree exp, memop_ret retmode, bool might_overlap) argument
3547 expand_builtin_strcpy(tree exp, rtx target) argument
3576 expand_builtin_stpcpy_1(tree exp, rtx target, machine_mode mode) argument
3657 expand_builtin_stpcpy(tree exp, rtx target, machine_mode mode) argument
3663 maybe_warn_nonstring_arg (get_callee_fndecl (exp), exp); local
3693 check_strncat_sizes(tree exp, tree objsize) argument
3752 expand_builtin_strncpy(tree exp, rtx target) argument
3978 expand_builtin_memset(tree exp, rtx target, machine_mode mode) argument
4308 expand_builtin_bzero(tree exp) argument
4358 expand_builtin_memcmp(tree exp, rtx target, bool result_eq) argument
4452 expand_builtin_strcmp(tree exp, ATTRIBUTE_UNUSED rtx target) argument
4565 expand_builtin_strncmp(tree exp, ATTRIBUTE_UNUSED rtx target, ATTRIBUTE_UNUSED machine_mode mode) argument
4827 expand_builtin_va_start(tree exp) argument
4856 expand_builtin_va_end(tree exp) argument
4873 expand_builtin_va_copy(tree exp) argument
4924 expand_builtin_frame_address(tree fndecl, tree exp) argument
4975 expand_builtin_alloca(tree exp) argument
5027 expand_asan_emit_allocas_unpoison(tree exp) argument
5051 expand_builtin_bswap(machine_mode target_mode, tree exp, rtx target, rtx subtarget) argument
5081 expand_builtin_unop(machine_mode target_mode, tree exp, rtx target, rtx subtarget, optab op_optab) argument
5109 expand_builtin_expect(tree exp, rtx target) argument
5129 expand_builtin_expect_with_probability(tree exp, rtx target) argument
5150 expand_builtin_assume_aligned(tree exp, rtx target) argument
5202 expand_builtin_fabs(tree exp, rtx target, rtx subtarget) argument
5224 expand_builtin_copysign(tree exp, rtx target, rtx subtarget) argument
5295 expand_builtin___clear_cache(tree exp) argument
5344 expand_builtin_init_trampoline(tree exp, bool onstack) argument
5402 expand_builtin_adjust_trampoline(tree exp) argument
5422 expand_builtin_init_descriptor(tree exp) argument
5454 expand_builtin_adjust_descriptor(tree exp) argument
5478 expand_builtin_signbit(tree exp, rtx target) argument
5583 expand_builtin_fork_or_exec(tree fn, tree exp, rtx target, int ignore) argument
5698 expand_expr_force_mode(tree exp, machine_mode mode) argument
5744 expand_builtin_sync_operation(machine_mode mode, tree exp, enum rtx_code code, bool after, rtx target) argument
5805 expand_builtin_compare_and_swap(machine_mode mode, tree exp, bool is_bool, rtx target) argument
5839 expand_builtin_sync_lock_test_and_set(machine_mode mode, tree exp, rtx target) argument
5854 expand_builtin_sync_lock_release(machine_mode mode, tree exp) argument
5868 get_memmodel(tree exp) argument
5901 expand_builtin_atomic_exchange(machine_mode mode, tree exp, rtx target) argument
5927 expand_builtin_atomic_compare_exchange(machine_mode mode, tree exp, rtx target) argument
6101 expand_builtin_atomic_load(machine_mode mode, tree exp, rtx target) argument
6123 expand_builtin_atomic_store(machine_mode mode, tree exp) argument
6152 expand_builtin_atomic_fetch_op(machine_mode mode, tree exp, rtx target, enum rtx_code code, bool fetch_after, bool ignore, enum built_in_function ext_call) argument
6295 tree exp = build_call_nary (type, tcall, 2 + is_atomic, ptr, local
6403 tree exp = build_call_nary (type, tcall, local
6426 expand_builtin_atomic_clear(tree exp) argument
6451 expand_builtin_atomic_test_and_set(tree exp, rtx target) argument
6544 expand_builtin_atomic_always_lock_free(tree exp) argument
6586 expand_builtin_atomic_is_lock_free(tree exp) argument
6614 expand_builtin_atomic_thread_fence(tree exp) argument
6625 expand_builtin_atomic_signal_fence(tree exp) argument
6640 expand_builtin_thread_pointer(tree exp, rtx target) argument
6663 expand_builtin_set_thread_pointer(tree exp) argument
6714 expand_builtin_goacc_parlevel_id_size(tree exp, rtx target, int ignore) argument
6855 inline_expand_builtin_bytecmp(tree exp, rtx target) argument
6959 expand_speculation_safe_value(machine_mode mode, tree exp, rtx target, bool ignore) argument
7010 expand_builtin(tree exp, rtx target, rtx subtarget, machine_mode mode, int ignore) argument
8630 tree frac, exp; local
9661 fold_call_expr(location_t loc, tree exp, bool ignore) argument
9742 rewrite_call_expr(location_t loc, tree exp, int skip, tree fndecl, int n, ...) argument
9841 readonly_data_expr(tree exp) argument
10027 fold_builtin_next_arg(tree exp, bool va_start_p) argument
10137 expand_builtin_object_size(tree exp) argument
10176 expand_builtin_memory_chk(tree exp, rtx target, machine_mode mode, enum built_in_function fcode) argument
10290 maybe_emit_chk_warning(tree exp, enum built_in_function fcode) argument
10366 maybe_emit_sprintf_chk_warning(tree exp, enum built_in_function fcode) argument
[all...]
/netbsd-current/external/gpl3/gdb/dist/sim/rx/
H A Dfpu.c105 int exp; member in struct:__anon2182
115 int exp, mant, sign; local
117 exp = ((f & 0x7f800000UL) >> 23);
120 /*printf("explode: %08x %x %2x %6x\n", f, sign, exp, mant);*/
123 p->exp = exp - EXP_BIAS;
127 if (p->exp == EXP_ZERO)
139 else if (p->exp == EXP_INF)
155 int exp, mant; local
157 exp
241 int exp; local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/sim/rx/
H A Dfpu.c105 int exp; member in struct:__anon4496
115 int exp, mant, sign; local
117 exp = ((f & 0x7f800000UL) >> 23);
120 /*printf("explode: %08x %x %2x %6x\n", f, sign, exp, mant);*/
123 p->exp = exp - EXP_BIAS;
127 if (p->exp == EXP_ZERO)
139 else if (p->exp == EXP_INF)
155 int exp, mant; local
157 exp
241 int exp; local
[all...]
/netbsd-current/external/bsd/nsd/dist/
H A Dudb.c55 chunk_get_last(void* base, udb_void chunk, int exp) argument
57 return *((uint8_t*)UDB_REL(base, chunk+(1<<exp)-1));
63 chunk_set_last(void* base, udb_void chunk, int exp, uint8_t value) argument
65 assert(exp >= 0 && exp <= 63);
66 *((uint8_t*)UDB_REL(base, chunk+((uint64_t)1<<exp)-1)) = value;
640 /* so, if exp zero bits then (o&(2**x-1))==0 */
690 regen_free(void* base, udb_void c, int exp, udb_alloc_d* regen) argument
693 uint64_t esz = (uint64_t)1<<exp;
694 if(exp < UDB_ALLOC_CHUNK_MINEX
727 regen_data(void* base, udb_void c, int exp, udb_alloc_d* regen) argument
778 int exp = (int)UDB_CHUNK(at)->exp; local
794 int exp = (int)atp->exp; local
924 int exp = (int)UDB_CHUNK(at)->exp; local
997 udb_alloc_unlink_fl(void* base, udb_alloc* alloc, udb_void chunk, int exp) argument
1017 udb_alloc_pop_fl(void* base, udb_alloc* alloc, int exp) argument
1034 udb_alloc_push_fl(void* base, udb_alloc* alloc, udb_void f, int exp) argument
1051 udb_alloc_push_fl_noinit(void* base, udb_alloc* alloc, udb_void f, int exp) argument
1086 grow_chunks(void* base, udb_alloc* alloc, size_t sz, int exp) argument
1113 grow_end_calc(udb_alloc* alloc, int exp) argument
1174 udb_alloc_grow_space(void* base, udb_alloc* alloc, size_t sz, int exp) argument
1261 udb_alloc_subdivide(void* base, udb_alloc* alloc, udb_void big, int e2, int exp) argument
1283 int exp; local
1298 int e2, exp = udb_alloc_exp_needed(sz); local
1350 have_free_for(udb_alloc* alloc, int exp) argument
1400 move_chunk(void* base, udb_alloc* alloc, udb_void f, int exp, uint64_t esz, int e2) argument
1502 coagulate_possible(void* base, udb_alloc* alloc, udb_void f, int exp, uint64_t esz) argument
1540 coagulate_and_push(void* base, udb_alloc* alloc, udb_void last, int exp, uint64_t esz) argument
1564 int exp, e2; local
1756 int exp; local
1890 int exp = udb_alloc_exp_needed(sz); local
1930 int exp; local
[all...]
/netbsd-current/lib/libm/complex/
H A Dcexp.c44 r = exp(x);
/netbsd-current/lib/libc/gdtoa/
H A DstrtoIdd.c48 Long exp[2]; local
56 k = strtoIg(s, sp, &fpi, exp, B, rv);
59 ULtodd((ULong*)f0, B[0]->x, exp[0], rv[0]);
62 ULtodd((ULong*)f1, B[1]->x, exp[1], rv[1]);
/netbsd-current/external/lgpl3/gmp/dist/mpf/
H A Dset_q.c60 mp_exp_t exp; local
86 exp = prospective_qsize; /* ie. number of integer limbs */
112 exp -= high_zero;
114 EXP (r) = exp;
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/spu/
H A Ddivv2df3.c36 vec_int4 exp, exp_bias; local
133 exp = spu_rlmaska(spu_sub((vec_int4)exp_a, (vec_int4)exp_b), -20);
134 exp = spu_add(exp, (vec_int4)spu_add(spu_and((vec_int4)a_denorm, -0x34), spu_and((vec_int4)b_denorm, 0x34)));
140 * exp bias q1 adjust exp
145 exp_bias = spu_xor(spu_rlmaska(exp, -31), 64);
146 exp = spu_sub(exp, exp_bias);
154 exp
[all...]
/netbsd-current/external/gpl3/gcc/dist/intl/
H A Dplural.c54 #include "plural-exp.h"
72 struct expression *exp; member in union:__anon1096
259 "start", "exp", 0
1041 if (yyvsp[0].exp == NULL)
1043 ((struct parse_args *) arg)->res = yyvsp[0].exp;
1049 yyval.exp = new_exp_3 (qmop, yyvsp[-4].exp, yyvsp[-2].exp, yyvsp[0].exp);
1055 yyval.exp
1389 const char *exp = *pexp; local
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/intl/
H A Dplural.c54 #include "plural-exp.h"
72 struct expression *exp; member in union:__anon1086
259 "start", "exp", 0
1041 if (yyvsp[0].exp == NULL)
1043 ((struct parse_args *) arg)->res = yyvsp[0].exp;
1049 yyval.exp = new_exp_3 (qmop, yyvsp[-4].exp, yyvsp[-2].exp, yyvsp[0].exp);
1055 yyval.exp
1389 const char *exp = *pexp; local
[all...]
/netbsd-current/external/lgpl3/mpfr/dist/tests/
H A Dtget_d_2exp.c65 printf (" got exp %ld\n", got_exp);
84 long exp; local
89 d = mpfr_get_d_2exp (&exp, x, MPFR_RNDZ);
94 d = mpfr_get_d_2exp (&exp, x, MPFR_RNDZ);
99 d = mpfr_get_d_2exp (&exp, x, MPFR_RNDZ);
/netbsd-current/external/lgpl3/mpfr/dist/src/
H A Dset_d.c31 Returns the corresponding exponent such that |d| = {rp, n} * 2^exp,
33 The int type should be sufficient for exp.
38 int exp; local
53 exp = x.s.exp;
54 if (exp)
80 exp -= 1022;
85 exp = -1021;
98 exp -= GMP_NUMB_BITS;
114 exp
[all...]

Completed in 202 milliseconds

<<21222324252627282930>>