Home
last modified time | relevance | path

Searched refs:expo (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/astc-encoder/Source/
Dastc_image_load_store.cpp41 int expo; in float_to_lns() local
42 float normfrac = frexpf(p, &expo); in float_to_lns()
44 if (expo < -13) in float_to_lns()
48 expo = 0; in float_to_lns()
52 expo += 14; in float_to_lns()
63 p1 += expo * 2048.0f; in float_to_lns()
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_texture_compression_astc_decode_mode.txt217 uint32_t rshift, gshift, bshift, expo;
221 expo = rshift = gshift = bshift = Xm;
225 expo = Rex + 1;
232 expo = Gex + 1;
239 expo = Bex + 1;
252 uint32_t texel = (expo << 27) | (Bm << 18) | (Gm << 9) | (Rm << 0);
/third_party/openGLES/extensions/EXT/
DEXT_texture_compression_astc_decode_mode.txt217 uint32_t rshift, gshift, bshift, expo;
221 expo = rshift = gshift = bshift = Xm;
225 expo = Rex + 1;
232 expo = Gex + 1;
239 expo = Bex + 1;
252 uint32_t texel = (expo << 27) | (Bm << 18) | (Gm << 9) | (Rm << 0);
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
DBigNumberFormatTest.java301 private void expect(Object fmto, Object numo, Object expo) { in expect() argument
315 if (expo instanceof String[]) { in expect()
316 exps = (String[]) expo; in expect()
318 exp = (String) expo; in expect()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DBigNumberFormatTest.java298 private void expect(Object fmto, Object numo, Object expo) { in expect() argument
312 if (expo instanceof String[]) { in expect()
313 exps = (String[]) expo; in expect()
315 exp = (String) expo; in expect()
/third_party/ffmpeg/libavcodec/
Dsbrdsp_fixed.c124 int nz, mant, expo; in autocorr_calc() local
142 expo = nz + 15; in autocorr_calc()
143 return av_int2sf(mant, 30 - expo); in autocorr_calc()
/third_party/flutter/skia/third_party/externals/icu/source/config/
Dmh-os39059 # -Wc,expo is used to export all functions
60 SHAREDLIBCFLAGS = -Wc,expo
61 SHAREDLIBCXXFLAGS = -Wc,expo
/third_party/skia/third_party/externals/icu/source/config/
Dmh-os39059 # -Wc,expo is used to export all functions
60 SHAREDLIBCFLAGS = -Wc,expo
61 SHAREDLIBCXXFLAGS = -Wc,expo
/third_party/icu/icu4c/source/config/
Dmh-os39059 # -Wc,expo is used to export all functions
60 SHAREDLIBCFLAGS = -Wc,expo
61 SHAREDLIBCXXFLAGS = -Wc,expo
/third_party/python/Objects/
Dlongobject.c315 int i, ndig, expo, neg; in PyLong_FromDouble() local
331 frac = frexp(dval, &expo); /* dval = frac*2**expo; 0.0 <= frac < 1.0 */ in PyLong_FromDouble()
332 assert(expo > 0); in PyLong_FromDouble()
333 ndig = (expo-1) / PyLong_SHIFT + 1; /* Number of 'digits' in result */ in PyLong_FromDouble()
337 frac = ldexp(frac, (expo-1) % PyLong_SHIFT + 1); in PyLong_FromDouble()
/third_party/node/
DAUTHORS2275 James Ide <ide@expo.io>