Home
last modified time | relevance | path

Searched refs:c_1 (Results 1 – 9 of 9) sorted by relevance

/NextBSD/crypto/openssl/crypto/bn/asm/
HDsparcv8.S532 #define c_1 %o2 macro
568 umul a_0,b_0,c_1 !=!mul_add_c(a[0],b[0],c1,c2,c3);
571 st c_1,rp(0) !r[0]=c1;
578 addx %g0,%g0,c_1
585 addx c_1,%g0,c_1 !=
590 addxcc c_1,t_2,c_1 !=
596 addxcc c_1,t_2,c_1
602 addxcc c_1,t_2,c_1 !=
607 addcc c_1,t_1,c_1 !=
612 addcc c_1,t_1,c_1
[all …]
HDmips.pl1013 ($t_1,$t_2,$c_1,$c_2,$c_3)=($t8,$t9,$v0,$v1,$a3);
1071 mflo $c_1
1089 $ST $c_1,0($a0) # r[0]=c1;
1097 sltu $c_1,$c_3,$t_2
1106 $ADDU $c_1,$t_2
1113 $ADDU $c_1,$t_2
1114 sltu $c_2,$c_1,$t_2
1121 $ADDU $c_1,$t_2
1122 sltu $at,$c_1,$t_2
1128 $ADDU $c_1,$t_1
[all …]
HDmips3.s756 #define c_1 v0 macro
791 mflo c_1
809 sd c_1,0(a0) /* r[0]=c1; */
816 sltu c_1,c_3,t_2
825 daddu c_1,t_2
832 daddu c_1,t_2
833 sltu c_2,c_1,t_2
840 daddu c_1,t_2
841 sltu AT,c_1,t_2
848 daddu c_1,t_1
[all …]
/NextBSD/contrib/groff/src/libs/libgroff/
HDgeometry.cpp121 double c_0, double c_1, in check_output_arc_limits() argument
125 int radius = (int)sqrt(c_0 * c_0 + c_1 * c_1); in check_output_arc_limits()
/NextBSD/sys/netpfil/ipfw/
HDip_dn_private.h225 u_int c_1 ; /* max_p/(max_th-min_th) (scaled) */ member
HDip_dummynet.c1078 fs->c_1 = fs->max_p; in config_red()
1080 fs->c_1 = SCALE((int64_t)(fs->max_p)) / (fs->fs.max_th - fs->fs.min_th); in config_red()
1081 fs->c_2 = SCALE_MUL(fs->c_1, SCALE(fs->fs.min_th)); in config_red()
HDip_dn_glue.c115 u_int c_1 ; /* max_p/(max_th-min_th) (scaled) */ member
HDip_dn_io.c395 p_b = SCALE_MUL((int64_t)fs->c_1, (int64_t)q->avg) - fs->c_2; in red_drops()
/NextBSD/contrib/gcc/
HDtree-data-ref.c3655 tree c_1 = CHREC_LEFT (c_2); in add_multivariate_self_dist() local
3656 tree c_0 = CHREC_LEFT (c_1); in add_multivariate_self_dist()
3667 x_1 = index_in_loop_nest (CHREC_VARIABLE (c_1), DDR_LOOP_NEST (ddr)); in add_multivariate_self_dist()
3672 dist_v[x_2] = -int_cst_value (CHREC_RIGHT (c_1)); in add_multivariate_self_dist()