HomeSort by relevance Sort by last modified time
    Searched full:c_float (Results 26 - 50 of 70) sorted by null

12 3

  /prebuilts/misc/common/swig/include/2.0.11/ocaml/
swig.mli 16 | C_float of float
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
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_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/gdb/darwin-x86/lib/python2.7/ctypes/test/
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
test_as_parameter.py 27 f.argtypes = [c_byte, c_wchar, c_int, c_long, c_float, c_double]
test_pointers.py 7 c_long, c_ulong, c_longlong, c_ulonglong, c_double, c_float]
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/
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
test_as_parameter.py 27 f.argtypes = [c_byte, c_wchar, c_int, c_long, c_float, c_double]
test_pointers.py 7 c_long, c_ulong, c_longlong, c_ulonglong, c_double, c_float]
  /frameworks/rs/java/tests/RsBLAS_Benchmark/src/com/example/android/rs/blasbenchmark/
SGEMMTest.java 107 float[] c_float = new float[m * n]; local
118 c_float[c_index] = total;
121 return c_float;
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/
wintypes.py 17 FLOAT = c_float
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/
wintypes.py 17 FLOAT = c_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
  /external/llvm/test/ExecutionEngine/
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

Completed in 400 milliseconds

12 3