Home
last modified time | relevance | path

Searched defs:ey (Results 1 – 25 of 67) sorted by relevance

123

/third_party/musl/porting/liteos_a/kernel/src/math/
Datan2l.c32 int m, ex, ey; in atan2l() local
Dfmodf.c8 int ey = uy.i>>23 & 0xff; in fmodf() local
Dfmod.c8 int ey = uy.i>>52 & 0x7ff; in fmod() local
Dremquo.c8 int ey = uy.i>>52 & 0x7ff; in remquo() local
Dremquof.c8 int ey = uy.i>>23 & 0xff; in remquof() local
Dremquol.c13 int ey = uy.i.se & 0x7fff; in remquol() local
Dfmodl.c13 int ey = uy.i.se & 0x7fff; in fmodl() local
Dhypotl.c28 int ex, ey; in hypotl() local
Dhypot.c25 int ex, ey; in hypot() local
D__rem_pio2.c54 int sign, n, ex, ey, i; in __rem_pio2() local
/third_party/musl/src/math/
Datan2l.c32 int m, ex, ey; in atan2l() local
Dfmodf.c8 int ey = uy.i>>23 & 0xff; in fmodf() local
Dfmod.c8 int ey = uy.i>>52 & 0x7ff; in fmod() local
Dremquof.c8 int ey = uy.i>>23 & 0xff; in remquof() local
Dremquo.c8 int ey = uy.i>>52 & 0x7ff; in remquo() local
Dremquol.c13 int ey = uy.i.se & 0x7fff; in remquol() local
Dfmodl.c13 int ey = uy.i.se & 0x7fff; in fmodl() local
Dhypotl.c28 int ex, ey; in hypotl() local
Dhypot.c25 int ex, ey; in hypot() local
D__rem_pio2.c54 int sign, n, ex, ey, i; in __rem_pio2() local
/third_party/musl/porting/uniproton/kernel/src/math/
Dfmod.c8 int ey = uy.i>>52 & 0x7ff; in fmod() local
Dfmodl.c13 int ey = uy.i.se & 0x7fff; in fmodl() local
/third_party/musl/porting/liteos_m/kernel/src/math/
Dfmod.c8 int ey = uy.i>>52 & 0x7ff; in fmod() local
Dfmodl.c13 int ey = uy.i.se & 0x7fff; in fmodl() local
/third_party/ffmpeg/libavfilter/
Dvf_codecview.c92 static int clip_line(int *sx, int *sy, int *ex, int *ey, int maxx) in clip_line()
120 static void draw_line(uint8_t *buf, int sx, int sy, int ex, int ey, in draw_line()
179 int ey, int w, int h, int stride, int color, int tail, int direction) in draw_arrow()

123