HomeSort by relevance Sort by last modified time
    Searched defs:rtx (Results 1 - 10 of 10) sorted by null

  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
vecir.h 47 /* A varray of RTX objects. */
48 DEF_VEC_P(rtx); variable
49 DEF_VEC_ALLOC_P(rtx,heap);
50 DEF_VEC_ALLOC_P(rtx,gc);
coretypes.h 54 typedef struct rtx_def *rtx; typedef in typeref:struct:rtx_def
165 #define rtx struct _dont_use_rtx_here_ * macro
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
vecir.h 47 /* A varray of RTX objects. */
48 DEF_VEC_P(rtx); variable
49 DEF_VEC_ALLOC_P(rtx,heap);
50 DEF_VEC_ALLOC_P(rtx,gc);
coretypes.h 54 typedef struct rtx_def *rtx; typedef in typeref:struct:rtx_def
165 #define rtx struct _dont_use_rtx_here_ * macro
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
vecir.h 47 /* A varray of RTX objects. */
48 DEF_VEC_P(rtx); variable
49 DEF_VEC_ALLOC_P(rtx,heap);
50 DEF_VEC_ALLOC_P(rtx,gc);
coretypes.h 54 typedef struct rtx_def *rtx; typedef in typeref:struct:rtx_def
165 #define rtx struct _dont_use_rtx_here_ * macro
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
vecir.h 47 /* A varray of RTX objects. */
48 DEF_VEC_P(rtx); variable
49 DEF_VEC_ALLOC_P(rtx,heap);
50 DEF_VEC_ALLOC_P(rtx,gc);
coretypes.h 54 typedef struct rtx_def *rtx; typedef in typeref:struct:rtx_def
165 #define rtx struct _dont_use_rtx_here_ * macro
  /external/qemu/hw/
bt-l2cap.c 39 QEMUTimer *rtx; member in struct:l2cap_instance_s
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/animation/
SkeletonControl.java 473 float rx = 0, ry = 0, rz = 0, rnx = 0, rny = 0, rnz = 0, rtx = 0, rty = 0, rtz = 0; local
487 rtx += (tnx * mat.m00 + tny * mat.m01 + tnz * mat.m02) * weight;
505 tanBuf[idxTangents++] = rtx;

Completed in 378 milliseconds