Home
last modified time | relevance | path

Searched defs:expn (Results 1 – 13 of 13) sorted by relevance

/third_party/mingw-w64/mingw-w64-crt/math/
Dfrexpf.c9 float frexpf (float x, int *expn) in frexpf()
Dldexpf.c9 float ldexpf (float x, int expn) in ldexpf()
Dnextafterl.c24 unsigned short expn; in nextafterl() member
/third_party/mingw-w64/mingw-w64-crt/math/x86/
Dldexp.c9 double ldexp(double x, int expn) in ldexp()
Dldexpl.c9 long double ldexpl(long double x, int expn) in ldexpl()
/third_party/quickjs/
Dlibbf.h94 slimb_t expn; member
103 slimb_t expn; member
Dlibbf.c2757 slimb_t expn, limb_t prec, bf_flags_t flags) in bf_mul_pow_radix()
2885 slimb_t pos, expn, int_len, digit_count; in bf_atof_internal() local
/third_party/ffmpeg/libavcodec/
Dj2kenc.c500 int expn, mant = 0; in init_quantization() local
716 uint8_t *expn, int numgbits) in encode_packet()
Djpeg2000.h150 uint8_t expn[JPEG2000_MAX_DECLEVELS * 3]; // quantization exponent member
Djpeg2000dec.c1038 int layno, uint8_t *expn, int numgbits) in jpeg2000_decode_packet()
/third_party/skia/third_party/externals/libwebp/src/enc/
Dquant_enc.c350 const double expn = (alpha > amax) ? exp_min in QualityToJPEGCompression() local
414 const double expn = 1. - amp * enc->dqm_[i].alpha_; in VP8SetSegmentParams() local
/third_party/flutter/skia/third_party/externals/libwebp/src/enc/
Dquant_enc.c350 const double expn = (alpha > amax) ? exp_min in QualityToJPEGCompression() local
414 const double expn = 1. - amp * enc->dqm_[i].alpha_; in VP8SetSegmentParams() local
/third_party/python/Lib/
Dsmtplib.py585 def expn(self, address): member in SMTP