Searched refs:opposite (Results 1 - 6 of 6) sorted by relevance
/third_party/node/test/fixtures/source-map/ |
H A D | tabs.js | 4 var cubes, list, math, num, number, opposite, race, square; 8 opposite = true; 10 if (opposite) {
|
/third_party/ffmpeg/libavcodec/ |
H A D | vc1_pred.c | 222 int opposite, a_f, b_f, c_f; in ff_vc1_pred_mv() local 341 opposite = 1 - v->reffield; in ff_vc1_pred_mv() 344 opposite = 1 - pred_flag; in ff_vc1_pred_mv() 346 opposite = pred_flag; in ff_vc1_pred_mv() 349 opposite = 0; in ff_vc1_pred_mv() 350 if (opposite) { in ff_vc1_pred_mv() 478 int field_a, field_b, field_c; // 0: same, 1: opposite in ff_vc1_pred_mv_intfr()
|
/third_party/python/Lib/test/ |
H A D | test_embed.py | 729 global_key, core_key, opposite = item 736 global_key, core_key, opposite = item
|
/third_party/gn/src/gn/ |
H A D | functions.cc | 616 found, it will try to look up the variable with the "opposite" case (based on
|
H A D | variables.cc | 455 the dependency going in the opposite direction. 479 direction of dependencies, this flag allows them to go in the opposite
|
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_optimizer.cpp | 2659 combine_minmax(opt_ctx& ctx, aco_ptr<Instruction>& instr, aco_opcode opposite, aco_opcode minmax3) in combine_minmax() argument 2672 if (match_op3_for_vop3(ctx, instr->opcode, opposite, instr.get(), swap, "012", operands, neg, in combine_minmax()
|
Completed in 16 milliseconds