Home
last modified time | relevance | path

Searched refs:hex_from_char (Results 1 – 1 of 1) sorted by relevance

/third_party/python/Objects/
Dfloatobject.c1121 hex_from_char(char c) { in hex_from_char() function
1369 while (hex_from_char(*s) >= 0) in float_fromhex()
1374 while (hex_from_char(*s) >= 0) in float_fromhex()
1407 #define HEX_DIGIT(j) hex_from_char(*((j) < fdigits ? \ in float_fromhex()