Searched refs:GetExponent (Results 1 – 4 of 4) sorted by relevance
/external/webrtc/rtc_base/experiments/ |
D | normalize_simulcast_size_experiment_unittest.cc | 18 TEST(NormalizeSimulcastSizeExperimentTest, GetExponent) { in TEST() argument
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 4136 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/ |
D | SelectionDAGBuilder.cpp | 4952 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/ |
D | SelectionDAGBuilder.cpp | 4739 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()
|