/external/eigen/blas/ |
stbmv.f | 17 * where x is an n element vector and A is an n by n unit, or non-unit, 46 * On entry, DIAG specifies whether or not A is unit 49 * DIAG = 'U' or 'u' A is assumed to be unit triangular. 51 * DIAG = 'N' or 'n' A is not assumed to be unit
|
ztbmv.f | 17 * where x is an n element vector and A is an n by n unit, or non-unit, 46 * On entry, DIAG specifies whether or not A is unit 49 * DIAG = 'U' or 'u' A is assumed to be unit triangular. 51 * DIAG = 'N' or 'n' A is not assumed to be unit
|
/external/icu/icu4c/source/i18n/ |
compactdecimalformat.cpp | 265 const CDFUnit* unit = getCDFUnitFallback(_unitsByVariant, variant, baseIdx); local 266 appendTo += unit->prefix; 268 appendTo += unit->suffix; 778 CDFUnit* unit = createCDFUnit(variant, log10Value, result, status); local 783 unit->prefix = formatStr.tempSubString(0, firstIdx); 784 fixQuotes(unit->prefix); 786 unit->suffix = formatStr.tempSubString(lastIdx + 1); 787 fixQuotes(unit->suffix); 791 if (onlySpaces(unit->prefix) && onlySpaces(unit->suffix)) [all...] |
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_wm_fp.c | 48 /** An invalid texture unit */ 242 TEX_UNIT_NONE, TEX_TARGET_NONE, 0, /* unit, tgt, shadow */ 667 const GLuint unit = c->fp->program.Base.SamplerUnits[inst->TexSrcUnit]; local 674 if (c->key.tex.swizzles[unit] != SWIZZLE_NOOP) { 680 assert(unit < BRW_MAX_TEX_UNIT); 744 unit, 774 if (c->key.tex.yuvtex_mask & (1 << unit)) { 776 bool swap_uv = c->key.tex.yuvtex_swap_mask & (1 << unit); 801 unit, 862 unit, [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
uniform_query.cpp | 694 * "Setting a sampler's value to i selects texture image unit number 715 /* check that the sampler (tex unit index) is legal */ 718 "glUniform1i(invalid sampler/tex unit index for " 1058 const unsigned unit = storage->storage[j].i; local 1061 * unit must be an exact match. Page 74 (page 89 of the PDF) of the 1065 * types pointing to the same texture image unit within a program 1068 if (unit_types[unit] == NULL) { 1069 unit_types[unit] = t; 1070 } else if (unit_types[unit] != t) { 1072 "Texture unit %d is accessed both as %s and %s" [all...] |
/external/ipsec-tools/src/libipsec/ |
pfkey_dump.c | 792 char *unit; local 803 unit = "M"; 807 unit = "K"; 811 unit = ""; 816 unit = ""; 819 printf("\t%s: %.*f(%sbytes)", str, w, y, unit);
|
/external/linux-tools-perf/perf-3.12.0/arch/mips/lib/ |
memcpy.S | 171 #define FIRST(unit) ((unit)*NBYTES) 172 #define REST(unit) (FIRST(unit)+NBYTES-1) 173 #define UNIT(unit) FIRST(unit) 246 EXC( LOAD t0, UNIT(0)(src), .Ll_exc) 247 EXC( LOAD t1, UNIT(1)(src), .Ll_exc_copy) 248 EXC( LOAD t2, UNIT(2)(src), .Ll_exc_copy [all...] |
/external/mesa3d/src/mesa/main/ |
uniform_query.cpp | 694 * "Setting a sampler's value to i selects texture image unit number 715 /* check that the sampler (tex unit index) is legal */ 718 "glUniform1i(invalid sampler/tex unit index for " 1058 const unsigned unit = storage->storage[j].i; local 1061 * unit must be an exact match. Page 74 (page 89 of the PDF) of the 1065 * types pointing to the same texture image unit within a program 1068 if (unit_types[unit] == NULL) { 1069 unit_types[unit] = t; 1070 } else if (unit_types[unit] != t) { 1072 "Texture unit %d is accessed both as %s and %s" [all...] |
/external/chromium_org/build/android/pylib/perf/ |
surface_stats_collector.py | 28 def __init__(self, name, value, unit): 31 self.unit = unit
|
/external/chromium_org/chrome/test/base/ |
js2gtest.js | 7 * tests for extensions, WebUI and unit tests. Generates C++ gtest wrappers 59 * @type {string} ('extension' | 'unit' | 'webui') 63 testType != 'unit' && 128 // 'unit' - unit_tests harness, js2unit rule, V8UnitTest superclass. 136 } else if (testType === 'unit') { 331 var isAsyncParam = testType === 'unit' ? '' :
|
/external/chromium_org/gpu/command_buffer/service/ |
gles2_cmd_decoder_unittest_context_state.cc | 62 void AddExpectationsForActiveTexture(GLenum unit); 74 GLenum unit) { 75 EXPECT_CALL(*gl_, ActiveTexture(unit)).Times(1).RetiresOnSaturation(); 109 // Expect to restore texture bindings for unit GL_TEXTURE0. 124 // Expect to restore the active texture unit to GL_TEXTURE0. 137 // Expect to restore texture bindings for unit GL_TEXTURE0. 149 // Expect to restore the active texture unit to GL_TEXTURE0. 168 // Expect to restore only GL_TEXTURE_2D binding for GL_TEXTURE0 unit, 174 // Expect to restore active texture unit to GL_TEXTURE0. 192 // Expect to restore only GL_TEXTURE_2D binding for GL_TEXTURE0 unit, [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/ |
lp_bld_tgsi_info.c | 142 tex_info->unit = inst->Src[3].Register.Index; 149 tex_info->unit = inst->Src[1].Register.Index; 358 tex_info->unit,
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/ |
sp_state_sampler.c | 251 * sampler and tex unit. 253 * Note that the tex unit is significant. We can't re-use a sampler 260 get_sampler_variant( unsigned unit, 269 /* if this fails, widen the key.unit field and update this assertion */ 275 key.bits.unit = unit;
|
sp_state_shader.c | 55 unsigned unit = 0; local 61 curfs, &unit); 72 var->stipple_sampler_unit = unit;
|
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/ |
s_triangle.c | 128 ctx->Texture.Unit[0].CurrentTex[TEXTURE_2D_INDEX]; \ 186 ctx->Texture.Unit[0].CurrentTex[TEXTURE_2D_INDEX]; \ 541 struct gl_texture_unit *unit = ctx->Texture.Unit+0; \ 543 ctx->Texture.Unit[0].CurrentTex[TEXTURE_2D_INDEX]; \ 556 info.envmode = unit->EnvMode; \ 564 info.er = FloatToFixed(unit->EnvColor[RCOMP] * CHAN_MAXF); \ 565 info.eg = FloatToFixed(unit->EnvColor[GCOMP] * CHAN_MAXF); \ 566 info.eb = FloatToFixed(unit->EnvColor[BCOMP] * CHAN_MAXF); \ 567 info.ea = FloatToFixed(unit->EnvColor[ACOMP] * CHAN_MAXF); [all...] |
/external/chromium_org/ui/base/l10n/ |
formatter.cc | 213 void Formatter::Format(Unit unit, 216 DCHECK(simple_format_[unit]); 218 formatted_string = simple_format_[unit]->format(value, error);
|
/external/guava/guava-gwt/src-super/com/google/common/cache/super/com/google/common/cache/ |
CacheBuilder.java | 83 public CacheBuilder<K, V> expireAfterWrite(long duration, TimeUnit unit) { 86 checkArgument(duration >= 0, "duration cannot be negative: %s %s", duration, unit); 87 this.expirationMillis = unit.toMillis(duration);
|
/external/guava/guava-tests/test/com/google/common/collect/ |
QueuesTest.java | 72 long timeout, TimeUnit unit, boolean interruptibly) throws InterruptedException { 74 ? Queues.drain(q, buffer, maxElements, timeout, unit) 75 : Queues.drainUninterruptibly(q, buffer, maxElements, timeout, unit);
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
lp_bld_tgsi_info.c | 142 tex_info->unit = inst->Src[3].Register.Index; 149 tex_info->unit = inst->Src[1].Register.Index; 358 tex_info->unit,
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
sp_state_sampler.c | 251 * sampler and tex unit. 253 * Note that the tex unit is significant. We can't re-use a sampler 260 get_sampler_variant( unsigned unit, 269 /* if this fails, widen the key.unit field and update this assertion */ 275 key.bits.unit = unit;
|
sp_state_shader.c | 55 unsigned unit = 0; local 61 curfs, &unit); 72 var->stipple_sampler_unit = unit;
|
/external/mesa3d/src/mesa/swrast/ |
s_triangle.c | 128 ctx->Texture.Unit[0].CurrentTex[TEXTURE_2D_INDEX]; \ 186 ctx->Texture.Unit[0].CurrentTex[TEXTURE_2D_INDEX]; \ 541 struct gl_texture_unit *unit = ctx->Texture.Unit+0; \ 543 ctx->Texture.Unit[0].CurrentTex[TEXTURE_2D_INDEX]; \ 556 info.envmode = unit->EnvMode; \ 564 info.er = FloatToFixed(unit->EnvColor[RCOMP] * CHAN_MAXF); \ 565 info.eg = FloatToFixed(unit->EnvColor[GCOMP] * CHAN_MAXF); \ 566 info.eb = FloatToFixed(unit->EnvColor[BCOMP] * CHAN_MAXF); \ 567 info.ea = FloatToFixed(unit->EnvColor[ACOMP] * CHAN_MAXF); [all...] |
/bionic/libc/kernel/uapi/linux/ |
hiddev.h | 90 __u32 unit; member in struct:hiddev_field_info
|
/cts/apps/CameraITS/pymodules/its/ |
target.py | 260 """Run a suite of unit tests on this module. 262 # TODO: Add some unit tests.
|
/development/ndk/platforms/android-L/include/linux/ |
hiddev.h | 90 __u32 unit; member in struct:hiddev_field_info
|