/third_party/ffmpeg/libavutil/ |
H A D | avstring.c | 366 int negate = '-' == *names; in av_match_name() local
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_reg.h | 221 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 D | i915_fpc_translate.c | 72 negate(int reg, int x, int y, int z, int w) in negate() function [all...] |
/third_party/mesa3d/src/imagination/vulkan/pds/ |
H A D | pvr_rogue_pds_disasm.h | 94 bool negate; member 108 bool negate; /* True if the literal is negative. */ member
|
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
H A D | tgsi_transform.h | 525 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 D | tgsi_build.c | 850 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 D | DecimalQuantity_AbstractBCD.java | 203 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 D | DecimalQuantity_SimpleStorage.java | 458 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 D | DecimalQuantity_AbstractBCD.java | 205 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 D | DecimalQuantity_SimpleStorage.java | 451 public void negate() { in negate() method in DecimalQuantity_SimpleStorage [all...] |
/third_party/mesa3d/src/intel/tools/ |
H A D | i965_gram.y | 2219 negate: label
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
H A D | ir2_private.h | 55 uint8_t negate : 1; member
|
/third_party/mesa3d/src/gallium/drivers/r300/compiler/ |
H A D | radeon_compiler_util.c | 690 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 D | radeon_optimize.c | 232 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 D | radeon_program_alu.c | 157 static struct rc_src_register negate(struct rc_src_register reg) in negate() function [all...] |
/third_party/popt/src/ |
H A D | popthelp.c | 374 int negate = F_ISSET(opt, NOT); in singleOptionHelp() local
|
/third_party/python/Python/ |
H A D | pystrtod.c | 34 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 D | hex_float.h | 559 bool negate = isNegative(); in castTo() local
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/math/ |
H A D | BigDecimal.java | 1648 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 D | BigDecimal.java | 1609 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 D | number_decimalquantity.cpp | 237 void DecimalQuantity::negate() { in negate() function in DecimalQuantity
|
/third_party/mbedtls/3rdparty/p256-m/p256-m/ |
H A D | p256-m.c | 1078 uint32_t negate = ~s[0] & 1; in scalar_mult() local
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_lower_int64.c | 602 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 D | number_decimalquantity.cpp | 237 void DecimalQuantity::negate() { in negate() function in DecimalQuantity
|
/third_party/node/deps/v8/src/compiler/backend/ |
H A D | instruction-selector.h | 156 bool negate = condition_ == kEqual; in OverwriteAndNegateIfEqual() local
|