Searched refs:x_str (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython2/Lib/test/ |
D | double_const.py | 19 def check_ok(x, x_str): argument 21 x2 = eval(x_str) 27 raise TestFailed("Manifest const %s lost too much precision " % x_str)
|
/external/python/cpython3/Lib/test/ |
D | double_const.py | 19 def check_ok(x, x_str): argument 21 x2 = eval(x_str) 27 raise TestFailed("Manifest const %s lost too much precision " % x_str)
|
/external/wpa_supplicant_8/src/common/ |
D | dpp_crypto.c | 151 char *x_str = NULL, *y_str = NULL; in dpp_debug_print_point() local 163 x_str = BN_bn2hex(x); in dpp_debug_print_point() 165 if (!x_str || !y_str) in dpp_debug_print_point() 168 wpa_printf(MSG_DEBUG, "%s (%s,%s)", title, x_str, y_str); in dpp_debug_print_point() 171 OPENSSL_free(x_str); in dpp_debug_print_point()
|
/external/tensorflow/tensorflow/python/ops/ |
D | image_ops_test.py | 5883 x_str = image_ops_impl.encode_png(x) 5885 x_str, channels=3, dtype=dtypes.uint16)
|