HomeSort by relevance Sort by last modified time
    Searched full:vec (Results 201 - 225 of 621) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
basic-block.h 25 #include "vec.h"
132 VEC(edge,gc) *preds;
133 VEC(edge,gc) *succs;
297 VEC(basic_block,gc) *x_basic_block_info;
313 VEC(basic_block,gc) *x_label_to_block_map;
596 VEC(edge,gc) **container;
599 static inline VEC(edge,gc) *
611 ei_start_1 (VEC(edge,gc) **ev)
624 ei_last_1 (VEC(edge,gc) **ev)
845 extern VEC (basic_block, heap) *get_dominated_by (enum cdi_direction, basic_block)
    [all...]
except.h 208 VEC(eh_region,gc) *region_array;
211 VEC(eh_landing_pad,gc) *lp_array;
219 VEC(tree,gc) *ttype_data;
226 VEC(tree,gc) * GTY((tag ("1"))) arm_eabi;
227 VEC(uchar,gc) * GTY((tag ("0"))) other;
ipa-prop.h 25 #include "vec.h"
169 VEC (tree, heap) *types;
331 extern VEC (ipa_node_params_t, heap) *ipa_node_params_vector;
333 extern GTY(()) VEC (ipa_edge_args_t, gc) *ipa_edge_args_vector;
430 VEC (cgraph_edge_p, heap) **new_edges);
504 typedef VEC (ipa_parm_adjustment_t, heap) *ipa_parm_adjustment_vec;
506 VEC(tree, heap) *ipa_get_vector_of_formal_parms (tree fndecl);
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
basic-block.h 25 #include "vec.h"
132 VEC(edge,gc) *preds;
133 VEC(edge,gc) *succs;
297 VEC(basic_block,gc) *x_basic_block_info;
313 VEC(basic_block,gc) *x_label_to_block_map;
596 VEC(edge,gc) **container;
599 static inline VEC(edge,gc) *
611 ei_start_1 (VEC(edge,gc) **ev)
624 ei_last_1 (VEC(edge,gc) **ev)
845 extern VEC (basic_block, heap) *get_dominated_by (enum cdi_direction, basic_block)
    [all...]
except.h 208 VEC(eh_region,gc) *region_array;
211 VEC(eh_landing_pad,gc) *lp_array;
219 VEC(tree,gc) *ttype_data;
226 VEC(tree,gc) * GTY((tag ("1"))) arm_eabi;
227 VEC(uchar,gc) * GTY((tag ("0"))) other;
ipa-prop.h 25 #include "vec.h"
169 VEC (tree, heap) *types;
331 extern VEC (ipa_node_params_t, heap) *ipa_node_params_vector;
333 extern GTY(()) VEC (ipa_edge_args_t, gc) *ipa_edge_args_vector;
430 VEC (cgraph_edge_p, heap) **new_edges);
504 typedef VEC (ipa_parm_adjustment_t, heap) *ipa_parm_adjustment_vec;
506 VEC(tree, heap) *ipa_get_vector_of_formal_parms (tree fndecl);
  /external/freetype/src/pshinter/
pshalgo.c 1188 FT_Vector* vec = glyph->outline->points; local
1193 for ( ; count > 0; count--, point++, vec++ )
1224 FT_Vector* vec = glyph->outline->points; local
1324 FT_Vector* vec = outline->points; local
    [all...]
  /frameworks/base/libs/hwui/
SkiaShader.cpp 167 SkVector vec = pts[1] - pts[0]; local
168 const float mag = vec.length();
171 vec.scale(inv);
172 matrix->setSinCos(-vec.fY, vec.fX, pts[0].fX, pts[0].fY);
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
except.h 208 VEC(eh_region,gc) *region_array;
211 VEC(eh_landing_pad,gc) *lp_array;
219 VEC(tree,gc) *ttype_data;
226 VEC(tree,gc) * GTY((tag ("1"))) arm_eabi;
227 VEC(uchar,gc) * GTY((tag ("0"))) other;
ipa-prop.h 25 #include "vec.h"
169 VEC (tree, heap) *types;
331 extern VEC (ipa_node_params_t, heap) *ipa_node_params_vector;
333 extern GTY(()) VEC (ipa_edge_args_t, gc) *ipa_edge_args_vector;
430 VEC (cgraph_edge_p, heap) **new_edges);
504 typedef VEC (ipa_parm_adjustment_t, heap) *ipa_parm_adjustment_vec;
506 VEC(tree, heap) *ipa_get_vector_of_formal_parms (tree fndecl);
  /frameworks/av/media/libstagefright/codecs/aacdec/
dst16.cpp 113 void dst_16(Int32 vec[], Int32 scratch_mem[]) /* scratch_mem size 8 */
119 Int32 tmp0 = vec[15] >> 1;
122 Int32 *pt_odd = vec;
123 Int32 *pt_vec = vec;
149 dst_8(vec);
151 pt_vec = &vec[7];
154 pt_vecN_1 = &vec[8];
idct16.cpp 118 void idct_16(Int32 vec[], Int32 scratch_mem[]) /* scratch_mem size 8 */
126 Int32 *pt_odd = vec;
127 Int32 *pt_vec = vec;
161 idct_8(vec);
166 pt_vec = &vec[7];
169 pt_vecN_1 = &vec[8];
idct32.cpp 111 void idct_32(Int32 vec[], Int32 scratch_mem[]) /* scratch_mem size 32 */
119 Int32 *pt_odd = vec;
120 Int32 *pt_vec = vec;
146 idct_16(vec, &scratch_mem[24]);
151 pt_vec = &vec[15];
154 pt_vecN_1 = &vec[16];
  /ndk/sources/host-tools/sed-4.2.1/sed/
