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

1 2 3 4 5

  /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
  /external/python/cpython2/Lib/ctypes/test/
test_byteswap.py 110 self.assertIs(c_float.__ctype_le__, c_float)
111 self.assertIs(c_float.__ctype_be__.__ctype_le__, c_float)
113 self.assertIs(c_float.__ctype_be__, c_float)
114 self.assertIs(c_float.__ctype_le__.__ctype_be__, c_float)
115 s = c_float(math.pi)
119 s = c_float.__ctype_le__(math.pi
    [all...]
test_repr.py 7 c_float, c_double, c_longdouble, c_bool]:
test_pep3118.py 134 (c_float, "<f", None, c_float),
149 (c_float * 4 * 3 * 2, "<f", (2,3,4), c_float),
test_unaligned_structures.py 14 c_float, c_double,
  /external/python/cpython3/Lib/ctypes/test/
test_byteswap.py 130 self.assertIs(c_float.__ctype_le__, c_float)
131 self.assertIs(c_float.__ctype_be__.__ctype_le__, c_float)
133 self.assertIs(c_float.__ctype_be__, c_float)
134 self.assertIs(c_float.__ctype_le__.__ctype_be__, c_float)
135 s = c_float(math.pi)
139 s = c_float.__ctype_le__(math.pi
    [all...]
test_repr.py 7 c_float, c_double, c_longdouble, c_bool]:
test_pep3118.py 137 (c_float, "<f", (), c_float),
152 (c_float * 4 * 3 * 2, "<f", (2,3,4), c_float),
test_unaligned_structures.py 14 c_float, c_double,
  /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,
  /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,
  /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,
  /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),
  /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

Completed in 193 milliseconds

1 2 3 4 5