Searched refs:fdec (Results 1 – 12 of 12) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nvfx_fragprog.c | 859 const struct tgsi_full_declaration *fdec) in nvfx_fragprog_parse_decl_input() argument 861 unsigned idx = fdec->Range.First; in nvfx_fragprog_parse_decl_input() 864 switch (fdec->Semantic.Name) { in nvfx_fragprog_parse_decl_input() 869 hw = NVFX_FP_OP_INPUT_SRC_COL0 + fdec->Semantic.Index; in nvfx_fragprog_parse_decl_input() 878 assert(fdec->Semantic.Index < 8); in nvfx_fragprog_parse_decl_input() 879 fpc->fp->texcoord[fdec->Semantic.Index] = fdec->Semantic.Index; in nvfx_fragprog_parse_decl_input() 880 fpc->fp->texcoords |= (1 << fdec->Semantic.Index); in nvfx_fragprog_parse_decl_input() 881 fpc->fp->vp_or |= (0x00004000 << fdec->Semantic.Index); in nvfx_fragprog_parse_decl_input() 882 hw = NVFX_FP_OP_INPUT_SRC_TC(fdec->Semantic.Index); in nvfx_fragprog_parse_decl_input() 899 const struct tgsi_full_declaration *fdec) in nvfx_fragprog_assign_generic() argument [all …]
|
D | nvfx_vertprog.c | 800 const struct tgsi_full_declaration *fdec) in nvfx_vertprog_parse_decl_output() argument 803 unsigned idx = fdec->Range.First; in nvfx_vertprog_parse_decl_output() 804 unsigned semantic_index = fdec->Semantic.Index; in nvfx_vertprog_parse_decl_output() 807 switch (fdec->Semantic.Name) { in nvfx_vertprog_parse_decl_output() 818 if (fdec->Semantic.Index == 0) { in nvfx_vertprog_parse_decl_output() 821 if (fdec->Semantic.Index == 1) { in nvfx_vertprog_parse_decl_output() 829 if (fdec->Semantic.Index == 0) { in nvfx_vertprog_parse_decl_output() 832 if (fdec->Semantic.Index == 1) { in nvfx_vertprog_parse_decl_output() 891 const struct tgsi_full_declaration *fdec; in nvfx_vertprog_prepare() local 893 fdec = &p.FullToken.FullDeclaration; in nvfx_vertprog_prepare() [all …]
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/ |
D | MixedUnitLongNameHandler.java | 204 …DecimalQuantity fdec = new DecimalQuantity_DualStorageBCD(micros.mixedMeasures.get(i).getNumber()); in getMixedUnitModifier() local 205 if (i > 0 && fdec.isNegative()) { in getMixedUnitModifier() 208 fdec.negate(); in getMixedUnitModifier() 211 StandardPlural pluralForm = RoundingUtils.getPluralSafe(micros.rounder, rules, fdec); in getMixedUnitModifier() 217 this.fIntegerFormatter.formatImpl(fdec, appendable); in getMixedUnitModifier()
|
/third_party/icu/icu4c/source/i18n/ |
D | number_utils.h | 76 const IFixedDecimal &fdec) { in getStandardPlural() argument 81 UnicodeString ruleString = rules->select(fdec); in getStandardPlural()
|
D | number_longnames.cpp | 1646 DecimalQuantity fdec; in getMixedUnitModifier() local 1665 fdec.setToLong(number); in getMixedUnitModifier() 1666 StandardPlural::Form pluralForm = utils::getStandardPlural(rules, fdec); in getMixedUnitModifier() 1673 fNumberFormatter.formatDecimalQuantity(fdec, status).appendTo(appendable, status); in getMixedUnitModifier()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | number_utils.h | 76 const IFixedDecimal &fdec) { in getStandardPlural() argument 81 UnicodeString ruleString = rules->select(fdec); in getStandardPlural()
|
D | number_longnames.cpp | 1646 DecimalQuantity fdec; in getMixedUnitModifier() local 1665 fdec.setToLong(number); in getMixedUnitModifier() 1666 StandardPlural::Form pluralForm = utils::getStandardPlural(rules, fdec); in getMixedUnitModifier() 1673 fNumberFormatter.formatDecimalQuantity(fdec, status).appendTo(appendable, status); in getMixedUnitModifier()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | number_utils.h | 76 const IFixedDecimal &fdec) { in getStandardPlural() argument 81 UnicodeString ruleString = rules->select(fdec); in getStandardPlural()
|
D | number_longnames.cpp | 1648 DecimalQuantity fdec; in getMixedUnitModifier() local 1667 fdec.setToLong(number); in getMixedUnitModifier() 1668 StandardPlural::Form pluralForm = utils::getStandardPlural(rules, fdec); in getMixedUnitModifier() 1675 fNumberFormatter.formatDecimalQuantity(fdec, status).appendTo(appendable, status); in getMixedUnitModifier()
|
/third_party/ffmpeg/libavcodec/ |
D | wavpack.c | 104 WavpackFrameContext *fdec[WV_MAX_FRAME_DECODERS]; member 981 c->fdec[c->fdec_num] = av_mallocz(sizeof(**c->fdec)); in wv_alloc_frame_context() 982 if (!c->fdec[c->fdec_num]) in wv_alloc_frame_context() 985 c->fdec[c->fdec_num - 1]->avctx = c->avctx; in wv_alloc_frame_context() 1070 av_freep(&s->fdec[i]); in wavpack_decode_end() 1106 s = wc->fdec[block_no]; in wavpack_decode_block()
|
/third_party/pcre2/pcre2/testdata/ |
D | testoutput4 | 1174 \x{fdec} 1175 0: \x{fdec}
|
D | testinput4 | 690 \x{fdec}
|