Searched defs:ftmp4 (Results 1 - 2 of 2) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/mips/
H A Dsad_mmi.c23 "gsldlc1 %[ftmp4], 0x0f(%[ref]) \n\t" \
24 "gsldrc1 %[ftmp4], 0x08(%[ref]) \n\t" \
26 "pasubub %[ftmp2], %[ftmp2], %[ftmp4] \n\t" \
37 "gsldlc1 %[ftmp4], 0x1f(%[ref]) \n\t" \
38 "gsldrc1 %[ftmp4], 0x18(%[ref]) \n\t" \
40 "pasubub %[ftmp2], %[ftmp2], %[ftmp4] \n\t" \
51 "gsldlc1 %[ftmp4], 0x2f(%[ref]) \n\t" \
52 "gsldrc1 %[ftmp4], 0x28(%[ref]) \n\t" \
54 "pasubub %[ftmp2], %[ftmp2], %[ftmp4] \n\t" \
65 "gsldlc1 %[ftmp4],
364 double ftmp1, ftmp2, ftmp3, ftmp4, ftmp5; local
406 double ftmp1, ftmp2, ftmp3, ftmp4, ftmp5; local
450 double ftmp1, ftmp2, ftmp3, ftmp4, ftmp5; local
494 double ftmp1, ftmp2, ftmp3, ftmp4, ftmp5; local
539 double ftmp1, ftmp2, ftmp3, ftmp4, ftmp5; local
587 double ftmp1, ftmp2, ftmp3, ftmp4, ftmp5; local
[all...]
/external/boringssl/src/crypto/fipsmodule/ec/
H A Dp224-64.c537 p224_felem ftmp, ftmp2, ftmp3, ftmp4; local
581 p224_felem_reduce(ftmp4, tmp); // 2^49 - 2
583 p224_felem_square(tmp, ftmp4);
584 p224_felem_reduce(ftmp4, tmp);
586 p224_felem_mul(tmp, ftmp3, ftmp4);
589 p224_felem_reduce(ftmp4, tmp); // 2^97 - 2
591 p224_felem_square(tmp, ftmp4);
592 p224_felem_reduce(ftmp4, tmp);
594 p224_felem_mul(tmp, ftmp2, ftmp4);
730 p224_felem ftmp, ftmp2, ftmp3, ftmp4, ftmp local
[all...]

Completed in 190 milliseconds