/external/boringssl/src/crypto/ec_extra/ |
D | hash_to_curve.c | 254 EC_FELEM tv1, tv2, tv3, tv4, xd, x1n, x2n, tmp, gxd, gx1, y1, y2; in map_to_curve_simple_swu() local 256 felem_mul(group, &tv3, Z, &tv1); // tv3 = Z * tv1 in map_to_curve_simple_swu() 257 felem_sqr(group, &tv2, &tv3); // tv2 = tv3^2 in map_to_curve_simple_swu() 258 ec_felem_add(group, &xd, &tv2, &tv3); // xd = tv2 + tv3 in map_to_curve_simple_swu() 278 felem_mul(group, &x2n, &tv3, &x1n); // x2n = tv3 * x1n in map_to_curve_simple_swu() 284 ec_felem_sub(group, &tv3, &tv2, &gx1); in map_to_curve_simple_swu() 286 ec_felem_non_zero_mask(group, &tv3); // e2 = tv2 == gx1 [flipped] in map_to_curve_simple_swu()
|
/external/rust/crates/quiche/deps/boringssl/src/crypto/ec_extra/ |
D | hash_to_curve.c | 260 EC_FELEM tv1, tv2, tv3, tv4, xd, x1n, x2n, tmp, gxd, gx1, y1, y2; in map_to_curve_simple_swu() local 262 felem_mul(group, &tv3, Z, &tv1); // tv3 = Z * tv1 in map_to_curve_simple_swu() 263 felem_sqr(group, &tv2, &tv3); // tv2 = tv3^2 in map_to_curve_simple_swu() 264 ec_felem_add(group, &xd, &tv2, &tv3); // xd = tv2 + tv3 in map_to_curve_simple_swu() 284 felem_mul(group, &x2n, &tv3, &x1n); // x2n = tv3 * x1n in map_to_curve_simple_swu() 290 ec_felem_sub(group, &tv3, &tv2, &gx1); in map_to_curve_simple_swu() 292 ec_felem_non_zero_mask(group, &tv3); // e2 = tv2 == gx1 [flipped] in map_to_curve_simple_swu()
|
/external/eigen/test/ |
D | geo_transformations.cpp | 234 Translation3 tv3(v3); in transformations() local 235 Transform3 t5(tv3); in transformations() 236 t4 = tv3; in transformations() 240 t4 *= tv3; in transformations()
|
/external/llvm-project/clang/test/CXX/temp/temp.decls/temp.variadic/ |
D | multi-level-substitution.cpp | 239 …tuple_of_values<int&, float&>::apply<i>::type tv3; // expected-error{{too few template arguments f… variable
|
/external/clang/test/CXX/temp/temp.decls/temp.variadic/ |
D | multi-level-substitution.cpp | 239 …tuple_of_values<int&, float&>::apply<i>::type tv3; // expected-error{{too few template arguments f… variable
|
/external/libevent/test/ |
D | regress_util.c | 1359 struct timeval tv1, tv2, tv3, diff1, diff2; in test_evutil_usleep() local 1368 evutil_gettimeofday(&tv3, NULL); in test_evutil_usleep() 1371 evutil_timersub(&tv3, &tv2, &diff2); in test_evutil_usleep()
|
D | regress.c | 3291 struct timeval tv1, tv2, tv3, now; in test_gettimeofday_cached() local 3314 ev3 = event_new(base, -1, 0, cache_time_cb, &tv3); in test_gettimeofday_cached() 3324 tt_int_op(labs(timeval_msec_diff(&tv2,&tv3)), >, 10); in test_gettimeofday_cached() 3327 tt_int_op(labs(timeval_msec_diff(&tv2,&tv3)), >, 10); in test_gettimeofday_cached() 3330 tt_assert(evutil_timercmp(&tv2, &tv3, ==)); in test_gettimeofday_cached()
|
/external/mksh/src/ |
D | check.t | 10496 typeset -Uui16 tv1=1#~ tv2=1# tv3=1#� tv4=1#� tv5=1#� tv6=1#� tv7=1# tv8=1# 10497 …echo "specX <${tv1#16#}> <${tv2#16#}> <${tv3#16#}> <${tv4#16#}> <${tv5#16#}> <${tv6#16#}> <${tv7#1… 10498 typeset -i1 tv1 tv2 tv3 tv4 tv5 tv6 tv7 tv8 10499 …echo "specW <${tv1#1#}> <${tv2#1#}> <${tv3#1#}> <${tv4#1#}> <${tv5#1#}> <${tv6#1#}> <${tv7#1#}> <$…
|