Home
last modified time | relevance | path

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

/external/webrtc/rtc_base/experiments/
Dnormalize_simulcast_size_experiment_unittest.cc18 TEST(NormalizeSimulcastSizeExperimentTest, GetExponent) { in TEST() argument
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp4136 static SDValue GetExponent(SelectionDAG &DAG, SDValue Op, in GetExponent() function
4280 SDValue Exp = GetExponent(DAG, Op1, TLI, dl); in expandLog()
4379 SDValue LogOfExponent = GetExponent(DAG, Op1, TLI, dl); in expandLog2()
4477 SDValue Exp = GetExponent(DAG, Op1, TLI, dl); in expandLog10()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp4952 static SDValue GetExponent(SelectionDAG &DAG, SDValue Op, in GetExponent() function
5094 SDValue Exp = GetExponent(DAG, Op1, TLI, dl); in expandLog()
5193 SDValue LogOfExponent = GetExponent(DAG, Op1, TLI, dl); in expandLog2()
5290 SDValue Exp = GetExponent(DAG, Op1, TLI, dl); in expandLog10()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp4739 static SDValue GetExponent(SelectionDAG &DAG, SDValue Op, in GetExponent() function
4881 SDValue Exp = GetExponent(DAG, Op1, TLI, dl); in expandLog()
4980 SDValue LogOfExponent = GetExponent(DAG, Op1, TLI, dl); in expandLog2()
5077 SDValue Exp = GetExponent(DAG, Op1, TLI, dl); in expandLog10()