Home
last modified time | relevance | path

Searched defs:exp (Results 201 - 225 of 294) sorted by relevance

12345678910>>...12

/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fShaderCommonFunctionTests.cpp123 const int exp = tcu::Float32(value).exponent(); in getEpsFromMaxUlpDiff() local
852 const deUint32 exp = !isNan && !isInf ? (rnd.getUint32() & 0x7fu) : 0xffu; in getInputValues() local
935 const deUint32 exp = !isNan && !isInf ? (rnd.getUint32() & 0x7fu) : 0xffu; in getInputValues() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
H A DvktShaderCommonFunctionTests.cpp660 const deUint64 exp = (isNan || isInf) ? exponentMask : std::min(e, exponentBias); in infNanRandomFloats() local
H A DvktShaderPackingFunctionTests.cpp606 const int exp = rnd.getInt(minExp, maxExp); in iterate() local
747 const int exp = rnd.getInt(minExp, maxExp); in iterate() local
/third_party/ffmpeg/libavcodec/
H A Ddolby_e.c860 float exp = exponent_tab[c->exponents[g->exp_ofs + j]]; in parse_mantissas() local
720 bit_allocate(int nb_exponent, int nb_code, int fr_code, int *exp, int *bap, int fg_spc, int fg_ofs, int msk_mod, int snr_ofs) bit_allocate() argument
H A Dac3enc.c485 uint8_t *exp = s->blocks[0].exp[ch]; in compute_exp_strategy() local
545 static void encode_exponents_blk_ch(uint8_t *exp, int nb_exps, int exp_strategy, in encode_exponents_blk_ch() argument
621 uint8_t *exp, *exp_strategy; encode_exponents() local
1327 quantize_mantissas_blk_ch(AC3Mant *s, int32_t *fixed_coef, uint8_t *exp, uint8_t *bap, int16_t *qmant, int start_freq, int end_freq) quantize_mantissas_blk_ch() argument
[all...]
H A Dvorbisdec.c180 long exp = (val & 0x7fe00000L) >> 21; in vorbisfloat2float() local
H A Dwmaprodec.c1403 const int exp = s->channel[c].quant_step - in decode_subframe() local
H A Dqdm2.c120 int16_t exp; member
1264 int channel, stereo, phase, exp; in qdm2_fft_decode_tones() local
1245 qdm2_fft_init_coefficient(QDM2Context *q, int sub_packet, int offset, int duration, int channel, int exp, int phase) qdm2_fft_init_coefficient() argument
[all...]
H A Dvorbisenc.c477 int exp, mant; in put_float() local
H A Dwavpack.c336 int exp = s->float_max_exp; in wv_get_value_float() local
[all...]
H A Dproresenc_anatoliy.c204 unsigned int rice_order, exp_order, switch_bits, first_exp, exp, zeros; in encode_codeword() local
/third_party/glslang/glslang/MachineIndependent/
H A DIntermediate.cpp2791 TIntermTyped* exp = getExpression(); in updatePrecision() local
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DDecimalFormatSymbols.java1095 public void setExponentSeparator(String exp) { in setExponentSeparator() argument
/third_party/icu/icu4c/source/test/intltest/
H A Dnumrgts.cpp2270 s + ", want " + exp); local
2312 ", expected " + exp); local
2618 ", want " + exp); global() local
2647 ", want " + exp); global() local
2668 ", want " + exp); global() local
[all...]
H A Ddtfmrgts.cpp214 UnicodeString exp = expected[i]; in Test4052408() local
271 UDate exp = dates[i]; in Test4056591() local
825 UDate exp = dates[i]; in Test4104136() local
[all...]
H A Dtmsgfmt.cpp705 UnicodeString exp[] = { in testMsgFormatSelect() local
727 UnicodeString exp[] = { in testMsgFormatSelect() local
749 UnicodeString exp[] = { in testMsgFormatSelect() local
772 UnicodeString exp[] = { in testMsgFormatSelect() local
796 UnicodeString exp[] = { in testMsgFormatSelect() local
834 UnicodeString exp[] = { testMsgFormatSelect() local
[all...]
H A Dtztest.cpp1196 int32_t exp = kData[i].expectedOffset; in TestCustomParse() local
/third_party/icu/tools/colprobe/
H A Dsortedlines.cpp810 SortedLines::getExpansionLine(const Line &expansion, const Line &previous, const Line &exp, Line &expansionLine) in getExpansionLine() argument
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DDecimalFormatSymbols.java1007 public void setExponentSeparator(String exp) { in setExponentSeparator() argument
/third_party/libwebsockets/lib/core/
H A Dlibwebsockets.c1078 lws_strexp_init(lws_strexp_t *exp, void *priv, lws_strexp_expand_cb cb, in lws_strexp_init() argument
1090 lws_strexp_reset_out(lws_strexp_t *exp, char *out, size_t olen) in lws_strexp_reset_out() argument
1098 lws_strexp_expand(lws_strexp_t *exp, const char *in, size_t len, size_t *pused_in, size_t *pused_out) lws_strexp_expand() argument
[all...]
/third_party/mbedtls/library/
H A Decp.c1271 mbedtls_mpi exp; in mbedtls_ecp_sw_derive_y() local
/third_party/mesa3d/src/intel/common/
H A Dintel_batch_decoder.c152 int exp = ((bits & 0x7f800000U) >> 23) - 127; in probably_float() local
/third_party/mesa3d/src/panfrost/lib/
H A Dpan_indirect_draw.c651 nir_ssa_def *exp = in update_vertex_attribs() local
782 nir_ssa_def *exp = in get_padded_count() local
[all...]
/third_party/node/deps/v8/src/base/
H A Dieee754.cc1443 double exp(double x) { exp() function
[all...]
/third_party/mesa3d/src/gallium/drivers/svga/include/
H A Dsvga3d_surfacedefs.h348 uint8 exp; member

Completed in 70 milliseconds

12345678910>>...12