| /cts/tests/src/android/renderscript/cts/ |
| pow_f32.rs | 6 float expo; 10 *out = pow(in->base, in->expo); 15 float2 expo; 19 *out = pow(in->base, in->expo); 24 float3 expo; 28 *out = pow(in->base, in->expo); 33 float4 expo; 37 *out = pow(in->base, in->expo);
|
| powr_f32.rs | 6 float expo; 10 *out = powr(in->base, in->expo); 15 float2 expo; 19 *out = powr(in->base, in->expo); 24 float3 expo; 28 *out = powr(in->base, in->expo); 33 float4 expo; 37 *out = powr(in->base, in->expo);
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
| fpformat.py | 36 """Return (sign, intpart, fraction, expo) or raise an exception: 40 expo is an integer""" 46 if exppart: expo = int(exppart[1:]) 47 else: expo = 0 48 return sign, intpart, fraction, expo 50 def unexpo(intpart, fraction, expo): 52 if expo > 0: # Move the point left 54 intpart, fraction = intpart + fraction[:expo], fraction[expo:] 55 if expo > f [all...] |
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
| fpformat.py | 36 """Return (sign, intpart, fraction, expo) or raise an exception: 40 expo is an integer""" 46 if exppart: expo = int(exppart[1:]) 47 else: expo = 0 48 return sign, intpart, fraction, expo 50 def unexpo(intpart, fraction, expo): 52 if expo > 0: # Move the point left 54 intpart, fraction = intpart + fraction[:expo], fraction[expo:] 55 if expo > f [all...] |
| /external/opencv/ml/src/ |
| mlnbayes.cpp | 380 CV_CALL( cvConvertScale( &expo, &expo, -0.5 )); 381 CV_CALL( cvExp( &expo, &expo )); 383 CV_CALL( cvReshape( &expo, &expo, 1, nclasses )); 384 CV_CALL( cvConvertScale( &expo, _probs, 1./cvSum( &expo ).val[0] ));
|
| mlem.cpp | 224 CvMat diff, expo; local 240 expo = cvMat( 1, nclusters, CV_64FC1, buffer ); 273 expo.data.db[k] = cur; 284 CV_CALL( cvConvertScale( &expo, &expo, -0.5 )); 285 CV_CALL( cvExp( &expo, &expo )); 287 CV_CALL( cvReshape( &expo, &expo, 0, nclusters )); 288 CV_CALL( cvConvertScale( &expo, _probs, 1./cvSum( &expo ).val[0] )) [all...] |
| /external/chromium_org/third_party/icu/source/config/ |
| mh-os390 | 57 # -Wc,expo is used to export all functions 58 SHAREDLIBCFLAGS = -Wc,expo 59 SHAREDLIBCXXFLAGS = -Wc,expo
|
| /external/icu4c/config/ |
| mh-os390 | 57 # -Wc,expo is used to export all functions 58 SHAREDLIBCFLAGS = -Wc,expo 59 SHAREDLIBCXXFLAGS = -Wc,expo
|
| /external/bison/tests/ |
| named-refs.at | 245 | '(' exp ')' { $$ = $expo; } 263 test.y:56.29-33: error: invalid reference: '$expo' 264 test.y:56.3-46: symbol not found in production: expo
|
| /external/valgrind/main/helgrind/ |
| hg_main.c | 3472 LAOGLinkExposition expo; local 3528 LAOGLinkExposition expo; local [all...] |
| /packages/apps/Camera2/res/values-fr/ |
| strings.xml | 77 <string name="exposure_time" msgid="949787291620767754">"Durée d\'expo"</string>
|
| /packages/apps/Camera2/res/values-fr-rCA/ |
| strings.xml | 77 <string name="exposure_time" msgid="949787291620767754">"Durée d\'expo"</string>
|
| /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/ |
| libmpfr.a | [all...] |
| /packages/apps/Gallery2/res/values-fr/ |
| strings.xml | 140 <string name="exposure_time" msgid="3990163680281058826">"Durée d\'expo"</string> [all...] |
| /packages/apps/Gallery2/res/values-fr-rCA/ |
| strings.xml | 140 <string name="exposure_time" msgid="3990163680281058826">"Durée d\'expo"</string> [all...] |
| /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/ |
| libmpfr.a | [all...] |
| libmpc.a | [all...] |
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/ |
| libmpfr.a | [all...] |
| libmpc.a | [all...] |
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/Carbon/ |
| QuickTime.py | [all...] |
| /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/ |
| mootools-1.2.2-core-nc.js | [all...] |
| concat-jquery-mootools-prototype.js | [all...] |
| /external/bison/lib/ |
| vasnprintf.c | 207 #define exp expo [all...] |
| /external/chromium_org/third_party/sqlite/src/test/ |
| fts1porter.test | [all...] |