Searched refs:TRUNC (Results 1 – 13 of 13) sorted by relevance
| /freebsd-10-stable/lib/msun/bsdsrc/ |
| D | b_tgamma.c | 169 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 …]
|
| D | b_log.c | 408 u1 = u, TRUNC(u1); 459 u1 = u, TRUNC(u1); 467 TRUNC(r.a);
|
| D | mathimpl.h | 52 #define TRUNC(d) (_b_trunc(&(d))) macro
|
| /freebsd-10-stable/contrib/gdb/gdb/ |
| D | m2-exp.y | 176 %token SIZE CAP ORD HIGH ABS MIN_FUNC MAX_FUNC FLOAT_FUNC VAL CHR ODD TRUNC 287 exp : TRUNC '(' exp ')' 811 {"TRUNC", TRUNC },
|
| D | m2-exp.c | 81 TRUNC = 283, enumerator 129 #define TRUNC 283 macro 2301 {"TRUNC", TRUNC },
|
| /freebsd-10-stable/contrib/gcc/ |
| D | libgcc2.c | 1809 # 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);
|
| D | ChangeLog-2004 | 15870 FIX_{CEIL,TRUNC,FLOOR,ROUND}_EXPR.
|
| /freebsd-10-stable/share/doc/psd/05.sysman/ |
| D | spell.ok | 91 TRUNC
|
| /freebsd-10-stable/share/doc/psd/21.ipc/ |
| D | spell.ok | 106 TRUNC
|
| /freebsd-10-stable/contrib/llvm/lib/Target/R600/ |
| D | R600Instructions.td | 731 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++/ |
| D | ChangeLog-2000 | 4973 FAILBIT, GOODBIT, APP, ATE, BINARY, IN, OUT, TRUNC): New macros to
|
| /freebsd-10-stable/contrib/gdb/gdb/doc/ |
| D | gdb.info-1 | 7628 `TRUNC(R)'
|
| D | gdb.texinfo | 8880 @item TRUNC(@var{r})
|