/external/llvm/test/ExecutionEngine/ |
test-interp-vec-arithm_float.ll | 8 %C_float = fmul <4 x float> %B_float, %B_float 9 %D_float = fdiv <4 x float> %C_float, %B_float
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/ |
test_byteswap.py | 109 self.assertTrue(c_float.__ctype_le__ is c_float) 110 self.assertTrue(c_float.__ctype_be__.__ctype_le__ is c_float) 112 self.assertTrue(c_float.__ctype_be__ is c_float) 113 self.assertTrue(c_float.__ctype_le__.__ctype_be__ is c_float) 114 s = c_float(math.pi) 118 s = c_float.__ctype_le__(math.pi [all...] |
test_repr.py | 7 c_float, c_double, c_longdouble, c_bool]:
|
test_pep3118.py | 130 (c_float, "<f", None, c_float), 145 (c_float * 4 * 3 * 2, "(2,3,4)<f", (2,3,4), c_float),
|
test_unaligned_structures.py | 14 c_float, c_double,
|
test_functions.py | 72 f.argtypes = [c_byte, c_wchar, c_int, c_long, c_float, c_double] 83 f.argtypes = [c_byte, c_short, c_int, c_long, c_float, c_double] 98 f.argtypes = [c_byte, c_short, c_int, c_long, c_float, c_double] 124 f.argtypes = [c_byte, c_short, c_int, c_long, c_float, c_double] 125 f.restype = c_float 136 f.argtypes = [c_byte, c_short, c_int, c_long, c_float, c_double] 148 f.argtypes = [c_byte, c_short, c_int, c_long, c_float, c_longdouble] 165 f.argtypes = [c_byte, c_short, c_int, c_long, c_float, c_double] 171 f.argtypes = [c_byte, c_short, c_int, c_long, c_float, c_double, c_longlong]
|
test_callbacks.py | 19 if typ == c_float: 27 if typ == c_float: 79 self.check_type(c_float, math.e) 80 self.check_type(c_float, -math.e)
|
/prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/ |
test_byteswap.py | 109 self.assertTrue(c_float.__ctype_le__ is c_float) 110 self.assertTrue(c_float.__ctype_be__.__ctype_le__ is c_float) 112 self.assertTrue(c_float.__ctype_be__ is c_float) 113 self.assertTrue(c_float.__ctype_le__.__ctype_be__ is c_float) 114 s = c_float(math.pi) 118 s = c_float.__ctype_le__(math.pi [all...] |
test_repr.py | 7 c_float, c_double, c_longdouble, c_bool]:
|
test_pep3118.py | 130 (c_float, "<f", None, c_float), 145 (c_float * 4 * 3 * 2, "(2,3,4)<f", (2,3,4), c_float),
|
test_unaligned_structures.py | 14 c_float, c_double,
|
test_functions.py | 72 f.argtypes = [c_byte, c_wchar, c_int, c_long, c_float, c_double] 83 f.argtypes = [c_byte, c_short, c_int, c_long, c_float, c_double] 98 f.argtypes = [c_byte, c_short, c_int, c_long, c_float, c_double] 124 f.argtypes = [c_byte, c_short, c_int, c_long, c_float, c_double] 125 f.restype = c_float 136 f.argtypes = [c_byte, c_short, c_int, c_long, c_float, c_double] 148 f.argtypes = [c_byte, c_short, c_int, c_long, c_float, c_longdouble] 165 f.argtypes = [c_byte, c_short, c_int, c_long, c_float, c_double] 171 f.argtypes = [c_byte, c_short, c_int, c_long, c_float, c_double, c_longlong]
|
test_callbacks.py | 19 if typ == c_float: 27 if typ == c_float: 79 self.check_type(c_float, math.e) 80 self.check_type(c_float, -math.e)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/ |
test_byteswap.py | 109 self.assertTrue(c_float.__ctype_le__ is c_float) 110 self.assertTrue(c_float.__ctype_be__.__ctype_le__ is c_float) 112 self.assertTrue(c_float.__ctype_be__ is c_float) 113 self.assertTrue(c_float.__ctype_le__.__ctype_be__ is c_float) 114 s = c_float(math.pi) 118 s = c_float.__ctype_le__(math.pi [all...] |
test_repr.py | 7 c_float, c_double, c_longdouble, c_bool]:
|
test_pep3118.py | 130 (c_float, "<f", None, c_float), 145 (c_float * 4 * 3 * 2, "(2,3,4)<f", (2,3,4), c_float),
|
test_unaligned_structures.py | 14 c_float, c_double,
|
test_functions.py | 72 f.argtypes = [c_byte, c_wchar, c_int, c_long, c_float, c_double] 83 f.argtypes = [c_byte, c_short, c_int, c_long, c_float, c_double] 98 f.argtypes = [c_byte, c_short, c_int, c_long, c_float, c_double] 124 f.argtypes = [c_byte, c_short, c_int, c_long, c_float, c_double] 125 f.restype = c_float 136 f.argtypes = [c_byte, c_short, c_int, c_long, c_float, c_double] 148 f.argtypes = [c_byte, c_short, c_int, c_long, c_float, c_longdouble] 165 f.argtypes = [c_byte, c_short, c_int, c_long, c_float, c_double] 171 f.argtypes = [c_byte, c_short, c_int, c_long, c_float, c_double, c_longlong]
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/ |
test_byteswap.py | 109 self.assertTrue(c_float.__ctype_le__ is c_float) 110 self.assertTrue(c_float.__ctype_be__.__ctype_le__ is c_float) 112 self.assertTrue(c_float.__ctype_be__ is c_float) 113 self.assertTrue(c_float.__ctype_le__.__ctype_be__ is c_float) 114 s = c_float(math.pi) 118 s = c_float.__ctype_le__(math.pi [all...] |
test_repr.py | 7 c_float, c_double, c_longdouble, c_bool]:
|
test_pep3118.py | 130 (c_float, "<f", None, c_float), 145 (c_float * 4 * 3 * 2, "(2,3,4)<f", (2,3,4), c_float),
|
test_unaligned_structures.py | 14 c_float, c_double,
|
test_functions.py | 72 f.argtypes = [c_byte, c_wchar, c_int, c_long, c_float, c_double] 83 f.argtypes = [c_byte, c_short, c_int, c_long, c_float, c_double] 98 f.argtypes = [c_byte, c_short, c_int, c_long, c_float, c_double] 124 f.argtypes = [c_byte, c_short, c_int, c_long, c_float, c_double] 125 f.restype = c_float 136 f.argtypes = [c_byte, c_short, c_int, c_long, c_float, c_double] 148 f.argtypes = [c_byte, c_short, c_int, c_long, c_float, c_longdouble] 165 f.argtypes = [c_byte, c_short, c_int, c_long, c_float, c_double] 171 f.argtypes = [c_byte, c_short, c_int, c_long, c_float, c_double, c_longlong]
|
/prebuilts/misc/common/swig/include/2.0.11/ocaml/ |
swig.ml | 18 | C_float of float 58 | C_float f -> (int_of_float f) 75 | C_float f -> f 109 let make_float f = C_float f
|
ocaml.swg | 21 #define C_float 9 122 case C_float: 335 fv = caml_swig_alloc(1,C_float); 401 case C_float: 440 case C_float: 557 case C_float:
|