Home
last modified time | relevance | path

Searched defs:num_type (Results 1 – 4 of 4) sorted by relevance

/external/sdv/vsomeip/third_party/boost/ratio/include/boost/ratio/
Dratio.hpp94 typedef boost::intmax_t num_type; typedef in boost::ratio
/external/pigweed/pw_bluetooth_sapphire/host/testing/
Dfake_controller.cc38 void SetBit(NUM_TYPE* num_type, ENUM_TYPE bit) { in SetBit()
43 void UnsetBit(NUM_TYPE* num_type, ENUM_TYPE bit) { in UnsetBit()
48 bool CheckBit(NUM_TYPE num_type, ENUM_TYPE bit) { in CheckBit()
/external/libxml2/
Dxmlschemastypes.c1754 #define PARSE_DIGITS(num, cur, num_type) \ argument
1776 #define PARSE_NUM(num, cur, num_type) \ argument
/external/pytorch/test/dynamo/
Dtest_functions.py426 def test_number_method(self, method, num_type): argument