Searched refs:multiply (Results 1 - 25 of 26) sorted by relevance

12

/freebsd-11.0-release/contrib/netbsd-tests/bin/expr/
H A Dt_expr.sh166 atf_test_case multiply
168 atf_set "descr" "Test the multiply operator (PR bin/12838)"
226 atf_add_test_case multiply
/freebsd-11.0-release/contrib/gcc/config/
H A Dfp-bit.h231 # define multiply fpmul macro
245 # define multiply dpmul macro
261 # define multiply __multf3 macro
281 # define multiply __mulsf3 macro
301 # define multiply __muldf3 macro
432 extern FLO_type multiply (FLO_type, FLO_type);
H A Dfp-bit.c868 Assuming a widening multiply from DImode to TImode is not
947 multiply (FLO_type arg_a, FLO_type arg_b)
/freebsd-11.0-release/contrib/llvm/include/llvm/IR/
H A DConstantRange.h237 ConstantRange multiply(const ConstantRange &Other) const;
/freebsd-11.0-release/libexec/rtld-elf/amd64/
H A Drtld_start.S118 leaq (%rsi,%rsi,2),%rsi # multiply by 3
/freebsd-11.0-release/contrib/llvm/include/llvm/ADT/
H A DAPFloat.h55 /// multiply, divide, fused-multiply-add, conversion-to-float,
297 opStatus multiply(const APFloat &, roundingMode);
328 Result.multiply(RHS, rmNearestTiesToEven);
/freebsd-11.0-release/lib/libc/mips/gen/
H A Dldexp.S76 addu v0, v0, v1 # multiply by (2**N)
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DFloat2Int.cpp280 return Ops[0].multiply(Ops[1]);
/freebsd-11.0-release/contrib/gcc/config/sparc/
H A Dlb1spc.asm20 ! long multiply
59 ! short multiply
/freebsd-11.0-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp320 F0.multiply(createAPFloatFromInt(Semantic, That.IntVal),
323 F0.multiply(That.getFpVal(), APFloat::rmNearestTiesToEven);
/freebsd-11.0-release/contrib/llvm/lib/IR/
H A DConstantRange.cpp645 ConstantRange::multiply(const ConstantRange &Other) const { function in class:ConstantRange
646 // TODO: If either operand is a single element and the multiply is known to
H A DConstantFold.cpp1184 (void)C3V.multiply(C2V, APFloat::rmNearestTiesToEven);
/freebsd-11.0-release/sys/mips/mips/
H A Dfp.S921 * Single precision multiply.
961 multu t2, ta2 # multiply fractions
967 * Double precision multiply.
1016 multu t3, ta3 # multiply fractions (low * low)
1022 multu ta0, ta3 # multiply FS(high) * FT(low)
1027 multu ta1, ta2 # multiply FS(low) * FT(high)
1034 multu ta0, ta2 # multiply FS(high) * FT(high)
/freebsd-11.0-release/contrib/llvm/lib/Analysis/
H A DLazyValueInfo.cpp854 Result.markConstantRange(LHSRange.multiply(RHSRange));
H A DScalarEvolution.cpp954 // to do is multiply by the inverse. Therefore, this step can be done at
2028 // once. If so, merge them together into an multiply expression. Since we
2038 // Merge the values into a multiply.
2127 // Skip over the add expression until we get to a multiply.
2169 // If we are adding something to a multiply expression, make sure the
2170 // something is not already an operand of the multiply. If so, merge it into
2171 // the multiply.
2183 // If the multiply has more than two operands, we must get the
2205 // Check this multiply against other multiplies being added together.
2377 /// any of the add or multiply expression
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Support/
H A DAPFloat.cpp1021 "Lost precision while shifting addend for fused-multiply-add.");
1706 /* Normalized multiply. */
1708 APFloat::multiply(const APFloat &rhs, roundingMode rounding_mode)
1768 fs = V.multiply(rhs, rmNearestTiesToEven);
1808 fs = V.multiply(rhs, rmNearestTiesToEven);
1821 /* Normalized fused-multiply-add. */
3635 // This means we have to multiply N (the significand) by 5^e.
/freebsd-11.0-release/lib/libpmc/
H A Dlibpmc.c1181 __K8MASK(multiply-pipe-excluding-junk-ops, 1),
1184 __K8MASK(multiply-pipe-junk-ops, 4),
2216 PMCMASK(packed-multiply, 0x01),
/freebsd-11.0-release/contrib/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp861 apfLHS.multiply(APFloat(Sem, RHS.IntVal),
/freebsd-11.0-release/contrib/gcc/config/arm/
H A Dlib1funcs.asm71 long multiply instructions. That includes v3M. */
/freebsd-11.0-release/contrib/bmake/mk/
H A Ddirdeps.mk33 # Note: this file gets multiply included.
/freebsd-11.0-release/share/mk/
H A Ddirdeps.mk34 # Note: this file gets multiply included.
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DExprConstant.cpp1832 LHS.multiply(RHS, APFloat::rmNearestTiesToEven);
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp3768 s = V1.multiply(V2, APFloat::rmNearestTiesToEven);
/freebsd-11.0-release/contrib/gcc/doc/include/
H A Dtexinfo.tex5203 \multiply\dimen0 by\tabw % compute previous multiple of \tabw
/freebsd-11.0-release/contrib/amd/doc/
H A Dtexinfo.tex5007 \multiply\dimen0 by\tabw % compute previous multiple of \tabw

Completed in 509 milliseconds

12