| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/ |
| d3d12_lower_int_cubemap_to_array.c | 75 nir_ssa_def *positive = nir_fge(b, coord->rx, nir_imm_float(b, 0.0)); local 80 nir_ssa_def *face = nir_bcsel(b, positive, nir_imm_float(b, 0.0), nir_imm_float(b, 1.0)); 89 nir_ssa_def *positive = nir_fge(b, coord->ry, nir_imm_float(b, 0.0)); local 94 nir_ssa_def *face = nir_bcsel(b, positive, nir_imm_float(b, 2.0), nir_imm_float(b, 3.0)); 103 nir_ssa_def *positive = nir_fge(b, coord->rz, nir_imm_float(b, 0.0)); local 108 nir_ssa_def *face = nir_bcsel(b, positive, nir_imm_float(b, 4.0), nir_imm_float(b, 5.0));
|
| /xsrc/external/mit/xedit/dist/lisp/ |
| write.c | 667 int positive = value >= 0.0; local 708 strlen(ptr) - 1 - !positive <= *exponent) { 709 d += *exponent - (strlen(ptr) - 1 - !positive) + 1; 719 *buffer = positive ? '+' : '-'; 1534 /* if sign must be printed, and number is positive */
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| nir_lower_double_ops.c | 98 * denorms properly. Note that this doesn't preserve positive/negative 379 nir_ssa_def *positive = nir_fge(b, src, nir_imm_double(b, 0.0)); local 381 nir_ior(b, positive, nir_feq(b, src, tr)),
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/ |
| nir_lower_double_ops.c | 94 * denorms properly. Note that this doesn't preserve positive/negative 364 nir_ssa_def *positive = nir_fge(b, src, nir_imm_double(b, 0.0)); local 366 nir_ior(b, positive, nir_feq(b, src, tr)),
|
| /xsrc/external/mit/MesaLib/dist/docs/_extra/specs/ |
| MESA_texture_signed_rgba.spec | 111 127 (that is, uses different scale factors for negative and positive
|
| /xsrc/external/mit/MesaLib.old/dist/docs/specs/ |
| MESA_texture_signed_rgba.spec | 111 127 (that is, uses different scale factors for negative and positive
|
| /xsrc/external/mit/MesaLib/dist/src/gtest/src/ |
| gtest.cc | 241 "exclude). A test is run if it matches one of the positive " 528 // positive filter and negative filter portions 531 std::string positive; local 534 positive = GTEST_FLAG(filter).c_str(); // Whole string is a positive filter 537 positive = std::string(p, dash); // Everything up to the dash 539 if (positive.empty()) { 541 positive = kUniversalFilter; 547 return (MatchesFilter(full_name, positive.c_str()) && 5887 " Run only the tests whose name matches one of the positive patterns but\n [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gtest/src/ |
| gtest.cc | 232 "exclude). A test is run if it matches one of the positive " 507 // positive filter and negative filter portions 510 std::string positive; local 513 positive = GTEST_FLAG(filter).c_str(); // Whole string is a positive filter 516 positive = std::string(p, dash); // Everything up to the dash 518 if (positive.empty()) { 520 positive = kUniversalFilter; 526 return (MatchesFilter(full_name, positive.c_str()) && 5169 " Run only the tests whose name matches one of the positive patterns but\n [all...] |
| /xsrc/external/mit/fontconfig/dist/doc/ |
| fcformat.fncs | 58 If the minimum field width is positive, the padding will right-align
|
| /xsrc/external/mit/xterm/dist/ |
| graphics_regis.c | 808 TRACE(("positive a_length=%d a_start=%d\n", a_length, a_start)); 1381 memset(m, 0, sizeof(m)); /* work around false-positive */ 2324 * VT3x0 S1 0:ASCII(94) 0 (positive)
|