Home
last modified time | relevance | path

Searched refs:ResultF (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DTargetProcessControl.h59 auto ResultF = ResultP.get_future(); in writeUInt8s() local
61 return ResultF.get(); in writeUInt8s()
66 auto ResultF = ResultP.get_future(); in writeUInt16s() local
68 return ResultF.get(); in writeUInt16s()
73 auto ResultF = ResultP.get_future(); in writeUInt32s() local
75 return ResultF.get(); in writeUInt32s()
80 auto ResultF = ResultP.get_future(); in writeUInt64s() local
82 return ResultF.get(); in writeUInt64s()
87 auto ResultF = ResultP.get_future(); in writeBuffers() local
89 return ResultF.get(); in writeBuffers()
/external/gemmlowp/fixedpoint/
Dfixedpoint.h760 typedef FixedPoint<tRawType, 0> ResultF;
766 ResultF result = exp_on_interval_between_negative_one_quarter_and_0_excl(
772 const ResultF kMultiplier = GEMMLOWP_CHECKED_FIXEDPOINT_CONSTANT( \
773 ResultF, FixedPointMultiplier, std::exp(-std::pow(2.0, Exponent))); \
796 result = SelectUsingMask(MaskIfLessThan(a, clamp), ResultF::Zero(), result);
799 result = SelectUsingMask(MaskIfZero(a), ResultF::One(), result);
841 typedef FixedPoint<tRawType, 0> ResultF;
845 ResultF t = neg_tanh_on_negative_values(n);
846 return SelectUsingMask(mask_if_zero, ResultF::Zero(),
887 typedef FixedPoint<tRawType, 0> ResultF;
[all …]
/external/llvm-project/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp818 auto ResultF = ResultP->get_future(); in linkAndVerify() local
825 auto Result = ResultF.get(); in linkAndVerify()
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DCore.cpp1855 auto ResultF = ResultP.get_future(); in lookupFlags() local
1856 return ResultF.get(); in lookupFlags()