Home
last modified time | relevance | path

Searched refs:div_f (Results 1 – 3 of 3) sorted by relevance

/external/llvm/test/CodeGen/Thumb2/
Dfloat-ops.ll63 define float @div_f(float %a, float %b) {
65 ; CHECK-LABEL: div_f:
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Thumb2/
Dfloat-ops.ll63 define float @div_f(float %a, float %b) {
65 ; CHECK-LABEL: div_f:
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dconstant_folding_test.cc687 Output div_f = ops::Div(s.WithOpName("div_f"), xf, cf); in TEST_F() local