Home
last modified time | relevance | path

Searched refs:TRUNC (Results 1 – 25 of 35) sorted by relevance

12

/netbsd/src/lib/libm/noieee_src/
Dn_gamma.c129 #define TRUNC(x) x = (double) (float) (x) macro
133 #define TRUNC(x) *(((int *) &x) + endian) &= 0xf8000000 macro
187 TRUNC(v.a); in large_gam()
214 TRUNC(r.a); in small_gam()
223 TRUNC(r.a); in small_gam()
241 t = x, TRUNC(t); in smaller_gam()
244 xx.a = (t + x), TRUNC(xx.a); in smaller_gam()
250 xx.a = x, TRUNC(xx.a); in smaller_gam()
256 d = r.a/x, TRUNC(d); in smaller_gam()
274 t.a = z, TRUNC(t.a); /* t ~= z + c */ in ratfun_gam()
[all …]
Dn_log.c87 #define TRUNC(x) x = (double) (float) (x) macro
91 #define TRUNC(x) *(((int *) &x) + endian) &= 0xf8000000
430 u1 = u, TRUNC(u1); in __weak_alias()
476 u1 = u, TRUNC(u1); in __log__D()
484 TRUNC(r.a); in __log__D()
Dn_pow.c112 #define TRUNC(x) x = (double) (float) x macro
117 #define TRUNC(x) *(((int *) &x)+endian) &= 0xf8000000 macro
220 TRUNC(t.a); in pow_P()
Dn_lgamma.c74 #define TRUNC(x) x = (double) (float) (x) macro
78 #define TRUNC(x) *(((int *) &x) + endian) &= 0xf8000000 macro
188 TRUNC(v.a); in large_lgam()
204 TRUNC(v.a); /* truncate v.a to 26 bits. */ in large_lgam()
Dn_erf.c149 #define TRUNC(x) (x) = (float)(x) macro
152 #define TRUNC(x) *(((int *) &x) + 1) &= 0xf8000000 macro
374 TRUNC(z); in erfc()
/netbsd/src/lib/libm/src/
Db_tgamma.c173 TRUNC(v.a); in large_gam()
200 TRUNC(r.a); in small_gam()
209 TRUNC(r.a); in small_gam()
227 t = x, TRUNC(t); in smaller_gam()
230 xx.a = (t + x), TRUNC(xx.a); in smaller_gam()
236 xx.a = x, TRUNC(xx.a); in smaller_gam()
242 d = r.a/x, TRUNC(d); in smaller_gam()
260 t.a = z, TRUNC(t.a); /* t ~= z + c */ in ratfun_gam()
264 TRUNC(t.a); in ratfun_gam()
266 r.a = p, TRUNC(r.a); /* r = P/Q */ in ratfun_gam()
[all …]
Db_log.c395 u1 = u, TRUNC(u1); in __log__D()
403 TRUNC(r.a); in __log__D()
Dmath_private.h694 #define TRUNC(d) (_b_trunc(&(d))) macro
/netbsd/src/sys/arch/hpc/stand/hpcboot/
Dmemory.h48 TRUNC(const T v, const T x) { in TRUNC() function
100 uint32_t truncPage(uint32_t v) { return TRUNC(v, _page_size); } in truncPage()
104 { return TRUNC(v, uint32_t(WCE_REGION_SIZE)); } in truncRegion()
/netbsd/src/share/doc/papers/px/
Dfig2.3.raw97 ROUND 2.13 Returns \s-2TRUNC\s0(argument + 0.5)
98 TRUNC 2.13 Returns integer part of argument
/netbsd/src/external/gpl3/gdb/dist/gdb/
Dm2-exp.y119 %token SIZE CAP ORD HIGH ABS MIN_FUNC MAX_FUNC FLOAT_FUNC VAL CHR ODD TRUNC
222 exp : TRUNC '(' exp ')'
719 {"TRUNC", TRUNC },
/netbsd/src/external/gpl3/binutils/dist/gas/config/
Dtc-m68k.c944 #define TRUNC(X) ((valueT) (X) & 0xffffffff) macro
945 #define SEXT(X) ((TRUNC (X) ^ 0x80000000) - 0x80000000)
948 #define isubyte(x) ((valueT) TRUNC (x) < 0x100)
950 #define isuword(x) ((valueT) TRUNC (x) < 0x10000)
2022 || TRUNC (opP->disp.exp.X_add_number) - 1 > 7) in m68k_ip()
2068 || TRUNC (opP->disp.exp.X_add_number) > 7) in m68k_ip()
2081 || (TRUNC (opP->disp.exp.X_add_number) != 0xffffffff in m68k_ip()
2082 && TRUNC (opP->disp.exp.X_add_number) - 1 > 6)) in m68k_ip()
2090 || TRUNC (opP->disp.exp.X_add_number) - 1 > 7) in m68k_ip()
2098 || TRUNC (opP->disp.exp.X_add_number) > 511) in m68k_ip()
[all …]
Dtc-tic6x.c34 #define TRUNC(X) ((valueT) (X) & 0xffffffffU) macro
35 #define SEXT(X) ((TRUNC (X) ^ 0x80000000U) - 0x80000000U)
/netbsd/src/external/gpl3/gcc/dist/libgcc/
Dlibgcc2.c1945 # define TRUNC(x) macro
1947 # define TRUNC(x) __asm__ ("" : "=m"(x) : "m"(x)) macro
1964 TRUNC (ac);
1965 TRUNC (bd);
1966 TRUNC (ad);
1967 TRUNC (bc);
/netbsd/src/share/doc/psd/21.ipc/
Dspell.ok106 TRUNC
/netbsd/src/share/doc/psd/05.sysman/
Dspell.ok169 TRUNC
/netbsd/src/external/gpl3/gdb/dist/sim/mips/
DChangeLog-2021873 (PLL.PS, PLU.PS, PUL.PS, PUU.PS, ROUND.L.fmt, TRUNC.L.fmt): Change
930 RECIP.fmt, ROUND.L.fmt, RSQRT.fmt, SWXC1, TRUNC.L.fmt): Add support
1203 (TRUNC.L.fmt, TRUNC.W): Explicitly specify allowed FPU formats.
1206 (SQRT.fmt, TRUNC.L.fmt, TRUNC.W): Remove all uses of check_fmt.
1702 (ROUND.W.fmt, RSQRT.fmt, SQRT.fmt, SUB.fmt, TRUNC.L.fmt, TRUNC.W):
1739 SQRT.fmt, SUB.fmt, SWC1, SWXC1, TRUNC.L.fmt, TRUNC.W, CACHE):
1765 NEG.fmt, ROUND.L.fmt, TRUNC.L.fmt, CEIL.L.fmt, FLOOR.L.fmt,
1766 ROUND.W.fmt, TRUNC.W, CEIL.W, FLOOR.W.fmt, RECIP.fmt, RSQRT.fmt,
1820 SWXC1, TRUNC.L.fmt, TRUNC.W): Use check_fpu.
Dmicromips.igen2652 010101,5.FT,5.FS,0,1.FMT_MICROMIPS,10001100,111011:POOL32F:32,f::TRUNC.L.fmt
2661 010101,5.FT,5.FS,0,1.FMT_MICROMIPS,10101100,111011:POOL32F:32,f::TRUNC.W.fmt
Dmips.igen6504 010001,10,3.FMT!2!3!4!5!6!7,00000,5.FS,5.FD,001001:COP1:32,f::TRUNC.L.fmt
6522 010001,10,3.FMT!2!3!4!5!6!7,00000,5.FS,5.FD,001101:COP1:32,f::TRUNC.W
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dinternal-fn.def277 DEF_INTERNAL_FLT_FLOATN_FN (TRUNC, ECF_CONST, btrunc, unary)
Dbuiltins.cc2020 CASE_MATHFN_FLOATN (TRUNC) \ in mathfn_built_in_2()
/netbsd/src/external/ibm-public/postfix/dist/proto/
Dstop.spell-cc1432 TRUNC
/netbsd/src/sys/arch/mips/mips/
Dfp.S329 PTR_WORD trunc_l_s # func 9 11 TRUNC.L.S MIPS3/MIPS64
333 PTR_WORD trunc_w_s # func 13 15 TRUNC.W.S
395 PTR_WORD trunc_l_d # func 9 11 TRUNC.L.D MIPS3/MIPS64
399 PTR_WORD trunc_w_d # func 13 15 TRUNC.W.D
/netbsd/src/share/man/tools/
Dnewsp.errs1342 TRUNC
/netbsd/src/external/gpl3/binutils/dist/gas/
DChangeLog-20053142 * config/tc-m68k.c (TRUNC, SEXT): Define.

12