/external/llvm/test/YAMLParser/ |
sloppy-indentation.test | 10 the parser does not require scalars 14 "the parser does not require scalars 18 bar: 'quoted scalars
|
spec-08-09.test | 4 scalars:
|
spec-08-10.test | 4 scalars:
|
/external/snakeyaml/src/test/resources/pyyaml/ |
sloppy-indentation.data | 8 the parser does not require scalars 12 "the parser does not require scalars 16 bar: 'quoted scalars
|
sloppy-indentation.canonical | 14 "the parser does not require scalars to be indented with at least one space" 16 "the parser does not require scalars to be indented with at least one space" 18 { ? !!str "foo": { ? !!str "bar" : !!str "quoted scalars may not adhere indentation" } }
|
spec-08-09.data | 2 scalars:
|
spec-08-10.data | 2 scalars:
|
spec-08-09.canonical | 3 ? !!str "scalars" : !!map {
|
spec-08-10.canonical | 5 ? !!str "scalars" : !!map {
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/ |
FixedPointCombMultiplier.java | 15 * TODO The comb works best when the scalars are less than the (possibly unknown) order. 16 * Still, if we want to handle larger scalars, we could allow customization of the comb 20 throw new IllegalStateException("fixed-point comb doesn't support scalars larger than the curve order");
|
/external/llvm/test/Analysis/CostModel/PowerPC/ |
cmp-expanded.ll | 8 ; <4 x double> is legalized to scalars).
|
/external/clang/test/CodeGen/ |
globalinit.c | 35 // Scalars in braces.
|
/external/llvm/test/CodeGen/X86/ |
vec_unsafe-fp-math.ll | 3 ; Make sure that vectors get the same benefits as scalars when using unsafe-fp-math.
|
/external/llvm/test/Transforms/EarlyCSE/ |
floatingpoint.ll | 3 ; Ensure we don't simplify away additions vectors of +0.0's (same as scalars).
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/random/ |
NormalizedRandomGenerator.java | 22 * scalars. 23 * Normalized generator provide null mean and unit standard deviation scalars.
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
radeon_sanity.c | 337 static struct reg scalars[512+1]; variable in typeref:struct:reg 353 for (i = 0, tmp = scalar_names ; i < Elements(scalars) ; i++) { 355 scalars[i].idx = i; 356 scalars[i].closest = tmp; 357 scalars[i].flags = ISFLOAT; 368 scalars[Elements(scalars)-1].idx = -1; 517 for (i = 0 ; i < Elements(scalars) ; i++) 518 print_reg( &scalars[i] ); 566 int sz = header.scalars.count [all...] |
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/ |
DumperOptions.java | 36 * @see <a href="http://yaml.org/spec/1.1/#id858081">2.3. Scalars</a> 202 * Set default style for scalars. See YAML 1.1 specification, 2.3 Scalars 206 * set the style for all scalars 281 * Specify the preferred width to emit scalars. When the scalar 286 * the preferred width for scalars. 298 * scalars. The default is true. 301 * whether to split lines exceeding preferred width for scalars.
|
/frameworks/base/core/jni/android/graphics/ |
Interpolator.cpp | 31 SkScalar* scalars = autoValues.ptr(); local 37 interp->setKeyFrame(index, msec, scalars, blend);
|
/external/llvm/lib/Target/X86/ |
README-UNIMPLEMENTED.txt | 13 4) bitcasts from vectors to scalars: PR2804
|
/external/skia/include/utils/ |
SkParse.h | 17 static int Count(const char str[]); // number of scalars or int values
|
/frameworks/base/graphics/java/android/graphics/ |
EmbossMaskFilter.java | 23 * @param direction array of 3 scalars [x, y, z] specifying the direction of the light source
|
/frameworks/rs/tests/cppf16/ |
compute.cpp | 26 // Test ability to create 1D, 2D and 3D allocations of f16 scalars and
|
/external/opencv3/modules/viz/src/vtk/ |
vtkCloudMatSource.cpp | 170 if (scalars) 171 output->GetPointData()->SetScalars(scalars); variable 234 scalars = vtkSmartPointer<vtkUnsignedCharArray>::New(); 235 scalars->SetName("Colors"); 236 scalars->SetNumberOfComponents(3); 237 scalars->SetNumberOfTuples(total); 238 scalars->SetArray(array->val, total * 3, 0);
|
/external/libvorbis/doc/ |
06-floor0.tex | 89 \item The number of scalars read into the vector \varname{[coefficients]} 95 scalars in \varname{[coefficients]} is to to read a total of twelve 96 scalars as four vectors of three scalars each. This is not an error 114 length \varname{[n]} vector with all-zero scalars. Otherwise, begin by
|
/external/llvm/test/ExecutionEngine/ |
test-interp-vec-loadstore.ll | 31 ; store constants 1,2,3,4 as scalars 37 ; load stored scalars 80 ; store constants as scalars 88 ; load stored scalars 132 ; load stored scalars
|