Home
last modified time | relevance | path

Searched refs:y1 (Results 1 – 3 of 3) sorted by relevance

/system/bt/stack/smp/
Dp_256_ecc_pp.cc47 uint32_t* y1; in ECC_Double() local
58 y1 = p->y; in ECC_Double()
71 multiprecision_mersenns_mult_mod(z3, y1, z1, keyLength); // z3=y1*z1 in ECC_Double()
74 multiprecision_mersenns_squa_mod(y3, y1, keyLength); // y3=y1^2 in ECC_Double()
96 uint32_t* y1; in ECC_Add() local
104 y1 = p->y; in ECC_Add()
131 multiprecision_sub_mod(t2, t2, y1, keyLength); // t2=t2-y1 in ECC_Add()
153 multiprecision_mersenns_mult_mod(z1, z1, y1, keyLength); // t4=t4*t1 in ECC_Add()
/system/core/libpixelflinger/
Dtrap.cpp519 int32_t y1 = v1[1]; in trianglex_small() local
525 int32_t dy01 = y0 - y1; in trianglex_small()
532 swap(y0, y1); in trianglex_small()
534 dy01 = y0 - y1; in trianglex_small()
539 int32_t dy12 = y1 - y2; in trianglex_small()
543 const int32_t bminy = TRI_FLOOR(min(y0, y1, y2)) >> TRI_FRACTION_BITS; in trianglex_small()
545 const int32_t bmaxy = TRI_CEIL( max(y0, y1, y2)) >> TRI_FRACTION_BITS; in trianglex_small()
557 int32_t ey1 = dy12 * (x1 - mx) - dx12 * (y1 - my); in trianglex_small()
680 int y1 = top[1] | 1; in edge_setup() local
682 int dy = y2 - y1; in edge_setup()
[all …]
/system/bt/embdrv/sbc/decoder/srce/
Dsynthesis-sbc.c529 int32_t y0, y1, y2, y3; in cosineModulateSynth4() local
545 y1 = -SCALE(f10 - f9, DCT_SHIFT); in cosineModulateSynth4()
552 out[5] = (int16_t)y1; in cosineModulateSynth4()
554 out[7] = (int16_t)y1; in cosineModulateSynth4()