Home
last modified time | relevance | path

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

123

/external/rust/crates/libm/src/math/
Dfmod.rs8 let mut ey = (uyi >> 52 & 0x7ff) as i64; in fmod() localVariable
Dfmodf.rs9 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
Dfmod.c8 int ey = uy.i>>52 & 0x7ff; in fmod() local
Dfmodf.c8 int ey = uy.i>>23 & 0xff; in fmodf() 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
D__rem_pio2.c55 int sign, n, ex, ey, i; in __rem_pio2() local
/external/arm-optimized-routines/pl/math/
Dv_cbrtf_1u5.c77 v_s32_t ey = e / 3; in V_NAME() local
Dv_cbrt_2u.c79 v_s64_t ey = e / 3; in V_NAME() local
/external/mesa3d/src/mesa/tnl_dd/
Dt_dd_tritmp.h133 GLfloat ey = VERT_Y(v[0]) - VERT_Y(v[2]); in TAG() local
358 GLfloat ey = VERT_Y(v[2]) - VERT_Y(v[0]); in TAG() local
/external/skia/tests/
DPathOpsSimplifyTrianglesThreadedTest.cpp32 int ey = e >> 2; in testSimplifyTrianglesMain() local
DPathOpsSimplifyQuadThreadedTest.cpp34 int ey = e >> 2; in testSimplifyQuadsMain() local
DPathOpsSimplifyDegenerateThreadedTest.cpp31 int ey = e >> 2; in testSimplifyDegeneratesMain() local
DPathOpsSimplifyQuadralateralsThreadedTest.cpp34 int ey = e >> 2; in testSimplifyQuadralateralsMain() local
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_cull.c70 const float ey = v0[1] - v2[1]; in cull_tri() local

123