Home
last modified time | relevance | path

Searched defs:negate (Results 1 - 25 of 92) sorted by relevance

1234

/third_party/mesa3d/src/intel/compiler/
H A Dbrw_fs_cmod_propagation.cpp64 bool negate; in cmod_propagate_cmp_to_add() local
H A Dbrw_vec4_cmod_propagation.cpp91 bool negate; in opt_cmod_propagation_local() local
H A Dbrw_ir_fs.h58 negate(fs_reg reg) in negate() function
H A Dbrw_nir_opt_peephole_ffma.c193 bool negate, abs; in brw_nir_opt_peephole_ffma_instr() local
70 get_mul_for_src(nir_alu_src *src, unsigned num_components, uint8_t swizzle[4], bool *negate, bool *abs) get_mul_for_src() argument
[all...]
H A Dbrw_fs_cse.cpp118 operands_match(const fs_inst *a, const fs_inst *b, bool *negate) in operands_match() argument
174 instructions_match(fs_inst *a, fs_inst *b, bool *negate) instructions_match() argument
205 create_copy_instr(const fs_builder &bld, fs_inst *inst, fs_reg src, bool negate) create_copy_instr() argument
261 bool negate = false; opt_cse_local() local
337 bool negate; /* dummy */ opt_cse_local() local
[all...]
H A Dbrw_ir_vec4.h136 negate(src_reg reg) in negate() function
/third_party/python/Tools/clinic/
H A Dcpp.py4 def negate(condition): function
/third_party/ltp/tools/sparse/sparse-src/
H A Dopcode.h16 int negate:8; member
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_inline_literals.c53 unsigned negate = !!(float_bits & 0x80000000); in ieee_754_to_r300_float() local
H A Dradeon_program_print.c186 static void rc_print_swizzle(FILE * f, unsigned int swizzle, unsigned int negate) in rc_print_swizzle() argument
/third_party/typescript/tests/baselines/reference/
H A DjsFunctionWithPrototypeNoErrorTruncationNoCrash.js
/third_party/vk-gl-cts/framework/common/
H A DtcuInterval.cpp113 static double negate (double x) in negate() function
H A DtcuVectorUtil.hpp62 template<typename T> inline T negate (T f) { return -f; } in negate() function
63 template<> inline deUint32 negate<deUint32> (deUint32 f) { return (deUint32)-(int)f; } in negate() function
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/
H A DICUDurationTest.java138 public Duration negate() { in negate() method in ICUDurationTest.ICUTestDuration
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/duration/
H A DICUDurationTest.java141 public Duration negate() { in negate() method in ICUDurationTest.ICUTestDuration
/third_party/mesa3d/src/compiler/nir/tests/
H A Dnegative_equal_tests.cpp374 negate(nir_const_value dst[NIR_MAX_VEC_COMPONENTS], in negate() function
/third_party/skia/include/core/
H A DSkPoint.h363 void negate() { in negate() function
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
H A DDecimalQuantity.java107 void negate(); in negate() method
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/
H A DDecimalQuantity.java109 void negate(); in negate() method
/third_party/mesa3d/src/freedreno/ir2/
H A Ddisasm-a2xx.c73 print_srcreg(uint32_t num, uint32_t type, uint32_t swiz, uint32_t negate, in print_srcreg() argument
/third_party/mesa3d/src/gallium/frontends/clover/util/
H A Dfunctional.hpp53 struct negate { struct
/third_party/skia/src/ports/
H A DSkFontMgr_android_parser.h168 bool negate = false; in parse_fixed() local
H A DSkFontMgr_config_parser.h180 bool negate = false; in parse_fixed() local
/third_party/rust/crates/regex/regex-syntax/src/hir/
H A Dinterval.rs250 pub fn negate(&mut self) { in negate() functions
/third_party/ffmpeg/libavfilter/
H A Dvf_negate.c57 void (*negate)(const uint8_t *src, uint8_t *dst, member
79 AVFILTER_DEFINE_CLASS(negate); variable

Completed in 17 milliseconds

1234