Searched defs:i10 (Results 1 - 7 of 7) sorted by relevance

/external/clang/test/SemaCXX/
H A Dconstant-expression.cpp57 i10 = sizeof(Struct), member in struct:C
/external/chromium_org/third_party/mesa/src/src/mesa/vbo/
H A Dvbo_attrib_tmp.h102 static inline float conv_i10_to_i(int i10) argument
105 val.x = i10;
116 static inline float conv_i10_to_norm_float(int i10) argument
119 val.x = i10;
/external/libcxx/test/algorithms/alg.sorting/alg.heap.operations/is.heap/
H A Dis_heap.pass.cpp36 int i10[] = {1, 1, 0}; local
43 assert(std::is_heap(i10, i10+3) == (std::is_heap_until(i10, i10+3) == i10+3));
H A Dis_heap_comp.pass.cpp37 int i10[] = {1, 1, 0}; local
44 assert(std::is_heap(i10, i10+3, std::greater<int>()) == (std::is_heap_until(i10, i10+3, std::greater<int>()) == i10+3));
H A Dis_heap_until.pass.cpp36 int i10[] = {1, 1, 0}; local
43 assert(std::is_heap_until(i10, i10+3) == i10+3);
H A Dis_heap_until_comp.pass.cpp37 int i10[] = {1, 1, 0}; local
44 assert(std::is_heap_until(i10, i10+3, std::greater<int>()) == i10+2);
/external/mesa3d/src/mesa/vbo/
H A Dvbo_attrib_tmp.h102 static inline float conv_i10_to_i(int i10) argument
105 val.x = i10;
116 static inline float conv_i10_to_norm_float(int i10) argument
119 val.x = i10;

Completed in 166 milliseconds