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

  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/
minus1.pass.cpp 31 void test_octal(const char *expected) function
62 test_octal<uint16_t>( "177777");
63 test_octal< int16_t>( "177777");
64 test_octal<uint32_t>( "37777777777");
65 test_octal< int32_t>( "37777777777");
66 test_octal<uint64_t>("1777777777777777777777");
67 test_octal< int64_t>("1777777777777777777777");
68 test_octal<uint64_t>("1777777777777777777777");
70 test_octal< unsigned long>("1777777777777777777777");
71 test_octal< long>("1777777777777777777777")
    [all...]
  /external/libcxx/test/std/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/
minus1.pass.cpp 32 void test_octal(const char *expected) function
63 test_octal<uint16_t>( "177777");
64 test_octal< int16_t>( "177777");
65 test_octal<uint32_t>( "37777777777");
66 test_octal< int32_t>( "37777777777");
67 test_octal<uint64_t>("1777777777777777777777");
68 test_octal< int64_t>("1777777777777777777777");
69 test_octal<uint64_t>("1777777777777777777777");
75 test_octal< unsigned long>("1777777777777777777777");
76 test_octal< long>("1777777777777777777777")
    [all...]

Completed in 122 milliseconds