Home
last modified time | relevance | path

Searched defs:negate (Results 26 - 50 of 92) sorted by relevance

1234

/third_party/ffmpeg/libavutil/
H A Davstring.c366 int negate = '-' == *names; in av_match_name() local
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_reg.h221 unsigned negate:1; /* source only */ member
395 brw_reg(enum brw_reg_file file, unsigned nr, unsigned subnr, unsigned negate, unsigned abs, enum brw_reg_type type, unsigned vstride, unsigned width, unsigned hstride, unsigned swizzle, unsigned writemask) brw_reg() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_fpc_translate.c72 negate(int reg, int x, int y, int z, int w) in negate() function
[all...]
/third_party/mesa3d/src/imagination/vulkan/pds/
H A Dpvr_rogue_pds_disasm.h94 bool negate; member
108 bool negate; /* True if the literal is negative. */ member
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_transform.h525 tgsi_transform_kill_inst(struct tgsi_transform_context *ctx, unsigned src_file, unsigned src_index, unsigned src_swizzle, boolean negate) tgsi_transform_kill_inst() argument
H A Dtgsi_build.c850 tgsi_build_src_register( unsigned file, unsigned swizzle_x, unsigned swizzle_y, unsigned swizzle_z, unsigned swizzle_w, unsigned negate, unsigned absolute, unsigned indirect, unsigned dimension, int index, struct tgsi_instruction *instruction, struct tgsi_header *header ) tgsi_build_src_register() argument
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
H A DDecimalQuantity_AbstractBCD.java203 public void negate() { in negate() method in DecimalQuantity_AbstractBCD
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/impl/number/
H A DDecimalQuantity_SimpleStorage.java458 public void negate() { in negate() method in DecimalQuantity_SimpleStorage
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/
H A DDecimalQuantity_AbstractBCD.java205 public void negate() { in negate() method in DecimalQuantity_AbstractBCD
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/impl/number/
H A DDecimalQuantity_SimpleStorage.java451 public void negate() { in negate() method in DecimalQuantity_SimpleStorage
[all...]
/third_party/mesa3d/src/intel/tools/
H A Di965_gram.y2219 negate: label
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
H A Dir2_private.h55 uint8_t negate : 1; member
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_compiler_util.c690 rc_get_constant_value( struct radeon_compiler * c, unsigned int index, unsigned int swizzle, unsigned int negate, unsigned int chan) rc_get_constant_value() argument
H A 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; constant_folding_add() local
[all...]
H A Dradeon_program_alu.c157 static struct rc_src_register negate(struct rc_src_register reg) in negate() function
[all...]
/third_party/popt/src/
H A Dpopthelp.c374 int negate = F_ISSET(opt, NOT); in singleOptionHelp() local
/third_party/python/Python/
H A Dpystrtod.c34 int negate = 0; in _Py_parse_inf_or_nan() local
69 int negate = 0; in _Py_parse_inf_or_nan() local
174 int negate = 0; in _PyOS_ascii_strtod() local
[all...]
/third_party/glslang/SPIRV/
H A Dhex_float.h559 bool negate = isNegative(); in castTo() local
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/math/
H A DBigDecimal.java1648 public com.ibm.icu.math.BigDecimal negate() { in negate() method in BigDecimal
1663 public com.ibm.icu.math.BigDecimal negate(com.ibm.icu.math.MathContext set) { in negate() method in BigDecimal
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/math/
H A DBigDecimal.java1609 public ohos.global.icu.math.BigDecimal negate() { in negate() method in BigDecimal
1623 public ohos.global.icu.math.BigDecimal negate(ohos.global.icu.math.MathContext set) { in negate() method in BigDecimal
/third_party/icu/icu4c/source/i18n/
H A Dnumber_decimalquantity.cpp237 void DecimalQuantity::negate() { in negate() function in DecimalQuantity
/third_party/mbedtls/3rdparty/p256-m/p256-m/
H A Dp256-m.c1078 uint32_t negate = ~s[0] & 1; in scalar_mult() local
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_int64.c602 nir_ssa_def *negate = nir_ine(b, nir_ilt(b, n_hi, nir_imm_int(b, 0)), in lower_idiv64() local
/third_party/node/deps/icu-small/source/i18n/
H A Dnumber_decimalquantity.cpp237 void DecimalQuantity::negate() { in negate() function in DecimalQuantity
/third_party/node/deps/v8/src/compiler/backend/
H A Dinstruction-selector.h156 bool negate = condition_ == kEqual; in OverwriteAndNegateIfEqual() local

Completed in 43 milliseconds

1234