Home
last modified time | relevance | path

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

/freebsd/tests/sys/kern/
H A Dssl_sendfile.c357 #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 Dmathimpl.h50 #define TRUNC(d) (_b_trunc(&(d))) macro
/freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/man/
H A Dspell.ok66 TRUNC
/freebsd/share/doc/psd/05.sysman/
H A Dspell.ok91 TRUNC
/freebsd/share/doc/psd/21.ipc/
H A Dspell.ok106 TRUNC
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DEvergreenInstructions.td763 // 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 DR600Instructions.td783 def TRUNC : R600_1OP_Helper <0x11, "TRUNC", ftrunc>;
H A DSIInstructions.td3067 // 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 DWebAssemblyInstrFloat.td66 defm TRUNC : UnaryFP<ftrunc, "trunc", 0x8f, 0x9d>;
H A DWebAssemblyInstrSIMD.td1238 defm TRUNC: SIMDUnary<F32x4, ftrunc, "trunc", 0x69>;
1242 defm TRUNC: SIMDUnary<F64x2, ftrunc, "trunc", 0x7a>;
1246 defm TRUNC : HalfPrecisionUnary<F16x8, ftrunc, "trunc", 0x135>;