Home
last modified time | relevance | path

Searched refs:MathOp (Results 1 – 25 of 184) sorted by relevance

12345678

/dports/databases/hsqldb/hsqldb-2.3.4/hsqldb/src/org/hsqldb/cmdline/sqltool/
H A DCalculator.java46 private enum MathOp { enum in Calculator
56 MathOp(char c) { this.c = c; } in MathOp() method in Calculator.MathOp
59 public static MathOp valueOf(char c) { in valueOf()
60 for (MathOp o : MathOp.values()) in valueOf()
65 private EnumSet<MathOp> TradOrLParen =
66 EnumSet.of(MathOp.ADD, MathOp.SUBTRACT, MathOp.LPAREN,
67 MathOp.MULTIPLY, MathOp.DIVIDE, MathOp.REM, MathOp.POWER);
107 public MathOp op;
203 MathOp op; in reduce()
225 if (op != MathOp.POWER) { in reduce()
[all …]
/dports/www/firefox/firefox-99.0/third_party/rust/naga/src/back/spv/
H A Dblock.rs472 enum MathOp { in cache_expression_value() enum
530 Mf::Sin => MathOp::Ext(spirv::GLOp::Sin), in cache_expression_value()
533 Mf::Cos => MathOp::Ext(spirv::GLOp::Cos), in cache_expression_value()
536 Mf::Tan => MathOp::Ext(spirv::GLOp::Tan), in cache_expression_value()
577 Mf::Exp => MathOp::Ext(spirv::GLOp::Exp), in cache_expression_value()
579 Mf::Log => MathOp::Ext(spirv::GLOp::Log), in cache_expression_value()
581 Mf::Pow => MathOp::Ext(spirv::GLOp::Pow), in cache_expression_value()
588 Mf::Fma => MathOp::Ext(spirv::GLOp::Fma), in cache_expression_value()
649 MathOp::Custom(Instruction::ternary( in cache_expression_value()
686 MathOp::Ext(op) => Instruction::ext_inst( in cache_expression_value()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/opto/
H A Dmathexactnode.hpp72 typedef AddINode MathOp; typedef in OverflowAddINode
83 typedef SubINode MathOp; typedef in OverflowSubINode
94 typedef MulINode MathOp; typedef in OverflowMulINode
105 typedef AddLNode MathOp; typedef in OverflowAddLNode
116 typedef SubLNode MathOp; typedef in OverflowSubLNode
127 typedef MulLNode MathOp; typedef in OverflowMulLNode
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/opto/
H A Dmathexactnode.hpp72 typedef AddINode MathOp; typedef in OverflowAddINode
83 typedef SubINode MathOp; typedef in OverflowSubINode
94 typedef MulINode MathOp; typedef in OverflowMulINode
105 typedef AddLNode MathOp; typedef in OverflowAddLNode
116 typedef SubLNode MathOp; typedef in OverflowSubLNode
127 typedef MulLNode MathOp; typedef in OverflowMulLNode
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/opto/
H A Dmathexactnode.hpp72 typedef AddINode MathOp; typedef in OverflowAddINode
83 typedef SubINode MathOp; typedef in OverflowSubINode
94 typedef MulINode MathOp; typedef in OverflowMulINode
105 typedef AddLNode MathOp; typedef in OverflowAddLNode
116 typedef SubLNode MathOp; typedef in OverflowSubLNode
127 typedef MulLNode MathOp; typedef in OverflowMulLNode
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/opto/
H A Dmathexactnode.hpp72 typedef AddINode MathOp; typedef in OverflowAddINode
83 typedef SubINode MathOp; typedef in OverflowSubINode
94 typedef MulINode MathOp; typedef in OverflowMulINode
105 typedef AddLNode MathOp; typedef in OverflowAddLNode
116 typedef SubLNode MathOp; typedef in OverflowSubLNode
127 typedef MulLNode MathOp; typedef in OverflowMulLNode
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/opto/
H A Dmathexactnode.hpp72 typedef AddINode MathOp; typedef in OverflowAddINode
83 typedef SubINode MathOp; typedef in OverflowSubINode
94 typedef MulINode MathOp; typedef in OverflowMulINode
105 typedef AddLNode MathOp; typedef in OverflowAddLNode
116 typedef SubLNode MathOp; typedef in OverflowSubLNode
127 typedef MulLNode MathOp; typedef in OverflowMulLNode
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/opto/
H A Dmathexactnode.hpp72 typedef AddINode MathOp; typedef in OverflowAddINode
83 typedef SubINode MathOp; typedef in OverflowSubINode
94 typedef MulINode MathOp; typedef in OverflowMulINode
105 typedef AddLNode MathOp; typedef in OverflowAddLNode
116 typedef SubLNode MathOp; typedef in OverflowSubLNode
127 typedef MulLNode MathOp; typedef in OverflowMulLNode
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/opto/
H A Dmathexactnode.hpp72 typedef AddINode MathOp; typedef in OverflowAddINode
83 typedef SubINode MathOp; typedef in OverflowSubINode
94 typedef MulINode MathOp; typedef in OverflowMulINode
105 typedef AddLNode MathOp; typedef in OverflowAddLNode
116 typedef SubLNode MathOp; typedef in OverflowSubLNode
127 typedef MulLNode MathOp; typedef in OverflowMulLNode
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/opto/
H A Dmathexactnode.hpp72 typedef AddINode MathOp; typedef in OverflowAddINode
83 typedef SubINode MathOp; typedef in OverflowSubINode
94 typedef MulINode MathOp; typedef in OverflowMulINode
105 typedef AddLNode MathOp; typedef in OverflowAddLNode
116 typedef SubLNode MathOp; typedef in OverflowSubLNode
127 typedef MulLNode MathOp; typedef in OverflowMulLNode
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/opto/
H A Dmathexactnode.hpp72 typedef AddINode MathOp; typedef in OverflowAddINode
83 typedef SubINode MathOp; typedef in OverflowSubINode
94 typedef MulINode MathOp; typedef in OverflowMulINode
105 typedef AddLNode MathOp; typedef in OverflowAddLNode
116 typedef SubLNode MathOp; typedef in OverflowSubLNode
127 typedef MulLNode MathOp; typedef in OverflowMulLNode
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/opto/
H A Dmathexactnode.hpp72 typedef AddINode MathOp; typedef in OverflowAddINode
83 typedef SubINode MathOp; typedef in OverflowSubINode
94 typedef MulINode MathOp; typedef in OverflowMulINode
105 typedef AddLNode MathOp; typedef in OverflowAddLNode
116 typedef SubLNode MathOp; typedef in OverflowSubLNode
127 typedef MulLNode MathOp; typedef in OverflowMulLNode
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/naga/src/back/spv/
H A Dwriter.rs1738 enum MathOp { in cache_expression_value() enum
1791 Mf::Sin => MathOp::Ext(spirv::GLOp::Sin), in cache_expression_value()
1794 Mf::Cos => MathOp::Ext(spirv::GLOp::Cos), in cache_expression_value()
1797 Mf::Tan => MathOp::Ext(spirv::GLOp::Tan), in cache_expression_value()
1833 Mf::Exp => MathOp::Ext(spirv::GLOp::Exp), in cache_expression_value()
1835 Mf::Log => MathOp::Ext(spirv::GLOp::Log), in cache_expression_value()
1837 Mf::Pow => MathOp::Ext(spirv::GLOp::Pow), in cache_expression_value()
1844 Mf::Fma => MathOp::Ext(spirv::GLOp::Fma), in cache_expression_value()
1845 Mf::Mix => MathOp::Ext(spirv::GLOp::FMix), in cache_expression_value()
1865 MathOp::Ext(op) => Instruction::ext_inst( in cache_expression_value()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/naga/src/back/spv/
H A Dwriter.rs1738 enum MathOp { in cache_expression_value() enum
1791 Mf::Sin => MathOp::Ext(spirv::GLOp::Sin), in cache_expression_value()
1794 Mf::Cos => MathOp::Ext(spirv::GLOp::Cos), in cache_expression_value()
1797 Mf::Tan => MathOp::Ext(spirv::GLOp::Tan), in cache_expression_value()
1833 Mf::Exp => MathOp::Ext(spirv::GLOp::Exp), in cache_expression_value()
1835 Mf::Log => MathOp::Ext(spirv::GLOp::Log), in cache_expression_value()
1837 Mf::Pow => MathOp::Ext(spirv::GLOp::Pow), in cache_expression_value()
1844 Mf::Fma => MathOp::Ext(spirv::GLOp::Fma), in cache_expression_value()
1845 Mf::Mix => MathOp::Ext(spirv::GLOp::FMix), in cache_expression_value()
1865 MathOp::Ext(op) => Instruction::ext_inst( in cache_expression_value()
[all …]
/dports/misc/openvdb/openvdb-9.0.0/openvdb/openvdb/tools/
H A DStatistics.h287 struct MathOp
304 MathOp(const IterT& iter, const OpT& op):
334 inline void join(MathOp& other) { mStats.add(other.mStats); }
391 stats_internal::MathOp<IterT, OperatorT, math::Extrema> func(iter, op);
400 stats_internal::MathOp<IterT, OperatorT, math::Stats> func(iter, op);
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/numerics/
H A Dsafe_math_shared_impl.h212 return CL_ABBR##MathOp<CLASS##OP_NAME##Op, L, R, Args...>(lhs, rhs, \
224 return decltype(lhs OP rhs)::template MathOp<CLASS##OP_NAME##Op>(lhs, \
232 return MathOp<CLASS##OP_NAME##Op>(rhs); \
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/numerics/
H A Dsafe_math_shared_impl.h211 return CL_ABBR##MathOp<CLASS##OP_NAME##Op, L, R, Args...>(lhs, rhs, \
223 return decltype(lhs OP rhs)::template MathOp<CLASS##OP_NAME##Op>(lhs, \
231 return MathOp<CLASS##OP_NAME##Op>(rhs); \
/dports/www/firefox-esr/firefox-91.8.0/security/sandbox/chromium/base/numerics/
H A Dsafe_math_shared_impl.h212 return CL_ABBR##MathOp<CLASS##OP_NAME##Op, L, R, Args...>(lhs, rhs, \
224 return decltype(lhs OP rhs)::template MathOp<CLASS##OP_NAME##Op>(lhs, \
232 return MathOp<CLASS##OP_NAME##Op>(rhs); \
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/gn/base/numerics/
H A Dsafe_math_shared_impl.h209 return CL_ABBR##MathOp<CLASS##OP_NAME##Op, L, R, Args...>(lhs, rhs, \
221 return decltype(lhs OP rhs)::template MathOp<CLASS##OP_NAME##Op>(lhs, \
229 return MathOp<CLASS##OP_NAME##Op>(rhs); \
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/third_party/base/numerics/
H A Dsafe_math_shared_impl.h213 return CL_ABBR##MathOp<CLASS##OP_NAME##Op, L, R, Args...>(lhs, rhs, \
225 return decltype(lhs OP rhs)::template MathOp<CLASS##OP_NAME##Op>(lhs, \
233 return MathOp<CLASS##OP_NAME##Op>(rhs); \
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/gn/src/base/numerics/
H A Dsafe_math_shared_impl.h208 return CL_ABBR##MathOp<CLASS##OP_NAME##Op, L, R, Args...>(lhs, rhs, \
220 return decltype(lhs OP rhs)::template MathOp<CLASS##OP_NAME##Op>(lhs, \
228 return MathOp<CLASS##OP_NAME##Op>(rhs); \
/dports/www/firefox/firefox-99.0/security/sandbox/chromium/base/numerics/
H A Dsafe_math_shared_impl.h212 return CL_ABBR##MathOp<CLASS##OP_NAME##Op, L, R, Args...>(lhs, rhs, \
224 return decltype(lhs OP rhs)::template MathOp<CLASS##OP_NAME##Op>(lhs, \
232 return MathOp<CLASS##OP_NAME##Op>(rhs); \
/dports/lang/spidermonkey60/firefox-60.9.0/security/sandbox/chromium/base/numerics/
H A Dsafe_math_shared_impl.h208 return CL_ABBR##MathOp<CLASS##OP_NAME##Op, L, R, Args...>(lhs, rhs, \
219 return decltype(lhs OP rhs)::template MathOp<CLASS##OP_NAME##Op>(lhs, \
226 return MathOp<CLASS##OP_NAME##Op>(rhs); \
/dports/devel/gn/gn-1962/src/base/numerics/
H A Dsafe_math_shared_impl.h208 return CL_ABBR##MathOp<CLASS##OP_NAME##Op, L, R, Args...>(lhs, rhs, \
220 return decltype(lhs OP rhs)::template MathOp<CLASS##OP_NAME##Op>(lhs, \
228 return MathOp<CLASS##OP_NAME##Op>(rhs); \
/dports/mail/thunderbird/thunderbird-91.8.0/security/sandbox/chromium/base/numerics/
H A Dsafe_math_shared_impl.h212 return CL_ABBR##MathOp<CLASS##OP_NAME##Op, L, R, Args...>(lhs, rhs, \
224 return decltype(lhs OP rhs)::template MathOp<CLASS##OP_NAME##Op>(lhs, \
232 return MathOp<CLASS##OP_NAME##Op>(rhs); \

12345678