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)
56 Label add3_double; local
57 masm.Bind(&add3_double);
68 simulator.RunFrom(masm.GetLabelAddress<Instruction*>(&add3_double));
  /external/vixl/test/examples/
test-examples.cc 333 TEST_FUNCTION(add3_double); \
337 TEST(add3_double) {
340 Label add3_double; local
341 masm.Bind(&add3_double);

Completed in 478 milliseconds