Searched defs:round (Results 1 - 22 of 22) sorted by relevance

/src/lib/libm/noieee_src/
H A Dn_round.c42 round(double x) function in typeref:typename:double
/src/sys/external/bsd/compiler_rt/dist/lib/builtins/
H A Dfloatsisf.c48 rep_t round = (rep_t)a << (typeWidth - shift); local in function:__floatsisf
H A Dfloatunsisf.c40 rep_t round = (rep_t)a << (typeWidth - shift); local in function:__floatunsisf
H A Ddivsf3.c157 const bool round = (residual << 1) > bSignificand; local in function:__divsf3
H A Ddivdf3.c172 const bool round = (residual << 1) > bSignificand; local in function:__divdf3
H A Ddivtf3.c190 const bool round = (residual << 1) >= bSignificand; local in function:__divtf3
/src/sys/arch/m68k/fpsp/
H A Dfpsp.h185 WBTEMP_GRS equ LV-40 ;alias wbtemp guard, round, sticky variable in typeref:typename:alias wbtemp
[all...]
/src/lib/libm/arch/arm/
H A Dfenv.c192 fesetround(int round) argument
/src/sys/arch/sparc/fpu/
H A Dfpu_implode.c82 round(struct fpemu *fe, struct fpn *fp) function in typeref:typename:int
[all...]
/src/lib/libm/arch/aarch64/
H A Dfenv.c165 fesetround(int round) argument
/src/lib/libm/arch/hppa/
H A Dfenv.c235 fesetround(int round) argument
/src/lib/libm/arch/riscv/
H A Dfenv.c179 fesetround(int round) argument
/src/lib/libm/arch/sparc/
H A Dfenv.c214 fesetround(int round) argument
/src/lib/libm/arch/sparc64/
H A Dfenv.c228 fesetround(int round) argument
/src/tests/lib/libc/gen/
H A Dt_sleep.c267 int64_t delta1, delta2, delta3, round; local in function:sleeptest
[all...]
/src/sys/arch/powerpc/fpu/
H A Dfpu_implode.c85 round(struct fpemu *fe, struct fpn *fp, int *cx) function in typeref:typename:int
[all...]
/src/lib/libm/arch/i387/
H A Dfenv.c320 fesetround(int round) argument
/src/lib/libm/arch/x86_64/
H A Dfenv.c308 fesetround(int round) argument
/src/sbin/restore/
H A Dinteractive.c60 #define round(a, b) (((a) + (b) - 1) / (b) * (b)) macro
/src/sys/dev/ic/
H A Dspdmem.c495 decode_size_speed(device_t self,const struct sysctlnode * node,int dimm_size,int cycle_time,int d_clk,int bits,bool round,const char * ddr_type_string,int speed) argument
/src/include/
H A Dtgmath.h182 #define round(a) __TG_FN1(round, (a)) macro
/src/sys/arch/riscv/riscv/
H A Ddb_disasm.c1087 db_print_riscv_fpround(const char *sep, unsigned round) argument

Completed in 15 milliseconds