Home
last modified time | relevance | path

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

/freebsd-10-stable/lib/msun/bsdsrc/
Db_tgamma.c169 TRUNC(v.a);
197 TRUNC(r.a);
206 TRUNC(r.a);
225 t = x, TRUNC(t);
228 xx.a = (t + x), TRUNC(xx.a);
234 xx.a = x, TRUNC(xx.a);
240 d = r.a/x, TRUNC(d);
259 t.a = z, TRUNC(t.a); /* t ~= z + c */
263 TRUNC(t.a);
265 r.a = p, TRUNC(r.a); /* r = P/Q */
[all …]
Db_log.c408 u1 = u, TRUNC(u1);
459 u1 = u, TRUNC(u1);
467 TRUNC(r.a);
Dmathimpl.h52 #define TRUNC(d) (_b_trunc(&(d))) macro
/freebsd-10-stable/contrib/gdb/gdb/
Dm2-exp.y176 %token SIZE CAP ORD HIGH ABS MIN_FUNC MAX_FUNC FLOAT_FUNC VAL CHR ODD TRUNC
287 exp : TRUNC '(' exp ')'
811 {"TRUNC", TRUNC },
Dm2-exp.c81 TRUNC = 283, enumerator
129 #define TRUNC 283 macro
2301 {"TRUNC", TRUNC },
/freebsd-10-stable/contrib/gcc/
Dlibgcc2.c1809 # define TRUNC(x) macro
1811 # define TRUNC(x) __asm__ ("" : "=m"(x) : "m"(x)) macro
1827 TRUNC (ac);
1828 TRUNC (bd);
1829 TRUNC (ad);
1830 TRUNC (bc);
DChangeLog-200415870 FIX_{CEIL,TRUNC,FLOOR,ROUND}_EXPR.
/freebsd-10-stable/share/doc/psd/05.sysman/
Dspell.ok91 TRUNC
/freebsd-10-stable/share/doc/psd/21.ipc/
Dspell.ok106 TRUNC
/freebsd-10-stable/contrib/llvm/lib/Target/R600/
DR600Instructions.td731 def TRUNC : R600_1OP_Helper <0x11, "TRUNC", int_AMDGPU_trunc>;
1724 // TRUNC is used for the FLT_TO_INT instructions to work around a
1734 def : Pat<(fp_to_sint f32:$src0), (FLT_TO_INT_eg (TRUNC $src0))>;
1736 def : Pat<(fp_to_uint f32:$src0), (FLT_TO_UINT_eg (TRUNC $src0))>;
/freebsd-10-stable/contrib/libstdc++/
DChangeLog-20004973 FAILBIT, GOODBIT, APP, ATE, BINARY, IN, OUT, TRUNC): New macros to
/freebsd-10-stable/contrib/gdb/gdb/doc/
Dgdb.info-17628 `TRUNC(R)'
Dgdb.texinfo8880 @item TRUNC(@var{r})