execute.c 842 reset_addresses(vec)
843 struct vector *vec;
848 for (cur_cmd = vec->v, n = vec->v_length; n--; cur_cmd++)
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/test/unit/
test-trees.rb 794 <invalid> <EOR> <DOWN> <UP> VEC ASSIGN PRINT
811 "(nil (ASSIGN ID[x] INT[3]) (PRINT (MULT ID[x] (VEC INT[1] INT[2] INT[3]))))"
814 "(nil (ASSIGN ID[x] INT[3]) (PRINT (MULT ID (VEC INT %x:INT INT))))"
818 @wizard.in_context?( labels.fetch( 'x' ), 'VEC' ).should be_true
823 '(PRINT (MULT ID[x] (VEC INT[1] INT[2] INT[3])))'
826 labels = @wizard.match( tree, "(%x:PRINT (MULT ID (VEC INT INT INT)))" )
828 @wizard.in_context?( labels.fetch( 'x' ), 'VEC' ).should be_false
833 "(nil (ASSIGN ID[x] INT[3]) (PRINT (MULT ID[x] (VEC INT[1] INT[2] INT[3]))))"
837 "(nil (ASSIGN ID[x] INT[3]) (PRINT (MULT ID (VEC INT %x:INT INT))))"
841 @wizard.in_context?( node, 'VEC ...' ).should be_tru
    [all...]
  /external/freetype/src/autofit/
afhints.c 657 FT_Vector* vec = outline->points; local
664 for ( point = points; point < point_limit; point++, vec++, tag++ )
666 point->fx = (FT_Short)vec->x;
667 point->fy = (FT_Short)vec->y;
668 point->ox = point->x = FT_MulFix( vec->x, x_scale ) + x_delta;
669 point->oy = point->y = FT_MulFix( vec->y, y_scale ) + y_delta;
784 FT_Vector* vec = outline->points; local
788 for ( ; point < limit; point++, vec++, tag++ )
790 vec->x = point->x;
791 vec->y = point->y
    [all...]
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/curves/
CurvesHelper.java 302 DynamicArray<Float> vec = (DynamicArray<Float>) bPoints.get(j + i * pntsU).getFieldValue("vec"); local
304 uControlPoints.add(new Vector4f(vec.get(0).floatValue(), vec.get(2).floatValue(), -vec.get(1).floatValue(), vec.get(3).floatValue()));
306 uControlPoints.add(new Vector4f(vec.get(0).floatValue(), vec.get(1).floatValue(), vec.get(2).floatValue(), vec.get(3).floatValue()));
    [all...]
  /external/openssl/crypto/
cryptlib.c 690 IA32CAP vec; local
699 if (!sscanf(env+off,"%I64i",&vec)) vec = strtoul(env+off,NULL,0);
701 if (!sscanf(env+off,"%lli",(long long *)&vec)) vec = strtoul(env+off,NULL,0);
703 if (off) vec = OPENSSL_ia32_cpuid()&~vec;
706 vec = OPENSSL_ia32_cpuid();
712 OPENSSL_ia32cap_P[0] = (unsigned int)vec|(1<<10);
713 OPENSSL_ia32cap_P[1] = (unsigned int)(vec>>32)
    [all...]
  /external/chromium/base/
stl_util-inl.h 115 inline void STLAssignToVector(std::vector<T>* vec,
118 vec->resize(n);
119 memcpy(&vec->front(), ptr, n*sizeof(T));
128 // STLAssignToVectorChar(&vec, ptr, size);
131 inline void STLAssignToVectorChar(std::vector<char>* vec,
134 STLAssignToVector(vec, ptr, n);
  /external/qemu/target-arm/
neon_helper.c 1683 neon_s8 vec; local
1703 neon_s8 vec; local
1723 neon_s16 vec; local
1741 neon_s16 vec; local
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/cp/
name-lookup.h 202 VEC(tree,gc) *static_decls;
213 VEC(cp_class_binding,gc) *class_shadowed;
224 VEC(cp_label_binding,gc) *shadowed_labels;
241 VEC(tree,gc) *dead_vars_from_for;
335 extern tree lookup_function_nonclass (tree, VEC(tree,gc) *, bool);
351 extern tree lookup_arg_dependent (tree, tree, VEC(tree,gc) *, bool);
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/cp/
name-lookup.h 202 VEC(tree,gc) *static_decls;
213 VEC(cp_class_binding,gc) *class_shadowed;
224 VEC(cp_label_binding,gc) *shadowed_labels;
241 VEC(tree,gc) *dead_vars_from_for;
335 extern tree lookup_function_nonclass (tree, VEC(tree,gc) *, bool);
351 extern tree lookup_arg_dependent (tree, tree, VEC(tree,gc) *, bool);
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/cp/
name-lookup.h 202 VEC(tree,gc) *static_decls;
213 VEC(cp_class_binding,gc) *class_shadowed;
224 VEC(cp_label_binding,gc) *shadowed_labels;
241 VEC(tree,gc) *dead_vars_from_for;
335 extern tree lookup_function_nonclass (tree, VEC(tree,gc) *, bool);
351 extern tree lookup_arg_dependent (tree, tree, VEC(tree,gc) *, bool);
  /external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/
PhysicsGhostObject.java 179 Vector3f vec = new Vector3f(); local
180 getPhysicsLocation(objectId, vec);
181 return vec;
  /external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/
PhysicsCharacter.java 111 * @param vec the walk direction to set
113 public void setWalkDirection(Vector3f vec) {
114 walkDirection.set(vec);

Completed in 1250 milliseconds

1 2 3 4 5 6 7 891011>>