Home
last modified time | relevance | path

Searched refs:float_pow (Results 1 – 5 of 5) sorted by relevance

/external/llvm/test/Transforms/InstCombine/
Dwin-math.ll180 define float @float_pow(float %x, float %y) nounwind readnone {
181 ; WIN32-LABEL: @float_pow(
/external/llvm-project/llvm/test/Transforms/InstCombine/
Dwin-math.ll207 define float @float_pow(float %x, float %y) nounwind readnone {
208 ; CHECK-LABEL: @float_pow(
/external/python/cpython3/Objects/
Dfloatobject.c688 float_pow(PyObject *v, PyObject *w, PyObject *z) in float_pow() function
1852 float_pow, /* nb_power */
/external/python/cpython2/Objects/
Dfloatobject.c818 float_pow(PyObject *v, PyObject *w, PyObject *z) in float_pow() function
2083 float_pow, /*nb_power*/
/external/tensorflow/tensorflow/compiler/mlir/hlo/tests/
Dhlo-legalize-to-linalg.mlir881 // CHECK-LABEL: func @float_pow
882 func @float_pow(%lhs: tensor<2x2xf32>,