Home
last modified time | relevance | path

Searched defs:negate (Results 1 – 25 of 102) sorted by relevance

12345

/third_party/mesa3d/src/intel/compiler/
Dbrw_fs_cse.cpp118 operands_match(const fs_inst *a, const fs_inst *b, bool *negate) in operands_match()
174 instructions_match(fs_inst *a, fs_inst *b, bool *negate) in instructions_match()
205 create_copy_instr(const fs_builder &bld, fs_inst *inst, fs_reg src, bool negate) in create_copy_instr()
261 bool negate = false; in opt_cse_local() local
337 bool negate; /* dummy */ in opt_cse_local() local
Dbrw_nir_opt_peephole_ffma.c71 uint8_t swizzle[4], bool *negate, bool *abs) in get_mul_for_src()
193 bool negate, abs; in brw_nir_opt_peephole_ffma_instr() local
Dbrw_vec4_cmod_propagation.cpp91 bool negate; in opt_cmod_propagation_local() local
Dbrw_fs_cmod_propagation.cpp64 bool negate; in cmod_propagate_cmp_to_add() local
/third_party/flutter/skia/third_party/externals/sfntly/cpp/tools/
Dutils.py20 def GetFontList(path, exts, negate=False): argument
41 def GetLevelList(path, max_level=1, negate=False): argument
/third_party/skia/third_party/externals/sfntly/cpp/tools/
Dutils.py20 def GetFontList(path, exts, negate=False): argument
41 def GetLevelList(path, max_level=1, negate=False): argument
/third_party/typescript/tests/baselines/reference/
DjsFunctionWithPrototypeNoErrorTruncationNoCrash.js6 negate: function () {return this;}, method in Color
24 negate: function () { return this; }, method in Color
/third_party/python/Tools/clinic/
Dcpp.py4 def negate(condition): function
/third_party/python/Python/
Dpystrtod.c33 int negate = 0; in _Py_parse_inf_or_nan() local
68 int negate = 0; in _Py_parse_inf_or_nan() local
175 int negate = 0; in _PyOS_ascii_strtod() local
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_inline_literals.c53 unsigned negate = !!(float_bits & 0x80000000); in ieee_754_to_r300_float() local
Dradeon_optimize.c232 unsigned int negate= 0; in constant_folding_mad() local
273 unsigned int negate = 0; in constant_folding_mul() local
306 unsigned int negate = 0; in constant_folding_add() local
/third_party/node/deps/npm/node_modules/ecc-jsbn/lib/
Dec.js54 ECFieldElementFp.prototype.negate = feFpNegate; method in ECFieldElementFp
250 ECPointFp.prototype.negate = pointFpNegate; method in ECPointFp
/third_party/ltp/tools/sparse/sparse-src/
Dopcode.h16 int negate:8; member
/third_party/flutter/skia/modules/particles/src/
DSkCurve.cpp101 bool negate = random.nextBool(); in eval() local
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/
DDecimalQuantity.java109 void negate(); in negate() method
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
DDecimalQuantity.java107 void negate(); in negate() method
/third_party/vk-gl-cts/framework/common/
DtcuInterval.cpp113 static double negate (double x) in negate() function
/third_party/mesa3d/src/gallium/frontends/clover/util/
Dfunctional.hpp53 struct negate { struct
56 operator()(T x) const { in operator ()()
/third_party/skia/include/core/
DSkPoint.h363 void negate() { in negate() function
/third_party/flutter/skia/include/core/
DSkPoint.h354 void negate() { in negate() function
/third_party/flutter/skia/src/ports/
DSkFontMgr_android_parser.h168 bool negate = false; in parse_fixed() local
DSkFontMgr_config_parser.h180 bool negate = false; in parse_fixed() local
/third_party/skia/src/ports/
DSkFontMgr_android_parser.h168 bool negate = false; in parse_fixed() local
/third_party/protobuf/js/experimental/runtime/
Dint64.js363 const negate = (lowBits, highBits) => { function
/third_party/ejdb/src/jql/
Djqp.h177 bool negate; member
185 bool negate; member
295 bool negate; member

12345