Searched refs:test_octal (Results 1 – 1 of 1) sorted by relevance
35 void test_octal(const char *expected) in test_octal() function66 test_octal<uint16_t>( "177777"); in main()67 test_octal< int16_t>( "177777"); in main()68 test_octal<uint32_t>( "37777777777"); in main()69 test_octal< int32_t>( "37777777777"); in main()70 test_octal<uint64_t>("1777777777777777777777"); in main()71 test_octal< int64_t>("1777777777777777777777"); in main()72 test_octal<uint64_t>("1777777777777777777777"); in main()78 test_octal< unsigned long>("1777777777777777777777"); in main()79 test_octal< long>("1777777777777777777777"); in main()[all …]