Searched refs:TRUNC (Results 1 – 10 of 10) sorted by relevance
| /freebsd/tests/sys/kern/ |
| H A D | ssl_sendfile.c | 357 #define TRUNC (FSIZE - 1024) in ATF_TC_BODY() macro 371 ATF_REQUIRE(ftruncate(c.fd, TRUNC) == 0); in ATF_TC_BODY() 373 while (nread < TRUNC && (n = SSL_read_b(c.cln, buf, sizeof(buf))) > 0) { in ATF_TC_BODY() 377 ATF_REQUIRE(nread == TRUNC); in ATF_TC_BODY() 378 require_sbytes(&c, TRUNC); in ATF_TC_BODY()
|
| /freebsd/lib/msun/bsdsrc/ |
| H A D | mathimpl.h | 50 #define TRUNC(d) (_b_trunc(&(d))) macro
|
| /freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/man/ |
| H A D | spell.ok | 66 TRUNC
|
| /freebsd/share/doc/psd/05.sysman/ |
| H A D | spell.ok | 91 TRUNC
|
| /freebsd/share/doc/psd/21.ipc/ |
| H A D | spell.ok | 106 TRUNC
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | EvergreenInstructions.td | 763 // TRUNC is used for the FLT_TO_INT instructions to work around a 773 def : EGOrCaymanPat<(fp_to_sint f32:$src0), (FLT_TO_INT_eg (TRUNC $src0))>; 775 def : EGOrCaymanPat<(fp_to_uint f32:$src0), (FLT_TO_UINT_eg (TRUNC $src0))>;
|
| H A D | R600Instructions.td | 783 def TRUNC : R600_1OP_Helper <0x11, "TRUNC", ftrunc>;
|
| H A D | SIInstructions.td | 3067 // Matching separate SRL and TRUNC instructions 3068 // with dependent operands (SRL dest is source of TRUNC)
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyInstrFloat.td | 66 defm TRUNC : UnaryFP<ftrunc, "trunc", 0x8f, 0x9d>;
|
| H A D | WebAssemblyInstrSIMD.td | 1238 defm TRUNC: SIMDUnary<F32x4, ftrunc, "trunc", 0x69>; 1242 defm TRUNC: SIMDUnary<F64x2, ftrunc, "trunc", 0x7a>; 1246 defm TRUNC : HalfPrecisionUnary<F16x8, ftrunc, "trunc", 0x135>;
|