HomeSort by relevance Sort by last modified time
    Searched refs:hy (Results 26 - 50 of 77) sorted by null

12 3 4

  /external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/
com.badlogic.gdx.physics.box2d.PolygonShape.cpp 36 JNIEXPORT void JNICALL Java_com_badlogic_gdx_physics_box2d_PolygonShape_jniSetAsBox__JFF(JNIEnv* env, jobject object, jlong addr, jfloat hx, jfloat hy) {
42 poly->SetAsBox(hx, hy);
47 JNIEXPORT void JNICALL Java_com_badlogic_gdx_physics_box2d_PolygonShape_jniSetAsBox__JFFFFF(JNIEnv* env, jobject object, jlong addr, jfloat hx, jfloat hy, jfloat centerX, jfloat centerY, jfloat angle) {
53 poly->SetAsBox( hx, hy, b2Vec2( centerX, centerY ), angle );
  /external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/com/badlogic/gdx/physics/box2d/
PolygonShape.java 71 * @param hy the half-height. */
72 public void setAsBox (float hx, float hy) {
73 shape.setAsBox(hx, hy);
80 * @param hy the half-height.
83 public void setAsBox (float hx, float hy, Vector2 center, float angle) {
85 shape.setAsBox(hx, hy, tmp, angle);
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_powf.c 61 int32_t hx,hy,ix,iy,is; local
64 GET_FLOAT_WORD(hy,y);
65 ix = hx&0x7fffffff; iy = hy&0x7fffffff;
98 return (hy>=0)? y: zero;
100 return (hy<0)?-y: zero;
103 if(hy<0) return one/x; else return x;
105 if(hy==0x40000000) return x*x; /* y is 2 */
106 if(hy==0x3f000000) { /* y is 0.5 */
115 if(hy<0) z = one/z; /* z = (1/|x|) */
136 if(ix<0x3f7ffff8) return (hy<0)? sn*huge*huge:sn*tiny*tiny
    [all...]
e_fmodl.c 69 manh_t hy; local
111 /* set up {hx,lx}, {hy,ly} and align y to x */
113 hy = SET_NBIT(uy.bits.manh);
121 hz=hx-hy;lz=lx-ly; if(lx<ly) hz -= 1;
129 hz=hx-hy;lz=lx-ly; if(lx<ly) hz -= 1;
s_remquol.c 72 manh_t hy; local
120 /* set up {hx,lx}, {hy,ly} and align y to x */
122 hy = SET_NBIT(uy.bits.manh);
131 hz=hx-hy;lz=lx-ly; if(lx<ly) hz -= 1;
136 hz=hx-hy;lz=lx-ly; if(lx<ly) hz -= 1;
catrig.c 527 uint32_t hx, hy; local
536 GET_HIGH_WORD(hy, y);
537 iy = hy & 0x7ff00000;
catrigf.c 317 uint32_t hx, hy; local
322 GET_FLOAT_WORD(hy, y);
323 iy = hy & 0x7f800000;
  /device/google/contexthub/lib/libm/
ef_pow.c 69 __int32_t hx,hy,ix,iy,is; local
72 GET_FLOAT_WORD(hy,y);
73 ix = hx&0x7fffffff; iy = hy&0x7fffffff;
105 return (hy>=0)? y: zero;
107 return (hy<0)?-y: zero;
110 if(hy<0) return one/x; else return x;
112 if(hy==0x40000000) return x*x; /* y is 2 */
113 if(hy==0x3f000000) { /* y is 0.5 */
122 if(hy<0) z = one/z; /* z = (1/|x|) */
138 if(ix<0x3f7ffff8) return (hy<0)? huge*huge:tiny*tiny
    [all...]
  /external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Collision/Shapes/
b2PolygonShape.h 48 /// @param hy the half-height.
49 void SetAsBox(float32 hx, float32 hy);
53 /// @param hy the half-height.
56 void SetAsBox(float32 hx, float32 hy, const b2Vec2& center, float32 angle);
b2PolygonShape.cpp 30 void b2PolygonShape::SetAsBox(float32 hx, float32 hy)
33 m_vertices[0].Set(-hx, -hy);
34 m_vertices[1].Set( hx, -hy);
35 m_vertices[2].Set( hx, hy);
36 m_vertices[3].Set(-hx, hy);
44 void b2PolygonShape::SetAsBox(float32 hx, float32 hy, const b2Vec2& center, float32 angle)
47 m_vertices[0].Set(-hx, -hy);
48 m_vertices[1].Set( hx, -hy);
49 m_vertices[2].Set( hx, hy);
50 m_vertices[3].Set(-hx, hy);
    [all...]
  /bionic/libc/upstream-freebsd/lib/libc/gen/
ldexp.c 90 u_int32_t hx,hy; local
92 GET_HIGH_WORD(hy,y);
93 SET_HIGH_WORD(x,(hx&0x7fffffff)|(hy&0x80000000));
  /external/skia/tests/
PathOpsSimplifyQuadThreadedTest.cpp 38 int hy = h >> 2; local
49 SkIntToScalar(hx), SkIntToScalar(hy));
63 str += sprintf(str, " path.quadTo(%d, %d, %d, %d);\n", gx, gy, hx, hy);
PathOpsSimplifyQuadralateralsThreadedTest.cpp 38 int hy = h >> 2; local
49 path.lineTo(SkIntToScalar(hx), SkIntToScalar(hy));
62 str += sprintf(str, " path.lineTo(%d, %d);\n", hx, hy);
  /external/hyphenation-patterns/
patterns.mk 38 hy \
Android.mk 40 hy/hy \
  /external/libvncserver/libvncserver/
corre.c 211 int hx=0,hy,vx=0,vy; \
230 hy = y-1; \
240 if ((hyflag > 0) && (i >= hx)) {hy += 1;} else {hyflag = 0;} \
244 /* We now have two possible subrects: (x,y,hx,hy) and (x,y,vx,vy) \
248 hh = hy-y+1; \
rre.c 178 int hx=0,hy,vx=0,vy; \
197 hy = y-1; \
207 if ((hyflag > 0) && (i >= hx)) {hy += 1;} else {hyflag = 0;} \
211 /* We now have two possible subrects: (x,y,hx,hy) and (x,y,vx,vy) \
215 hh = hy-y+1; \
hextile.c 202 int hx=0,hy,vx=0,vy; \
221 hy = y-1; \
232 hy += 1; \
239 /* We now have two possible subrects: (x,y,hx,hy) and \
243 hh = hy-y+1; \
  /external/tremolo/Tremolo/
floor1.c 390 int hy=fit_value[current]&0x7fff; local
391 if(hy==fit_value[current]){
393 hy*=info->mult;
396 render_line(n,lx,hx,ly,hy,out);
399 ly=hy;
  /external/libvorbis/lib/
floor1.c 657 int hy=post_Y(fit_valueA,fit_valueB,hn); local
659 if(ly==-1 || hy==-1){
663 if(inspect_error(lx,hx,ly,hy,logmask,logmdct,info)){
678 hy1=hy;
946 int hy=post[current]&0x7fff; local
947 if(hy==post[current]){
949 hy*=info->mult;
952 render_line0(n,lx,hx,ly,hy,ilogmask);
955 ly=hy;
1071 int hy=fit_value[current]&0x7fff local
    [all...]
  /external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/collision/shapes/
PolygonShape.java 242 * @param hy the half-height.
244 public final void setAsBox(final float hx, final float hy) {
246 m_vertices[0].set(-hx, -hy);
247 m_vertices[1].set(hx, -hy);
248 m_vertices[2].set(hx, hy);
249 m_vertices[3].set(-hx, hy);
261 * @param hy the half-height.
265 public final void setAsBox(final float hx, final float hy, final Vec2 center, final float angle) {
267 m_vertices[0].set(-hx, -hy);
268 m_vertices[1].set(hx, -hy);
    [all...]
  /external/icu/icu4c/source/data/rbnf/
rbnffiles.mk 46 hi.txt hr.txt hu.txt hy.txt id.txt\
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
math.h 915 __mingw_dbl_type_t hx, hy; local
916 hx.x = x; hy.x = y;
917 hx.lh.high = (hx.lh.high & 0x7fffffff) | (hy.lh.high & 0x80000000);
922 __mingw_flt_type_t hx, hy; local
923 hx.x = x; hy.x = y;
924 hx.val = (hx.val & 0x7fffffff) | (hy.val & 0x80000000);
  /external/libvorbis/doc/
07-floor1.tex 365 6) [hy] = [floor1_final_Y]' element [i] * [floor1_multiplier]
367 8) \link{vorbis:spec:render:line}{render_line}( [lx], [ly], [hx], [hy], [floor] )
369 10) [ly] = [hy]
375 12) \link{vorbis:spec:render:line}{render_line}( [hx], [hy], [n], [hy], [floor] )
  /external/icu/icu4c/source/data/coll/
colfiles.mk 58 hsb.txt hu.txt hy.txt id.txt ig.txt\

Completed in 2485 milliseconds

12 3 4