Searched refs:neg2 (Results 1 – 5 of 5) sorted by relevance
/third_party/mesa3d/src/compiler/nir/ |
D | nir_instr_set.c | 502 nir_alu_instr *neg2 = get_neg_instr(alu2->src[src2].src); in nir_alu_srcs_negative_equal() local 504 if (neg2) { in nir_alu_srcs_negative_equal() 506 alu2_actual_src = neg2->src[0].src; in nir_alu_srcs_negative_equal() 508 for (unsigned i = 0; i < nir_ssa_alu_instr_src_components(neg2, 0); i++) in nir_alu_srcs_negative_equal() 509 alu2_swizzle[i] = neg2->src[0].swizzle[i]; in nir_alu_srcs_negative_equal()
|
/third_party/boost/boost/multiprecision/ |
D | tommath.hpp | 502 bool neg2 = eval_get_sign(o) < 0; in eval_modulus() local 504 if ((neg != neg2) && (eval_get_sign(t) != 0)) in eval_modulus() 593 bool neg2 = eval_get_sign(o) < 0; in eval_modulus() local 595 if ((neg != neg2) && (eval_get_sign(t) != 0)) in eval_modulus()
|
/third_party/ffmpeg/libavfilter/ |
D | vsrc_testsrc.c | 1377 static const uint8_t neg2[4] = { 12, 128, 128, 255 }; variable 1674 draw_bar(test, neg2, x, y, tmp, test->h - y, picref); in smptehdbars_fill_picture()
|
/third_party/boost/boost/polygon/detail/ |
D | scan_arbitrary.hpp | 845 int neg2 = rand() % 2; in test_validate_scan() local 846 if(neg2) x2 *= -1; in test_validate_scan()
|
/third_party/toybox/toys/pending/ |
D | bc.c | 1259 static void bc_num_retireMul(BcNum *n, size_t scale, int neg1, int neg2) { in bc_num_retireMul() argument 1265 if (n->len) n->neg = (!neg1 != !neg2); in bc_num_retireMul()
|