Home
last modified time | relevance | path

Searched refs:do_add (Results 1 – 23 of 23) sorted by relevance

/netbsd-src/crypto/external/bsd/heimdal/dist/admin/
H A Dget.c208 int do_add = TRUE; in kt_get() local
213 do_add = FALSE; in kt_get()
216 do_add = TRUE; in kt_get()
220 if (do_add) { in kt_get()
/netbsd-src/external/bsd/openldap/dist/tests/data/regressions/its9338/
H A Dits933885 …1>&2; $PROGDIR/slapd-addel -H $URI1 -D "$MANAGERDN" -w $PASSWD -l 4000 -f $DATADIR/do_add.1 1>&2; \
/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dadd.c42 do_add( Operation *op, SlapReply *rs ) in do_add() function
194 oex->oe.oe_key = (void *)do_add; in do_add()
354 if ( oex->oe_key == (void *)do_add ) { in fe_op_add()
H A Dconnection.c930 do_add,
H A Dproto-slap.h2130 LDAP_SLAPD_F (int) do_add LDAP_P((Operation *op, SlapReply *rs));
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-mdb/
H A Dmodify.c164 do_add: in mdb_modify_internal()
353 goto do_add; in mdb_modify_internal()
382 goto do_add; in mdb_modify_internal()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dreal.cc94 static bool do_add (REAL_VALUE_TYPE *, const REAL_VALUE_TYPE *,
518 do_add (REAL_VALUE_TYPE *r, const REAL_VALUE_TYPE *a, in do_add() function
797 inexact |= do_add (rr, rr, &u, 0); in do_multiply()
1037 return do_add (r, op0, op1, 0); in real_arithmetic()
1042 return do_add (r, op0, op1, 1); in real_arithmetic()
3850 do_add (&v, &normr, &u, 1); in encode_ibm_extended()
3877 do_add (r, &u, &v, 0); in decode_ibm_extended()
5117 do_add (&t, &t, &dconstm1, 0); in real_floor()
5135 do_add (&t, &t, &dconst1, 0); in real_ceil()
5149 do_add (r, x, &dconsthalf, x->sign); in real_round()
[all …]
H A Dgimplify.cc9213 goto do_add; in gimplify_scan_omp_clauses()
9216 goto do_add; in gimplify_scan_omp_clauses()
9225 goto do_add; in gimplify_scan_omp_clauses()
9250 goto do_add; in gimplify_scan_omp_clauses()
9263 goto do_add; in gimplify_scan_omp_clauses()
9503 goto do_add; in gimplify_scan_omp_clauses()
10305 goto do_add; in gimplify_scan_omp_clauses()
10315 goto do_add; in gimplify_scan_omp_clauses()
10401 goto do_add; in gimplify_scan_omp_clauses()
10413 goto do_add; in gimplify_scan_omp_clauses()
[all …]
H A Dtree-vect-data-refs.cc4105 do_add: in vect_check_gather_scatter()
4116 goto do_add; in vect_check_gather_scatter()
4125 goto do_add; in vect_check_gather_scatter()
H A DChangeLog-20052990 (do_add): Zero decimal field.
33571 * real.c (do_add): Initialize signalling and canonical members.
H A DChangeLog-200323828 (real_sqrt): Convert to using the faster do_add, do_multiply
25552 * real.c (do_add): Change to return a bool indicating that the
H A DChangeLog-20024247 (do_add): Don't involve the inexact bit in addition, do give the
4548 * real.c (do_add): Fix 0+0 sign corner case.
H A DChangeLog-2015392 * real.c (do_add): Make resulting NaN value to be qNaN.
H A DChangeLog-200413722 * real.c (do_add, do_multiply, do_divide, do_compare, do_fix_trunc,
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dreal.c94 static bool do_add (REAL_VALUE_TYPE *, const REAL_VALUE_TYPE *,
518 do_add (REAL_VALUE_TYPE *r, const REAL_VALUE_TYPE *a, in do_add() function
797 inexact |= do_add (rr, rr, &u, 0); in do_multiply()
1037 return do_add (r, op0, op1, 0); in real_arithmetic()
1042 return do_add (r, op0, op1, 1); in real_arithmetic()
3849 do_add (&v, &normr, &u, 1); in encode_ibm_extended()
3876 do_add (r, &u, &v, 0); in decode_ibm_extended()
5115 do_add (&t, &t, &dconstm1, 0); in real_floor()
5133 do_add (&t, &t, &dconst1, 0); in real_ceil()
5147 do_add (r, x, &dconsthalf, x->sign); in real_round()
[all …]
H A Dgimplify.c8436 goto do_add; in gimplify_scan_omp_clauses()
8439 goto do_add; in gimplify_scan_omp_clauses()
8443 goto do_add; in gimplify_scan_omp_clauses()
8468 goto do_add; in gimplify_scan_omp_clauses()
8548 goto do_add; in gimplify_scan_omp_clauses()
8780 goto do_add; in gimplify_scan_omp_clauses()
9259 goto do_add; in gimplify_scan_omp_clauses()
9341 goto do_add; in gimplify_scan_omp_clauses()
9345 goto do_add; in gimplify_scan_omp_clauses()
9347 do_add: in gimplify_scan_omp_clauses()
H A Dtree-vect-data-refs.c3910 do_add: in vect_check_gather_scatter()
3921 goto do_add; in vect_check_gather_scatter()
3930 goto do_add; in vect_check_gather_scatter()
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/avr/libf7/
H A Dlibf7.c946 bool do_add = a_sign == b_sign; in f7_addsub() local
954 if (do_add) in f7_addsub()
999 f7_addsub_mant_scaled_asm (cc, aa, bb, shift2 | do_add); in f7_addsub()
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/avr/libf7/
H A Dlibf7.c946 bool do_add = a_sign == b_sign; in f7_addsub() local
954 if (do_add) in f7_addsub()
999 f7_addsub_mant_scaled_asm (cc, aa, bb, shift2 | do_add); in f7_addsub()
/netbsd-src/external/bsd/openldap/dist/tests/scripts/
H A Ddefines.sh296 LDIFADD1=$DATADIR/do_add.1
/netbsd-src/external/bsd/openldap/dist/servers/slapd/slapi/
H A Dslapi_ops.c484 oex.oe.oe_key = (void *)do_add; in slapi_add_internal_pb()
/netbsd-src/external/gpl3/gdb/dist/sim/mips/
H A DChangeLog-2021556 (do_add do_addi do_andi do_dadd do_daddi do_dsll32 do_dsra32
/netbsd-src/external/gpl3/gcc/dist/libgomp/
H A DChangeLog13341 * testsuite/libgomp.fortran/udr6.f90 (do_add, dp_add, dp_init):