HomeSort by relevance Sort by last modified time
    Searched refs:float_types (Results 1 - 7 of 7) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_numbers.py 29 float_types = [c_double, c_float] variable
57 for t in signed_types + unsigned_types + float_types:
81 for t in signed_types + unsigned_types + float_types:
95 for t in signed_types + unsigned_types + float_types:
100 for t in signed_types + unsigned_types + float_types + bool_types:
112 for t in float_types:
135 for t in signed_types + unsigned_types + float_types + bool_types:
146 for t in signed_types + unsigned_types + float_types:
180 for t in float_types:
222 for t in float_types + [c_longdouble]
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_numbers.py 29 float_types = [c_double, c_float] variable
57 for t in signed_types + unsigned_types + float_types:
81 for t in signed_types + unsigned_types + float_types:
95 for t in signed_types + unsigned_types + float_types:
100 for t in signed_types + unsigned_types + float_types + bool_types:
112 for t in float_types:
135 for t in signed_types + unsigned_types + float_types + bool_types:
146 for t in signed_types + unsigned_types + float_types:
180 for t in float_types:
222 for t in float_types + [c_longdouble]
    [all...]
  /external/chromium_org/third_party/cython/src/Cython/
Shadow.py 354 float_types = ['longdouble', 'double', 'float'] variable
375 for name in float_types:
384 for t in int_types + float_types + complex_types + other_types:
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_atom_array.c 59 static GLuint float_types[4] = { variable
275 case GL_FLOAT: return float_types[size-1];
290 case GL_FLOAT: return float_types[size-1];
  /external/mesa3d/src/mesa/state_tracker/
st_atom_array.c 59 static GLuint float_types[4] = { variable
275 case GL_FLOAT: return float_types[size-1];
290 case GL_FLOAT: return float_types[size-1];
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_draw_upload.c 52 static GLuint float_types[5] = { variable
239 case GL_FLOAT: return float_types[size];
262 case GL_FLOAT: return float_types[size];
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_draw_upload.c 52 static GLuint float_types[5] = { variable
239 case GL_FLOAT: return float_types[size];
262 case GL_FLOAT: return float_types[size];

Completed in 441 milliseconds