Home
last modified time | relevance | path

Searched defs:neg2 (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/boost/multiprecision/
Dtommath.hpp502 bool neg2 = eval_get_sign(o) < 0; in eval_modulus() local
593 bool neg2 = eval_get_sign(o) < 0; in eval_modulus() local
/third_party/mesa3d/src/compiler/nir/
Dnir_instr_set.c502 nir_alu_instr *neg2 = get_neg_instr(alu2->src[src2].src); in nir_alu_srcs_negative_equal() local
/third_party/ffmpeg/libavfilter/
Dvsrc_testsrc.c1377 static const uint8_t neg2[4] = { 12, 128, 128, 255 }; variable
/third_party/boost/boost/polygon/detail/
Dscan_arbitrary.hpp845 int neg2 = rand() % 2; in test_validate_scan() local
/third_party/toybox/toys/pending/
Dbc.c1259 static void bc_num_retireMul(BcNum *n, size_t scale, int neg1, int neg2) { in bc_num_retireMul()