Searched refs:round (Results 1 - 25 of 51) sorted by relevance

123

/barrelfish-master/lib/msun/src/
H A Ds_llround.c5 #define roundit round
H A Ds_round.c36 round(double x) function
59 __weak_reference(round, roundl);
H A Ds_lround.c35 #define roundit round
H A Dmath.h312 double round(double);
/barrelfish-master/usr/bench/scheduling/
H A Dplacement.c24 int YOU, ME, round; local
39 for (round=0; round < MAXROUND; round++) {
/barrelfish-master/lib/compiler-rt/builtins/
H A Dfloatunsisf.c10 // compiler-rt library in the IEEE-754 default round-to-nearest, ties-to-even
39 rep_t round = (rep_t)a << (typeWidth - shift); local
40 if (round > signBit)
42 if (round == signBit)
H A Dfloatsisf.c10 // compiler-rt library in the IEEE-754 default round-to-nearest, ties-to-even
46 rep_t round = (rep_t)a << (typeWidth - shift); local
47 if (round > signBit)
49 if (round == signBit)
H A Ddivsf3.c160 const bool round = (residual << 1) > bSignificand; local
164 absResult += round;
171 // code to round them correctly.
176 const bool round = (residual << 1) > bSignificand; local
182 absResult += round;
H A Ddivtf3.c194 const bool round = (residual << 1) > bSignificand; local
198 absResult += round;
205 // code to round them correctly.
208 const bool round = (residual << 1) >= bSignificand; local
214 absResult += round;
H A Ddivdf3.c175 const bool round = (residual << 1) > bSignificand; local
179 absResult += round;
186 // code to round them correctly.
191 const bool round = (residual << 1) > bSignificand; local
197 absResult += round;
H A Dfp_add_impl.inc84 // Shift the significands to give us round, guard and sticky, and set the
140 // Low three bits are round, guard, and sticky.
/barrelfish-master/usr/bench/rcce/pingpong/
H A DRCCE_pingpong.c20 int YOU, ME, round; local
48 for (round=0; round <MAXROUND; round++) {
/barrelfish-master/usr/bench/rcce/ipi_test/
H A Dmainrc.c33 int YOU, ME, round; local
68 for (round=0; round <MAXROUND; round++) {
97 if(round % ROUNDS_PER_SLICE == 0) {
/barrelfish-master/lib/msun/arm/
H A Dfenv.c127 __softfp_round_to_vfp(int round) argument
130 switch (round) {
144 __softfp_round_from_vfp(int round) argument
147 switch (round) {
/barrelfish-master/lib/rcce/
H A Dring_barriers.c25 static bool round; variable
30 round = false;
47 assert(!round);
48 round = true;
277 while (!round) {
280 round = false;
/barrelfish-master/usr/eclipseclp/lib_tcl/widget/
H A Dutil-tk.tcl110 ## set x1 [expr round(($x-$X)/$xtenth)]
111 ## set y1 [expr round(($y-$Y)/$ytenth)]
116 $w xview scroll [expr {round(10.0*$x/[winfo width $w]-5)}] units
117 $w yview scroll [expr {round(10.0*$y/[winfo height $w]-5)}] units
132 set x [expr {round(2.5*($x1+$x)/[winfo width $c])}]
133 set y [expr {round(2.5*($y1+$y)/[winfo height $c])}]
H A Dtabnotebook.tcl326 $c create line 0 $FH $px $py $W $py $FW $FH -joinstyle round \
570 set x [expr {round(-[$data(tabs) canvasx 0])}]
/barrelfish-master/lib/openssl-1.0.0d/crypto/sha/asm/
H A Dsha512-x86_64.pl83 $round="%rdi"; # zaps $ctx
125 add ($Tbl,$round,$SZ),$T1 # T1+=K[round]
139 lea 1($round),$round # round++
218 xor $round,$round
237 cmp \$$rounds,$round
/barrelfish-master/usr/bench/mem_latency/
H A Dmemlatency.c311 uint32_t round = 0; local
349 debug_printf("round: %u of %u\n", ++round, RUN_COUNT);
/barrelfish-master/lib/msun/
H A DMakefile143 round.3 scalbn.3 signbit.3 sin.3 sinh.3 sqrt.3 tan.3 tanh.3 trunc.3 \
214 MLINKS+=round.3 roundf.3 round.3 roundl.3
/barrelfish-master/usr/eclipseclp/Kernel/src/
H A Declipse_cc.cc644 OP1(round, ec_.d.round)
/barrelfish-master/usr/eclipseclp/Visualisation/src/com/parctechnologies/eclipse/visualisation/
H A DTickBar.java212 // round the ratio down to the nearest integer
213 int ratioFloor = (int)(Math.round(Math.floor(ratio)));
/barrelfish-master/usr/eclipseclp/Kernel/lib/
H A Dqueens.pl131 T is round((T1 - T0) * 100)/100,
139 Te is round((cputime - T1) * 100)/100,
/barrelfish-master/usr/eclipseclp/icparc_solvers/
H A Dic_probe.pl159 Sol is fix(round(Sol0))
161 Sol is fix(round(Sol0))
H A Dprobe.pl157 Sol is fix(round(Sol0))
159 Sol is fix(round(Sol0))

Completed in 205 milliseconds

123