Searched refs:clamp (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.2-release/contrib/gcclibs/libdecnumber/
H A DdecContext.c62 context->clamp = 0; /* no clamping */
77 context->clamp = 1; /* clamp exponents */
88 context->clamp = 1; /* clamp exponents */
99 context->clamp = 1; /* clamp exponents */
H A DdecContext.h41 /* clamp -- must be either 0 or 1 */
80 uint8_t clamp; /* flag: apply IEEE exponent clamp */ member in struct:__anon1263
H A DdecNumber.c1755 todrop = dropped; /* clamp to those available */
5107 /* decFinalize -- final check, clamp, and round of a number */
5143 /* Check for overflow [redundant in the 'rare' case] or clamp */
5147 /* here when we might have an overflow or clamp to do */
5153 /* here when the result is normal but in clamp range */
5154 if (!set->clamp)
5157 /* here when we need to apply the IEEE exponent clamp (fold-down) */
5190 if (set->clamp)
5193 { /* clamp required */
5299 { /* clamp require
[all...]
/freebsd-10.2-release/sys/dev/drm/
H A Dr300_cmdbuf.c995 int clamp; local
1004 clamp = !!(header.r500fp.adrhi_flags & R500FP_CONSTANT_CLAMP);
1007 addr |= (clamp << 17);
/freebsd-10.2-release/contrib/llvm/lib/Target/R600/
H A DR600InstrInfo.cpp1199 OPERAND_CASE(AMDGPU::OpName::clamp)
1241 AMDGPU::OpName::clamp,
1319 FlagIndex = getOperandIdx(*MI, AMDGPU::OpName::clamp);
H A DR600ISelLowering.cpp1911 AMDGPU::OpName::clamp);

Completed in 108 milliseconds