Home
last modified time | relevance | path

Searched refs:y2 (Results 1 – 9 of 9) sorted by relevance

/system/core/libpixelflinger/
Dtrap.cpp521 int32_t y2 = v2[1]; in trianglex_small() local
524 int32_t dy20 = y2 - y0; in trianglex_small()
536 dy20 = y2 - y0; 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()
558 int32_t ey2 = dy20 * (x2 - mx) - dx20 * (y2 - my); in trianglex_small()
681 int y2 = bot[1] | 1; in edge_setup() local
682 int dy = y2 - y1; in edge_setup()
684 if ( dy == 0 || y1 > ymax || y2 < ymin ) in edge_setup()
[all …]
/system/bt/stack/smp/
Dp_256_ecc_pp.cc97 uint32_t* y2; in ECC_Add() local
107 y2 = q->y; in ECC_Add()
128 multiprecision_mersenns_mult_mod(t2, y2, t2, keyLength); // t2=t2*y2 in ECC_Add()
/system/bt/embdrv/sbc/decoder/srce/
Dsynthesis-sbc.c529 int32_t y0, y1, y2, y3; in cosineModulateSynth4() local
539 y2 = -SCALE(LONG_MULT_DCT(DCTII_4_K06_FIX, f4), DCT_SHIFT); in cosineModulateSynth4()
547 out[0] = (int16_t)-y2; in cosineModulateSynth4()
551 out[4] = (int16_t)y2; in cosineModulateSynth4()
/system/tpm/trunks/
Dmock_tpm.cc121 const TPM2B_ECC_PARAMETER& y2, in CommitSync() argument
128 return CommitSyncShort(sign_handle, param_size, p1, y2, param_size_out, k, l, in CommitSync()
Dmock_tpm.h675 const TPM2B_ECC_PARAMETER& y2,
684 const TPM2B_ECC_PARAMETER& y2,
695 const TPM2B_ECC_PARAMETER& y2,
Dtpm_generated.h4482 const TPM2B_ECC_PARAMETER& y2,
4498 const TPM2B_ECC_PARAMETER& y2,
4506 const TPM2B_ECC_PARAMETER& y2,
Dtpm_generated.cc17968 const TPM2B_ECC_PARAMETER& y2, in SerializeCommand_Commit() argument
18006 rc = Serialize_TPM2B_ECC_PARAMETER(y2, &y2_bytes); in SerializeCommand_Commit()
18200 const TPM2B_ECC_PARAMETER& y2, in Commit() argument
18211 y2, &command, authorization_delegate); in Commit()
18224 const TPM2B_ECC_PARAMETER& y2, in CommitSync() argument
18235 y2, &command, authorization_delegate); in CommitSync()
/system/tpm/trunks/generator/
Draw_commands.txt14878 For this command, p1, s2 and y2 are optional parameters. If s2 is an Empty Buffer, then the TPM sha…
14879 return TPM_RC_SIZE if y2 is not an Empty Buffer. If p1, s2, and y2 are all Empty Buffers, the TPM s…
14919 c) if (x2, y2) is not a point on the curve of signHandle, return TPM_RC_ECC_POINT
14920 d) set K ≔ [ds] (x2, y2)
14938 if K is not an Empty Buffer, set L ≔ [r] (x2, y2)
15026 y2
15055 ECC point K ≔ [ds](x2, y2)
15061 ECC point L ≔ [r](x2, y2)
15167 s2 is empty but y2 is not or s2 provided but y2 is not
15216 // if not restricted, s2, and y2 must be an Empty Buffer
[all …]
Draw_commands_fixed.txt14889 For this command, p1, s2 and y2 are optional parameters. If s2 is an Empty Buffer, then the TPM sha…
14890 return TPM_RC_SIZE if y2 is not an Empty Buffer. If p1, s2, and y2 are all Empty Buffers, the TPM s…
14930 c) if (x2, y2) is not a point on the curve of signHandle, return TPM_RC_ECC_POINT
14931 d) set K ≔ [ds] (x2, y2)
14949 if K is not an Empty Buffer, set L ≔ [r] (x2, y2)
15037 y2
15066 ECC point K ≔ [ds](x2, y2)
15072 ECC point L ≔ [r](x2, y2)
15178 s2 is empty but y2 is not or s2 provided but y2 is not
15227 // if not restricted, s2, and y2 must be an Empty Buffer
[all …]