HomeSort by relevance Sort by last modified time
    Searched full:c_float (Results 1 - 25 of 38) sorted by null

1 2

  /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
test-interp-vec-loadstore.ll 155 %C_float = or i1 %test_result_float_2, %test_result_float_6
158 %F_float = and i1 %C_float, %D_float
  /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]
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)
test_cfuncs.py 138 self._dll.tf_f.restype = c_float
139 self._dll.tf_f.argtypes = (c_float,)
144 self._dll.tf_bf.restype = c_float
145 self._dll.tf_bf.argtypes = (c_byte, c_float)
test_arrays.py 7 c_long, c_ulonglong, c_float, c_double, c_longdouble
test_numbers.py 29 float_types = [c_double, c_float]
106 # c_float and c_double can be created from
  /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]
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)
test_cfuncs.py 138 self._dll.tf_f.restype = c_float
139 self._dll.tf_f.argtypes = (c_float,)
144 self._dll.tf_bf.restype = c_float
145 self._dll.tf_bf.argtypes = (c_byte, c_float)
test_arrays.py 7 c_long, c_ulonglong, c_float, c_double, c_longdouble
test_numbers.py 29 float_types = [c_double, c_float]
106 # c_float and c_double can be created from
  /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:
swig.mli 16 | C_float of float
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/
wintypes.py 17 FLOAT = c_float
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/
wintypes.py 17 FLOAT = c_float

Completed in 677 milliseconds

1 2