HomeSort by relevance Sort by last modified time
    Searched refs:add3_double (Results 1 - 2 of 2) sorted by null

  /external/vixl/examples/
add3-double.cc 33 // double add3_double(double x, double y, double z)
55 Label add3_double; local
56 masm.Bind(&add3_double);
67 simulator.RunFrom(add3_double.target());
  /external/vixl/test/examples/
test-examples.cc 223 TEST_FUNCTION(add3_double); \
227 TEST(add3_double) {
230 Label add3_double; local
231 masm.Bind(&add3_double);

Completed in 613 milliseconds