Home
last modified time | relevance | path

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

123

/external/rust/android-crates-io/crates/libm/src/math/
Dfmod.rs8 let mut ey = (uyi >> 52 & 0x7ff) as i64; in fmod() localVariable
Dfmodf.rs8 let mut ey = (uyi >> 23 & 0xff) as i32; in fmodf() localVariable
Dremquof.rs6 let mut ey = ((uy >> 23) & 0xff) as i32; in remquof() localVariable
Dremquo.rs6 let mut ey = ((uy >> 52) & 0x7ff) as i32; in remquo() localVariable
Dhypot.rs29 let ey: i64; in hypot() localVariable
Drem_pio2.rs64 let ey = (ui >> 52) as i32 & 0x7ff; in rem_pio2() localVariable
73 let ey = (f64::to_bits(y0) >> 52) as i32 & 0x7ff; in rem_pio2() localVariable
/external/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
Dsqrtf.c17 uint32_t ix, m, m1, m0, even, ey; in sqrtf() local
Dhypotl.c28 int ex, ey; in hypotl() local
Dhypot.c25 int ex, ey; in hypot() local
/external/trusty/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
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

123